:root {
  --navy: #17133f;
  --indigo: #30256f;
  --violet: #850006;
  --purple: #8f5de7;
  --gold: #e6a83e;
  --saffron: #f3b84f;
  --rose: #c95f83;
  --ivory: #fffaf0;
  --cream: #f8f0df;
  --lavender: #f3efff;
  --white: #ffffff;
  --text: #24203a;
  --muted: #232224;
  --line: #e8def4;
  --shadow: 0 24px 65px rgba(48, 37, 111, .15);


  --mv-red: #850006;
  --mv-red-2: #be070b;
  --mv-deep: #5f0604;
  --mv-gold: #d48714;
  --mv-orange: #ff9910;
  --mv-cream: #fff9ed;
  --mv-soft: #fff3db;
  --mv-text: #30221f;
  --mv-muted: #71605a;
  --mv-white: #fff;
  --mv-line: #eddcc3;
  --mv-shadow: 0 24px 60px rgba(95, 6, 4, .12)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
  background: var(--ivory);
  overflow-x: hidden
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: auto
}

.section {
  padding: 62px 0
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

/* Topbar */
.topbar {
  background: linear-gradient(90deg, #850006, #be070b, #780003);
  color: #fff;
  font-size: 13px
}

.topbar-inner {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px
}

.topbar-inner span,
.topbar-links,
.topbar-links a {
  display: flex;
  align-items: center;
  gap: 9px
}

.topbar-links {
  gap: 22px
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 250, 240, .94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(48, 37, 111, .08);
  transition: .3s
}

.site-header.scrolled {
  box-shadow: 0 14px 34px rgba(35, 27, 87, .10)
}

.nav-wrap {
  height: 97px;
  display: flex;
  align-items: center;
  gap: 26px
}

.brand img {
  width: 197px;
  object-fit: contain
}

.main-nav {
  margin-left: auto;
  display: flex;
  gap: 25px
}

.main-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #4d4764
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--violet));
  transform: translateX(-50%);
  transition: .25s
}

.main-nav li ul li a::after {
  left: 45%;
  bottom: 5px;
}

.main-nav a:hover {
  color: var(--violet)
}

.main-nav a:hover::after {
  width: 70%
}

.header-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 14px 23px;
  font-weight: 700;
  transition: .25s;
  border: 1px solid transparent
}

.header-btn,
.btn-primary {
  background: linear-gradient(135deg, var(--violet), var(--indigo));
  color: #fff;
  box-shadow: 0 14px 30px rgba(111, 63, 200, .22)
}

.header-btn:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 19px 38px rgba(111, 63, 200, .30);
  color: #fff
}

.btn-white {
  background: #fff;
  color: var(--indigo);
  box-shadow: 0 12px 30px rgba(38, 28, 91, .13)
}

.btn-white:hover {
  color: var(--violet);
  transform: translateY(-2px)
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, .65)
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--indigo)
}

.menu-toggle {
  display: none;
  border: 0;
  background: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: var(--indigo)
}

/* Offcanvas */
.mobile-offcanvas {
  background: linear-gradient(180deg, #fffaf0, #f2ecff);
  width: min(340px, 88vw) !important
}

.offcanvas-brand img {
  width: 165px
}

.mobile-nav {
  display: grid;
  gap: 10px
}

.mobile-nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  font-weight: 700;
  color: var(--indigo);
  border: 1px solid rgba(111, 63, 200, .08)
}

.mobile-nav a i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--lavender);
  color: var(--violet)
}

.mobile-menu-contact {
  margin-top: 28px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--indigo), var(--violet));
  color: #fff
}

.mobile-menu-contact p {
  margin-top: 0
}

.mobile-call-link {
  display: block;
  text-align: center;
  margin-top: 14px;
  color: #fff;
  font-weight: 700
}

/* Hero */
.hero-section {
  position: relative;
  background: var(--lavender)
}

.hero-swiper,
.hero-slide {
  min-height: 735px
}

.hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 14% 22%, rgba(230, 168, 62, .25) 0 2px, transparent 3px), radial-gradient(circle at 28% 74%, rgba(111, 63, 200, .18) 0 3px, transparent 4px);
  background-size: 120px 120px, 180px 180px;
  opacity: .5
}

.hero-slide::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(230, 168, 62, .18);
  border-radius: 50%;
  right: 8%;
  top: 14%;
  box-shadow: 0 0 0 45px rgba(230, 168, 62, .05), 0 0 0 90px rgba(111, 63, 200, .04)
}

.hero-content-wrap {
  display: flex;
  align-items: center;
  min-height: 735px;
  position: relative;
  z-index: 2
}

.hero-copy {
  max-width: 690px;
  padding: 92px 0
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 800;
  color: var(--violet)
}

.section-tag::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px
}

.hero-copy .section-tag {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 24px rgba(48, 37, 111, .09);
  backdrop-filter: blur(10px)
}

.hero-copy h1,
.hero-copy h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.04;
  margin: 18px 0 22px;
  color: var(--navy);
  text-wrap: balance
}

.hero-copy p {
  font-size: 18px;
  line-height: 1.82;
  color: #5f5872;
  max-width: 650px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0
}

.hero-points {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.hero-points span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  font-weight: 700;
  color: #4f4860;
  box-shadow: 0 10px 24px rgba(49, 37, 98, .08)
}

.hero-points i {
  color: var(--gold);
  margin-right: 6px
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: var(--indigo);
  box-shadow: 0 14px 32px rgba(35, 28, 77, .16)
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
  font-size: 17px;
  font-weight: 800
}

.hero-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #c8b9e2;
  opacity: 1
}

.hero-swiper .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--violet))
}

.hero-floating-card {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: -46px;
  transform: translateX(-50%);
  width: min(900px, calc(100% - 36px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, .94);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
  border: 1px solid rgba(111, 63, 200, .08);
  backdrop-filter: blur(14px)
}

.hero-floating-card div {
  padding: 23px 28px;
  text-align: center;
  border-right: 1px solid var(--line)
}

.hero-floating-card div:last-child {
  border-right: 0
}

.hero-floating-card strong {
  display: block;
  font-size: 31px;
  color: var(--violet);
  font-family: "Playfair Display", serif
}

.hero-floating-card span {
  font-size: 13px;
  color: var(--muted)
}

/* Quick services */
.quick-services {
  padding: 88px 0 30px;
  background: var(--ivory)
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.quick-grid a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
  color: var(--indigo);
  box-shadow: 0 14px 34px rgba(48, 37, 111, .08);
  transition: .3s
}

.quick-grid a::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  right: -35px;
  bottom: -42px;
  background: linear-gradient(135deg, rgba(230, 168, 62, .14), rgba(111, 63, 200, .10));
  transition: .3s
}

.quick-grid a:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 48px rgba(48, 37, 111, .14)
}

.quick-grid a:hover::after {
  transform: scale(1.5)
}

.quick-grid i {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff2d1, #eee6ff);
  color: var(--violet);
  font-size: 20px
}

/* Trust ribbon */
.trust-ribbon {
  padding: 14px 0 0;
  background: var(--ivory)
}

.trust-ribbon-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff5dc, #f0eaff 55%, #ffeaf2);
  border: 1px solid #eadcf1;
  box-shadow: 0 18px 45px rgba(48, 37, 111, .08)
}

.trust-ribbon-inner>div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .76)
}

.trust-ribbon-inner i {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--saffron));
  color: var(--navy)
}

.trust-ribbon-inner strong,
.trust-ribbon-inner small {
  display: block
}

.trust-ribbon-inner small {
  color: var(--muted);
  margin-top: 2px
}

/* Shared headings */
.content-block h2,
.section-heading h2,
.contact-copy h2,
.cta-card h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  margin: 16px 0 22px;
  color: var(--navy)
}

.content-block p,
.section-heading p,
.contact-copy p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted)
}

.section-heading {
  max-width: 740px;
  margin: 0px auto 30px;
  text-align: center;
}

/* About */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: center
}

.about-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--ivory), #fff)
}

.about-section::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 63, 200, .10), transparent 68%);
  left: -170px;
  top: 70px
}

.about-gallery {
  position: relative;
  min-height: 560px
}

.image-main {
  width: 78%;
  height: 520px;
  border-radius: 32px 32px 120px 32px;
  overflow: hidden;
  border: 8px solid #fff;
  box-shadow: var(--shadow)
}

.image-main img,
.image-small img,
.why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.image-small {
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 44%;
  height: 260px;
  border-radius: 90px 24px 24px 24px;
  overflow: hidden;
  border: 10px solid #fff;
  box-shadow: var(--shadow)
}

.experience-card {
  position: absolute;
  left: 28px;
  bottom: 25px;
  background: linear-gradient(135deg, var(--gold), #d7892f);
  color: var(--navy);
  padding: 21px 25px;
  border-radius: 18px;
  box-shadow: 0 18px 34px rgba(230, 168, 62, .26)
}

.experience-card strong {
  display: block;
  font-size: 37px;
  font-family: "Playfair Display", serif
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 27px 0
}

.feature-list div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid var(--line);
  transition: .25s
}

.feature-list div:hover {
  transform: translateX(5px);
  box-shadow: 0 13px 28px rgba(48, 37, 111, .08)
}

.feature-list i {
  color: var(--gold);
  margin-top: 3px
}

.text-link {
  font-weight: 800;
  color: var(--violet)
}

.text-link i {
  margin-left: 7px
}

/* Services */
.services-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eee8ff, #f8f5ff)
}

.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 10%, rgba(230, 168, 62, .15), transparent 26%), radial-gradient(circle at 10% 90%, rgba(201, 95, 131, .10), transparent 24%)
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
  z-index: 2
}

.service-card {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .95);
  padding: 31px;
  border-radius: 24px;
  border: 1px solid #e5d9f3;
  box-shadow: 0 16px 38px rgba(48, 37, 111, .08);
  transition: .3s
}

.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--violet), var(--rose))
}

.service-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -46px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(230, 168, 62, .12), rgba(111, 63, 200, .10));
  transition: .35s
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 29px 58px rgba(48, 37, 111, .15)
}

.service-card:hover::after {
  transform: scale(1.5)
}

.service-card .icon {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff0c8, #ece2ff);
  color: var(--violet);
  font-size: 24px;
  box-shadow: 0 12px 28px rgba(111, 63, 200, .12)
}

.service-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 27px;
  margin: 20px 0 12px;
  color: var(--navy)
}

.service-card p {
  color: var(--muted);
  line-height: 1.72
}

.service-card a {
  font-weight: 800;
  color: var(--violet);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.service-card a::after {
  content: "→";
  transition: .25s
}

.service-card:hover a::after {
  transform: translateX(5px)
}

/* Why choose */
.why-section {
  background: linear-gradient(180deg, #fff, #fff7e6)
}

.why-grid {
  align-items: stretch
}

.why-image {
  position: relative;
  border-radius: 32px 120px 32px 32px;
  overflow: hidden;
  min-height: 590px;
  box-shadow: var(--shadow)
}

.why-image::after {
  content: "Trusted • Private • Personal";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 17px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .84);
  backdrop-filter: blur(14px);
  color: var(--indigo);
  font-weight: 800;
  text-align: center;
  box-shadow: 0 12px 30px rgba(48, 37, 111, .12)
}

.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px
}

.why-cards>div {
  display: flex;
  gap: 13px;
  padding: 19px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff6df, #f1eaff);
  border: 1px solid #e8dcf1;
  transition: .3s
}

.why-cards>div:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 19px 38px rgba(48, 37, 111, .10)
}

.why-cards i {
  color: var(--gold);
  font-size: 20px;
  margin-top: 3px
}

.why-cards strong,
.why-cards small {
  display: block
}

.why-cards small {
  color: var(--muted);
  margin-top: 3px
}

/* Journey */
.journey-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--indigo));
  color: #fff
}

.journey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .2) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .18
}

.journey-section::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(230, 168, 62, .18);
  border-radius: 50%;
  right: -180px;
  top: -180px;
  box-shadow: 0 0 0 55px rgba(230, 168, 62, .04), 0 0 0 110px rgba(111, 63, 200, .05)
}

.journey-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 2
}

.journey-heading h2,
.journey-heading p {
  color: #fff
}

.journey-heading .section-tag {
  color: var(--saffron);
  justify-content: center
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2
}

.journey-card {
  position: relative;
  padding: 31px 24px 27px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .13);
  backdrop-filter: blur(14px);
  transition: .3s
}

.journey-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, .15)
}

.journey-number {
  position: absolute;
  right: 18px;
  top: 14px;
  font-family: "Playfair Display", serif;
  font-size: 43px;
  color: rgba(255, 255, 255, .10);
  font-weight: 700
}

.journey-icon {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), var(--saffron));
  color: var(--navy);
  font-size: 24px;
  box-shadow: 0 12px 28px rgba(230, 168, 62, .18)
}

.journey-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 23px;
  margin: 22px 0 10px;
  color: #fff
}

.journey-card p {
  margin: 0;
  color: #ddd7ef;
  line-height: 1.7
}

/* Reviews */
.reviews-section {
  background: linear-gradient(135deg, #ed8500, #e15029);
}

.review-card {
  position: relative;
  overflow: hidden;
  height: auto;
  background: #fff;
  border-radius: 24px;
  padding: 31px;
  border: 1px solid #ebdfef;
  box-shadow: 0 16px 36px rgba(48, 37, 111, .08);
  transition: .3s
}

.review-card::before {
  content: "“";
  position: absolute;
  right: 18px;
  top: -10px;
  font-family: "Playfair Display", serif;
  font-size: 95px;
  color: rgba(111, 63, 200, .08)
}

.review-card:hover {
  box-shadow: 0 25px 50px rgba(48, 37, 111, .13)
}

.stars {
  color: var(--gold);
  letter-spacing: 3px
}

.review-card p {
  font-size: 17px;
  line-height: 1.8;
  color: #5f586b
}

.client strong,
.client span {
  display: block
}

.client strong {
  color: var(--navy)
}

.client span {
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px
}

.review-pagination {
  position: static !important;
  margin-top: 28px
}

.review-pagination .swiper-pagination-bullet-active {
  background: var(--violet)
}

/* Contact */
.contact-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eee8ff, #fff4d8)
}

.contact-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  right: -180px;
  top: -190px;
  background: radial-gradient(circle, rgba(201, 95, 131, .15), transparent 68%)
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 28px
}

.contact-details a,
.contact-details>div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 17px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid #e5d9ef
}

.contact-details i {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff1ca, #eee5ff);
  color: var(--violet)
}

.contact-details small,
.contact-details strong {
  display: block
}

.contact-details small {
  color: var(--muted);
  margin-bottom: 3px
}

.contact-form {
  background: #fff;
  padding: 34px;
  border-radius: 26px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 15px;
  border: 1px solid rgba(111, 63, 200, .10)
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 13px;
  border: 1px solid #ddd2e8;
  font: inherit;
  outline: none;
  background: #fff
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--violet);
  box-shadow: 0 0 0 3px rgba(111, 63, 200, .08)
}

.contact-form button {
  min-height: 54px
}

/* FAQ */
.faq-section {
  background: #fff
}

.faq-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 60px;
  align-items: start
}

.bootstrap-faq {
  display: grid;
  gap: 14px
}

.bootstrap-faq .accordion-item {
  border: 1px solid var(--line);
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(48, 37, 111, .06);
  transition: .25s
}

.bootstrap-faq .accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(48, 37, 111, .10)
}

.bootstrap-faq .accordion-button {
  font-weight: 600;
  color: var(--navy);
  padding: 13px 18px;
  background: #fff;
  box-shadow: none;
  font-size: 17px;
}

.bootstrap-faq .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #fff7dd, #f2ecff);
  color: var(--violet)
}

.bootstrap-faq .accordion-button::after {
  background-image: none;
  content: "+";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1e8ff;
  color: var(--violet);
  font-size: 22px;
  line-height: 1;
  transform: none
}

.bootstrap-faq .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: none;
  background: linear-gradient(135deg, var(--gold), var(--saffron));
  color: var(--navy)
}

.bootstrap-faq .accordion-body {
  padding: 12px 18px 15px;
  color: var(--muted);
  line-height: 1.75;
  background: #fff
}

/* CTA */
.cta-section {
  padding: 40px 0;
  background: #fff
}

.cta-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--indigo), var(--violet));
  color: #fff;
  border-radius: 30px;
  padding: 50px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 0 25px 58px rgba(48, 37, 111, .27)
}

.cta-card::before,
.cta-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08)
}

.cta-card::before {
  width: 190px;
  height: 190px;
  right: -45px;
  top: -75px
}

.cta-card::after {
  width: 140px;
  height: 140px;
  left: 45%;
  bottom: -90px
}

.cta-card>* {
  position: relative;
  z-index: 2
}

.cta-card h2 {
  color: #fff;
  margin: 10px 0 8px
}

.cta-card p {
  margin: 0;
  color: #eee8fb
}

.section-tag.light {
  color: var(--saffron)
}

.section-tag.light::before {
  background: #fff
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

/* Footer */
.footer {
  background: linear-gradient(180deg, #b51500, #b36300);
  padding: 68px 0 10px;
  color: #fff
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .7fr 1.1fr;
  gap: 60px
}

.footer-grid img {
  width: 180px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1)
}

.footer-grid>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.footer h4 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: var(--saffron);
  margin-bottom: 16px
}

.footer p,
.footer a {
  color: #d8d1eb;
  line-height: 1.7;
  font-size: 17px
}

.footer a:hover {
  color: var(--saffron)
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 42px;
  padding-top: 22px;
  display: flex;
  justify-content: center;
  gap: 20px
}

/* Floating */
.floating-contact {
  position: fixed;
  z-index: 1050;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  pointer-events: none
}

.floating-contact a {
  pointer-events: auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 21px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  transition: .25s
}

.floating-contact a:hover {
  transform: translateY(-5px) scale(1.06)
}

.floating-contact .call {
  background: linear-gradient(135deg, #ff1a00, #c43d53);
}

.floating-contact .whatsapp {
  background: #25d366
}

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

  .journey-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .split-grid,
  .contact-grid,
  .faq-grid {
    gap: 44px
  }
}

@media(max-width:820px) {
  .topbar {
    display: none
  }

  .main-nav {
    display: none !important
  }

  .menu-toggle {
    display: flex !important;
    margin-left: auto
  }

  .header-btn {
    display: none
  }

  .hero-swiper,
  .hero-slide,
  .hero-content-wrap {
    min-height: 650px
  }

  .hero-copy {
    padding: 80px 0
  }

  .quick-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .trust-ribbon-inner {
    grid-template-columns: 1fr
  }

  .split-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr
  }

  .why-image {
    min-height: 480px
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .footer-grid>div:first-child {
    grid-column: 1/-1
  }
}

@media(min-width:821px) {
  .mobile-offcanvas {
    display: none !important
  }
}

@media(max-width:560px) {
  .container {
    width: min(100% - 28px, 1180px)
  }

  .nav-wrap {
    height: 74px
  }

  .brand img {
    width: 158px
  }

  .hero-swiper,
  .hero-slide,
  .hero-content-wrap {
    min-height: 610px
  }

  .hero-copy {
    text-align: center;
    padding: 68px 0 110px
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(40px, 11vw, 56px)
  }

  .hero-copy .section-tag {
    justify-content: center
  }

  .hero-actions {
    flex-direction: column
  }

  .hero-actions .btn {
    width: 100%
  }

  .hero-points {
    justify-content: center
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    display: none
  }

  .hero-floating-card {
    grid-template-columns: 1fr;
    bottom: -134px
  }

  .hero-floating-card div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 15px
  }

  .hero-floating-card div:last-child {
    border-bottom: 0
  }

  .quick-services {
    padding-top: 170px
  }

  .quick-grid,
  .services-grid,
  .journey-grid,
  .feature-list,
  .why-cards,
  .form-row {
    grid-template-columns: 1fr
  }

  .section {
    padding: 40px 0
  }

  .about-gallery {
    min-height: 490px
  }

  .image-main {
    width: 88%;
    height: 430px
  }

  .image-small {
    height: 210px
  }

  .experience-card {
    left: 15px
  }

  .why-image {
    min-height: 400px;
    border-radius: 24px 70px 24px 24px
  }

  .cta-card {
    padding: 36px 25px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-grid>div:first-child {
    grid-column: auto
  }

  .footer-bottom {
    flex-direction: column
  }
}

/* =========================================================
   Modern trust, about and why-section redesign
   ========================================================= */
:root {
  --maroon: #850006;
  --maroon-deep: #5f0604;
  --red: #be070b;
  --red-dark: #780003;
  --orange: #ff9910;
  --gold-warm: #d48714;
  --ivory-warm: #fff9ed;
  --cream-warm: #fff2da;
  --ink: #2f1714;
  --muted-warm: #75615d;
  --line-warm: #efd9c8;
  --shadow-warm: 0 24px 60px rgba(103, 19, 11, .13);
}

/* Cleaner modern icon language */
.quick-grid i,
.trust-ribbon-inner i,
.service-card .icon,
.journey-icon,
.contact-details i,
.mobile-nav a i {
  border-radius: 50%;
  background: linear-gradient(145deg, #fff8e9, #ffe0aa);
  color: var(--maroon);
  border: 1px solid rgba(190, 7, 11, .10);
  box-shadow: 0 10px 24px rgba(133, 0, 6, .10), inset 0 1px 0 rgba(255, 255, 255, .85);
}

.service-card .icon {
  width: 58px;
  height: 58px;
  font-size: 21px;
}

.service-card:hover .icon,
.quick-grid a:hover i {
  background: linear-gradient(135deg, var(--maroon), var(--red));
  color: #fff;
  transform: rotate(-5deg) scale(1.06);
}

.quick-grid i,
.service-card .icon {
  transition: .3s ease;
}

/* Confidence section */
.confidence-section {
  position: relative;
  padding: 88px 0 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(255, 153, 16, .12), transparent 24%),
    linear-gradient(180deg, #fff9ed 0%, #fff 100%);
}

.confidence-section::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  right: -190px;
  bottom: -220px;
  border: 1px solid rgba(133, 0, 6, .08);
  box-shadow: 0 0 0 42px rgba(255, 153, 16, .035), 0 0 0 84px rgba(133, 0, 6, .025);
}

.confidence-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 55px;
  align-items: center;
  padding: 42px;
  border-radius: 34px;
  background: linear-gradient(135deg, #fffdf8, #fff4df);
  border: 1px solid #f0dcc7;
  box-shadow: var(--shadow-warm);
}

.confidence-heading h2 {
  margin: 16px 0 18px;
  color: var(--maroon-deep);
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.08;
}

.confidence-heading p {
  margin: 0;
  color: var(--muted-warm);
  line-height: 1.8;
  font-size: 16px;
}

.confidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.confidence-card {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line-warm);
  box-shadow: 0 12px 30px rgba(95, 6, 4, .06);
  transition: .3s ease;
}

.confidence-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(95, 6, 4, .12);
  border-color: rgba(190, 7, 11, .22);
}

.confidence-card-featured {
  grid-column: 1/-1;
  align-items: center;
  padding: 27px;
  background: linear-gradient(90deg, var(--maroon), var(--red), var(--red-dark));
  color: #fff;
  border: 0;
  box-shadow: 0 20px 42px rgba(133, 0, 6, .22);
}

.confidence-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff7e6, #ffd08b);
  color: var(--maroon);
  font-size: 19px;
  box-shadow: 0 10px 24px rgba(95, 6, 4, .10);
}

.confidence-card-featured .confidence-icon {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: none;
}

.confidence-card h3 {
  margin: 0 0 7px;
  color: var(--maroon-deep);
  font-family: "Playfair Display", serif;
  font-size: 21px;
}

.confidence-card p {
  margin: 0;
  color: var(--muted-warm);
  line-height: 1.65;
  font-size: 14px;
}

.confidence-card-featured h3 {
  color: #fff;
  font-size: 27px;
}

.confidence-card-featured p {
  color: rgba(255, 255, 255, .80);
}

.confidence-label {
  display: inline-block;
  margin-bottom: 7px;
  color: #ffd68e;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 11px;
  font-weight: 800;
}

/* About section */
.about-modern {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 61% 265%, rgb(255 237 209), transparent 85%), linear-gradient(110deg, #fff9ed 0%, #fff9ed 47%, #ffdbaa 100%);
}

.about-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(133, 0, 6, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(133, 0, 6, .025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000, transparent 74%);
}

.about-modern-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 85px;
  align-items: center;
}

.about-modern-visual {
  position: relative;
  min-height: 590px;
}

.about-photo-main {
  position: absolute;
  inset: 0 42px 45px 0;
  overflow: hidden;
  border-radius: 34px 120px 34px 34px;
  border: 10px solid rgba(255, 255, 255, .92);
  box-shadow: 0 30px 70px rgba(95, 6, 4, .18);
}

.about-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(65, 12, 8, .28));
}

.about-photo-overlay {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 25px;
  z-index: 2;
  color: #fff;
}

.about-photo-overlay span,
.about-photo-overlay strong {
  display: block;
}

.about-photo-overlay span {
  margin-bottom: 5px;
  color: #ffd991;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 800;
}

.about-photo-overlay strong {
  font-family: "Playfair Display", serif;
  font-size: 23px;
}

.about-stat-card {
  position: absolute;
  right: 0;
  top: 70px;
  z-index: 3;
  width: 180px;
  padding: 24px 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, var(--maroon), var(--maroon-deep));
  color: #fff;
  box-shadow: 0 22px 45px rgba(95, 6, 4, .24);
  border: 1px solid rgba(255, 255, 255, .14);
}

.about-stat-card strong {
  display: block;
  color: #ffca70;
  font-family: "Playfair Display", serif;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 8px;
}

.about-stat-card span {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .80);
}

.about-symbol {
  position: absolute;
  right: 18px;
  bottom: 12px;
  z-index: 3;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff9ed;
  color: var(--orange);
  border: 1px solid #f0d3ac;
  box-shadow: 0 18px 35px rgba(95, 6, 4, .14);
  font-size: 29px;
}

.about-modern-content {
  padding: 0px 0;
}

.about-modern-content h2 {
  margin: 12px 0 14px;
  color: var(--maroon-deep);
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 3.6vw, 35px);
  font-weight: 800;
  line-height: normal;
}

.about-modern-content p {
  color: #705a51;
  line-height: 1.8;
  font-size: 16px;
}

.about-modern-content .about-lead {
  color: #4e302b;
  font-size: 16px;
}

.about-trust-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 31px;
}

.about-trust-list>div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 15px 17px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .70);
  border: 1px solid rgba(133, 0, 6, .08);
  backdrop-filter: blur(10px);
  transition: .25s ease;
}

.about-trust-list>div:hover {
  transform: translateX(7px);
  background: #fff;
  box-shadow: 0 15px 32px rgba(95, 6, 4, .09);
}

.about-check {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--maroon), var(--red));
  box-shadow: 0 10px 22px rgba(133, 0, 6, .18);
}

.about-trust-list strong,
.about-trust-list small {
  display: block;
}

.about-trust-list strong {
  color: var(--maroon-deep);
  margin-bottom: 3px;
}

.about-trust-list small {
  color: var(--muted-warm);
  line-height: 1.45;
}

.about-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.about-phone {
  display: flex;
  /* align-items: center; */
  gap: 11px;
  color: var(--maroon-deep);
}

.about-phone>i {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--maroon);
  box-shadow: 0 10px 22px rgba(95, 6, 4, .10);
}

.about-phone small,
.about-phone strong {
  display: block;
}

.about-phone small {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.about-phone strong {
  font-size: 25px;
  font-weight: 700;
}

/* Why choose section */
.why-modern {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #fff8ef);
}

.why-modern::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  left: -230px;
  bottom: -250px;
  background: radial-gradient(circle, rgba(255, 153, 16, .18), transparent 68%);
}

.why-modern-header {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 46px;
}

.why-modern-header h2 {
  max-width: 760px;
  margin: 15px 0 0;
  color: var(--maroon-deep);
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.08;
}

.why-modern-header>p {
  margin: 0;
  color: var(--muted-warm);
  line-height: 1.8;
  font-size: 16px;
}

.why-modern-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 38px;
  align-items: stretch;
}

.why-modern-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: var(--shadow-warm);
}

.why-modern-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(75, 8, 5, .48));
}

.why-modern-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-image-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 19px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
  box-shadow: 0 15px 34px rgba(95, 6, 4, .16);
}

.why-image-badge>i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--maroon), var(--red));
}

.why-image-badge strong,
.why-image-badge small {
  display: block;
}

.why-image-badge strong {
  color: var(--maroon-deep);
}

.why-image-badge small {
  margin-top: 3px;
  color: var(--muted-warm);
}

.why-modern-list {
  display: grid;
  gap: 14px;
}

.why-modern-list article {
  position: relative;
  display: grid;
  grid-template-columns: 46px 56px 1fr;
  gap: 16px;
  align-items: center;
  padding: 21px 22px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line-warm);
  box-shadow: 0 12px 30px rgba(95, 6, 4, .055);
  transition: .3s ease;
}

.why-modern-list article:hover {
  transform: translateX(8px);
  border-color: rgba(190, 7, 11, .20);
  box-shadow: 0 20px 42px rgba(95, 6, 4, .10);
}

.why-number {
  color: #d7b58f;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
}

.why-modern-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--maroon);
  background: linear-gradient(145deg, #fff8e9, #ffd99c);
  border: 1px solid rgba(133, 0, 6, .09);
  font-size: 19px;
  transition: .3s ease;
}

.why-modern-list article:hover .why-modern-icon {
  background: linear-gradient(135deg, var(--maroon), var(--red));
  color: #fff;
}

.why-modern-list h3 {
  margin: 0 0 6px;
  color: var(--maroon-deep);
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.why-modern-list p {
  margin: 0;
  color: var(--muted-warm);
  line-height: 1.6;
  font-size: 14px;
}

/* Palette alignment */
.section-tag {
  color: var(--maroon)
}

.section-tag::before {
  background: var(--orange)
}

.header-btn,
.btn-primary {
  background: linear-gradient(90deg, #850006, #be070b, #780003);
  box-shadow: 0 14px 30px rgba(133, 0, 6, .22)
}

.header-btn:hover,
.btn-primary:hover {
  box-shadow: 0 19px 38px rgba(133, 0, 6, .30)
}

.main-nav a:hover,
.text-link,
.service-card a {
  color: var(--maroon)
}

.main-nav a::after {
  background: linear-gradient(90deg, var(--orange), var(--red))
}

@media(max-width:991px) {

  .confidence-shell,
  .about-modern-grid,
  .why-modern-layout,
  .why-modern-header {
    grid-template-columns: 1fr;
  }

  .confidence-shell {
    gap: 34px;
    padding: 32px
  }

  .about-modern-grid {
    gap: 46px
  }

  .about-modern-visual {
    min-height: 540px;
    max-width: 650px;
    width: 100%
  }

  .why-modern-header {
    gap: 18px
  }

  .why-modern-image {
    min-height: 500px
  }
}

@media(max-width:767px) {
  .confidence-section {
    padding-top: 68px
  }

  .confidence-shell {
    padding: 24px;
    border-radius: 25px
  }

  .confidence-grid {
    grid-template-columns: 1fr
  }

  .confidence-card-featured {
    grid-column: auto;
    align-items: flex-start
  }

  .about-modern-visual {
    min-height: 480px
  }

  .about-photo-main {
    inset: 0 24px 40px 0;
    border-radius: 26px 70px 26px 26px
  }

  .about-stat-card {
    width: 150px;
    padding: 18px;
    right: 0;
    top: 35px
  }

  .about-stat-card strong {
    font-size: 35px
  }

  .about-symbol {
    width: 65px;
    height: 65px;
    font-size: 23px
  }

  .why-modern-list article {
    grid-template-columns: 38px 50px 1fr;
    padding: 18px 16px;
    gap: 12px
  }

  .why-modern-icon {
    width: 50px;
    height: 50px
  }
}

@media(max-width:520px) {
  .confidence-shell {
    padding: 19px
  }

  .confidence-card {
    padding: 18px
  }

  .confidence-card-featured {
    display: block
  }

  .confidence-card-featured .confidence-icon {
    margin-bottom: 16px
  }

  .about-modern-visual {
    min-height: 430px
  }

  .about-photo-main {
    inset: 0 0 52px 0
  }

  .about-stat-card {
    top: auto;
    bottom: 8px;
    left: 18px;
    right: auto;
    width: 165px
  }

  .about-symbol {
    right: 10px;
    bottom: 12px
  }

  .about-actions {
    align-items: flex-start;
    flex-direction: column
  }

  .why-modern-image {
    min-height: 420px
  }

  .why-modern-list article {
    grid-template-columns: 44px 1fr
  }

  .why-number {
    display: none
  }

  .why-modern-list h3 {
    font-size: 20px
  }
}

/* Home page service dropdown support */
.main-nav .nav-dropdown {
  position: relative;
}

.main-nav .nav-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.main-nav .nav-dropdown-toggle i {
  font-size: 11px;
  transition: .3s;
}

.main-nav .nav-dropdown-menu {

  position: absolute;

  top: 100%;

  left: 0;

  width: 320px;

  background: #fff;

  padding: 10px 0;

  list-style: none;

  margin: 15px 0 0;

  border-radius: 12px;

  box-shadow: 0 10px 40px rgba(0, 0, 0, .15);

  opacity: 0;

  visibility: hidden;

  transform: translateY(15px);

  transition: .3s;

  z-index: 9999;

}

.main-nav .nav-dropdown:hover .nav-dropdown-menu {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}

.main-nav .nav-dropdown:hover .nav-dropdown-toggle i {

  transform: rotate(180deg);

}

.main-nav .nav-dropdown-menu li {

  list-style: none;

}

.main-nav .nav-dropdown-menu li a {

  display: block;

  padding: 12px 20px;

  color: #333;

  text-decoration: none;

  transition: .3s;

  font-size: 15px;

}

.main-nav .nav-dropdown-menu li a:hover {

  background: #f5f5f5;

  color: #850006;

  padding-left: 28px;

}



.mobile-services-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 15px;
  border: 0;
  border-bottom: 1px solid rgba(133, 0, 6, .09);
  background: transparent;
  color: #4b1a17;
  font-size: 15px;
  font-weight: 700;
  text-align: left
}

.mobile-services-toggle>i:first-child {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #8b0d08;
  background: #fff1d8
}

.mobile-services-toggle .toggle-arrow {
  margin-left: auto;
  font-size: 11px;
  transition: transform .25s ease
}

.mobile-services-toggle[aria-expanded="true"] .toggle-arrow {
  transform: rotate(180deg)
}

.mobile-services-menu {
  margin: 5px 0 9px 30px;
  padding: 6px;
  border-left: 2px solid #d48714;
  border-radius: 0 12px 12px 0;
  background: #fff8ec
}

.mobile-services-menu a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 11px 12px !important;
  border: 0 !important;
  border-radius: 9px;
  color: #5f2520 !important;
  font-size: 13px !important;
  font-weight: 600 !important
}

.mobile-services-menu a:hover {
  background: #ffe8c2;
  color: #850006 !important
}

.mobile-services-menu a i {
  width: 25px;
  height: 25px;
      flex-shrink: 0;
  color: #9c241d;
  text-align: center
}

@media(max-width:991.98px) {
  .main-nav .nav-dropdown {
    display: none
  }
}

.review-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #f5f5f5;
  border: 3px solid #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-icon i {
  font-size: 34px;
  color: #d4af37;
}

.faq-image-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.faq-image-box img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

.call-tag {
  display: block;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(90deg, #850006, #be070b, #780003);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 21px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
  transition: all .3s ease;
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
}

.call-tag i {
  font-size: 20px;
  animation: phoneRing 1.5s infinite;
}

.call-tag:hover {
  color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .35);
}

@keyframes phoneRing {

  0%,
  100% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  40% {
    transform: rotate(15deg);
  }

  60% {
    transform: rotate(-10deg);
  }

  80% {
    transform: rotate(10deg);
  }
}

@media (max-width: 767px) {
  .call-tag {
    font-size: 15px;
    padding: 12px 20px;
  }

  .call-tag i {
    font-size: 17px;
  }
}

.astro-services {
  background: linear-gradient(135deg, #ed8500, #e15029);
}

.astro-card {
  position: relative;
  text-align: center;
  margin-top: 180px;
}

.astro-img {
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  z-index: 10;
}

.astro-img img {
  width: 100%;
  display: block;
}

.astro-content h3 {
  font-family: Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
}

.content-box {
  background: #ffffff;
  padding: 170px 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
}

.content-box p {

  color: #000;

  font-size: 16px;

  line-height: 1.6;

  margin-bottom: 15px;
}

.read-btn {

  display: inline-block;

  background: #f7b313;

  color: #000;

  padding: 14px 22px;

  border-radius: 6px;

  font-size: 18px;

  font-weight: 600;

  text-decoration: none;

  margin-bottom: 20px;

  transition: .3s;
}

.read-btn:hover {

  background: #000;

  color: #fff;
}

.read-btn i {

  margin-left: 8px;
}

.bottom-btns {

  display: flex;

  justify-content: space-between;

  gap: 14px;
}

.call-btn,
.chat-btn {

  flex: 1;

  padding: 13px 10px;

  text-decoration: none;

  color: #fff;

  font-size: 14px;

  font-weight: 600;

  border-radius: 6px;

  transition: .3s;
}

.call-btn {

  background: #980000;
}

.call-btn:hover {

  background: #bb0000;

  color: #fff;
}

.chat-btn {

  background: #0d9800;
}

.chat-btn:hover {

  background: #10b810;

  color: #fff;
}

.call-btn i,
.chat-btn i {

  margin-right: 5px;

  font-size: 18px;
}

@media(max-width:991px) {

  .astro-card {

    margin-top: 160px;
  }

  .astro-img {

    width: 270px;

    top: -150px;
  }



  .content-box {

    padding-top: 150px;

    min-height: auto;
  }



  .read-btn {

    font-size: 20px;

    padding: 14px 30px;
  }

}

@media(max-width:576px) {

  .astro-img {

    width: 230px;

    top: -120px;
  }

  .astro-card {

    margin-top: 130px;
  }

  .content-box {

    padding-top: 130px;
  }

}

.baba-ram-services {
  background: #f58a08;
}


/* Heading */

.baba-ram-title {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;

}


.baba-ram-title h2 {

  font-size: 38px;
  font-weight: 700;
  margin: 0 10px;
  color: #050505;

}



.baba-ram-line {

  width: 190px;
  height: 1px;
  background: #111;

}



/* Service Card */

.baba-ram-card {

  background: #050505;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding-top: 15px;
  position: relative;

}



/* Icon */

.baba-ram-icon {

  width: 82px;
  height: 82px;

  border-radius: 50%;
  background: #fbb20b;

  display: flex;
  justify-content: center;
  align-items: center;

  margin: auto;

}



.baba-ram-icon i {

  font-size: 46px;
  color: #111;

}



/* Card Heading */

.baba-ram-card h4 {

  color: #fbb20b;
  font-size: 23px;
  font-weight: 600;

  margin: 12px 0 22px;

}



/* Contact */

.baba-ram-contact {

  border-top: 1px solid #fbb20b;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 5px;

  color: white;

}



.baba-ram-contact>i {

  width: 37px;
  height: 37px;

  background: white;
  color: #111;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 19px;

  margin-right: 10px;

}



.baba-ram-contact span {

  display: block;

  font-size: 12px;
  font-weight: bold;

  color: white;

}



.baba-ram-contact strong {

  display: block;

  font-size: 17px;

  color: #fbb20b;

  line-height: 20px;

}


/* Section */

.mv-why-section {
  padding: 60px 0;
}

/* Contact */

.mv-contact-box {
  background: #ea4812;
  padding: 22px;
  border-radius: 20px;

}

.mv-contact-box h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}

.mv-contact-box .form-control {
  background: #111;
  color: #fff;
  border: none;
  border-radius: 10px;
  height: 54px;
  font-size: 15px;
  padding: 12px 18px;
}

.mv-contact-box textarea.form-control {
  height: 120px;
  resize: none;
}

.mv-contact-box .form-control::placeholder {
  color: #d8d8d8;
}

.mv-btn {
  background: linear-gradient(to right, #FFD84C, #FF9800);
  color: #000;
  font-weight: 600;
  height: 55px;
  border-radius: 10px;
  font-size: 17px;
}

.mv-btn:hover {
  background: #000;
  color: #fff;
}

/* Whatsapp */

.mv-whatsapp {
  max-height: 430px;
}

.mv-video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.mv-video-box video {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn:hover {
  background: #f5ad16;
  color: #000;
}

/* Right Box */

.mv-right-box {
  background: linear-gradient(90deg, #850006, #be070b, #780003);
  color: #fff;
  padding: 24px;
  height: 100%;
  border-radius: 20px;
}

.mv-subtitle {
  color: #F6AD14;
  font-size: 22px;
  font-weight: 600;
}

.mv-right-box h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 12px 0;
}

.mv-right-box>p {
  color: #ddd;
  font-size: 16px;
  line-height: 1.8;
}


/* Feature */

.mv-feature {
  margin-top: 15px;
}

.mv-icon {
  width: 64px;
  height: 62px;
  border: 2px solid #F6AD14;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F6AD14;
  font-size: 32px;
  margin-bottom: 12px;
  border-radius: 10px;
}

.mv-feature h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 5px;
}

.mv-feature p {
  color: #f8f8f8;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Youtube */

.ratio iframe {
  border-radius: 12px;
}


/* Responsive */

@media(max-width:991px) {

  .mv-contact-box {
    padding: 25px;
  }

  .mv-contact-box h2 {
    font-size: 23px;
  }

  .mv-whatsapp {
    max-height: 300px;
    margin: auto;
    display: block;
    transform: rotate(360deg);
  }

  .mv-right-box {
    padding: 22px;
  }

  .mv-right-box h2 {
    font-size: 23px;
  }

  .mv-feature h4 {
    font-size: 22px;
  }



}


.inner-cta {
  padding: 70px 0;
  background: radial-gradient(circle at 61% 265%, rgb(212 135 20), transparent 85%), linear-gradient(110deg, #d3b67d 0%, #fff9ed 47%, #ff9910 100%)
}



.inner-cta h2 {
  font: 700 clamp(25px, 3.2vw, 38px) "Playfair Display", serif;
  color: var(--mv-deep);
  margin: 0 0 10px
}

.inner-cta p {
  color: #6d463d;
  margin: 0
}


/* CTA Section */

.mv-cta-section {
  padding: 80px 0;
}

.mv-cta-box {
  background: linear-gradient(135deg, #000, #1d1d1d);
  border: 2px solid #f4b400;
  border-radius: 25px;
  padding: 55px;
  position: relative;
  overflow: hidden;
}

.mv-cta-box::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: rgba(244, 180, 0, .15);
  border-radius: 50%;
  top: -100px;
  right: -80px;
}

.mv-cta-tag {
  display: inline-block;
  background: #f4b400;
  color: #000;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
}

.mv-cta-box h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mv-cta-box h2 span {
  color: #f4b400;
}

.mv-cta-box p {
  color: #d8d8d8;
  font-size: 17px;
  line-height: 1.8;
  max-width: 650px;
}

/* Buttons */

.mv-btn-call,
.mv-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 190px;
  height: 55px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: .35s;
  margin: 8px;
  font-size: 16px;
}

.mv-btn-call {
  background: #f4b400;
  color: #000;
}

.mv-btn-call:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
}

.mv-btn-whatsapp {
  border: 2px solid #25D366;
  color: #25D366;
  background: transparent;
}

.mv-btn-whatsapp:hover {
  background: #25D366;
  color: #fff;
  transform: translateY(-3px);
}

/* Responsive */

@media(max-width:991px) {

  .mv-cta-box {
    padding: 35px 25px;
    text-align: center;
  }

  .mv-cta-box h2 {
    font-size: 32px;
  }

  .mv-cta-box p {
    font-size: 15px;
  }

  .mv-btn-call,
  .mv-btn-whatsapp {
    width: 100%;
    margin: 8px 0;
  }

}

/*=========================
 HERO
==========================*/

.mvh-hero {

  background: #050505;

  position: relative;

  overflow: hidden;

  padding: 80px 0;

}

.mvh-hero::before {

  content: "";

  position: absolute;

  inset: 0;

  background: url(../images/bg.png) center center/cover no-repeat;

  opacity: .31;

}

.mvh-swiper {

  position: relative;

  z-index: 2;

}

.mvh-badge {

  display: inline-block;

  padding: 10px 22px;

  border-radius: 50px;

  background: #f5b51b;

  color: #000;

  font-weight: 700;

  margin-bottom: 20px;

}

.mvh-title {

  color: #fff;

  font-size: 48px;

  font-weight: 700;

  line-height: 1.15;

  margin-bottom: 12px;

}

.mvh-title span {

  color: #f5b51b;

}

.mvh-desc {

  color: #d8d8d8;

  font-size: 18px;

  line-height: 32px;

}

.mvh-feature-list {

  margin: 30px 0;

}

.mvh-feature-list div {

  color: #fff;

  margin-bottom: 15px;

  font-size: 17px;

}

.mvh-feature-list i {

  color: #f5b51b;

  margin-right: 10px;

}

.mvh-buttons {

  margin-top: 35px;

}

.mvh-call-btn {

  display: inline-block;

  padding: 15px 35px;

  border-radius: 50px;

  background: #f5b51b;

  color: #000;

  text-decoration: none;

  font-weight: 700;

  margin-right: 15px;

  transition: .3s;

}

.mvh-call-btn:hover {

  background: #fff;

  color: #000;

}

.mvh-whatsapp-btn {

  display: inline-block;

  padding: 15px 35px;

  border-radius: 50px;

  border: 2px solid #25D366;

  color: #25D366;

  text-decoration: none;

  font-weight: 700;

  transition: .3s;

}

.mvh-whatsapp-btn:hover {

  background: #25D366;

  color: #fff;

}

.mvh-image {

  max-height: 620px;

  animation: mvhFloat 5s infinite ease-in-out;

}

@keyframes mvhFloat {

  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }

}

.mvh-pagination {

  margin-top: 30px;

}

.mvh-pagination .swiper-pagination-bullet {

  background: #fff;

  opacity: 1;

}

.mvh-pagination .swiper-pagination-bullet-active {

  background: #f5b51b;

}

/*=========================
 MOBILE
==========================*/

@media(max-width:991px) {

  .mvh-hero {

    padding: 60px 0;

    text-align: center;

  }

  .mvh-title {

    font-size: 40px;

  }

  .mvh-desc {

    font-size: 16px;

    line-height: 28px;

  }

  .mvh-image {

    margin-top: 40px;

    max-height: 380px;

  }

  .mvh-call-btn,
  .mvh-whatsapp-btn {

    display: block;

    width: 100%;

    margin: 10px 0;

  }

}

@media(max-width:767px) {

  .mvh-title {

    font-size: 32px;

  }

  .mvh-badge {

    font-size: 14px;

  }

  .inner-hero {
    min-height: 400px;
    padding: 85px 0 65px
  }

  .inner-hero h1 {
    font-size: 28px;

  }

  .contact-panel,.contact-form-card  {
    border-radius: 22px;
    padding: 22px !important;
  }

  .contact-item {
    display: inline-block  !important;
  }

  .contact-item i {
  margin-bottom: 12px;
  }

}


.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.value-card {
  position: relative;
  padding: 30px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--mv-line);
  box-shadow: 0 14px 40px rgba(95, 6, 4, .07);
  overflow: hidden;
  transition: .3s
}

.value-card:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  right: -45px;
  top: -45px;
  background: rgba(255, 153, 16, .14)
}

.value-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--mv-shadow)
}

.value-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #fff0cf, #ffd991);
  color: var(--mv-red);
  font-size: 23px;
  margin-bottom: 22px
}

.value-card h3 {
  font: 700 23px "Playfair Display", serif;
  color: var(--mv-deep)
}

.value-card p {
  color: var(--mv-muted);
  line-height: 1.7;
  margin: 0
}


.inner-page .site-header {
  background: rgba(255, 249, 237, .95);
  border-bottom: 1px solid rgba(133, 0, 6, .09)
}

.inner-page .main-nav a {
  color: #4d2a25
}

.inner-page .main-nav a:hover,
.inner-page .main-nav a.active {
  color: var(--mv-red-2)
}

.inner-page .header-btn {
  background: linear-gradient(90deg, var(--mv-red), var(--mv-red-2), #780003);
  color: #fff
}

.inner-hero {
  position: relative;
  min-height: 130px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  padding: 40px 0 20px
}

.inner-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(246 227 187 / 98%) 0%, rgb(205 159 62 / 94%) 46%, rgba(255, 153, 16, .28) 100%);
}

.inner-hero:after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  right: -130px;
  top: -170px;
  background: radial-gradient(circle, rgba(212, 135, 20, .35), transparent 68%)
}

.inner-hero .container {
  position: relative;
  z-index: 2
}

.inner-hero-content {
  max-width: 720px
}

.inner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(133, 0, 6, .12);
  border-radius: 999px;
  background: #fff;
  color: var(--mv-red);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.inner-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.05;
  color: var(--mv-deep);
  margin: 0px;
}


.breadcrumb-modern {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
  color: #7d5a50;
  font-size: 15px
}

.breadcrumb-modern a {
  color: var(--mv-red);
  font-weight: 700
}



.contact-layout {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 40px;
  align-items: stretch
}

.contact-panel {
  background: linear-gradient(180deg, #8b0d08, #5f0604);
  color: #fff;
  border-radius: 30px;
  padding: 42px;
  position: relative;
  overflow: hidden
}

.contact-panel:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  right: -140px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(255, 153, 16, .55), transparent 68%)
}

.contact-panel h2 {
    font: 700 27px "Playfair Display", serif;
    margin-bottom: 12px;
    margin-top: 12px;
}

.contact-panel>p {
  color: #f5d9d4;
  line-height: 1.7
}

.contact-items {
  display: grid;
  gap: 15px;
  margin-top: 30px;
  position: relative;
  z-index: 2
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .13)
}

.contact-item i {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #fff0cf;
  color: var(--mv-red);
  flex: none
}

.contact-item a,
.contact-item span {
  color: #fff
}

.contact-item small {
  display: block;
  color: #ecc9c4
}

.contact-form-card {
  background: #fff;
  border-radius: 30px;
  padding: 42px;
  border: 1px solid var(--mv-line);
  box-shadow: var(--mv-shadow)
}

.contact-form-card h2 {
  font: 700 27px "Playfair Display", serif;
  color: var(--mv-deep)
}

.contact-form-card p {
  color: var(--mv-muted)
}


.modern-input {
  border: 1px solid #ead7bd;
  border-radius: 14px;
  padding: 14px 15px;
  background: #fffcf7
}

.modern-input:focus {
  border-color: var(--mv-orange);
  box-shadow: 0 0 0 .2rem rgba(255, 153, 16, .12)
}

.btn-maroon {
  background: linear-gradient(90deg, #850006, #be070b, #780003);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 24px;
  font-weight: 700
}

.btn-maroon:hover {
  color: #fff;
  transform: translateY(-2px)
}

.fw-600 {
  font-weight: 600;
}

.inner-cta {
  position: relative;
  background: url("../images/cta.webp") center center/cover no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

/* Dark overlay */
.inner-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* Keep content above overlay */
.inner-cta .container {
  position: relative;
  z-index: 2;
}

/* Text color */
.inner-cta h2,
.inner-cta p {
  color: #fff;
}

/* Optional: make CTA box transparent */
.inner-cta-box {
  background: transparent;
}