/* STOP HORIZONTAL SCROLL */
html, body {
    overflow-x: hidden !important;
    width: 100%;
}

/* MAKE ALL SECTIONS FIT MOBILE */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
    max-width: 100% !important;
}

/* IMAGES RESPONSIVE */
img {
    max-width: 100% !important;
    height: auto !important;
}

/* FIX ELEMENTOR ROW OVERFLOW */
.elementor-row {
    flex-wrap: wrap !important;
}

/* FORM FIX */
input, textarea, select {
    width: 100% !important;
    box-sizing: border-box !important;
}

/* REMOVE EXTRA LEFT/RIGHT SPACE */
.elementor-section-wrap {
    overflow-x: hidden !important;
}
/* BEFORE AFTER SLIDER MOBILE FIX */
.twentytwenty-container,
.before-after-container,
.eael-before-after-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* IMAGES INSIDE SLIDER */
.twentytwenty-container img,
.before-after-container img,
.eael-before-after-slider img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}





.dental-hero {
  position: relative;
  background: url('YOUR-DENTAL-IMAGE.jpg') center center/cover no-repeat;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 80px 40px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  gap: 50px;
}

.hero-left {
  width: 60%;
}

.hero-right {
  width: 40%;
}

.hero-left h1 {
  display: inline-block;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 20px 35px;
  border-radius: 0 0 60px 0;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.hero-left h3 {
  display: inline-block;
  margin-top: 25px;
  background: rgba(255,255,255,0.18);
  padding: 12px 22px;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

.hero-left p {
  margin-top: 25px;
  background: rgba(255,255,255,0.14);
  padding: 18px 22px;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  max-width: 600px;
}

.hero-buttons {
  margin-top: 30px;
}

.hero-buttons a {
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  margin-right: 12px;
}

.btn-book {
  background: #00bcd4;
  color: #fff;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
}

.trust-badges {
  margin-top: 30px;
}

.trust-badges span {
  display: inline-block;
  background: rgba(255,255,255,0.18);
  padding: 10px 16px;
  border-radius: 30px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.form-box {
  background: rgba(255,255,255,0.95);
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.form-box h2 {
  margin-bottom: 15px;
  color: #222;
}

@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-left h1 {
    font-size: 34px;
  }

  .hero-left h3 {
    font-size: 22px;
  }
}


.wpforms-form label {
    color: #ffffff !important;
}

.wpforms-form .wpforms-field-label {
    color: #ffffff !important;
}

.wpforms-form .wpforms-field-sublabel {
    color: #ffffff !important;
}

.wpforms-form .wpforms-required-label {
    color: #ff4d4d !important;
}

.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder {
    color: rgba(255,255,255,0.7) !important;
}


div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel,
div.wpforms-container-full .wpforms-form legend {
    color: #ffffff !important;
    opacity: 1 !important;
}


div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form .wpforms-field-label,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel,
div.wpforms-container-full .wpforms-form legend {
    color: #000000 !important;
    opacity: 1 !important;
}


.section-title-wrap {
    text-align: center;
    margin: 60px auto 40px;
}

.section-title-wrap h2 {
    display: inline-block;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 18px 40px;
    border-radius: 0 0 45px 0;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    margin-bottom: 12px;
}

.section-title-wrap p {
    color: #000;
    font-size: 18px;
    opacity: 0.9;
}


.offer-section {
    padding: 80px 20px;
    background: #f8f8f8;
    text-align: center;
}

.offer-container {
    max-width: 950px;
    margin: auto;
}

.offer-section h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1d1d1d;
    line-height: 1.2;
    margin-bottom: 15px;
}

.offer-subtitle {
    font-size: 22px;
    color: #555;
    font-style: italic;
    margin-bottom: 10px;
}

.offer-arrow {
    font-size: 70px;
    color: #00bcd4 !important;
    margin-bottom: 20px;
}

.offer-box {
    background: #ffffff;
    border: 2px dashed #00bcd4 !important;
    border-radius: 12px;
    padding: 45px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.offer-box ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.offer-box li {
    list-style: none !important;
    position: relative;
    padding-left: 60px !important;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.6;
    color: #222;
    display: block;
}

.offer-box li::marker {
    content: none !important;
}

.offer-box li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: 32px;
    background: #00bcd4 !important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
}

.offer-btn {
    background: #00bcd4 !important;
    color: #fff !important;
}

.offer-btn:hover {
    background: #0097a7 !important;
}


.premium-offer-btn {
    display: inline-block;
    position: relative;
    background: #00bcd4;
    color: #ffffff !important;
    padding: 22px 90px 18px 50px;
    border-radius: 14px;
    text-decoration: none !important;
    box-shadow: 0 8px 18px rgba(0,188,212,0.25);
    transition: all 0.3s ease;
    min-width: 520px;
    text-align: center;
}

.premium-offer-btn:hover {
    background: #0097a7;
    transform: translateY(-3px);
    box-shadow: 0 12px 22px rgba(0,188,212,0.35);
}

.btn-main {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.btn-sub {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
    opacity: 0.95;
}

.btn-arrow {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.22);
    border-radius: 50%;
    line-height: 42px;
    font-size: 22px;
    font-weight: bold;
}

/* Mobile */
@media (max-width: 768px) {
    .premium-offer-btn {
        min-width: auto;
        width: 95%;
        padding: 18px 60px 16px 25px;
    }

    .btn-main {
        font-size: 20px;
    }

    .btn-sub {
        font-size: 14px;
    }

    .btn-arrow {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
        right: 15px;
    }
	
	
	
}/* Make form labels white */
label,
label span,
.wpcf7-form label,
.wpforms-form label,
.gform_wrapper label,
.forminator-label {
    color: #ffffff !important;
}