.elementor-2153 .elementor-element.elementor-element-e16b0e7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2153 .elementor-element.elementor-element-505aac9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4bb320f *//* ================================
AZURE COSMETIC PREMIUM STYLE A (FINAL UNIFIED CSS)
================================ */

/* ---------- GLOBAL LAYOUT ---------- */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  color: #3A3353;
}

/* ---------- HERO SECTION ---------- */

.azure-hero-gradient {
  background: linear-gradient(135deg, #3A3353 0%, #C466C6 100%);
  padding: 120px 20px 80px;
  color: #fff;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}

.hero-text h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-sub {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.hero-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 22px;
  box-shadow: 0 8px 26px rgba(0,0,0,0.25);
}

/* Mobile */
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-image img {
    margin: 20px auto 0;
  }
  .hero-text h1 {
    font-size: 36px;
  }
}

/* ---------- BUTTONS ---------- */

.azure-btn-primary {
  display: inline-block;
  background: #C466C6;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 8px 22px rgba(196,102,198,0.35);
}

.azure-btn-primary:hover {
  background: #b158b8;
  transform: translateY(-2px);
}

.azure-btn-secondary {
  display: inline-block;
  background: #3A3353;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 600;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.azure-btn-secondary:hover {
  background: #2f2a45;
  transform: translateY(-2px);
}

/* ---------- SECTION BACKGROUNDS ---------- */

.azure-section-light {
  background: #ffffff;
  padding: 90px 0;
}

.azure-section-mid {
  background: rgba(58,51,83,0.05);
  padding: 90px 0;
}

/* ---------- HIGHLIGHTS GRID (3×2) ---------- */

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 900px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .highlights-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.highlight-item {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  transition: 0.3s;
}

.highlight-item:hover {
  transform: translateY(-4px);
}

.highlight-item h3 {
  color: #C466C6;
  font-size: 20px;
  margin-bottom: 10px;
}

/* ---------- TWO COLUMN LAYOUT ---------- */

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 900px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}

.image-col img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

/* ---------- TICK LIST ---------- */

.tick-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 35px;
}

.tick-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  font-size: 17px;
}

.tick-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #C466C6;
  font-weight: 700;
}

/* ---------- COSMETIC SERVICES GRID (5 ACROSS) ---------- */

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Compact cosmetic cards */
.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-4px);
}

.service-card h3 {
  font-size: 18px;
  color: #3A3353;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* ---------- STEPS GRID ---------- */

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  gap: 30px;
  margin-top: 40px;
}

.step {
  background: #fff;
  padding: 30px 24px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  transition: 0.3s;
}

.step:hover {
  transform: translateY(-4px);
}

/* ---------- PRIMARY CTA BLOCK (GRADIENT) ---------- */

.azure-cta-primary {
  background: linear-gradient(135deg, #3A3353 0%, #C466C6 100%);
  padding: 90px 20px;
  text-align: center;
  color: #fff;
}

.azure-cta-primary h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 800;
}

.azure-cta-primary p {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* ---------- SECONDARY CTA BLOCK (SOFT) ---------- */

.azure-cta-soft {
  background: rgba(196,102,198,0.08);
  padding: 80px 20px;
  text-align: center;
}

.azure-cta-soft h2 {
  font-size: 34px;
  margin-bottom: 14px;
  color: #3A3353;
  font-weight: 700;
}

.azure-cta-soft p {
  font-size: 18px;
  margin-bottom: 26px;
  color: #3A3353;
}

.azure-cta-soft .cta-buttons a {
  margin: 0 10px;
}

/* ---------- STICKY MOBILE CTA BAR ---------- */

.azure-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3A3353;
  display: none;
  z-index: 9999;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
}

.azure-sticky-cta a {
  width: 50%;
  display: inline-block;
  text-align: center;
  padding: 14px 0;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.azure-sticky-cta .sticky-btn {
  background: linear-gradient(135deg, #C466C6 0%, #9e4aa0 100%);
}

.azure-sticky-cta .sticky-call {
  background: #3A3353;
}

@media (max-width: 768px) {
  .azure-sticky-cta {
    display: flex;
  }
}

/* SMILE ESTIMATOR CTA BANNER */
.azure-estimator-banner {
  background: linear-gradient(135deg, #C466C6 0%, #3A3353 100%);
  padding: 90px 20px;
  border-radius: 0;
  color: #fff;
  margin-top: 60px;
}

.estimator-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.estimator-text h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 18px;
}

.estimator-text p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}

.estimator-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.35);
}

@media(max-width: 900px) {
  .estimator-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .estimator-image img {
    margin: 30px auto 0;
  }
}/* End custom CSS */