@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap);
.about-hero,
.cat-card,
.gallery-card,
.hero-wrap,
.insp-card,
.mission-section,
.pop-card,
.story-card,
.team-card {
  overflow: hidden
}

:root {
    --gold-light: #fa1671;
    --blush: #f5ece4;
    --deep: #1a1209;
    --brown: #3d2b0e;
    --cream: #fdf8f2;
    --text-muted: #7a6a55;
    --shadow: 0 8px 40px rgba(61, 43, 14, 0.12);
    --shadow-lg: 0 20px 60px rgba(61, 43, 14, 0.18);
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'DM Sans', sans-serif
}

.cta-section::before,
.dark-section::before,
.enquiry-section::before,
.hero-bubble,
.hero-form-wrap::after,
.hero-form-wrap::before,
.hero-leaf,
.hero-section-mehendi::before,
.hero-section21::before,
.mission-section::before {
  pointer-events: none;
  pointer-events: none
}

#backTop,
.btn-book,
.btn-submit,
.cat-card,
.gallery-card,
.gallery-item,
.hf-select,
.service-pill,
.vendor-wishlist {
  cursor: pointer
}

.btn-pkg,
.cta-section,
.hero-band21,
.hero-content,
.hero-success,
.pkg-btn,
.process-step,
.service-pill,
.stat-badge,
.stat-item,
.stat-pill,
.story-floater,
.success-msg,
.why-icon-box {
  text-align: center
}

:root {
  --rose: #c8214b;
  --rose-lt: #f8e8ed;
  --gold: #c49a3c;
  --gold-lt: #fdf6e3;
  --dark: #280e3b;
  --grey: #6b7280;
  --light-bg: #fff3f1;
  --gold: #46140c;
  --gold-dark: #9e7c2b;
  --border: rgba(201, 168, 76, 0.25);
  --radius: 16px;
  --transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1)
}

.nav-link,
.topbar a {
  transition: color .2s
}

*,
::after,
::before {
  box-sizing: border-box
}

body {
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  color: var(--dark)
}

.cat-card .info h6,
.dropdown-header,
.hero-content h1,
.insp-card .insp-label,
.navbar-brand,
.pop-card .pop-label,
h1,
h2,
h3,
h4,
h5 {
/*   font-family: 'Cormorant Garamond', serif;
    font-family: 'Playfair Display';*/
}

.topbar {
  background: var(--dark);
  font-size: .78rem;
  padding: 6px 0
}

.topbar a {
  color: #ccc;
  text-decoration: none
}

.cat-card img,
.gallery-card img,
.insp-card img,
.pop-card img,
.story-card img,
.vendor-card-img img {
  width: 100%;
  transition: transform .4s;
  object-fit: cover
}

.mission-section .section-heading,
.pkg-name.white,
.pkg-price.white,
.popular-tags a:hover,
.topbar a:hover {
  color: #fff
}

.nav-link:hover,
.navbar-brand {
  color: var(--rose) !important
}

/*.navbar {
  background: linear-gradient(90deg, #3a0838, #22103c);
  padding: 6px 0;
  border-bottom: 2px solid #d6a756;
  z-index: 999
}*/

.navbar-brand {
  font-size: 14px;
  font-weight: 700
}

.footer-brand span,
.navbar-brand span,
footer a:hover {
  color: var(--gold)
}

/*.nav-link {
  font-weight: 500;
  color: #fff !important;
  font-size: .9rem;
  padding: 8px 14px !important
}*/

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
  border-radius: 10px
}

.dropdown-item {
  font-size: .85rem;
  padding: 6px 18px
}

.dropdown-item:hover {
  background: var(--rose-lt);
  color: var(--rose)
}

.dropdown-header {
  font-size: 1rem;
  color: var(--rose);
  padding: 10px 18px 4px
}

.btn-login {
  border: 2px solid var(--rose);
  color: var(--rose);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: .85rem;
  font-weight: 600;
  transition: .25s
}

.btn-login:hover,
.loc-tabs .nav-link.active,
.social-icon:hover {
  background: var(--rose);
  color: #fff
}

.hero-wrap {
  position: relative;
  height: 60vh;
  min-height: 500px
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 1.2s;
  opacity: 0
}

.gallery-item:hover .gallery-overlay,
.hero-slide.active {
  opacity: 1
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgb(0 0 0 / 56%) 0, rgb(0 0 0 / 78%) 100%)
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 0
}

.stats-box,
.stats-inner {
  z-index: 10;
  position: relative
}

/*.hero-content h1 {
  font-size: 53px;
  line-height: 1.15;
  text-shadow: 0 4px 2px rgb(4 38 88);
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px
}

.hero-content h1 span {
  font-family: 'Great Vibes', cursive;
  color: #e8c96a;
  font-size: 80px;
  line-height: 1;
  display: block
}*/

.hero-divider {
  width: 350px;
  height: 2px;
  background: #dcb46a;
  margin: 25px auto;
  position: relative
}

.hero-divider::before {
  content: '❤';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: 0 0;
  color: #dcb46a;
  font-size: 24px
}

.hero-btns {
  margin-top: 0;
  margin-bottom: 20px
}

.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal
}

.btn-outline-theme,
.btn-theme {
  font-weight: 500;
  display: inline-block;
  margin: 10px;
  transition: .3s;
  text-decoration: none
}

.btn-theme {
  background: #f3c46b;
  color: #111;
  padding: 8px 21px;
  border-radius: 12px;
  border: none
}

.btn-outline-theme {
  border: 2px solid #d6a756;
  color: #f3c46b;
  padding: 8px 19px;
  border-radius: 12px
}

.btn-theme:hover,
.call-btn:hover {
  background: #fff;
  color: #000
}

.btn-outline-theme:hover {
  background: #f3c46b;
  color: #111
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.08;
  color: #fff
}


@media (min-width: 1300px) {
/*.hero-content h1 {
    font-size: 49px
  }*/
  .hero-content h1 span {
    font-size: 62px
  }
  .hero-divider {
    width: 280px;
    margin: 10px auto
  }
.btn-theme {
    background: #f3c46b;
    color: #111;
    padding: 7px 18px;
    border-radius: 12px;
    border: none;
    font-size: 13px;
}
	.btn-outline-theme{
		padding: 7px 18px;
		 font-size: 13px;
}
	}



@media (max-width:1299px) {
  .hero-content h1 {
    font-size: 46px
  }
  .hero-content h1 span {
    font-size: 68px
  }
  .hero-divider {
    width: 280px;
    margin: 10px auto
  }
}

.stats-box {
  margin-top: -80px
}

.stats-inner {
  padding: 35px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 36px rgba(0, 0, 0, .1);
  width: 72%;
  margin: 0 auto
}

.stats-item:last-child {
  border-right: none
}

.info-chip,
.stats-item {
  display: flex;
  align-items: center;
  gap: 14px
}

.stat-icon {
  font-size: 35px;
  color: #2d0e4e
}

.stat-num2 {
  font-size: 19px;
  font-weight: 600;
  color: #371a25;
  line-height: 1
}

.stats-item p {
  color: #280e3b;
  font-size: 14px;
  font-weight: 600
}
.navbar-toggler { background-color: #ff0061;}



@media (max-width:991px) {
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
  }
  .navbar-toggler {
    padding: 4px 8px;
    border: none
  }
  .navbar-toggler-icon {
    width: 18px;
    height: 18px
  }
  body {
    padding-top: 30px
  }
  .hero-content h1 {
    font-size: 38px;
    line-height: 1.25
  }
  .hero-content h1 span {
    font-size: 58px
  }
  .hero-divider {
    width: 220px;
    margin: 20px auto
  }
  .hero-divider::before {
    font-size: 20px;
    top: -12px
  }
  .btn-outline-theme,
  .btn-theme {
    padding: 8px 18px;
    font-size: 15px;
    margin: 6px
  }
  .stats-inner {
    width: 95%;
    padding: 30px 18px;
    margin-top: -40px;
    border-radius: 12px
  }
}

@media (max-width:767px) {
  .hero-content {
    text-align: center;
    padding: 0 15px
  }
  .hero-content h1 {
    font-size: 30px;
    line-height: 1.3
  }
  .hero-content h1 span {
    font-size: 46px;
    margin-top: 5px
  }
  .hero-divider {
    width: 170px;
    margin: 18px auto
  }
  .hero-divider::before {
    font-size: 18px;
    top: -10px
  }
  .hero-btns {
    margin-top: 10px
  }
  .btn-outline-theme,
  .btn-theme {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 8px 16px;
    margin: 5px
  }
  .hero-wrap {
    position: relative;
    height: 66vh;
    min-height: 500px;
    overflow: hidden
  }
  .stats-inner {
    width: 96%;
    padding: 25px 15px;
    margin-top: -30px;
    border-radius: 10px
  }
	.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.08;
    color: #fff;
}
	.hero-title em {
    font-style: italic;
    color: #e8c96a;
    font-size: 40px;
}
	
}

@media (max-width:480px) {
  .hero-content h1 {
    font-size: 25px
  }
  .hero-content h1 span {
    font-size: 38px
  }
  .hero-divider {
    width: 130px
  }
  .btn-outline-theme,
  .btn-theme {
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 10px
  }
  .stats-inner {
    width: 98%;
    padding: 20px 12px;
    margin-top: -20px;
    border-radius: 8px
  }
	.hero-content p {
    font-size: 12px;
    opacity: .88;
    max-width: 760px;
    margin: 0 auto 15px;
}
}

/*.hero-content p {
  font-size: 1.1rem;
  opacity: .88;
  max-width: 760px;
  margin: 0 auto 15px
}*/

.hero-badge1 {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  margin-bottom: 14px
}

.hero-search {
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 60px;
  padding: 8px 8px 8px 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 620px;
  margin: 0 auto
}

.stat-pill,
.vendor-badge {
  backdrop-filter: blur(6px)
}

.hero-search input,
.hero-search select {
  background: 0 0;
  border: none;
  outline: 0;
  color: #fff;
  font-size: .92rem;
  flex: 1
}

.hero-search select option {
  color: #333
}

.hero-search input::placeholder,
.hero-search select::placeholder {
  color: rgba(255, 255, 255, .7)
}

.hero-search .divider {
  width: 1px;
  height: 26px;
  background: rgba(255, 255, 255, .4)
}

.btn-search {
  background: var(--rose);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 9px 26px;
  font-weight: 600;
  font-size: .9rem;
  white-space: nowrap;
  transition: background .25s
}

.btn-search:hover {
  background: #a81a3d
}

.popular-tags a {
  color: rgba(255, 255, 255, .82);
  font-size: .8rem;
  text-decoration: none;
  margin: 0 5px;
  border-bottom: 1px dotted rgba(255, 255, 255, .4)
}

.section-tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--rose)
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2
}

.divider-ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 10px 0 28px
}

.divider-ornament .line {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: var(--gold)
}

.divider-ornament .diamond {
  width: 8px;
  height: 8px;
  background: #c8214b;
  transform: rotate(45deg)
}

.cat-card {
  border-radius: 16px;
  position: relative
}

.cat-card img {
  height: 180px
}

.cat-card:hover img {
  transform: scale(1.07)
}

.cat-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 26, 46, .8) 0, transparent 55%);
  transition: background .3s
}

.cat-card:hover .overlay {
  background: linear-gradient(0deg, rgba(200, 33, 75, .75) 0, rgba(26, 26, 46, .2) 60%)
}

.cat-card .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  color: #fff
}

.cat-card .info h6 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 2px
}

.cat-card .info small {
  font-size: .72rem;
  opacity: .8
}

.cat-card .book-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--gold);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: .3s
}

.cat-card:hover .book-btn,
.fade-up.visible,
.gallery-card:hover .g-label span {
  opacity: 1;
  transform: translateY(0)
}

.about-section,
.loc-section,
.popular-section {
  background: var(--light-bg)
}

.insp-card,
.pop-card {
  border-radius: 14px;
  position: relative
}

.pop-card img,
.vendor-card-img img {
  height: 220px
}

.gallery-item:hover img,
.pop-card:hover img {
  transform: scale(1.06)
}

.pop-card .pop-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(26, 26, 46, .85), transparent);
  color: #fff;
  padding: 18px 16px 14px;
  font-size: 1.25rem;
  font-weight: 700
}

.insp-card .insp-label,
.insp-card .insp-label1 {
  inset-inline: 0;
  padding: 22px 14px 12px;
  position: absolute;
  color: #fff;
  bottom: 0
}

.gallery-card img,
.insp-card img {
  height: 200px
}

.insp-card:hover img,
.story-card:hover img {
  transform: scale(1.05)
}

.insp-card .insp-label {
  background: linear-gradient(0deg, rgba(200, 33, 75, .88), transparent);
  font-size: 1.1rem;
  font-weight: 700
}

.insp-card .insp-label1 {
  background: linear-gradient(0deg, rgb(4 38 88), transparent);
  font-family: 'DM Sans';
  font-size: 15px;
  font-weight: 600
}

.footer-brand,
.gallery-card .g-label span,
.hero-title em,
.stat-badge .num,
.story-content h5,
.vendor-card h6,
footer h6 {
  font-family: 'Cormorant Garamond', serif
}

.why-section {
  background: var(--dark);
  color: #fff
}

.why-icon-box {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 30px 24px;
  transition: background .3s
}

.why-icon-box:hover {
  background: rgba(200, 33, 75, .15);
  border-color: var(--rose)
}

.why-icon-box i {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 14px;
  display: block
}

.why-icon-box h5 {
  font-size: 1.15rem;
  margin-bottom: 8px
}

.why-icon-box p {
  font-size: .85rem;
  opacity: .7;
  margin: 0
}

.about-img-stack,
.story-image-wrap {
  position: relative
}

.about-img-stack img:first-child {
  border-radius: 16px;
  width: 80%;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .15)
}

.about-img-stack img:last-child {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 48%;
  border-radius: 12px;
  border: 5px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12)
}

.stat-badge {
  background: var(--rose);
  color: #fff;
  border-radius: 14px;
  padding: 18px 22px
}

.stat-badge .num {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1
}

.stat-badge .lbl {
  font-size: .75rem;
  opacity: .88
}

.service-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px
}

.service-pill .icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--rose-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--rose);
  transition: .25s
}

.service-pill:hover .icon-wrap {
  background: var(--rose);
  color: #fff;
  transform: translateY(-4px)
}

.service-pill span {
  font-size: .78rem;
  font-weight: 600;
  color: var(--dark)
}

.gallery-section {
  background: #fff
}

.gallery-card {
  border-radius: 14px;
  position: relative
}

.gallery-card:hover img {
  transform: scale(1.08)
}

.gallery-card .g-label {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 46, 0);
  display: flex;
  align-items: flex-end;
  padding: 14px;
  transition: background .3s
}

.gallery-card:hover .g-label {
  background: rgba(200, 33, 75, .55)
}

.gallery-card .g-label span {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(8px);
  transition: .3s
}

.vendor-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .07)
}

.vendor-card:hover {
  box-shadow: 0 12px 35px rgba(0, 0, 0, .12)
}

.vendor-card img {
  width: 100%;
  height: 180px;
  object-fit: cover
}

.vendor-card .vendor-body {
  padding: 14px 16px
}

.vendor-card .vendor-type {
  font-size: .72rem;
  color: var(--rose);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px
}

.vendor-card h6 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 4px 0
}

.vendor-card .price {
  color: var(--gold);
  font-weight: 700;
  font-size: .95rem
}

.vendor-card .vendor-footer {
  padding: 10px 16px 14px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.btn-book {
  background: var(--rose);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 6px 18px;
  font-size: .8rem;
  font-weight: 600;
  transition: background .2s;
  text-decoration: none
}

.btn-book:hover {
  background: #a81a3d;
  color: #fff
}

.story-card {
  border-radius: 16px;
  position: relative
}

.story-card img {
  height: 300px
}

.loc-links a,
footer a {
  transition: color .2s;
  text-decoration: none;
  display: block
}

.story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 26, 46, .9) 0, transparent 50%)
}

#backTop,
.story-loc {
  background: var(--rose)
}

.story-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff
}

.story-loc {
  font-size: .7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 6px
}

.story-content h5 {
  font-size: 1.3rem;
  margin: 0 0 4px
}

.story-content p {
  font-size: .8rem;
  opacity: .8;
  margin: 0
}

.testi-section {
  background: var(--rose-lt)
}

.testi-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .05)
}

.testi-card .quote-icon {
  font-size: 2.5rem;
  color: var(--rose);
  opacity: .2;
  line-height: 1;
  margin-bottom: 6px
}

.testi-card p {
  font-size: 16px;
  color: #000;
  line-height: 1.7
}

.testi-card .reviewer {
  font-weight: 700;
  color: var(--dark);
  font-size: .88rem
}

.testi-card .reviewer-loc {
  font-size: .78rem;
  color: var(--grey)
}

.stars i {
  color: var(--gold);
  font-size: .85rem
}

.loc-tabs .nav-link {
  border-radius: 50px;
  font-size: .82rem;
  color: var(--dark);
  padding: 6px 16px
}

.loc-links a {
  color: var(--grey);
  font-size: .85rem;
  line-height: 1.9
}

.loc-links a:hover {
  color: var(--rose)
}

.cta-strip {
    background: linear-gradient(135deg, #c32049, #ab1a3e);
    color: #fff;
}

.cta-strip h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem)
}

.btn-white {
  background: #fff;
  color: var(--rose);
  border: none;
  border-radius: 50px;
  padding: 12px 32px;
  font-weight: 700;
  font-size: .95rem;
  transition: .25s
}

.btn-white:hover {
  background: var(--gold);
  color: #fff
}

 

.footer-links li i,
.navbar-nav .nav-link:hover {
  color: #f3c46b
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background: #d4af37
}

footer h6 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 14px
}

footer a {
  color: rgba(255, 255, 255, .65);
  font-size: .85rem;
  line-height: 2
}

.footer-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff
}

.hero-title,
.section-heading,
.stat-pill .num,
.story-floater .big-num,
.story-highlight {
  font-family: var(--font-display)
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  margin-right: 6px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: .8rem
}

.hero-badge2,
.section-tag {
  font-size: .7rem;
  text-transform: uppercase
}

.payment-icon {
  height: 24px;
  margin-right: 6px;
  opacity: .7
}

.footer-brand.mb-3 img {
  width: 183px;
  height: auto
}

#backTop:hover {
  background: #a81a3d;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(200, 134, 10, .5)
}

@media(max-width:768px) {
  a.navbar-brand>img {
    width: 110px !important;
    height: auto
  }
  .hero-search {
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 12px
  }
  .about-img-stack img:last-child,
  .hero-search .divider {
    display: none
  }
}

a.navbar-brand>img {
  width: 140px
}

.bi-telephone::before {
  content: "\f5c1"
}

.about-hero {
  min-height: 58vh;
  background: linear-gradient(160deg, rgba(26, 18, 9, .84) 0, rgba(61, 43, 14, .65) 60%, rgba(201, 168, 76, .12) 100%), url(../img/banner/about.png) center/cover no-repeat;
  display: flex;
  align-items: center;
  position: relative
}

.about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 70% 50%, rgba(201, 168, 76, .08) 0, transparent 70%)
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 100px
}

.hero-badge2 {
  display: inline-block;
  background: rgb(255 223 218 / 78%);
  border: 1px solid rgb(255 255 255);
  color: #46140c;
  font-weight: 700;
  letter-spacing: .22em;
  padding: 7px 22px;
  border-radius: 50px;
  margin-bottom: 24px;
  animation: .7s both fadeInUp
}

.hero-title {
  animation: .8s .1s both fadeInUp
}

.hero-title em {
  font-style: italic;
  color: #e8c96a;
  font-size: 55px
}

.hero-subtitle {
  font-weight: 300;
  animation: .9s .2s both fadeInUp
}

.hero-stats {
  animation: 1s .3s both fadeInUp
}

.stat-pill {
  transition: background var(--transition), transform var(--transition)
}

.stat-pill:hover {
  background: rgba(201, 168, 76, .18);
  transform: translateY(-3px)
}

.stat-pill .num {
  color: #fff
}

.stat-pill .lbl {
  letter-spacing: .12em;
  text-transform: uppercase
}

.section-tag {
  display: inline-block;
  color: #ff0061;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 12px
}

.section-tag::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #ff0061;
  vertical-align: middle;
  margin-right: 10px
}

.section-heading {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #280e3b;
  line-height: 1.15
}

.section-heading em {
  font-style: italic;
  color: #ff0061
}

.gold-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #fa1671, #8432db);
    border-radius: 2px
}

.story-section {
  padding: 100px 0
}

.story-image-wrap .main-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg)
}

.story-floater {
  position: absolute;
  bottom: -30px;
  right: -20px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 28px;
  box-shadow: var(--shadow);
  min-width: 180px
}

.story-floater .big-num {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--gold);
  line-height: 1
}

.story-floater .desc {
  font-size: .78rem;
  color: var(--text-muted);
  font-weight: 500;
  margin-top: 4px
}

.story-ornament {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  opacity: .3
}

.mission-section,
.timeline,
.tl-item {
  position: relative
}

.mission-section::before,
.tl-item::before {
  content: '';
  border-radius: 50%;
  position: absolute
}

.story-body p {
  font-size: 1rem;
  color: #000;
  line-height: 1.86
}

.mv-card h4,
.site-footer a:hover {
  color: var(--gold-light)
}

.story-highlight {
  font-size: 1.35rem;
  font-style: italic;
  color: var(--brown);
  line-height: 1.55;
  padding-left: 22px;
  border-left: 3px solid var(--gold);
  margin: 0
}

.info-chip-icon {
  width: 44px;
  height: 44px;
  background: var(--blush);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0
}

.mv-card,
.team-card,
.value-item {
  border-radius: var(--radius)
}

.info-chip-label {
  font-weight: 600;
  color: var(--deep);
  font-size: .9rem
}

.team-card-body h5,
.tl-title,
.tl-year {
  font-weight: 700;
  font-family: var(--font-display)
}

.info-chip-sub {
  font-size: .78rem;
  color: var(--text-muted)
}

.mission-section {
  background: var(--deep);
  padding: 90px 0
}

.mv-icon,
.value-item:hover .value-icon {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark))
}

.mission-section::before {
  top: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(201, 168, 76, .1) 0, transparent 70%)
}

.mv-card {
  transition: background var(--transition), transform var(--transition), border-color var(--transition)
}

.mv-card::before {
  content: '';
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform-origin: left;
  transition: transform var(--transition)
}

.mv-icon {
  display: flex;
  align-items: center;
  justify-content: center
}

.mv-card h4 {
  font-family: var(--font-display)
}

.value-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color var(--transition), background var(--transition), transform var(--transition), box-shadow var(--transition)
}

.team-card,
.testi-card {
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition)
}

.value-item:hover {
  border-color: var(--border);
  box-shadow: 0 0 11px 0 #46140c
}

.value-content p {
  color: var(--text-muted)
}

.team-section {
  background: var(--blush);
  padding: 100px 0
}

.team-card {
  background: #fff
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg)
}

.team-card-placeholder {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  background: linear-gradient(135deg, var(--gold-light), var(--blush))
}

.team-card-body {
  padding: 22px 24px
}

.team-card-body h5 {
  font-size: 1.2rem;
  color: var(--deep);
  margin-bottom: 4px
}

.team-card-body .role {
  font-size: .76rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase
}

.team-card-body p {
  font-size: .87rem;
  color: var(--text-muted);
  line-height: 1.66;
  margin-top: 10px;
  margin-bottom: 0
}

.timeline-section {
  padding: 100px 0;
  background: var(--light-bg)
}

.timeline {
  padding-left: 38px
}

.timeline::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 4px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), var(--gold-light), transparent)
}

.tl-item {
  margin-bottom: 40px
}

.tl-item::before {
  left: -31px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: var(--gold);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 3px var(--gold)
}

.tl-year {
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: 4px
}

.tl-title {
  font-size: 1.25rem;
  color: var(--deep);
  margin-bottom: 6px
}

.tl-desc {
  font-size: .9rem;
  color: var(--text-muted);
  line-height: 1.74;
  margin: 0
}

.checklist-section,
.testimonials-section {
  padding: 90px 0;
  background: #e0edff
}

.testi-card {
  border: 1px solid var(--border);
  border-radius: var(--radius)
}

.testi-card:hover {
  box-shadow: var(--shadow-lg)
}

.testi-stars {
  letter-spacing: 2px
}

.testi-quote {
  color: var(--brown)
}

.testi-avatar {
  background: linear-gradient(135deg, var(--gold-light), var(--blush));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0
}

.testi-name {
  color: var(--deep)
}

.testi-loc {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: .05em
}

.cta-section,
.vendor-card-img {
  position: relative;
  overflow: hidden
}

.cta-section::before {
  content: '\201C';
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: 22rem;
  color: rgba(201, 168, 76, .05);
  line-height: 1
}

.cta-section h2 em {
  font-style: italic;
  color: #ffabcb
}

.btn-cta-primary {
  background: linear-gradient(357deg, #042658, #042658);
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: box-shadow var(--transition), transform var(--transition);
  border: none
}

.btn-cta-outline {
  color: #fff !important;
  letter-spacing: .05em;
  display: inline-block;
  transition: border-color var(--transition), background var(--transition), color var(--transition)
}

.trust-strip,
.trust-strip i {
  color: #dbdbdb
}

.btn-cta-outline:hover {
  border-color: var(--gold-light);
  color: var(--gold-light) !important
}

.trust-strip {
  font-size: 16px
}

.site-footer {
  background: var(--deep);
  padding: 28px 0;
  color: rgba(255, 255, 255, .4);
  font-size: .84rem
}

.site-footer a {
  color: var(--gold);
  text-decoration: none;
  transition: color var(--transition)
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.gallery-item,
.mv-card,
.vendor-hero3 {
  position: relative;
  overflow: hidden
}

.datafly {
  font-size: 13px;
  color: #000;
  line-height: 1.65;
  margin: 0
}

.vendor-card-body h5 {
  font-family: var(--font-display);
  line-height: 1.3
}

.results-count strong {
  color: #46140c;
  font-weight: 700
}

@media (min-width:992px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 0;
    transition: .3s
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    margin-top: 0
  }
}

:root {
    --gold: #fa1671;
    --gold-dark: #ff0061;
    --border: rgba(201, 168, 76, 0.25);
    --radius: 16px;
    --transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    --haldi: #f5a623;
    --haldi-dk: #d4820a;
    --haldi-lt: #fde68a;
    --marigold: #f59e0b;
    --turmeric: #d97706
}

html {
  scroll-behavior: smooth
}

.fade-up {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .65s, transform .65s
}

.vendor-hero3 {
  min-height: 62vh;
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/haldi/banner-haldi.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 50px 0 60px
}

.vendor-hero3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 90px;
 /* background: linear-gradient(to top, var(--cream), transparent) */
}
.vendor-hero31 {
  min-height: 61vh;
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/haldi/banner-event.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 30px 0 60px
}
 
.vendor-hero32 {
  min-height: 62vh;
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/haldi/banner-event.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 50px 0px 60px;

}

.vendor-hero32::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 90px;
  background: linear-gradient(to top, var(--cream), transparent)
}


.hero-badge3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 166, 35, .18);
  border: 1px solid rgba(245, 166, 35, .4);
  color: #fde68a;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 22px
}

.hero-subtitle {
  color: rgba(255, 255, 255, .72);
  font-size: 1rem;
  line-height: 1.82;
  max-width: 560px;
  margin-bottom: 36px
}

.stat-pill {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50px;
  padding: 10px 20px
}

.btn-cta-outline,
.btn-cta-primary1 {
  font-size: .9rem;
  padding: 14px 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none
}

.stat-pill .num {
    font-family: 'DM Sans';
    font-size: 27px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

.stat-pill .lbl {
  font-size: .7rem;
  color: rgba(255, 255, 255, .6);
  font-weight: 500;
  margin-top: 2px
}

.btn-cta-primary1 {
  background: linear-gradient(135deg, #ffd8d2, #fff);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  transition: box-shadow var(--transition), transform var(--transition);
  border: none
}

.btn-cta-primary:hover {
  box-shadow: 0 10px 32px rgba(201, 168, 76, .5);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 1px 9px 0 rgb(255 255 255)
}

.btn-cta-outline {
  background: 0 0;
  font-weight: 600;
  border-radius: 50px;
  border: 1.5px solid rgba(255, 255, 255, .4);
  transition: all var(--transition)
}

.overview-section,
.section-space {
    padding: 20px 0;
    border-bottom: 1px solid rgb(0 0 0 / 38%);
}

.overview-section1  {
    padding: 60px 0;
    background: #ffffff;
    
}


.overview-section2 {
    padding: 60px 0;
    background: #fdf6fb;
     
}
.testimonials-section {
    padding: 60px 0;
    background: #e0edff;
}




.overview-card {
    background: #fff;
    border: 1px solid rgb(185 185 185);
    border-radius: var(--radius);
    padding: 32px 28px;
    height: 100%;
    transition: transform var(--transition), box-shadow var(--transition)
}

.overview-card:hover,
.pkg-col:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg)
}

.ov-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fde68a, #fef3c7);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px
}

.overview-card h5 {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 10px
}

.overview-card p {
  font-size: .88rem;
  color: #000;
  line-height: 1.8;
  margin: 0
}

.vendor-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  display: flex;
  flex-direction: column
}

.vendor-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: rgba(201, 168, 76, .4)
}

.vendor-card-img {
  flex-shrink: 0
}

.vendor-card-img img {
  object-fit: cover;
  display: block
}

.vendor-badge {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid rgba(245, 166, 35, .4)
}

.btn-view-vendor,
.vendor-rating {
  border-radius: 50px;
  font-weight: 700
}

.vendor-badge.featured {
  background: linear-gradient(135deg, var(--haldi), var(--haldi-dk));
  color: var(--deep);
  border-color: transparent
}

.vendor-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition)
}

.vendor-wishlist:hover {
  background: #fff;
  transform: scale(1.1)
}

.vendor-wishlist.active {
  color: #e85454
}

.vendor-card-body {
  padding: 18px 20px;
  flex: 1
}

.vendor-meta,
.vendor-meta span {
  display: flex;
  align-items: center
}

.vendor-category {
    font-size: .7rem;
    font-weight: 700;
    color: #fa1671;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px
}

.vendor-card-body h5 {
  font-family: 'DM Sans';
  font-size: 17px;
  font-weight: 700;
  color: #280e3b;
  margin-bottom: 8px
}

.vendor-meta {
  gap: 12px;
  font-size: .8rem;
  color: var(--text-muted);
  margin-bottom: 10px;
  flex-wrap: wrap
}

.vendor-meta span {
  gap: 4px
}

.vendor-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #dae9ff;
  padding: 3px 10px;
  font-size: .78rem;
  color: #042658
}

.vendor-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-top: 1px solid var(--border);
  background: rgba(245, 236, 228, .35);
  margin-top: auto
}

.vendor-price .from {
  font-size: 17px;
  color: #000
}

.vendor-price .amount {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  line-height: 1
}

.btn-view-vendor {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  font-size: .82rem;
  padding: 10px 22px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all var(--transition)
}

.btn-view-vendor:hover {
  box-shadow: 0 5px 16px rgba(255, 0, 97, .35);
  transform: translateY(-1px);
  color: var(--deep)
}

.packages-section,
.services-detail-section,
.values-section {
  padding: 90px 0
}

.service-detail-card {
  display: flex;
  gap: 26px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  margin-bottom: 18px;
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition)
}

.service-detail-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateX(6px)
}

.sd-icon {
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, var(--haldi), var(--haldi-dk));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem
}

.sd-body h5 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 8px
}

.sd-body p {
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 10px
}

.pkg-tier,
.process-step h6 {
  margin-bottom: 8px;
  font-family: var(--font-display)
}

.sd-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.sd-tag {
  background: #fffbeb;
  border: 1px solid rgba(245, 166, 35, .3);
  border-radius: 50px;
  padding: 4px 14px;
  font-size: .74rem;
  font-weight: 600;
  color: var(--brown)
}

.dark-section {
  background: var(--deep)
}

.dark-section::before {
  content: '';
  top: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%
}

.mv-card {
  border-radius: var(--radius);
  transition: background var(--transition), transform var(--transition), border-color var(--transition)
}

.mv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--haldi), var(--haldi-lt));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition)
}

.mv-card:hover::before {
  transform: scaleX(1)
}

.mv-card:hover {
  transform: translateY(-6px)
}

.mv-icon {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}

.mv-card h4 {
  font-family: var(--font-display)
}

.gallery-section {
  padding: 80px 0;
  background: var(--blush)
}

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

.gallery-item {
  border-radius: var(--radius)
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .6s
}

.gallery-item-lg img {
  height: 454px
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 18, 9, .7), transparent);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 20px
}

.enquiry-section,
.pkg-col,
.process-step,
.ritual-card {
  position: relative
}

.gallery-overlay span {
  color: #fff;
  font-family: var(--font-display);
  font-style: italic;
  font-size: .95rem
}

.pkg-col {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 30px;
  height: 100%;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition)
}

.pkg-col.active {
  background: var(--deep);
  border-color: var(--haldi)
}

.pkg-col.active::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--haldi);
  color: var(--deep);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 20px;
  border-radius: 0 0 10px 10px
}

.pkg-tier {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--haldi)
}

.pkg-name {
  font-family: var(--font-display);
  color: var(--deep);
  margin-bottom: 6px
}

.contact-chip a:hover,
.pkg-col.active .pkg-name,
.trust-badge i,
.trust-strip i {
  color: var(--haldi-lt)
}

.pkg-desc {
  font-size: .84rem;
  color: var(--text-muted);
  line-height: 1.74;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border)
}

.pkg-col.active .pkg-desc {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.pkg-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px
}

.pkg-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .86rem;
  color: var(--brown);
  padding: 7px 0;
  border-bottom: 1px solid rgba(245, 166, 35, .12);
  line-height: 1.5
}

.pkg-col.active .pkg-features li {
  color: rgba(255, 255, 255, .75);
  border-color: rgba(255, 255, 255, .07)
}

.pkg-features li:last-child {
  border: none
}

.pkg-check {
  color: var(--haldi);
  flex-shrink: 0;
  font-size: 1rem;
  margin-top: 1px
}

.btn-pkg {
  display: block;
  padding: 13px;
  border-radius: 50px;
  font-weight: 700;
  font-size: .86rem;
  text-decoration: none;
  transition: all var(--transition)
}

.btn-pkg-outline {
  background: 0 0;
  border: 2px solid var(--haldi);
  color: var(--haldi)
}

.btn-pkg-outline:hover {
  background: var(--haldi);
  color: var(--deep)
}

.btn-pkg-fill {
  background: linear-gradient(135deg, var(--haldi), var(--haldi-dk));
  border: none;
  color: var(--deep);
  font-weight: 800
}

.btn-pkg-fill:hover {
  box-shadow: 0 8px 24px rgba(245, 166, 35, .45);
  transform: translateY(-1px);
  color: var(--deep)
}

.process-section,
.rituals-section {
    padding: 60px 0;
    background: #e7dcd2;
}

.step-num,
.value-item:hover .value-icon {
  background: linear-gradient(135deg, var(--haldi), var(--haldi-dk))
}

.process-step {
  padding: 28px 16px
}

.process-step::after {
  content: '→';
  position: absolute;
  right: -14px;
  top: 44%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 700
}

.process-step:last-child::after {
  display: none
}

.step-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--deep);
  margin: 0 auto 18px
}

.process-step h6 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--deep)
}

.process-step p {
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0
}

.value-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: border-color var(--transition), background var(--transition), transform var(--transition), box-shadow var(--transition)
}

.value-item:hover {
  border-color: var(--border);
  background: #fff;
  transform: translateX(6px);
  box-shadow: var(--shadow)
}

.value-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: var(--blush);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: background var(--transition)
}

.value-content h5 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--deep);
  margin-bottom: 6px
}

.value-content p {
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.74;
  margin: 0
}

.accordion-item {
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important
}

.accordion-button {
  font-family: 'DM Sans';
  color: var(--deep) !important;
  background: #fff !important;
  box-shadow: none !important;
  padding: 20px 24px
}

    .accordion-button:not(.collapsed) {
        color: #fa1671 !important;
        background: #e2edff !important
    }

.accordion-body {
  padding: 0 24px 22px
}

.cta-section {
  background: linear-gradient(135deg, rgba(26, 18, 9, .92) 0, rgba(61, 43, 14, .88) 100%), url('https://images.unsplash.com/photo-1583939003579-730e3918a45a?w=1600&q=80') center/cover no-repeat;
  padding: 110px 0
}

.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.15
}

.cta-section p {
  color: rgba(255, 255, 255, .68);
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto 36px;
  line-height: 1.82
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 18px
}

.trust-strip span {
  white-space: nowrap;
  font-size: .84rem;
  color: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  gap: 6px
}

.enquiry-section {
  padding: 90px 0;
  background: var(--deep);
  overflow: hidden
}

.enquiry-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(245, 166, 35, .09) 0, transparent 60%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .03) 0, transparent 50%)
}

.form-card {
  backdrop-filter: blur(10px)
}

.form-label {
  color: #1e1d1de6
}

.form-select option {
  background: #1a1209;
  color: #fff
}

.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--haldi), var(--haldi-dk));
  color: var(--deep);
  transition: all var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px
}

.btn-submit:hover {
  box-shadow: 0 12px 36px rgba(245, 166, 35, .45)
}

.success-msg {
  display: none;
  background: rgba(34, 197, 94, .12);
  border: 1px solid rgba(34, 197, 94, .4);
  border-radius: 12px;
  padding: 18px 22px;
  color: #4ade80;
  font-size: .9rem;
  margin-bottom: 20px
}

.enquiry-info h3 {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px
}

.enquiry-info h3 em,
.hero-form-title em {
  color: var(--haldi-lt);
  font-style: italic
}

.enquiry-info p {
  color: rgba(255, 255, 255, .62);
  font-size: .95rem;
  line-height: 1.82;
  margin-bottom: 30px
}

.contact-chip {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px
}

.contact-chip-icon {
  width: 46px;
  height: 46px;
  background: rgba(245, 166, 35, .15);
  border: 1px solid rgba(245, 166, 35, .3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--haldi-lt);
  flex-shrink: 0
}

.contact-chip a {
  color: rgba(255, 255, 255, .88);
  text-decoration: none;
  font-weight: 600;
  font-size: .92rem
}

.contact-chip small {
  display: block;
  color: rgba(255, 255, 255, .4);
  font-size: .75rem;
  margin-top: 2px
}

.trust-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50px;
  padding: 8px 16px;
  font-size: .78rem;
  color: rgba(255, 255, 255, .72);
  font-weight: 500
}

.ritual-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  height: 100%;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition)
}

.ritual-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #042658, #d3e5ff);
  border-radius: 4px 0 0 4px
}

.ritual-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg)
}

.ritual-num {
  font-family: serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgb(4 38 88 / 31%);
  line-height: 1;
  margin-bottom: 10px
}

.ritual-card h5 {
  font-family: 'DM Sans';
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px
}

.ritual-card p {
  font-size: .86rem;
  color: var(--text-muted);
  line-height: 1.76;
  margin: 0
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  margin-bottom: 12px;
  transition: all var(--transition)
}

.check-item h6,
.hero-form-title {
  font-family: var(--font-display);
  margin-bottom: 3px
}

.check-item:hover {
  border-color: rgba(245, 166, 35, .4);
  box-shadow: var(--shadow);
  transform: translateX(5px)
}

.check-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--haldi-lt), #fde68a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0
}

.check-item h6 {
  font-size: 1.05rem;
  color: var(--deep)
}

.check-item p {
  font-size: .83rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0
}

.vendor-hero {
  min-height: 100vh !important;
  padding: 100px 0 70px !important
}

.hero-left-col {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.hero-left-col .hero-title {
  text-align: left
}

.hero-left-col .hero-subtitle {
  text-align: left;
  margin-left: 0
}

.hero-stats-row {
  display: flex;
  
  gap: 10px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .15)
}

.hero-stat-item {
  flex: 1 1 calc(50% - 10px);
  min-width: 0
}

.hero-stat-item .s-num {
  font-family: 'DM Sans';
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  line-height: 1
}

.hero-stat-item .s-lbl {
  font-size: 13px;
  color: rgb(255 255 255);
  font-weight: 500;
  margin-top: 6px
}

.hero-form-wrap {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 32px 64px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .2)
}

.hero-form-wrap::before {
  content: '';
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--haldi), #fff5c0, var(--haldi));
  border-radius: 26px 26px 0 0
}

.hero-form-wrap::after {
  content: '';
  position: absolute;
  bottom: -70px;
  right: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, .18) 0, transparent 70%)
}

.form-deco-emoji {
  position: absolute;
  top: -18px;
  right: 24px;
  font-size: 2.6rem;
  line-height: 1;
  animation: 3s ease-in-out infinite floatEmoji;
  filter: drop-shadow(0 4px 12px rgba(245, 166, 35, .5))
}

@keyframes floatEmoji {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg)
  }
  50% {
    transform: translateY(-8px) rotate(5deg)
  }
}

.hero-form-title {
  font-size: 1.65rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2
}

.hero-form-sub {
  font-size: .81rem;
  color: rgba(255, 255, 255, .52);
  margin-bottom: 24px
}

.hf-label {
  letter-spacing: .1em;
  text-transform: uppercase
}

.hf-input,
.hf-select {
  background: rgba(255, 255, 255, .08) !important;
  border: 1.5px solid rgba(255, 255, 255, .14) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 11px 15px !important;
  font-family: var(--font-body) !important;
  font-size: .87rem !important;
  transition: border-color .3s, background .3s !important
}

.hero-title,
.stat-num {
    font-family: 'DM Sans';
}

.hf-input::placeholder {
  color: rgba(255, 255, 255, .3) !important
}

.hf-input:focus,
.hf-select:focus {
  border-color: var(--haldi) !important;
  background: rgba(255, 255, 255, .12) !important;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, .16) !important
}

.hf-select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.45)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 12px !important;
  appearance: none
}

.btn-hero-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--haldi) 0, var(--haldi-dk) 100%);
  color: var(--deep);
  font-weight: 800;
  font-size: .9rem;
  padding: 14px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  letter-spacing: .02em;
  box-shadow: 0 6px 20px rgba(245, 166, 35, .4)
}

.btn-hero-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(245, 166, 35, .55)
}

.hero-form-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 14px;
  flex-wrap: wrap
}

.hft-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .72rem;
  color: rgba(255, 255, 255, .46)
}

.hft-item i {
  color: var(--haldi-lt);
  font-size: .78rem
}

.hero-success {
  display: none;
  background: rgba(34, 197, 94, .14);
  border: 1px solid rgba(34, 197, 94, .4);
  border-radius: 10px;
  padding: 12px 16px;
  color: #86efac;
  font-size: .85rem;
  margin-bottom: 14px
}

.hero-badge4,
.hf-title em {
  color: var(--accent-lt)
}

@media (max-width:1199.98px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .gallery-item-lg img {
    height: 250px
  }
  .hero-form-wrap {
    padding: 28px 24px
  }
}

@media (max-width:991.98px) {
  .story-floater {
    right: 10px;
    bottom: -20px
  }
  .about-hero {
    min-height: 72vh
  }
  .vendor-hero {
    min-height: auto !important;
    padding: 80px 0 60px !important
  }
  .hero-left-col .hero-title {
    text-align: center
  }
  .hero-left-col .hero-subtitle {
    text-align: center;
    margin: 0 auto
  }
  .hero-left-col .hero-badge {
    margin: 0 auto 22px
  }
  .hero-left-col .d-flex.gap-3,
  .hero-stats-row {
    justify-content: center
  }
  .hero-form-wrap {
    margin-top: 40px
  }
  .form-card {
    padding: 32px 24px
  }
  .service-detail-card {
    flex-direction: column;
    gap: 16px
  }
}

@media (max-width:767.98px) {
  .story-floater {
    position: static;
    display: inline-block;
    margin-top: 20px
  }
  .process-step::after,
  .story-ornament {
    display: none
  }
  .stat-pill {
    margin-bottom: 10px
  }
  .timeline {
    padding-left: 26px
  }
  .timeline::before {
    left: 8px
  }
  .tl-item::before {
    left: -25px
  }
  .enquiry-info {
    margin-bottom: 36px
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:575.98px) {
  .gallery-grid {
    grid-template-columns: 1fr
  }
  .hero-title {
    font-size: 36px
  }
	.hero-title em {
    font-size: 35px;
}
  .hero-form-wrap {
    padding: 22px 18px
  }
  .hero-form-title {
    font-size: 1.4rem
  }
}

.style-card img {
  object-fit: cover;
  border-radius: 10px
}

.bg-light-box {
  background: #fff;
  padding: 28px;
  border-radius: 8px
}

.hero-section21 {
  min-height: 62vh;
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/cocktai-party/cocktai-party.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden
}

.hero-section21::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 70% at 72% 45%, rgba(184, 134, 11, .13) 0, transparent 70%), radial-gradient(ellipse 40% 45% at 18% 75%, rgba(212, 168, 50, .08) 0, transparent 60%), radial-gradient(ellipse 30% 30% at 50% 8%, rgba(255, 210, 80, .05) 0, transparent 60%)
}

.hero-bubble,
.hero-leaf {
  position: absolute;
  border-radius: 50%
}

.hb-1 {
  width: 200px;
  height: 200px;
  background: rgba(212, 168, 50, .06);
  top: -50px;
  right: 3%
}

.hb-2,
.hb-3 {
  background: rgba(253, 230, 138, .05)
}

.hb-2 {
  width: 110px;
  height: 110px;
  top: 58%;
  right: 14%
}

.hb-3 {
  width: 75px;
  height: 75px;
  top: 22%;
  left: 2%
}

.hb-4 {
  width: 50px;
  height: 50px;
  background: rgba(212, 168, 50, .06);
  bottom: 8%;
  left: 9%
}

.hero-badge4 {
  display: inline-block;
  background: rgba(184, 134, 11, .16);
  border: 1px solid rgba(184, 134, 11, .38);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .08em;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 20px
}

.hero-section-mehendi,
.hero-section-pre-wedding {
  min-height: 62vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden
}

.hero-title {
  margin-bottom: 18px
}

.stat-item {
  border-left: 2px solid rgba(184, 134, 11, .3);
  padding-left: 14px
}

.stat-num {
  line-height: 1
}

.stat-lbl {
  font-size: 12px;
  color: rgb(255 255 255);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 3px
}

.hero-form-wrap::before {
  content: '🥂'
}

.hf-input:focus,
.hf-select:focus {
  border-color: var(--accent-md);
  border-color: var(--accent-md)
}

.hf-submit {
  background: linear-gradient(135deg, var(--accent-md), var(--accent));
  font-family: var(--ff-body);
  box-shadow: 0 4px 20px var(--accent-glow)
}

.hf-submit:hover {
  box-shadow: 0 8px 28px rgba(184, 134, 11, .42);
  box-shadow: 0 8px 28px rgba(45, 106, 79, .42)
}

.hero-section-mehendi {
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/mehandi/mehandi-banner.webp') center/cover no-repeat;
  padding: 50px 0 60px;
}

.hero-section-mehendi::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 70% at 72% 45%, rgba(45, 106, 79, .16) 0, transparent 70%), radial-gradient(ellipse 40% 45% at 18% 75%, rgba(82, 183, 136, .08) 0, transparent 60%), radial-gradient(ellipse 30% 30% at 50% 8%, rgba(183, 228, 199, .05) 0, transparent 60%)
}

.hero-leaf {
  opacity: .07
}

.hl-1 {
  background: rgba(82, 183, 136, .07);
  transform: rotate(30deg)
}

.hl-2,
.hl-3 {
  background: rgba(183, 228, 199, .06)
}

.hl-2 {
  top: 60%;
  right: 14%;
  transform: rotate(-22deg)
}

.hl-3 {
  transform: rotate(18deg);
  opacity: .04
}

.hero-form-wrap::before,
.hero-leaf {
  opacity: .08;
  pointer-events: none
}

.hl-4 {
  background: rgba(82, 183, 136, .07);
  bottom: 10%;
  transform: rotate(-14deg)
}

.hero-badge {
    background: rgb(255 255 255 / 0%);
    border: 1px solid rgb(243 196 107);
    color: #f3c46b;
    font-size: .8rem;
    letter-spacing: .07em;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    display: inline-block;
}



.hero-sub {
  color: rgba(255, 255, 255, .63);
  font-size: .95rem;
  line-height: 1.75;
  margin-bottom: 30px;
  max-width: 490px
}

.hero-form-wrap {
  backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden
}

.hero-form-wrap::before {
  content: '🌿';
  position: absolute;
  top: -10px;
  right: 14px;
  font-size: 5.5rem
}

.hf-title {
  font-family: var(--ff-display)
}

.hf-label {
  letter-spacing: .05em;
  text-transform: uppercase
}

.hf-input,
.hf-select {
  font-family: var(--ff-body)
}

.hf-select option {
  background: #0a140d;
  color: #fff
}

.swiper-button-next,
.swiper-button-prev {
  padding: 12px;
  background: #fff;
  border-radius: 59px;
  width: 45px !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 15px !important
}

.hero-section-pre-wedding {
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/pre-wedding/pre-wedding-shoot.webp') center/cover no-repeat;
  padding: 50px 0 60px;
}

.testi-avatar,
.vendor-wishlist {
  align-items: center;
  display: flex
}

.dark-section::before,
.hero-section-pre-wedding::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c8860a' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.btn-cta-outline:hover {
  border-color: #f5c842;
  background: rgba(245, 200, 66, .1);
  color: #f5c842
}

.stat-num {
  font-family: 'DM Sans';
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff
}

.hf-title,
.mv-card h4,
.pkg-name,
.pkg-price {
  font-family: 'Cormorant Garamond', serif
}

.hero-form-wrap {
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}

.hf-input:focus,
.hf-select:focus {
  box-shadow: 0 0 0 3px rgba(200, 134, 10, .12)
}

.hf-submit {
  box-shadow: 0 4px 18px rgba(200, 134, 10, .3)
}

.hf-submit:hover {
  box-shadow: 0 8px 28px rgba(200, 134, 10, .5)
}

.vendor-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1.5px solid #ede8e0;
  transition: transform .25s, box-shadow .25s;
  height: 100%
}

.vendor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .1)
}

.vendor-card:hover .vendor-card-img img {
  transform: scale(1.04)
}

.vendor-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(26, 16, 8, .75);
  backdrop-filter: blur(4px);
  color: #f5c842;
  font-size: .7rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: .04em
}

.vendor-badge.featured {
  background: linear-gradient(135deg, #c8860a, #e5a020);
  color: #fff
}

.vendor-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, .9);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
  justify-content: center;
  transition: transform .2s
}

.styles-section {
  padding: 60px 0;
  background: #f8f6f2
}

.style-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px
}

.style-card img {
  width: 100%;
  height: 350px;
  object-fit: cover
}

.style-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent)
}

.style-name {
  font-size: 20px;
  font-weight: 700
}

.swiper-button-next,
.swiper-button-prev {
  color: #c8860a
}

.swiper-wrapper {
  transition-timing-function: linear !important
}

.dark-section {
  background: linear-gradient(135deg, #1a1008 0, #2e1c08 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden
}

.mv-card {
  background: rgba(255, 255, 255, .05);
  border: 1.5px solid rgba(200, 134, 10, .2);
  border-radius: 14px;
  padding: 28px 22px;
  height: 100%;
  transition: border-color .25s, background .25s
}

.mv-card:hover {
  border-color: rgba(245, 200, 66, .5);
  background: rgba(255, 255, 255, .08)
}

.mv-icon {
  font-size: 2rem;
  margin-bottom: 14px
}

.mv-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f5c842;
  margin-bottom: 10px
}

.mv-card p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .65);
  line-height: 1.7;
  margin: 0
}

.testi-card {
  background: #faf8f5;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1.5px solid #ede8e0;
  height: 100%;
  transition: transform .25s, box-shadow .25s
}

.testi-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(200, 134, 10, .1)
}

.testi-stars {
  color: #c8860a;
  font-size: 1.1rem;
  margin-bottom: 12px
}

.testi-quote {
  font-size: .88rem;
  color: #555;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 18px
}

.testi-avatar {
  width: 44px;
  height: 44px;
  background: rgba(200, 134, 10, .12);
  border-radius: 50%;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0
}

.testi-name {
  font-weight: 600;
  font-size: .88rem;
  color: #1a1008
}

.testi-loc {
  font-size: .75rem;
  color: #999
}

.faq-section {
  padding: 70px 0;
  background: #faf8f5
}

.accordion-item {
  border: 1.5px solid #ede8e0;
  border-radius: 10px !important;
  margin-bottom: 10px;
  overflow: hidden
}

.accordion-button {
  font-weight: 600;
  font-size: .93rem;
  color: #1a1008
}

.accordion-button:not(.collapsed) {
  color: #c8860a;
  box-shadow: none
}

.accordion-button:focus {
  box-shadow: none
}

.accordion-button::after {
  filter: hue-rotate(20deg)
}

.accordion-body {
    font-size: .87rem;
    color: #000000;
    line-height: 1.75;
    background: #ffffff;
}

#backTop {
  box-shadow: 0 4px 14px rgba(200, 33, 75, .4);
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8860a, #e5a020);
  color: #fff;
  border: none;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(200, 134, 10, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s, box-shadow .2s
}

.location-tag {
  display: inline-block;
  background: #faf8f5;
  border: 1.5px solid #ede8e0;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: .83rem;
  color: #444;
  font-weight: 500;
  margin: 5px;
  transition: border-color .2s, color .2s, background .2s;
  cursor: default
}

.location-tag:hover {
  border-color: #c8860a;
  color: #c8860a;
  background: rgba(200, 134, 10, .05)
}

.location-tag i {
  color: #c8860a;
  margin-right: 5px
}

.pkg-section {
  padding: 70px 0;
  background: #fff
}

.pkg-card {
  border: 1.5px solid #ede8e0;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.hf-submit,
.pkg-btn {
  transition: transform .2s, box-shadow .2s
}

.pkg-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(200, 134, 10, .12);
  border-color: #c8860a
}

.pkg-card.popular {
  border-color: #c8860a;
  position: relative
}

.pkg-head {
  padding: 24px 22px 18px;
  background: #faf8f5;
  border-bottom: 1.5px solid #ede8e0
}

.pkg-btn,
.pkg-head.dark-head,
.pkg-popular-badge {
  background: linear-gradient(135deg, #c8860a, #e5a020)
}

.pkg-popular-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 18px;
  border-radius: 0 0 10px 10px;
  text-transform: uppercase
}

.pkg-name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1008
}

.pkg-price {
  font-size: 2rem;
  font-weight: 700;
  color: #c8860a
}

.pkg-price small {
  font-size: .9rem;
  font-weight: 400
}

.pkg-body {
  padding: 20px 22px 24px
}

.pkg-body ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.pkg-body ul li {
  font-size: .84rem;
  color: #555;
  padding: 6px 0;
  border-bottom: 1px dashed #ede8e0;
  display: flex;
  gap: 8px;
  align-items: flex-start
}

.pkg-body ul li:last-child {
  border-bottom: none
}

.pkg-body ul li i {
  color: #c8860a;
  margin-top: 2px;
  flex-shrink: 0
}
 
.pkg-btn {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: .88rem;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 18px;
  box-shadow: 0 4px 14px rgba(200, 134, 10, .25)
}

.pkg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200, 134, 10, .4);
  color: #fff
}

.locations-section,
.venues-section {
  padding: 60px 0;
  background: #e0edff
}

.hero-section-ring {
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/ring-ceremony/ring-ceremony.webp') center/cover no-repeat;
  display: flex;
  padding: 50px 0 60px;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%239b3a6e' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.hl-3 {
  opacity: .03
}

.hero-form-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28)
}

.hf-title {
  font-size: 21px;
  font-weight: 700;
  color: #1a0812;
  margin-bottom: 4px
}

.hf-title em {
  color: #ff0061;
  font-style: italic
}

.hf-sub {
  font-size: .8rem;
  color: #888;
  margin-bottom: 20px
}

.hf-label {
  font-size: .78rem;
  font-weight: 600;
  color: #444;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .04em
}

.hf-input,
.hf-select {
  appearance: none;
  width: 100%;
  outline: 0;
  appearance: none
}

.hf-input:focus,
.hf-select:focus {
  border-color: #9b3a6e;
  box-shadow: 0 0 0 3px rgba(155, 58, 110, .1)
}

.hf-submit {
  width: 100%;
  background: linear-gradient(135deg, #9b3a6e, #c0527e);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(155, 58, 110, .3)
}

.hf-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(155, 58, 110, .5)
}

.hf-trust-item {
  font-size: .75rem;
  color: #666
}

.venue-tag {
  display: inline-block;
  background: #fff;
  border: 1.5px solid #f0e0ea;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: .83rem;
  color: #444;
  font-weight: 500;
  margin: 5px;
  transition: border-color .2s, color .2s, background .2s;
  cursor: default
}

.venue-tag:hover {
  border-color: #9b3a6e;
  color: #9b3a6e;
  background: rgba(155, 58, 110, .05)
}

.venue-tag i {
  color: #9b3a6e;
  margin-right: 5px
}

.hero-section-ring,
.hero-section-wedding,
.hero-section-luxury,
.hero-section-destination {
  min-height: 62vh;
  align-items: center;
  position: relative;
  overflow: hidden
}


.hero-section-wedding {
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/wedding-reception/reception.webp') center/cover no-repeat;
  display: flex;
  padding: 50px 0 60px;
}

.hero-section-wedding::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23c8a84b' fill-opacity='0.04'%3E%3Cpath d='M40 0 L42 38 L80 40 L42 42 L40 80 L38 42 L0 40 L38 38Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.hero-section-luxury {
  background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url('../img/wedding/wedding-reception/luxury.webp') center/cover no-repeat;
  display: flex;
  padding: 50px 0 60px;
}

.hero-section-luxury::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23c8a84b' fill-opacity='0.04'%3E%3Cpath d='M40 0 L42 38 L80 40 L42 42 L40 80 L38 42 L0 40 L38 38Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.hero-section-destination {
    background: linear-gradient(90deg, #290e3b, #fa1671);
    /* background: linear-gradient(160deg, rgba(26, 18, 9, .88) 0, rgba(61, 43, 14, .76) 45%, rgba(245, 166, 35, .14) 100%), url(../img/wedding/wedding-reception/destination.webp) center / cover no-repeat; */
    display: flex;
    padding: 50px 0 60px;
}

.hero-section-destination::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23c8a84b' fill-opacity='0.04'%3E%3Cpath d='M40 0 L42 38 L80 40 L42 42 L40 80 L38 42 L0 40 L38 38Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none
}

.hero-band21 .eyebrow,
.social-icon {
  display: inline-flex;
  align-items: center
}

.hl-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(123, 26, 46, .5), transparent);
  top: -100px;
  right: -80px
}

.hl-2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(200, 168, 75, .3), transparent);
  bottom: -30px;
  left: -50px
}

.hl-3 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(212, 175, 110, .2), transparent);
  top: 40%;
  left: 35%
}

.hl-4 {
  opacity: .07;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255, 255, 255, .1), transparent);
  top: 8%;
  left: 55%
}

.payment,
.social-icon {
  background: rgba(255, 255, 255, .1)
}

.hero-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c8a84b, #d4af6e, #c8a84b, transparent)
}

.bottom21 {
  font-size: .8rem;
  color: rgba(255, 255, 255, .45);
  margin: 0
}

.bottom21 a {
  display: inline;
  color: #e8d08a
}

.footer-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  font-family: "Cormorant Garamond", serif
}

.footer-links {
  list-style: none;
  padding: 0
}

.footer-links li {
  margin-bottom: 8px
}

.footer-links a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  transition: .3s
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px
}

.social-icon {
  width: 35px;
  height: 35px;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: .3s
}

.social-icon:hover {
  background: #ff4d6d
}

.payment {
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px
}

.call-btn,
.pink-btn {
  background: #f3c46b;
  border-radius: 12px;
  transition: .3s;
  font-weight: 600;
  text-decoration: none
}

.pink-btn {
  padding: 9px 15px
}

.pink-btn a {
  color: #280d3a;
  text-decoration: none
}

h3.offer1 {
  font-family: 'DM Sans'
}

.hero-band21 .ornament,
.hero-band21 h1 {
  font-family: 'Cormorant Garamond', serif
}

conatct -->.custom-navbar {
  background: linear-gradient(90deg, #3a0838, #22103c);
  padding: 18px 0;
  border-bottom: 2px solid #d6a756;
  z-index: 999
}

/*.navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  position: relative
}*/

.call-btn {
  color: #111;
  padding: 12px 24px
}

.hero-band21 {
  position: relative;
  background: linear-gradient(45deg, #ffdada, #ffdada);
  padding: 80px 40px 70px;
  overflow: hidden
}

.hero-band21 h1 {
  position: relative;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700;
  color: #042658;
  line-height: 1.15;
  margin-bottom: 16px
}

.cta-couple h5,
.form-card h2,
.info-card h6 {
  font-family: 'Playfair Display', serif
}

.hero-band21::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 120%, rgb(255 255 255 / 0%) 0, transparent 70%), radial-gradient(ellipse 40% 40% at 20% -10%, rgb(169 133 57 / 15%) 0, #fde8e8ad 60%)
}

.hero-band21 p {
  position: relative;
  color: #042658;
  font-size: 15px;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7
}

.hero-band21 .eyebrow {
  position: relative;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #042658;
  font-weight: 500;
  margin-bottom: 20px
}

.hero-band21 .ornament {
  font-size: 11rem;
  font-weight: 700;
  color: rgb(0 0 0 / 3%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -4px
}

.info-card {
  background: #042658;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(200, 55, 45, .06);
  transition: box-shadow .25s
}

.info-card:hover {
  box-shadow: 0 8px 36px rgba(200, 55, 45, .13)
}

.info-card .icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px
}

.icon-red {
  background: #fff;
  color: #fff
}

.icon-gold {
  background: #fdf4e0;
  color: var(--gold)
}

.icon-teal {
  background: #e3f6f5;
  color: #0d9488
}

.info-card h6 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 6px
}

.info-card a,
.info-card p {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 1.6
}

.info-card a:hover,
.qc-value:hover {
  color: var(--primary)
}

.form-card {
  background: #e7e7e7;
  border: 1px solid rgb(142 166 203);
  border-radius: 20px;
  padding: 44px 40px;
  box-shadow: 0 6px 32px rgba(0, 0, 0, .07)
}

.form-card h2 {
  font-size: 1.9rem;
  color: var(--dark)
}

.form-label {
  font-size: 13px;
  font-weight: 600;
  color: #3d3840;
  margin-bottom: 2px
}

.form-control {
  border: 1.5px solid #ddd;
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 14px;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s
}

.form-select {
  font-size: 13px
}

.btn-submit,
.cta-couple .phone-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(200, 55, 45, .12);
  background: #fff
}

textarea.form-control {
  resize: vertical;
  min-height: auto
}

.btn-submit {
  background: #042658;
  border: none;
  border-radius: 10px;
  padding: 13px 36px;
  letter-spacing: .3px;
  transition: background .2s, transform .15s
}

.btn-submit:hover {
  background: #a62820;
  transform: translateY(-1px)
}

.form-accent-bar {
  width: 48px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  border-radius: 4px;
  margin-bottom: 18px
}

.cta-couple {
  background: linear-gradient(135deg, var(--dark) 0, #2d1a40 100%);
  border-radius: 20px;
  padding: 40px 36px;
  color: #fff;
  position: relative;
  overflow: hidden
}

.cta-couple::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(212, 168, 71, .12)
}

.cta-couple h5 {
  font-size: 1.35rem;
  color: #fff
}

.feature-card h5,
.feature-num {
  font-family: 'Cormorant Garamond', serif
}

.cta-couple p {
  font-size: 14px;
  color: #bbb
}

.cta-couple .phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  border-radius: 10px;
  padding: 11px 22px;
  text-decoration: none;
  transition: background .2s
}

.qc-icon,
.quick-contact-item {
  align-items: center;
  display: flex
}

.cta-couple .phone-link:hover {
  background: #c0392b
}

.couple-emoji {
  font-size: 3rem
}

.quick-contact-item {
  gap: 14px;
  background: #042658;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px;
  transition: box-shadow .2s
}

.quick-contact-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.qc-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0
}

.qc-icon.green {
  background: #e8f5e9;
  color: #25d366
}

.qc-icon.blue {
  background: #e3f0ff;
  color: #1a73e8
}

.qc-icon.red {
  background: var(--primary-light);
  color: var(--primary)
}

.qc-label {
  font-size: 15px;
  color: #fff;
  margin-bottom: 2px
}

.qc-value,
.toast-success {
  color: #fff;
  font-size: 14px
}

.qc-value {
  font-weight: 600;
  text-decoration: none
}

.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
  border: 1px solid var(--border)
}

.toast-success {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  background: #1a7f4b;
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity .3s, transform .3s
}

.toast-success.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0)
}

@media (max-width:768px) {
  .form-card {
    padding: 28px 20px
  }
  .page-banner h1 {
    font-size: 1.7rem
  }
  .cta-couple {
    padding: 28px 22px
  }
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
  
}

.industry-tag {
  display: inline-block;
  background: #fff9f5;
  border: 1.5px solid #f0d8cc;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: .83rem;
  color: #444;
  font-weight: 500;
  margin: 5px;
  transition: border-color .2s, color .2s, background .2s;
  cursor: default
}

.industry-tag i {
  color: #ff0061;
  margin-right: 5px
}

.industries-section {
  padding: 62px 0;
  background: #fff
}

.activity-card {
  background: #f8f4ff;
  border-radius: 14px;
  padding: 22px 20px;
  height: 100%;
  border: 1.5px solid #e0d4f0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform .22s, box-shadow .22s, border-color .22s
}

.act-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #e6d6f9, #ddd1e7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem
}

.activity-card h6 {
  font-size: 15px;
  font-weight: 700;
  color: #060606;
  margin-bottom: 5px
}

.activities-section {
  padding: 72px 0;
  background: #fff
}

.feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1.5px solid #d4e3f0;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform .25s, box-shadow .25s
}

.feature-num {
  font-size: 3.2rem;
  font-weight: 700;
  color: rgba(110, 159, 212, .13);
  position: absolute;
  top: 10px;
  right: 18px;
  line-height: 1
}

.feature-card h5 {
  font-size: 1.12rem;
  font-weight: 700;
  color: #040a0f;
  margin-bottom: 10px
}

.feature-card p {
  font-size: .85rem;
  color: #666;
  line-height: 1.72;
  margin: 0
}

.feat-card {
  background: #f2faf9;
  border-radius: 14px;
  padding: 22px 20px;
  border: 1.5px solid #cde4e2;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: transform .22s, box-shadow .22s, border-color .22s
}

.feat-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #0b3d3a, #155e58);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff
}

.feat-card h6 {
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 700;
  color: #040e0d;
  margin-bottom: 5px
}

.feat-card p {
  font-size: .82rem;
  color: #666;
  line-height: 1.65;
  margin: 0
}

.features-section {
  padding: 54px 0;
  background: #f5f5f5
}

/*-- footer  --*/

  /* HERO */
    .footer-hero {
      background: #f2f7ff;
      color: #fff;
      padding: 50px 0;
      text-align: center;
}
    .footer-hero h1 { position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.6rem, 5vw, 4rem);
    font-weight: 700;
    color: #042658;
    line-height: 1.15;
    margin-bottom: 16px;}
    .footer-hero p {font-size: 14px;
    opacity: 0.85;
    font-weight: 700;
    color: #042658;
    margin-bottom: 16px;}

    /* CARD */
    .policy-card {
      background: #f3f8ff;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 32px;
    margin-bottom: 20px;
    }
    .section-title1 {
      font-size: 17px;
      font-weight: 600;
      color: #042658;
      margin-bottom: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .section-title i { font-size: 18px; }
    .section-title .num {
      background: #042658;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      width: 26px; height: 26px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }

 

    ul.policy-list {
      padding-left: 0;
      list-style: none;
      margin: 0;
    }
    ul.policy-list li {
      padding: 7px 0 7px 22px;
      position: relative;
      font-size: 14.5px;
      color: #555;
      border-bottom: 1px solid #f5f5f5;
    }
    ul.policy-list li:last-child { border-bottom: none; }
    ul.policy-list li::before {
      content: '';
      width: 7px; height: 7px;
      background: #042658;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 15px;
    }

    /* TABLE */
    .table th { background: #042658; color: #fff; font-weight: 500; font-size: 14px; }
    .table td { font-size: 14px; color: #555; vertical-align: middle; }
    .table-bordered { border-color: #eee; }

    /* RIGHTS */
    .right-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 14px 0;
      border-bottom: 1px solid #f5f5f5;
    }
    .right-item:last-child { border-bottom: none; }
    .right-icon {
      width: 38px; height: 38px;
      background: #042658;
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .right-icon i {     color: #ffffff;font-size: 17px; }
    .right-item strong { display: block; font-size: 14.5px; color: #333; margin-bottom: 3px; }
    .right-item span { font-size: 13.5px; color: #777; }

    /* COOKIE BADGES */
    .cookie-row { display: flex; flex-direction: column; gap: 10px; }
    .cookie-item {
      display: flex; align-items: flex-start; gap: 12px;
      background: #fafafa;
      border: 1px solid #eee;
      border-radius: 6px;
      padding: 14px 16px;
    }
    .badge-tag {
      background: #042658;
      color: #fff;
      font-size: 11px;
      font-weight: 500;
      padding: 3px 10px;
      border-radius: 20px;
      white-space: nowrap;
      margin-top: 2px;
    }
    .cookie-item p { margin: 0; font-size: 13.5px; color: #666; }

    /* CONTACT */
    .contact-item {
      display: flex; align-items: flex-start; gap: 14px;
      padding: 14px 0;
      border-bottom: 1px solid #f5f5f5;
    }
    .contact-item:last-child { border-bottom: none; }
    .contact-icon {
      width: 40px; height: 40px;
      background: #042658;
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .contact-icon i { color: #ffffff; font-size: 18px; }
    .contact-item strong { display: block; font-size: 13px; color: #999; margin-bottom: 3px; }
    .contact-item a, .contact-item span { font-size: 14.5px; color: #333; text-decoration: none; }

    /* NOTICE */
    .notice {
      background: #fff8f8;
      border-left: 4px solid #e63946;
      border-radius: 0 6px 6px 0;
      padding: 14px 18px;
      font-size: 14px;
      color: #555;
      margin-top: 14px;
    }

 
/* 25/5/2026  */


.about-plan4event {
    padding: 70px 0;
    background: #fff;
    font-family: 'Poppins',sans-serif;
}
 

    /* Heading */

    .about-plan4event h2 {
        font-size: 30px;
        font-weight: 600;
        color: #111;
        margin-bottom: 20px;
        line-height: 1.3;
        position: relative;
        padding-bottom: 10px;
    }

        .about-plan4event h2::after {
            content: '';
            width: 80px;
            height: 4px;
            background: #f9528d;
            position: absolute;
            left: 0;
            bottom: 0;
            border-radius: 20px;
        }

    /* Paragraph */

    .about-plan4event p {
        margin-bottom: 10px;
        font-size: 1rem;
        color: #000;
        line-height: 1.86;
    }

/* Service Box */

.service-box {
    background: #d391ff2e;
    border-left: 4px solid #f9528d;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    transition: .3s;
}

    .service-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    }

    .service-box h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #111;
    }

    .service-box p {
        margin-bottom: 0;
    }

/* Lists */

.event-list,
.trust-list {
    padding-left: 20px;
    margin-bottom: 0px;
}

    .event-list li,
    .trust-list li {
        font-size: 15px;
        line-height: 2;
        color: #000000;
        margin-bottom: 0px;
    }

/* Responsive */

@media(max-width:767px) {

    .about-plan4event {
        padding: 50px 0;
    }

        .about-plan4event h2 {
            font-size: 28px;
        }

        .about-plan4event p,
        .event-list li,
        .trust-list li {
            font-size: 16px;
        }

    .service-box {
        padding: 20px;
    }

        .service-box h3 {
            font-size: 21px;
        }
}

/*end  25/5/2026 */






section.about-plan4event h1 {
    color: #111111;
}

.event-strip {
    padding: 52px 0 42px;
    background: #fff;
}

.ev-card {
    text-align: center;
    padding: 24px 16px;
    border-radius: 14px;
    border: 1.5px solid #d0dce8;
    background: #f2f6fb;
    transition: transform .22s, box-shadow .22s, border-color .22s;
    cursor: default;
}

    .ev-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 36px rgba(14,42,74,.12);
        border-color: #0e2a4a;
    }

.ev-icon {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.ev-name {
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 700;
    color: #04080f;
    margin-bottom: 4px;
}

.ev-desc {
    font-size: .78rem;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

.amenities-section {
    padding: 62px 0;
    background: #fff;
}

.amenity-tag {
    display: inline-block;
    background: #f2f6fb;
    border: 1.5px solid #d0dce8;
    border-radius: 8px;
    padding: 10px 18px;
    font-size: .83rem;
    color: #444;
    font-weight: 500;
    margin: 5px;
    transition: border-color .2s, color .2s, background .2s;
    cursor: default;
}

    .amenity-tag:hover {
        border-color: #0e2a4a;
        color: #0e2a4a;
        background: rgba(14,42,74,.05);
    }

    .amenity-tag i {
        color: #c8a84b;
        margin-right: 5px;
    }

.col-auto a {
    color: #ffffff;
    text-decoration: none;
}
/* ══ OVERVIEW CARDS ══ */


/*25/05/2026*/

.pullquote {
    border-left: 4px solid #efc340;
    background: #f9efd7;
    border-radius: 0 8px 8px 0;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: #20160a;
    line-height: 1.55;
}
.tip-box {
    background: #e7efdc;
    border: 1px solid rgb(73 122 88 / 25%);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin: 1.5rem 0;
}

.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #290e3b;
    margin-bottom: 0.75rem;
}
.section h2{
    color: #fa1671;
}
.section-space h2 {
    color: #fa1671;
    font-family: 'DM Sans';
    font-weight: 500;
    font-size:28px;
}
.section-space h3 {
    color: #290e3b;
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 22px;
}

.cost-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}

.cost-card {
    background: #fff6fa;
    border: 1px solid #fa1671;
    border-radius: 12px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

    .cost-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: #fa1671;
    }

.cost-tier {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a7a65;
    margin-bottom: 0.5rem;
}
.cost-amount {
    font-family: 'DM Sans';
    font-size: 1.4rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.75rem;
    line-height: 1.1;
}
.cost-desc {
    font-size: 13px;
    color: #4a3f2f;
    font-weight: 300;
    line-height: 1.55;
}
.region-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
}
.region-card {
    background: #fff;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 1.25rem;
}
.region-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000000;
    flex-shrink: 0;
}

/*.cocktail-party {
    background: #f8efff;
}
*/
.region-card {
    background: #fff;
    transition: 0.3s ease;
}

    .region-card:hover {
        transform: translateY(-5px);
    }

.region-dot {
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background: #c59d5f;
    display: inline-block;
}



/*uc deisgn  all  pannel  26/05/2025  */

:root {
    --brand-pink: #e91e8c;
    --brand-orange: #ff6b35;
    --brand-gold: #f5a623;
    --card-radius: 16px;
    --shadow: 0 4px 24px rgba(0,0,0,0.10);
    --shadow-hover: 0 12px 40px rgba(233,30,140,0.18);
}

body {
    background: #fdf6fb;
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
}

/* ── Page Header ── */
.page-header {
    background: linear-gradient(135deg, #fff0f8 0%, #fff8f0 100%);
    border-bottom: 2px solid #fce4f3;
    padding: 2.5rem 1rem 1.5rem;
    text-align: center;
}

    .page-header h1 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(1.6rem, 4vw, 2.6rem);
        color: #2d2d2d;
        margin-bottom: 0.3rem;
    }

        .page-header h1 span {
            color: var(--brand-pink);
        }

    .page-header p {
        color: #888;
        font-size: 0.92rem;
        margin: 0;
    }

/* ── Venue Card ── */
.venue-card {
    border: none;
    border-radius: var(--card-radius);
    overflow: visible;
    box-shadow: var(--shadow);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    background: #fff;
    height: 100%;
}

    .venue-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-hover);
    }

/* 5 cards per row on large screens */
@media (min-width: 992px) {
    .col-lg-5th {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* image height smaller for compact 5-col cards */
@media (min-width: 992px) {
    .card-img-wrap {
        height: 170px;
    }
}

.card-img-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
    border-radius: var(--card-radius) var(--card-radius) 0 0;
}

@media (max-width: 576px) {
    .card-img-wrap {
        height: 200px;
    }
}

.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.venue-card:hover .card-img-wrap img {
    transform: scale(1.07);
}

/* Crown badge */
.badge-crown {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #f5a623, #e8820c);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 4px 10px 4px 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    letter-spacing: 0.3px;
    z-index: 2;
}

/* Info icon */
.badge-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #888;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 2;
}

    .badge-info:hover {
        background: #fff;
        color: var(--brand-pink);
    }

/* Watermark */
.watermark {
    position: absolute;
    bottom: 14px;
    left: 12px;
    color: rgba(255,255,255,0.82);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.4);
    z-index: 2;
}

/* ── Card Body ── */
.venue-card .card-body {
    padding: 1rem 1.1rem 0.8rem;
    border-radius: 0 0 var(--card-radius) var(--card-radius);
    background: #fff;
    position: relative;
}

.venue-name {
    color: #340a39;
    margin-bottom: 0.25rem;
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}

/* Star rating */
.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #fff3f9;
    border: 1px solid #ffd6ee;
    border-radius: 20px;
    padding: 0px 9px;
    font-size: 12px;
    font-weight: 500;
    color: #e91e8c;
    white-space: nowrap;
}

    .rating-badge .bi-star-fill {
        color: #e91e8c;
        font-size: 11px;
    }

    .rating-badge .reviews {
        color: #000000;
        font-weight: 400;
        font-size: 12px;
    }

/* Meta info */
.venue-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #000000;
    margin: 0.45rem 0;
    flex-wrap: wrap;
}

    .venue-meta span {
        display: flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 106px;
    }

    .venue-meta .bi {
        font-size: 0.82rem;
        color: color: #042658;
        ;
    }

a {
    text-decoration: none;
}

/* Pricing grid */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem 0.8rem;
    margin: 0.6rem 0;
}

.price-item {
    display: flex;
    flex-direction: column;
}

.price-label {
    font-size: 11px;
    color: #ff0061;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.price-value {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a1a1a;
}

    .price-value span {
        font-size: 11px;
        /* font-weight: 400; */
        color: #605c5e;
    }

span.price-label.green {
    color: #028302;
}

span.price-label.red {
    color: #ff0018;
}
/* Tags / pills */
.tags-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid #f3f3f3;
    align-items: center;
    overflow: visible;
}

.tag-pill {
    background: #ecd1ff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 3px 11px;
    font-size: 0.72rem;
    color: #270e3b;
    font-weight: 500;
    white-space: nowrap;
}

.tag-more-wrap {
    position: relative;
    display: inline-block;
    z-index: 9999;
}

.tag-more {
    background: #fff0f8;
    border: 1px solid #ffd6ee;
    color: var(--brand-pink);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.72rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    user-select: none;
}

    .tag-more:hover {
        background: #ffe0f2;
    }

/* ── More Tooltip Popup ── */
.more-popup {
    position: fixed;
    background: rgba(20, 20, 20, 0.96);
    color: #fff;
    border-radius: 10px;
    padding: 10px 14px;
    min-width: 210px;
    max-width: 250px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.40);
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.22s ease, transform 0.18s ease;
    font-size: 0.75rem;
    line-height: 1.6;
    transform: translateY(6px);
}

    .more-popup.visible {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .more-popup::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 20px;
        border: 6px solid transparent;
        border-top-color: rgba(20,20,20,0.96);
    }

    .more-popup ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .more-popup ul li {
            display: flex;
            align-items: flex-start;
            gap: 7px;
            padding: 3px 0;
            color: #f0f0f0;
            font-size: 0.73rem;
            border-bottom: 1px solid rgba(255,255,255,0.07);
        }

            .more-popup ul li:last-child {
                border-bottom: none;
            }

            .more-popup ul li::before {
                content: '•';
                color: var(--brand-pink);
                font-size: 1rem;
                line-height: 1.2;
                flex-shrink: 0;
            }

/* old CSS hover rules removed — JS handles it now */
.tag-more-wrap.popup-left .more-popup::after {
    left: 20px;
}

/* ── Filters bar ── */
.filters-bar {
    padding: 1rem;
    background: #fff;
    border-bottom: 1px solid #f0e0ea;
}

.filter-btn {
    border: 1.5px solid #e8c0d8;
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 0.78rem;
    color: #555;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}

    .filter-btn:hover, .filter-btn.active {
        background: var(--brand-pink);
        border-color: var(--brand-pink);
        color: #fff;
    }

    .filter-btn .bi {
        margin-right: 4px;
    }

/* ── Section label ── */
/*    .section-label {
      font-size: 0.8rem;
      color: #999;
      font-weight: 500;
      letter-spacing: 0.3px;
      margin-bottom: 0.4rem;
    }
    .section-count {
      font-size: 0.85rem;
      color: #666;
    }
    .section-count strong { color: var(--brand-pink); }*/

/* ── Responsive tweaks ── */
@media (max-width: 768px) {
    .venue-name {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .pricing-grid {
        gap: 0.2rem 0.5rem;
    }
}

/* Laptop */
@media (max-width: 1300px) {
    .venue-name {
        color: #340a39;
        margin-bottom: 0.25rem;
        font-family: 'DM Sans';
        font-size: 11px;
        font-weight: 600;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 99px;
    }

    .venue-meta {
        display: flex;
        align-items: center;
        /* gap: 5px; */
        font-size: 8.5px;
        color: #000000;
        flex-wrap: wrap;
    }

    .price-label {
        font-size: 7px;
    }

    .price-value {
        font-size: 11px;
        font-weight: 700;
        color: #2c0c3a;
        font-family: 'DM Sans';
    }

        .price-value span {
            font-size: 8px;
            /* font-weight: 400; */
            color: #605c5e;
        }

    .venue-meta span {
        display: flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 91px;
    }

    .tag-pill {
        background: #ecd1ff;
        border: 1px solid #eee;
        border-radius: 20px;
        padding: 3px 11px;
        font-size: 8px;
        color: #270e3b;
        font-weight: 600;
        white-space: nowrap;
    }

    .card-img-wrap {
        position: relative;
        overflow: hidden;
        height: 129px;
    }

    .rating-badge .bi-star-fill {
        color: #e91e8c;
        font-size: 8px;
    }

    .rating-badge {
        font-size: 9px;
    }

        .rating-badge .reviews {
            color: #000000;
            font-weight: 400;
            font-size: 9px;
        }
}
		
/*end design uc all hotel*/

/*master page css*/
 
:root {
    --pink: #e91e8c;
    --pink-dark: #c2177a;
    --pink-light: #f7c4e0;
    --dark: #111111;
    --dark2: #1a1a1a;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
}

/* =============================================
       TOP BAR
    ============================================= */
.top-bar {
    height: 128px;
    background: var(--dark);
    padding: 0px 0;
}

.logo-wrap img {
    position: relative;
    width: 343px;
    z-index: 11111;
    top: 6px;
    left: -152px;
}


/*  .top-bar .logo-wrap {
      background: var(--dark2);
      border: 2px solid #333;
      border-radius: 14px;
      padding: 10px 20px 10px 16px;
      display: inline-flex;
      align-items: center;
      gap: 0;
    }*/
.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.5px;
}

    .logo-text span.four {
        color: var(--pink);
        font-style: italic;
    }

.logo-sub {
    font-size: 11px;
    color: #aaa;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .logo-sub::before,
    .logo-sub::after {
        content: '';
        flex: 1;
        height: 1px;
        background: var(--pink);
        display: block;
        width: 24px;
    }

/* Contact info */
.top-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.top-contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f41352;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    flex-shrink: 0;
}

.top-contact-item .label {
    font-size: 13px;
    color: #ebe4e4;
    line-height: 1;
    margin-bottom: 3px;
    margin-top: 5px;
}

.top-contact-item .value {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.top-divider {
    width: 2px;
    height: 36px;
    background: #cbc1c1;
}

/* Social icons */
.social-icon {
    width: 52px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid #fff6f6;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s;
    margin-right: 20px;
}

    .social-icon:hover {
        border-color: #ffffff;
        color: #ffffff;
    }

/* =============================================
       NAVBAR
    ============================================= */
.main-nav {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1010;
    border-radius: 0px 0px 33px 33px;
}

    .main-nav .navbar-nav .nav-link {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        padding: 14px 14px;
        white-space: nowrap;
        transition: color 0.2s;
    }

        .main-nav .navbar-nav .nav-link:hover,
        .main-nav .navbar-nav .nav-item.active .nav-link {
            color: var(--pink);
        }

    /* .main-nav .navbar-nav .nav-item.active .nav-link {
      border-bottom: 3px solid var(--pink);
    }*/

    /* Dropdown */
    .main-nav .dropdown-menu {
        border: none;
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        border-radius: 0 0 10px 10px;
        margin-top: 0;
        padding: 8px 0;
    }

    .main-nav .dropdown-item {
        font-size: 13px;
        color: #000000;
        font-weight: 700;
        padding: 7px 20px;
        transition: all 0.15s;
    }

        .main-nav .dropdown-item:hover {
            color: var(--pink);
            background: #fff5fb;
            padding-left: 26px;
        }

/* Hover open — desktop only */
@media (min-width: 992px) {
    .main-nav .nav-item.dropdown:hover > .dropdown-menu,
    .main-nav .nav-item.dropdown:focus-within > .dropdown-menu {
        display: block;
        animation: navFade 0.16s ease forwards;
    }

    @keyframes navFade {
        from {
            opacity: 0;
            transform: translateY(-4px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .main-nav .nav-item.dropdown:hover > .nav-link {
        color: var(--pink);
    }
}

/* Mega dropdown */
.mega-dropdown {
    position: static !important;
}

    .mega-dropdown .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0 0 12px 12px;
        padding: 24px 30px;
    }

.mega-col-title {
    color: #f41352;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f41352;
    padding-bottom: 6px;
}

.mega-dropdown .dropdown-item {
    font-size: 13px;
    padding: 5px 0;
    background: transparent;
}

    .mega-dropdown .dropdown-item:hover {
        background: transparent;
        padding-left: 6px;
    }

.real-wedding-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f0e0ea;
    margin-bottom: 10px;
}

    .real-wedding-card img {
        width: 100%;
        height: 155px;
        object-fit: cover;
    }

    .real-wedding-card .rw-name {
        font-size: 11.5px;
        color: #555;
        padding: 4px 8px;
    }

/* Plan My Event button */
.btn-plan {
    background: #fa1671;
    color: #fff !important;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

    .btn-plan:hover {
        background: var(--pink-dark);
    }

/* =============================================
       HERO SECTION
    ============================================= */
.hero-section1 {
    position: relative;
    min-height: 540px;
    background: var(--dark);
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: -42px;
}

/* Right-side wedding image */
.hero-bg-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* Left dark overlay/gradient */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #111111 0%, #111 30%, rgb(17 17 17 / 0%) 48%, rgb(17 17 17 / 0%) 65%, transparent 100%);
    z-index: 1;
}

.hero-content1 {
    position: relative;
    z-index: 2;
    padding: 82px 136px;
}

.hero-tagline {
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    margin-left: 47px;
}

    .hero-tagline::before,
    .hero-tagline::after {
        content: '';
        width: 36px;
        height: 1.5px;
        background: var(--pink);
        display: block;
    }

.hero-title1 {
    font-family: 'Playfair Display';
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
}

.hero-title-italic {
    color: #f9528d;
    font-style: normal;
    position: relative;
    font-family: 'Playfair Display';
    font-size: 77px;
    font-weight: 800;
    line-height: 1.1;
    position: relative;
    display: inline-block;
}
    /* Underline swirl under "Moments" */
    .hero-title-italic::after {
        content: "";
        position: absolute;
        left: 49px;
        width: 358px;
        bottom: -28px;
        height: 33px;
        background-image: url(bar.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

.hero-desc {
    font-size: 14.5px;
    color: #bbb;
    line-height: 1.7;
    margin: 20px 0 32px;
    max-width: 420px;
}

/* CTA Buttons */
.btn-hero-primary {
    background: #fa136c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 19px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
}

    .btn-hero-primary:hover {
        background: var(--pink-dark);
        color: #fff;
    }

.btn-hero-secondary {
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 26px;
    border-radius: 27px;
    border: 2px solid rgba(255,255,255,0.5);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

    .btn-hero-secondary:hover {
        border-color: #fff;
        background: rgba(255,255,255,0.08);
        color: #fff;
    }

.btn-play-circle {
    /* width: 28px; */
    /* height: 28px; */
    border-radius: 50%;
    /* background: var(--pink); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

/* =============================================
       SEARCH BAR
    ============================================= */
.search-bar-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 20px;
    transform: translateY(50%);
}

.search-bar {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 0;
    flex-wrap: nowrap;
}

.sb-field {
    flex: 1;
    min-width: 0;
    padding: 0 18px;
    border-right: 1.5px solid #eee;
}

    .sb-field:first-child {
        padding-left: 8px;
    }

    .sb-field:last-of-type {
        border-right: none;
    }

.sb-label {
    font-size: 10.5px;
    color: #aaa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .sb-label i {
        color: var(--pink);
        font-size: 13px;
    }

.sb-select {
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    padding: 0;
    background: transparent;
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 18px;
}

.sb-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    flex-shrink: 0;
}

    .sb-btn:hover {
        background: var(--pink-dark);
    }

/* =============================================
       RESPONSIVE ADJUSTMENTS
    ============================================= */
@media (max-width: 991.98px) {
    .top-divider {
        display: none;
    }

    .hero-bg-img {
        width: 100%;
        opacity: 0.35;
    }

    .hero-overlay {
        background: linear-gradient(to right, rgba(17,17,17,0.96) 0%, rgba(17,17,17,0.8) 100%);
    }

    .hero-content1 {
        padding: 50px 0 130px;
    }

    .search-bar {
        flex-wrap: wrap;
        gap: 12px;
    }

    .sb-field {
        flex: 1 1 calc(50% - 10px);
        min-width: 140px;
        border-right: none;
        border-bottom: 1px solid #eee;
        padding: 0 0 10px;
    }

    .sb-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .logo-text {
        font-size: 22px;
    }

    .top-contact-item .value {
        font-size: 13px;
    }

    .hero-section1 {
        min-height: 480px;
    }

    .sb-field {
        flex: 1 1 100%;
    }

    .search-bar-wrap {
        transform: translateY(0);
        position: relative;
        padding: 16px;
        background: transparent;
    }

    .hero-section1 {
        padding-bottom: 0;
    }
}

/* Extra spacing below hero to accommodate search bar */
.hero-spacer {
    height: 60px;
    background: #f7f7f7;
}

@media (max-width: 767.98px) {
    .hero-spacer {
        height: 0;
    }
}


/*  search  */

.hero-search-box {
    margin: 30px 0;
}

.hero-search-form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 0px 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 403px;
    overflow: hidden;
}

.search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

    .search-input-wrap i {
        font-size: 18px;
        color: #999;
        margin-right: 10px;
    }

    .search-input-wrap input {
        width: 100%;
        border: none;
        outline: none;
        font-size: 15px;
        padding: 14px 0;
        background: transparent;
        color: #222;
    }

.search-btn {
    border: none;
    background: linear-gradient(135deg, #bb4b76, #fa136c);
    color: #fff;
    padding: 9px 17px;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s ease;
}

    .search-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(13,110,253,0.3);
    }

.iconaa {
    width: 114px;
    margin-bottom: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 768px) and (max-height: 768px) {

    .logo-wrap img {
        position: relative;
        width: 318px;
        z-index: 11111;
        top: 6px;
        left: -12px;
    }
}

/*@media (min-width: 992px) and (max-width: 1299px){
.logo-wrap img {
    position: relative;
    width: 318px;
    z-index: 11111;
    top: 6px;
    left: -78px;
}
.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #fff6f6;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
    margin-right: 5px;
}
}
*/


@media (min-width: 1300px) {

    .logo-wrap img {
        position: relative;
        width: 318px;
        z-index: 11111;
        top: 6px;
        left: -21px;
    }
}

@media (min-width: 1600px) {

    .logo-wrap img {
        position: relative;
        width: 475px;
        z-index: 11111;
        top: 0px;
        left: -26px;
    }
}



.gap-10 {
    gap: 4rem !important;
}


@media (max-width: 767px) {

    .hero-section1 {
        padding: 14px 15px;
    }

    .hero-title1 {
        font-family: 'Playfair Display';
        font-size: 40px;
        font-weight: 800;
        line-height: 1;
        text-align: center;
    }

    .hero-title-italic {
        color: #f9528d;
        font-style: normal;
        position: relative;
        font-family: 'Playfair Display';
        font-size: 60px;
        text-align: center;
        font-weight: 800;
        line-height: 1.1;
        display: block;
    }

    .iconaa {
        width: 54px;
        margin-bottom: -29px;
    }

    .hero-overlay {
        background: linear-gradient( to right, rgb(17 17 17 / 0%) 0%, rgb(17 17 17 / 40%) 100% );
    }

    .logo-wrap img {
        position: relative;
        width: 343px;
        z-index: 11111;
        top: 6px;
        left: -18px;
    }
}


 
/*end master page css*/
/*footer logo css*/

.footer-main{
    background: #290e3b;
    padding: 75px 0px 14px 0px;
    position: relative;
    overflow: hidden;
}


.footer-brand-logo {
    max-height: 52px;
    width: auto;
}

.footer-tagline {
    font-family: 'DM Sans', sans-serif;
    color: #ffffff;
    font-size: .88rem;
    line-height: 1.75;
    margin: 16px 0 22px;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(201, 150, 62, .25);
    color: #ffffff;
    font-size: 1rem;
    margin-right: 8px;
    transition: all .25s;
    text-decoration: none;
}
    .footer-social a:hover {
        background: #fa1671;
        border-color: #fa1671;
        color: #ffffff;
        transform: translateY(-2px);
    }
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}
    .footer-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 12px;
    }
        .footer-contact-list li i {
            color: #ffffff;
            font-size: 1rem;
            margin-top: 2px;
            flex-shrink: 0;
        }
        .footer-contact-list li a, .footer-contact-list li span {
            font-family: 'DM Sans', sans-serif;
            font-size: .85rem;
            color: #ffffff;
            text-decoration: none;
            transition: color .2s;
            line-height: 1.55;
        }
.app-badge i {
    font-size: 1.6rem;
    color: #ffffff;
}
.app-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(201, 150, 62, .08);
    border: 1px solid rgba(201, 150, 62, .25);
    border-radius: 10px;
    padding: 10px 16px;
    text-decoration: none;
    transition: all .25s;
    margin-top: 14px;
}
.app-badge-text small {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: .68rem;
    color: #ffffff;
    letter-spacing: .5px;
}
.footer-divider {
    border: none;
    border-top: 1px solid rgb(255 255 255);
    margin: 44px 0 26px;
}
.footer-copy {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    color: #ffffff;
}
.footer-policy-links {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.payment-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    padding: 5px 10px;
    margin: 3px 3px;
    font-family: 'DM Sans', sans-serif;
    font-size: .75rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: .5px;
}
.footer-col-head {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 12px;
}
.footer-col-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #ffffff, transparent);
    border-radius: 2px;
}
/*end footer css*/