.elementor-42514 .elementor-element.elementor-element-e9f6e64{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}.elementor-42514 .elementor-element.elementor-element-9436b3b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-9436b3b */@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Roboto:wght@300;400;500;700&display=swap");

/* --- Elementor Menu Overrides for Dark Pages --- */
.elementor-element-76ca2098 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.elementor-element-5a88f608 .menu-text,
.elementor-element-5a88f608 .submenu-indicator svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  transition: color 0.3s ease, fill 0.3s ease;
}

.elementor-element-5a88f608 a:hover .menu-text,
.elementor-element-5a88f608 a:hover .submenu-indicator svg {
  color: #00B4D8 !important;
  fill: #00B4D8 !important;
}

.elementor-element-76ca2098 .elementor-icon svg,
.elementor-element-76ca2098 .dt-cart-title,
.elementor-element-76ca2098 .woocommerce-Price-amount {
  fill: #ffffff !important;
  color: #ffffff !important;
  transition: fill 0.3s ease, color 0.3s ease;
}

.elementor-element-76ca2098 .the7-login-wrapper:hover .elementor-icon svg,
.elementor-element-76ca2098 .the7-icon-wrapper:hover .elementor-icon svg,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .elementor-icon svg,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .dt-cart-title,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .woocommerce-Price-amount {
  fill: #00B4D8 !important;
  color: #00B4D8 !important;
}

/* --- Case Study Base Styles --- */
#betterbros-case-study {
  background-color: #111111; 
  padding: 160px 20px 80px 20px; 
  font-family: "Roboto", sans-serif;
  color: #e2e8f0;
}

#betterbros-case-study * {
  box-sizing: border-box;
}

#betterbros-case-study .case-study-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* --- Header & Live Link --- */
#betterbros-case-study .cs-header {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}

#betterbros-case-study .cs-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

#betterbros-case-study .cs-badge {
  background-color: #00B4D8;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 4px;
}

#betterbros-case-study .cs-location {
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#betterbros-case-study .cs-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.1;
}

#betterbros-case-study .cs-subtitle {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #00B4D8;
  max-width: 800px;
  margin: 0;
  font-weight: 400;
}

#betterbros-case-study .cs-live-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #00B4D8;
  text-decoration: none;
  transition: all 0.3s ease;
}

#betterbros-case-study .cs-live-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

#betterbros-case-study .cs-live-link:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 180, 216, 0.6);
}

#betterbros-case-study .cs-live-link:hover svg {
  transform: translate(3px, -3px);
}

/* --- Quick Facts --- */
#betterbros-case-study .cs-quick-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 60px;
}

#betterbros-case-study .fact-col h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  margin: 0 0 8px 0;
}

#betterbros-case-study .fact-col p {
  font-size: 1.05rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

/* --- Content Grid --- */
#betterbros-case-study .cs-content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
}

/* Narrative */
#betterbros-case-study .cs-section {
  margin-bottom: 50px;
}

#betterbros-case-study .cs-section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 20px;
}

#betterbros-case-study .cs-section h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background-color: #00B4D8;
  border-radius: 2px;
}

#betterbros-case-study .cs-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #cbd5e1;
  margin: 0 0 20px 0;
}

/* Sidebar */
#betterbros-case-study .cs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#betterbros-case-study .cs-feature-box {
  background: rgba(0, 180, 216, 0.05);
  border: 1px solid rgba(0, 180, 216, 0.2);
  border-radius: 12px;
  padding: 30px;
}

#betterbros-case-study .cs-feature-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0 0 15px 0;
}

#betterbros-case-study .cs-feature-box p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #94a3b8;
  margin: 0 0 20px 0;
}

#betterbros-case-study .cs-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#betterbros-case-study .cs-feature-list li {
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #e2e8f0;
  line-height: 1.4;
}

#betterbros-case-study .cs-feature-list svg {
  width: 18px;
  height: 18px;
  color: #00B4D8;
  margin-right: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* CTA Box */
#betterbros-case-study .cs-cta-box {
  background: #1e293b;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

#betterbros-case-study .cs-cta-box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
  margin: 0 0 10px 0;
}

#betterbros-case-study .cs-cta-box p {
  font-size: 0.95rem;
  color: #94a3b8;
  margin: 0 0 20px 0;
  line-height: 1.5;
}

#betterbros-case-study .cs-btn {
  display: inline-block;
  background-color: #00B4D8;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

#betterbros-case-study .cs-btn:hover {
  background-color: #0096b4;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  #betterbros-case-study .cs-content-grid {
    grid-template-columns: 1fr;
  }
  
  #betterbros-case-study .cs-quick-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  #betterbros-case-study .cs-title {
    font-size: 2.2rem;
  }
  
  #betterbros-case-study .cs-subtitle {
    font-size: 1.1rem;
  }
  
  #betterbros-case-study .cs-quick-facts {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}/* End custom CSS */
/* Start custom CSS *//* 1. Add top and bottom breathing room to the main header container */
.elementor-element-76ca2098 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* 2. Force the main menu text and dropdown arrows to white */
.elementor-element-5a88f608 .menu-text,
.elementor-element-5a88f608 .submenu-indicator svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  transition: color 0.3s ease, fill 0.3s ease;
}

/* 3. Cyan hover effect for the main menu */
.elementor-element-5a88f608 a:hover .menu-text,
.elementor-element-5a88f608 a:hover .submenu-indicator svg {
  color: #00B4D8 !important;
  fill: #00B4D8 !important;
}

#hvp-real-case-study {
  background-color: #111111; 
  /* Increased top padding to 160px to clear the overlapping header */
  padding: 160px 20px 80px 20px; 
  font-family: "Roboto", sans-serif;
  color: #e2e8f0;
}

/* 4. Force the utility icons (Login, Search, Cart) to white */
.elementor-element-76ca2098 .elementor-icon svg,
.elementor-element-76ca2098 .dt-cart-title,
.elementor-element-76ca2098 .woocommerce-Price-amount {
  fill: #ffffff !important;
  color: #ffffff !important;
  transition: fill 0.3s ease, color 0.3s ease;
}

/* 5. Cyan hover effect for the utility icons and cart text */
.elementor-element-76ca2098 .the7-login-wrapper:hover .elementor-icon svg,
.elementor-element-76ca2098 .the7-icon-wrapper:hover .elementor-icon svg,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .elementor-icon svg,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .dt-cart-title,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .woocommerce-Price-amount {
  fill: #00B4D8 !important;
  color: #00B4D8 !important;
}

/* 1. Add top and bottom breathing room to the main header container */
.elementor-element-76ca2098 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* 2. Force ONLY TOP-LEVEL main menu text and dropdown arrows to white */
.elementor-element-5a88f608 .depth-0 > a .menu-text,
.elementor-element-5a88f608 .depth-0 > a .submenu-indicator svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  transition: color 0.3s ease, fill 0.3s ease;
}

/* 3. Cyan hover effect for the TOP-LEVEL main menu */
.elementor-element-5a88f608 .depth-0 > a:hover .menu-text,
.elementor-element-5a88f608 .depth-0 > a:hover .submenu-indicator svg,
.elementor-element-5a88f608 .depth-0.act > a .menu-text /* Keeps active page cyan */ {
  color: #00B4D8 !important;
  fill: #00B4D8 !important;
}

/* 4. DROPDOWN MENU FIX: Ensure sub-menus are legible */
.elementor-element-5a88f608 .the7-e-sub-nav {
  background-color: #ffffff !important; /* White dropdown background */
}

.elementor-element-5a88f608 .the7-e-sub-nav .menu-text {
  color: #111111 !important; /* Dark text for contrast */
  transition: color 0.3s ease;
}

.elementor-element-5a88f608 .the7-e-sub-nav a:hover .menu-text {
  color: #00B4D8 !important; /* Cyan hover on dropdown items */
}

/* 5. Force the utility icons (Login, Search, Cart) to white */
.elementor-element-76ca2098 .elementor-icon svg,
.elementor-element-76ca2098 .dt-cart-title,
.elementor-element-76ca2098 .woocommerce-Price-amount {
  fill: #ffffff !important;
  color: #ffffff !important;
  transition: fill 0.3s ease, color 0.3s ease;
}

/* 6. Cyan hover effect for the utility icons and cart text */
.elementor-element-76ca2098 .the7-login-wrapper:hover .elementor-icon svg,
.elementor-element-76ca2098 .the7-icon-wrapper:hover .elementor-icon svg,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .elementor-icon svg,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .dt-cart-title,
.elementor-element-76ca2098 .dt-menu-cart__toggle:hover .woocommerce-Price-amount {
  fill: #00B4D8 !important;
  color: #00B4D8 !important;
}/* End custom CSS */