/* =========================================================================
 * Level Up Consulting - legacy-custom.css
 *
 * Verbatim mirror of et_divi.divi_custom_css from the WordPress database
 * as of 2026-05-01 (Divi 4.23.1, WP 6.9.4). Migrated to a file-backed asset
 * to gain version control, code review and predictable cache invalidation.
 *
 * RULES:
 *   - DO NOT edit rules in this file. Treat as frozen legacy.
 *   - Add new polish to overrides.css instead, layered on top.
 *   - When refactoring legacy, do it as a deliberate cleanup pass and update
 *     CHANGELOG.md.
 * ========================================================================= */

.divi-life-cta-menu a {
  background-color: #D8B0B1;
  padding: 15px 15px !important;
  border-radius: 10px;
  text-transform: lowercase;
  color: #ffffff !important;
  text-align: center;
	font-family:aboreto;
	font-size:20px;
	margin-bottom:20px;
	margin-top:20px;
}

/*change Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '4d';
	font-color: #fffff;}


/*text scroll*/
/* Scroller styling */
.scroller {
  height: 1.2em; /* Adjusted height */
  line-height: 1.2em; /* Adjusted line-height */
  position: relative;
  overflow: hidden;
}

.scroller span {
  position: relative;
  top: 0; /* Changed to 0 for initial position */
  animation: slide 5s infinite;
  font-weight: normal;
}

@keyframes slide {
  0% {
    top: 0;
  }
  25% {
    top: -1.2em;
  }
  50% {
    top: -2.4em;
  }
  75% {
    top: -3.6em; /* Adjusted to keep one line fully visible */
  }
  100% {
    top: 0;
  }
}
/* ── LUC Testimonial Cards ── */
.luc-tw .et_pb_text_inner { height: 100%; }
.luc-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 4px solid #dbba72;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.luc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.luc-q {
    font-size: 40px;
    color: #dbba72;
    line-height: 1;
    margin-bottom: 12px;
}
.luc-txt {
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #444;
    flex-grow: 1;
    margin-bottom: 16px !important;
    font-style: italic;
}
.luc-name {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px !important;
    color: #000;
    margin-bottom: 2px !important;
}
.luc-role {
    font-family: "Poppins", sans-serif;
    font-size: 13px !important;
    color: #666;
    margin-bottom: 0 !important;
}
@media (max-width: 980px) {
    .luc-card { margin-bottom: 20px; }
}
/* ── End LUC Testimonials ── */
/* ── Gallup Page Tabs ── */
.gtabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.gtab {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    color: #000 !important;
    background: #e8e0ce;
    transition: all .2s;
    cursor: pointer;
}
.gtab:hover { background: #dbba72; }
.gtab-active { background: #dbba72 !important; box-shadow: 0 3px 10px rgba(0,0,0,0.15); }

/* Tab content visibility - Individual shown by default, Firms hidden */
#gallup-firmy { display: none !important; }
#gallup-indywidualny { display: flex !important; }

/* Sections after tab content that belong to individual tab */
.et_pb_section[class*="Sesja-indyw"] { /* shown by default */ }

@media (max-width: 767px) {
    .gtab { padding: 12px 20px; font-size: 14px; }
}
/* ── End Gallup Tabs ── */
/* ── LUC Menu CTA ── */

/* Hide WooCommerce cart icon in header */

/* ── End LUC Menu CTA ── */

/* ── DSM Dual Button Fix ── */
body #page-container .et_pb_section .dsm_button_0 .et_pb_button_one.et_pb_button,
body #page-container .et_pb_section .dsm_button_1 .et_pb_button_one.et_pb_button {
    color: #000000 !important;
    border-width: 0px !important;
    font-size: 20px;
    font-family: "Bodoni Moda", Georgia, "Times New Roman", serif !important;
    background-color: #dbba72;
}
body #page-container .et_pb_section .dsm_button_0 .et_pb_button_two.et_pb_button,
body #page-container .et_pb_section .dsm_button_1 .et_pb_button_two.et_pb_button {
    color: #000000 !important;
    border-width: 0px !important;
    font-size: 20px;
    font-family: "Bodoni Moda", Georgia, "Times New Roman", serif !important;
    background-color: #b3b8cc;
    margin-left: 20px !important;
}
.dsm_button_0 .et_pb_button_one, .dsm_button_1 .et_pb_button_one {
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}
.dsm_button_0 .et_pb_button_two, .dsm_button_1 .et_pb_button_two {
    box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}
/* ── End DSM Dual Button Fix ── */
/* CTA Menu Button */
.et_pb_menu_0_tb_header .et_pb_menu__menu nav ul li.luc-menu-cta {
  align-self: center !important;
  align-items: center !important;
  margin-left: 15px !important;
}
.et_pb_menu--with-logo .et_pb_menu__menu nav ul li.luc-menu-cta a {
  background-color: #dbba72 !important;
  color: #000 !important;
  font-family: Bodoni Moda, Georgia, Times New Roman, serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: .3em 1em !important;
  border: 0 !important;
  border-radius: 3px !important;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3) !important;
  line-height: 1.7em !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  align-self: center !important;
}
.et_pb_menu--with-logo .et_pb_menu__menu nav ul li.luc-menu-cta a:hover {
  background-color: #c9a55e !important;
  opacity: 1 !important;
  box-shadow: 0px 14px 22px -6px rgba(0,0,0,0.35) !important;
  padding: .3em 1em !important;
}

/* ── CTA Blurb Icon Fix ── */
/* Bigger icons */
.et_pb_blurb_5 .et-pb-icon,
.et_pb_blurb_6 .et-pb-icon {
    font-size: 38px !important;
    line-height: 1 !important;
}
/* Align icon + text vertically centered */
.et_pb_blurb_5 .et_pb_blurb_content,
.et_pb_blurb_6 .et_pb_blurb_content {
    display: flex !important;
    align-items: center !important;
}
.et_pb_blurb_5 .et_pb_main_blurb_image,
.et_pb_blurb_6 .et_pb_main_blurb_image {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin-right: 14px !important;
}
.et_pb_blurb_5 .et_pb_blurb_container,
.et_pb_blurb_6 .et_pb_blurb_container {
    padding-bottom: 0 !important;
}
.et_pb_blurb_5 .et_pb_module_header,
.et_pb_blurb_6 .et_pb_module_header {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
/* ── End CTA Blurb Icon Fix ── */
/* ── Blog Grid Polish ── */
.et_pb_blog_grid .et_pb_post {
    background: transparent;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0 0 20px;
    position: relative;
    overflow: visible;
}
.et_pb_blog_0 article.et_pb_post {
    box-shadow: none !important;
}
/* Image */
.et_pb_blog_grid .et_pb_post .et_pb_image_container {
    margin: 0 !important;
    overflow: hidden;
    border-radius: 8px;
}
.et_pb_blog_grid .et_pb_post .entry-featured-image-url img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    transition: transform .5s ease;
}
.et_pb_blog_grid .et_pb_post:hover .entry-featured-image-url img {
    transform: scale(1.03);
}
.et_pb_blog_grid .et_pb_post .et_overlay {
    border-radius: 8px;
    background-color: rgba(0,0,0,0.08);
}
/* Title — Bodoni Moda, weight 500, color #000 (like site h2) */
.et_pb_blog_grid .et_pb_post .entry-title {
    font-family: Bodoni Moda, Georgia, Times New Roman, serif !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    color: #000000 !important;
    padding: 14px 0 0 !important;
    margin: 0 !important;
}
.et_pb_blog_grid .et_pb_post .entry-title a {
    color: #000000 !important;
    text-decoration: none !important;
    transition: color .2s ease;
}
.et_pb_blog_grid .et_pb_post .entry-title a:hover {
    color: #dbba72 !important;
}
/* Meta — hide text nodes (pipes, "utworzone przez") */
.et_pb_blog_grid .et_pb_post .post-meta {
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 8px 0 0 !important;
    margin: 0 !important;
    color: transparent !important;
}
/* Author — Poppins 13px, #666 like site .post-meta a */
.et_pb_blog_grid .et_pb_post .post-meta .author,
.et_pb_blog_grid .et_pb_post .post-meta .author a {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #666 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    font-family: Poppins, Helvetica, Arial, Lucida, sans-serif !important;
}
/* Date — Poppins, dot separator */
.et_pb_blog_grid .et_pb_post .post-meta .published {
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #666 !important;
    font-family: Poppins, Helvetica, Arial, Lucida, sans-serif !important;
}
.et_pb_blog_grid .et_pb_post .post-meta .published:before {
    content: "\0a0\0a0\0b7\0a0\0a0";
    color: #999;
}
/* Category badge — Aboreto (like menu), on image */
.et_pb_blog_grid .et_pb_post .post-meta a[rel="tag"] {
    position: absolute;
    top: 196px;
    left: 10px;
    font-size: 10px !important;
    font-family: Aboreto, display !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #1a1a2e;
    color: #fff !important;
    padding: 5px 14px !important;
    text-decoration: none !important;
    z-index: 5;
    line-height: 1.4 !important;
    border-radius: 2px;
    display: inline-block;
}
/* Hide excerpt + read more */
.et_pb_blog_grid .et_pb_post .post-content {
    display: none !important;
}
/* Responsive */
@media (max-width: 980px) {
    .et_pb_blog_grid .et_pb_post { margin-bottom: 25px !important; }
    .et_pb_blog_grid .et_pb_post .entry-featured-image-url img { height: 200px; }
    .et_pb_blog_grid .et_pb_post .entry-title { font-size: 20px !important; }
    .et_pb_blog_grid .et_pb_post .post-meta a[rel="tag"] { top: 166px; }
}
@media (max-width: 767px) {
    .et_pb_blog_grid .et_pb_post .entry-featured-image-url img { height: 180px; }
    .et_pb_blog_grid .et_pb_post .entry-title { font-size: 18px !important; }
    .et_pb_blog_grid .et_pb_post .post-meta a[rel="tag"] { top: 146px; }
}
/* ── End Blog Grid Polish ── */



/* HERO-IMG-FIT */
.et_pb_image_0 .et_pb_image_wrap img {
    max-height: 85vh !important;
    width: auto !important;
    object-fit: contain;
}
/* /HERO-IMG-FIT */

/* CZYM-SECTION */

/* --- Section title "Czym się zajmuję?" --- */
.home .et_pb_section_2 {
    padding-top: 80px !important;
    padding-bottom: 10px !important;
}
.home .et_pb_section_2 h2 {
    font-family: Bodoni Moda, serif !important;
    font-weight: 500 !important;
    font-size: 42px !important;
    color: #1a1a2e !important;
    position: relative;
    display: inline-block;
}
.home .et_pb_text_6 {
    text-align: center;
}

/* --- Main content section --- */
.home .et_pb_section_3 {
    padding-bottom: 60px !important;
}

/* --- Left column: sticky photo blurb --- */
.home .et_pb_blurb_0.et_pb_blurb {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.home .et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_image_wrap {
    max-width: 100% !important;
}
.home .et_pb_blurb_0 .et_pb_main_blurb_image img {
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}
.home .et_pb_blurb_0 .et_pb_blurb_description {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-top: 20px;
    text-align: center !important;
}
.home .et_pb_blurb_0 .et_pb_blurb_description p {
    text-align: center !important;
}

/* --- Right column: service blurbs 1-4 --- */
.home .et_pb_blurb_1.et_pb_blurb,
.home .et_pb_blurb_2.et_pb_blurb,
.home .et_pb_blurb_3.et_pb_blurb,
.home .et_pb_blurb_4.et_pb_blurb,
.home .et_pb_blurb_5.et_pb_blurb {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 28px 30px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid #dbba72 !important;
}
.home .et_pb_blurb_1.et_pb_blurb:hover,
.home .et_pb_blurb_2.et_pb_blurb:hover,
.home .et_pb_blurb_3.et_pb_blurb:hover,
.home .et_pb_blurb_4.et_pb_blurb:hover,
.home .et_pb_blurb_5.et_pb_blurb:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.10) !important;
    transform: translateX(4px);
}

/* Icons */
.home .et_pb_blurb_1 .et-pb-icon,
.home .et_pb_blurb_2 .et-pb-icon,
.home .et_pb_blurb_3 .et-pb-icon,
.home .et_pb_blurb_4 .et-pb-icon,
.home .et_pb_blurb_5 .et-pb-icon {
    font-size: 36px !important;
    color: #dbba72 !important;
    margin-bottom: 8px;
}

/* Blurb titles */
.home .et_pb_blurb_1 .et_pb_module_header,
.home .et_pb_blurb_2 .et_pb_module_header,
.home .et_pb_blurb_3 .et_pb_module_header,
.home .et_pb_blurb_4 .et_pb_module_header,
.home .et_pb_blurb_5 .et_pb_module_header {
    font-family: Bodoni Moda, serif !important;
    font-weight: 500 !important;
    font-size: 22px !important;
    color: #1a1a2e !important;
    margin-bottom: 8px !important;
}
.home .et_pb_blurb_1 .et_pb_module_header a,
.home .et_pb_blurb_2 .et_pb_module_header a,
.home .et_pb_blurb_3 .et_pb_module_header a,
.home .et_pb_blurb_4 .et_pb_module_header a,
.home .et_pb_blurb_5 .et_pb_module_header a {
    color: #1a1a2e !important;
    text-decoration: none !important;
}

/* Blurb descriptions */
.home .et_pb_blurb_1 .et_pb_blurb_description,
.home .et_pb_blurb_2 .et_pb_blurb_description,
.home .et_pb_blurb_3 .et_pb_blurb_description,
.home .et_pb_blurb_4 .et_pb_blurb_description,
.home .et_pb_blurb_5 .et_pb_blurb_description {
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #555 !important;
}

/* CTA buttons inside blurbs */
.home .et_pb_blurb_1 .et_pb_blurb_description a[style*="background-color"],
.home .et_pb_blurb_2 .et_pb_blurb_description a[style*="background-color"],
.home .et_pb_blurb_3 .et_pb_blurb_description a[style*="background-color"],
.home .et_pb_blurb_5 .et_pb_blurb_description a[style*="background-color"] {
    display: inline-block !important;
    background-color: transparent !important;
    color: #dbba72 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 0 !important;
    border-bottom: 2px solid #dbba72 !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px;
}
.home .et_pb_blurb_1 .et_pb_blurb_description a[style*="background-color"]:hover,
.home .et_pb_blurb_2 .et_pb_blurb_description a[style*="background-color"]:hover,
.home .et_pb_blurb_3 .et_pb_blurb_description a[style*="background-color"]:hover,
.home .et_pb_blurb_5 .et_pb_blurb_description a[style*="background-color"]:hover {
    color: #c9a55f !important;
    border-color: #c9a55f !important;
}

/* /CZYM-SECTION */

/* OMNIE-SECTION */

/* --- Title section background --- */
.home .et_pb_section_4.et_pb_section {
    background-color: #f0e8d2 !important;
    padding-top: 70px !important;
    padding-bottom: 0 !important;
}
.home .et_pb_section_4 h2 {
    font-family: Bodoni Moda, serif !important;
    font-weight: 500 !important;
    font-size: 42px !important;
    color: #1a1a2e !important;
}

/* --- Content section --- */
.home .et_pb_section_5.et_pb_section {
    background-color: #f0e8d2 !important;
    padding-top: 20px !important;
    padding-bottom: 80px !important;
}

/* --- Photo --- */
.home .et_pb_image_4 .et_pb_image_wrap img {
    border-radius: 16px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important;
    max-height: 600px !important;
    width: auto !important;
    object-fit: cover;
}

/* --- Bio text --- */
.home .et_pb_text_8 {
    margin-top: 30px !important;
}
.home .et_pb_text_8 p {
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #444 !important;
}
.home .et_pb_text_8 p:first-child::first-letter {
    font-family: Bodoni Moda, serif;
    font-size: 48px;
    font-weight: 500;
    color: #dbba72;
    float: left;
    line-height: 1;
    margin-right: 8px;
    margin-top: 4px;
}

/* --- Typing effect name --- */
.home .dsm_typing_effect_0 {
    text-align: right !important;
    margin-top: 20px !important;
}
.home .dsm_typing_effect_0 h1.et_pb_module_header {
    font-family: Grape Nuts, cursive !important;
    font-size: 36px !important;
    color: #dbba72 !important;
    font-weight: 400 !important;
}
.home .dsm_typing_effect_0 .typed-cursor {
    color: #dbba72 !important;
}

/* --- Button "Poznaj mnie bliżej" --- */
.home .et_pb_button_0 {
    color: #1a1a2e !important;
    background-color: transparent !important;
    border: 2px solid #1a1a2e !important;
    border-radius: 8px !important;
    font-family: Poppins, sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    padding: 12px 32px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}
.home .et_pb_button_0:hover {
    background-color: #1a1a2e !important;
    color: #fff !important;
    border-color: #1a1a2e !important;
}
.home .et_pb_button_0:after,
.home .et_pb_button_0:before {
    display: none !important;
}
.home .et_pb_button_0_wrapper {
    margin-top: 30px !important;
}

/* /OMNIE-SECTION */

/* GALLUP-PAGE */
/* Hero vertical center */
.page-id-2488 .et_pb_section:first-child .et_pb_column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Tab navigation */
.gallup-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.gallup-tab {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #dbba72;
  border-radius: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all .3s;
}
.gallup-tab:hover {
  background: #dbba72 !important;
  color: #000 !important;
}

/* --- Gallup page lists (content only) --- */
.page-id-2488 .et_pb_text_inner ul {
  list-style: none;
  padding-left: 0;
}
.page-id-2488 .et_pb_text_inner ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.page-id-2488 .et_pb_text_inner ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #dbba72;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

/* --- Co zyskasz icon blurbs --- */
.page-id-2488 .et_pb_blurb .et_pb_main_blurb_image .et-pb-icon {
  font-size: 26px !important;
}

/* --- TEAM SECTION (Rozwój zespołów) polish --- */
.page-id-2488 .et_pb_section_4 {
  background: linear-gradient(180deg, #f0e8d2 0%, #e8dfc8 100%) !important;
}

/* Section heading accent */
.page-id-2488 .et_pb_section_4 h2 {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px !important;
}
.page-id-2488 .et_pb_section_4 h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #dbba72;
  margin: 14px auto 0;
  border-radius: 2px;
}

/* Team cards — wrapper */
.page-id-2488 .et_pb_section_4 .et_pb_row:nth-child(2) .et_pb_text_inner {
  border-top: 4px solid #dbba72;
  padding: 36px 34px 34px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.page-id-2488 .et_pb_section_4 .et_pb_row:nth-child(2) .et_pb_text_inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.10) !important;
}

/* Card headings */
.page-id-2488 .et_pb_section_4 h3 {
  font-size: 26px !important;
  margin-bottom: 14px !important;
  color: #1a1a2e !important;
}

/* "Przebieg" and "Efekt" sub-headings */
.page-id-2488 .et_pb_section_4 h4 {
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #dbba72 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(219, 186, 114, 0.3);
  display: inline-block;
}

/* Card intro text */
.page-id-2488 .et_pb_section_4 .et_pb_text_inner p:first-child {
  font-size: 15px;
  line-height: 1.75;
}

/* "Cel:" bold label */
.page-id-2488 .et_pb_section_4 strong {
  color: #1a1a2e;
}

/* List items in team cards — slightly larger spacing */
.page-id-2488 .et_pb_section_4 .et_pb_text_inner ul li {
  margin-bottom: 10px;
  line-height: 1.65;
}

/* "Zaawansowany warsztat" badge */
.page-id-2488 .et_pb_section_4 .et_pb_text_inner p[style*="color:#dbba72"] {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: rgba(219,186,114,0.15);
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px !important;
}

/* --- CF7 form styling --- */
.page-id-2488 .wpcf7 input[type="text"],
.page-id-2488 .wpcf7 input[type="email"],
.page-id-2488 .wpcf7 input[type="tel"],
.page-id-2488 .wpcf7 select,
.page-id-2488 .wpcf7 textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dbba72;
  border-radius: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  background: #fff;
  transition: border-color .3s;
}
.page-id-2488 .wpcf7 input:focus,
.page-id-2488 .wpcf7 select:focus,
.page-id-2488 .wpcf7 textarea:focus {
  border-color: #1a1a2e;
  outline: none;
}
.page-id-2488 .wpcf7 .wpcf7-submit {
  display: inline-block;
  background: #dbba72;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 14px 40px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background .3s;
}
.page-id-2488 .wpcf7 .wpcf7-submit:hover {
  background: #c9a85e;
}
.page-id-2488 .wpcf7 label {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  display: block;
  margin-bottom: 6px;
}
.page-id-2488 .wpcf7 p {
  margin-bottom: 18px;
}

/* Step circles */
.gstep {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.gstep-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #dbba72;
  color: #000;
  font-family: Bodoni Moda, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
.gstep-body {
  padding-top: 4px;
}
.gstep-body strong {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #1a1a2e;
}

/* CTA section white text+button */
.page-id-2488 .et_pb_section_8 h2,
.page-id-2488 .et_pb_section_8 p,
.page-id-2488 .et_pb_section_8 a {
  color: #fff !important;
}
.page-id-2488 .et_pb_section_8 .et_pb_button {
  color: #fff !important;
  border-color: #fff !important;
}
.page-id-2488 .et_pb_section_8 .et_pb_button:hover {
  background: rgba(255,255,255,0.15) !important;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .gallup-tabs {
    justify-content: center;
  }
  .gallup-tab {
    font-size: 13px;
    padding: 8px 16px;
  }
}
/* /GALLUP-PAGE */

/* BLOOM-NL */
/* Newsletter container */
.et_bloom .et_bloom_inline_form .et_bloom_form_container {
  background: #1a1a2e !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25) !important;
  border: 1px solid rgba(219,186,114,0.15) !important;
  max-width: 900px;
  margin: 0 auto;
}
.et_bloom .et_bloom_inline_form .et_bloom_form_container_wrapper {
  background: transparent !important;
}

/* Header area (left side with text) */
.et_bloom .et_bloom_inline_form .et_bloom_form_header {
  background: #dbba72 !important;
  padding: 50px 40px !important;
}
.et_bloom .et_bloom_inline_form .et_bloom_form_header h2,
.et_bloom .et_bloom_inline_form .et_bloom_form_header .et_bloom_form_text h2 {
  font-family: Bodoni Moda, Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  line-height: 1.3 !important;
  color: #1a1a2e !important;
  margin-bottom: 16px !important;
}
.et_bloom .et_bloom_inline_form .et_bloom_form_header p,
.et_bloom .et_bloom_inline_form .et_bloom_form_text p {
  font-family: Poppins, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: rgba(26,26,46,0.7) !important;
}

/* Form area (right side) */
.et_bloom .et_bloom_inline_form .et_bloom_form_content {
  background: rgba(255,255,255,0.06) !important;
  padding: 50px 40px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Input fields */
.et_bloom .et_bloom_inline_form input[type="text"],
.et_bloom .et_bloom_inline_form input[type="email"],
.et_bloom .et_bloom_inline_form input.et_bloom_fields_input {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(219,186,114,0.3) !important;
  border-radius: 10px !important;
  padding: 16px 18px !important;
  font-family: Poppins, sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
  margin-bottom: 14px !important;
  transition: border-color 0.3s !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.et_bloom .et_bloom_inline_form input[type="text"]::placeholder,
.et_bloom .et_bloom_inline_form input[type="email"]::placeholder,
.et_bloom .et_bloom_inline_form input.et_bloom_fields_input::placeholder {
  color: rgba(255,255,255,0.4) !important;
}
.et_bloom .et_bloom_inline_form input:focus {
  border-color: #dbba72 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(219,186,114,0.15) !important;
}

/* Submit button */
.et_bloom .et_bloom_inline_form .et_bloom_submit_subscription,
.et_bloom .et_bloom_inline_form button {
  background: #dbba72 !important;
  color: #000 !important;
  font-family: Poppins, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  padding: 16px 30px !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  box-shadow: 0 4px 15px rgba(219,186,114,0.3) !important;
}
.et_bloom .et_bloom_inline_form .et_bloom_submit_subscription:hover,
.et_bloom .et_bloom_inline_form button:hover {
  background: #c9a85e !important;
  box-shadow: 0 6px 20px rgba(219,186,114,0.4) !important;
  transform: translateY(-1px);
}

/* Hide edge/curve decoration */
.et_bloom .et_bloom_inline_form .et_bloom_form_container .et_bloom_border_solid,
.et_bloom .et_bloom_inline_form .et_bloom_form_container .curve_edge .et_bloom_form_content::before {
  display: none !important;
}

/* Image in header */
.et_bloom .et_bloom_inline_form .et_bloom_header_outer .et_bloom_form_image {
  border-radius: 12px !important;
  overflow: hidden;
}

/* Decorative accent — gold line above form */
.et_bloom .et_bloom_inline_form .et_bloom_form_content::before {
  content: "" !important;
  display: block;
  width: 50px;
  height: 3px;
  background: #dbba72;
  border-radius: 2px;
  margin-bottom: 24px;
}

/* Privacy text under form */
.et_bloom .et_bloom_inline_form .et_bloom_form_container .et_bloom_footer_text {
  font-family: Poppins, sans-serif !important;
  font-size: 11px !important;
  color: rgba(255,255,255,0.35) !important;
}

/* Outer wrapper spacing for inline optin */
.et_bloom .et_bloom_inline_form {
  margin: 60px auto !important;
  max-width: 1100px;
  padding: 0 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .et_bloom .et_bloom_inline_form .et_bloom_form_header {
    padding: 30px 24px !important;
  }
  .et_bloom .et_bloom_inline_form .et_bloom_form_header h2,
  .et_bloom .et_bloom_inline_form .et_bloom_form_header .et_bloom_form_text h2 {
    font-size: 22px !important;
  }
  .et_bloom .et_bloom_inline_form .et_bloom_form_content {
    padding: 30px 24px !important;
  }
}

/* Remove gold line from form content */
.et_bloom .et_bloom_inline_form .et_bloom_form_content::before {
  display: none !important;
}
/* /BLOOM-NL */



/** Level Up Consulting - Mobile Hero Fix **/

/* === TABLET (768px - 980px) === */
@media only screen and (max-width: 980px) {
  .et_pb_section_1.et_pb_section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .et_pb_section_1 .et_pb_row_1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  
  .et_pb_section_1 .et_pb_text_3 {
    margin-top: 30px !important;
  }
  
  .et_pb_section_1 .et_pb_text_4 {
    transform: translateX(-1px) translateY(-10px) !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 {
    max-width: 400px !important;
    margin: 0 auto !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 img {
    max-height: 500px !important;
    width: auto !important;
    object-fit: contain;
  }
  
  .et_pb_section_1 .et_pb_image_2,
  .et_pb_section_1 .et_pb_text_5 {
    display: none !important;
  }
}

/* === PHONE (max 767px) === */
@media only screen and (max-width: 767px) {
  .et_pb_section_1.et_pb_section {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
  }
  
  .et_pb_section_1 .et_pb_row_1 {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
  
  .et_pb_section_1 .et_pb_text_3 {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
  }
  
  .et_pb_section_1 .et_pb_text_3 h1 {
    font-size: 32px !important;
    text-align: center !important;
  }
  
  .et_pb_section_1 .et_pb_text_4 {
    transform: translateX(0) translateY(-8px) !important;
    font-size: 28px !important;
    text-align: center !important;
  }
  
  .et_pb_section_1 .et_pb_text_4 .scroller {
    text-align: center !important;
  }
  
  .et_pb_section_1 .dsm_button_1 .et_pb_button_module_wrappers {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }
  
  .et_pb_section_1 .dsm_button_1 .et_pb_button_two {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  
  .et_pb_section_1 .et_pb_image_2,
  .et_pb_section_1 .et_pb_text_5 {
    display: none !important;
  }
  
  .et_pb_section_1 .et_pb_column_3 {
    margin-bottom: 0 !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 {
    max-width: 280px !important;
    margin: 10px auto 0 !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 img {
    max-height: 380px !important;
    width: auto !important;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
}

/* === SMALL PHONE (max 430px) === */
@media only screen and (max-width: 430px) {
  .et_pb_section_1 .et_pb_text_3 h1 {
    font-size: 28px !important;
  }
  
  .et_pb_section_1 .et_pb_text_4 {
    font-size: 24px !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 {
    max-width: 250px !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 img {
    max-height: 340px !important;
  }
}

/* === VERY SMALL PHONE (max 375px) === */
@media only screen and (max-width: 375px) {
  .et_pb_section_1 .et_pb_text_3 h1 {
    font-size: 26px !important;
  }
  
  .et_pb_section_1 .et_pb_text_4 {
    font-size: 22px !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 {
    max-width: 220px !important;
  }
  
  .et_pb_section_1 .et_pb_image_3 img {
    max-height: 300px !important;
  }
}

/** End Level Up Consulting - Mobile Hero Fix **/

/* BLOOM NEWSLETTER START */
.et_bloom .et_bloom_optin_4 .et_bloom_form_text h2,
.et_bloom .et_bloom_optin_4 .et_bloom_form_header h2,
.et_bloom .et_bloom_header_text_light h2 { color: #fff !important; }

.et_bloom .et_bloom_optin_4 .et_bloom_form_text p,
.et_bloom .et_bloom_header_text_light p { color: rgba(255,255,255,0.75) !important; }
/* BLOOM NEWSLETTER END */ 
