* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
}

.hero-overlay-text {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Signature Experience Accordion */
.experience-card {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.experience-card.active {
  flex: 3;
}

.experience-card:not(.active) {
  flex: 1;
}

.experience-card:not(.active) .card-content {
  opacity: 0;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

/* When card is active → hide vertical label */
.experience-card.active .inactive-label {
  opacity: 0 !important;
  pointer-events: none;
}

/* When card is inactive → hide main content */
.experience-card:not(.active) .card-content {
  opacity: 0 !important;
}

/* When card is active → show main content */
.experience-card.active .card-content {
  opacity: 1 !important;
}
/* Hide H3 title when card is NOT active */
.experience-card:not(.active) h3 {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}

/* Show H3 title only for active card */
.experience-card.active h3 {
  opacity: 1 !important;
}

/* HIDE SCROLLBAR BUT KEEP SCROLLING */
.reel-1-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.reel-1-wrapper {
  -ms-overflow-style: none; /* IE / Edge */
  scrollbar-width: none; /* Firefox */
}

/* Custom Scrollbar for sleek look */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}

.map-filter {
  filter: grayscale(0.2);
}

.nav-log img,
video {
  max-width: 160px;
  height: auto;
  width: 100%;
  padding: 5px 10px;
}
.cta-section {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) !important;
  margin-bottom: -30px;
  z-index: 99;
  position: absolute;
  top: -150px !important;
  border-radius: 10px !important;
}
.signature-experiences {
  margin-top: 100px !important;
}
.footer-logo img {
  max-width: 140px;
  height: auto;
  width: 100%;
}
li.footer-li-icon i {
  background-color: #ed018c;
  color: #ffffff !important;
  padding: 10px 28px 10px 12px !important;
  /* padding: 13px 15px !important; */
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
}
li.footer-li-icon img {
  background-color: #ed018c;
  /* padding: 10px 28px 10px 12px !important; */
  text-align: center;
  border-radius: 8px;
  height: 10px;
  width: 10px;
}
li.footer-li-icon i.fa-solid.fa-location-dot.text-brand-pink.mt-1 {
  /* background-color: #ed018c;
    color: #ffffff;
    padding: 10px 24px 10px 12px !important;
    text-align: start;
    border-radius: 8px;
    font-size: 16px; */
}
/* li.footer-li-icon i.fa-solid.fa-location-dot.text-brand-pink.mt-1 {
  background-color: #ed018c;
  color: #ffffff;
  padding: 15px 17px;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
} */
.footer-main-section {
  background-image: url("frontend/images/footerimg.png") !important;
}

/* ...........PACKAGES PAGE STYLING....... */
/*====================
  WRAPPER
=====================*/
.uni-packages-section {
  /* background: #e8f5ff; */
  padding: 1px 20px 20px 20px;
}

.uni-packages-title {
  text-align: center;
  color: #e91e63;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.uni-packages-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/*====================
  CARD
=====================*/
.uni-package-card {
  width: 420px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

/*====================
  TOP HEADER
=====================*/
.uni-package-header {
  padding: 25px;
  text-align: center;
  color: white;
}

.uni-package-header-green {
  background: #ec008c;
}

.uni-package-header h3 {
  font-size: 24px;
  font-weight: 700;
}

.uni-package-header p {
  margin-top: 5px;
  font-size: 14px;
}

/* Ribbon */
.uni-popular-ribbon {
  position: absolute;
  top: 25px;
  right: -40px;
  transform: rotate(45deg);
  background: #6eb243;
  padding: 8px 40px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

/* "Full Day" highlight */
.uni-full-label {
  background: #0047ff;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 5px;
}

/*====================
  PRICE
=====================*/
.uni-package-price-box {
  text-align: center;
  padding: 20px 0;
}

.uni-package-price {
  font-size: 40px;
  font-weight: 700;
  color: #444;
}

/*====================
  FEATURES
=====================*/
.uni-package-features {
  list-style: none;
  padding: 0 35px;
}

.uni-package-features li {
  font-size: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
}

.uni-check-icon {
  color: #222;
  font-weight: bold;
  margin-right: 8px;
}

/*====================
  BUTTON
=====================*/
.uni-package-btn {
  display: block;
  width: 80%;
  margin: 25px auto;
  padding: 12px 0;
  background: #6eb243;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

i.fa-solid.fa-ticket {
  padding-right: 25px !important;
  rotate: -30deg !important;
}

/*====================
  RESPONSIVE
=====================*/

@media (max-width: 768px) {
  h2#uni-packages-title-mobile {
    display: none !important;
  }
  .counters-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about-choose-item.show {
    opacity: 1;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  p.contactInfoTextUnique-p-mobile {
    text-align: start;
  }
  .uni-package-features {
    padding: 0 20px !important  ;
  }
  .mobile-event-span-conatiner span {
    rotate: -90deg !important;
  }
  .about-section-1-wrapper {
    width: 100%;
    padding: 40px 5% !important;
    background: #fff;
    box-sizing: border-box;
  }
  .counters-section {
    width: 100%;
    padding: 40px 20px !important;
    background: #fff;
  }
  .counters-icon {
    margin: 0 0 20px !important;
  }
  .counters-text {
    max-width: 100% !important;
  }
  .about-choose-icon {
    margin: 0 0 20px !important;
  }
  .about-choose-text {
    width: 100% !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    /* text-align: justify !important; */
  }
  .about-section-1-wrapper {
    padding: 40px 5%;
  }
  p.text-gray-400.text-sm.leading-relaxed.mb-6 {
    text-align: left !important;
  }
  .flex.items-center.gap-2.mb-6.footer-logo
    i.fa-solid.fa-rose.text-brand-pink.text-3xl {
    display: none !important;
  }
  .nav-center-side {
    display: none !important;
  }
  #mobile-nav-hide {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    display: none !important;
  }
  .footer-bottom-bar {
    flex-direction: column;
    gap: 10px;
  }
  /* .eventScheduleContainerUnique{
    margin-top: 0px !important;
    margin-bottom: 5px !important;
  } */

  .testimonialMobileCarouselWrapperUnique {
    position: relative;
  }

  .testimonialMobileTrackUnique {
    display: flex !important;
    width: 100%;
  }

  .testimonialMobileSlideUnique {
    flex-shrink: 0;
    width: 100%;
  }

  .testimonialMobilePrevUnique,
  .testimonialMobileNextUnique {
    z-index: 20;
    transition: 0.3s;
  }

  .testimonialMobilePrevUnique:hover,
  .testimonialMobileNextUnique:hover {
    background-color: #c2185b; /* optional */
  }
  .trending-reels-mobile {
    padding: 0px 10px !important;
  }
  .hero-section-mobile {
    height: 500px !important;
  }
  .content-gradient-overlay-mobile {
    /* top: 85px !important; */
  }
  .gradient-overlay-mobile {
  }
  .uni-package-card {
    width: 100%;
    max-width: 500px;
  }
  .remaining-amount-main-section-container {
    margin-top: 20% !important;
  }
  .cart-booking-div {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column !important;
  }
  .cart-date-time-div-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px;
    width: 100% !important;
  }
  .nav-log img,
  video {
    max-width: 100px;
    height: auto;
    width: 100%;
    padding: 5px 10px;
  }
}
/* ===========================
    Breadcrumb Section
=========================== */
.uni-breadcrumb-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 130px 20px 80px 20px;
  text-align: center;
  color: white;
}

/* Dark overlay */
.uni-breadcrumb-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* Content area */
.uni-breadcrumb-content {
  position: relative;
  z-index: 2;
}

.uni-breadcrumb-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Breadcrumb links */
.uni-breadcrumb-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  font-size: 16px;
}

.uni-breadcrumb-links a {
  color: #ffd700; /* golden */
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.uni-breadcrumb-links a:hover {
  color: #ffffff;
}

.uni-breadcrumb-links .active {
  color: #ffffff;
}

.uni-breadcrumb-links span {
  color: #ddd;
}

.imp-fields-mark {
  color: red !important;
}

/* ===========================
    Responsive
=========================== */
@media (max-width: 768px) {
  .uni-breadcrumb-title {
    font-size: 28px;
  }

  .uni-breadcrumb-links {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .uni-breadcrumb-section {
    padding: 134px 0px 65px 10px;
  }

  .uni-breadcrumb-title {
    font-size: 24px;
  }
}

/* .............CART PAGE STYLING .......... */
/* Main Container */
.uni-cart-container {
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  font-family: Arial, sans-serif;
}

/* Header */
.uni-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uni-cart-title {
  font-size: 28px;
  font-weight: bold;
}
.uni-cart-item-count {
  color: #e91e63;
  font-weight: bold;
}

/* Layout */
.uni-cart-layout {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

/* LEFT SIDE (Cart Items) */
.uni-cart-left {
  flex: 65%;
}
.uni-cart-item-box {
  display: flex;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.uni-cart-img-wrap {
  width: 120px;
  height: 120px;
}
.uni-cart-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.uni-cart-details {
  flex: 1;
  padding-left: 15px;
}
.uni-cart-item-name {
  font-size: 18px;
  font-weight: bold;
}
.uni-cart-subtext {
  font-size: 14px;
  color: #777;
}
.uni-cart-booking {
  margin-top: 8px;
}
.uni-cart-booking label {
  font-size: 12px;
  color: #666;
}
.uni-cart-input {
  width: 100%;
  margin-top: 4px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* Price */
.uni-cart-price-box {
  text-align: right;
}
.uni-cart-price {
  font-weight: bold;
  font-size: 18px;
}
.uni-cart-remove-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #f44336;
  font-size: 20px;
  margin-top: 10px;
}

/* RIGHT SIDE SUMMARY */
.uni-cart-right {
  flex: 35%;
}
.uni-cart-summary-box {
  background: white;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.uni-cart-summary-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.uni-cart-address {
  font-size: 14px;
  color: #777;
}
.uni-cart-textbox {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

/* Discount */
.uni-cart-discount-row {
  display: flex;
  gap: 10px;
}
.uni-cart-discount-btn {
  background: #333;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
}

/* Totals */
.uni-cart-total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.uni-cart-green {
  color: green;
  font-weight: bold;
}
.uni-cart-grand-total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-top: 12px;
}

/* Checkout Button */
.uni-cart-checkout-btn {
  background: #e91e63;
  border: none;
  padding: 14px;
  color: white;
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
  .uni-cart-layout {
    flex-direction: column;
  }
}

.cart-div-1 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background-color: #ed008c;
  color: #fff;
  padding: 15px 20px !important;
  /* border-radius: 10px 10px 0px 0px; */
}
.cart-body-div {
  width: 80% !important;
}
.cart-card-div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.cart-price-remove-div {
  display: flex !important;
  align-items: center !important;
  gap: 20px;
}
.cart-body-div h5 {
  padding: 15px 20px;
  font-weight: bold;
  border-bottom: 1px solid #33333330;
}
.cart-booking-div {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-invalid-msg-div {
  padding: 15px 20px;
  text-align: center;
  color: red;
  border-top: 1px solid #33333330;
}
.cart-item-div-main {
  background-color: #f9fafb !important;
}
.cart-date-time-div-section {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px;
}
.cart-date-time-div-section input.form-control.booking-date {
  border: 1px solid #33333330 !important;
  padding: 8px 15px;
  border-radius: 8px;
}
.cart-date-time-div-section select.form-control.booking-slot {
  border: 1px solid #33333330 !important;
  padding: 8px 15px;
  border-radius: 8px;
}

/* Main container */
.eventScheduleContainerUnique {
  max-width: 900px;
  margin: 40px auto;
  padding: 25px 30px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  font-family: "Arial", sans-serif;
}

/* Title + Subtitle */
.eventScheduleTitleUnique {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.eventScheduleSubtitleUnique {
  color: #555;
  margin-bottom: 25px;
}

/* Fields layout */
.eventScheduleFormRowUnique {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.eventScheduleFieldUnique {
  flex: 1;
  min-width: 250px;
}

.eventScheduleLabelUnique {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}

/* Inputs */
.eventScheduleInputUnique,
.eventScheduleSelectUnique {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
  transition: 0.2s;
}

.eventScheduleInputUnique:focus {
  border-color: #4a75ff;
  box-shadow: 0 0 8px rgba(74, 117, 255, 0.4);
}

/* Note section */
.eventScheduleNoteUnique {
  font-size: 12px;
  color: #666;
  margin: 20px 0;
}

/* Footer section */
.eventScheduleFooterUnique {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eventScheduleBackUnique {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.eventScheduleBtnUnique {
  background: linear-gradient(90deg, #ed008c, #ed008c);
  padding: 12px 55px;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  /* box-shadow: 0 8px 35px #ed008ab7; */
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.eventScheduleBtnUnique:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 600px) {
  .eventScheduleFooterUnique {
    flex-direction: column;
    gap: 15px;
  }

  .eventScheduleBtnUnique {
    width: 100%;
    text-align: center;
  }
}
/* Wrapper for side-by-side layout */
.twoSectionWrapperUnique {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap; /* Allows stacking on small screens */
}

/* Make each card equal width */
.twoSectionWrapperUnique .eventScheduleContainerUnique {
  flex: 1;
  min-width: 320px;
  max-width: 600px;
}
.eventScheduleFormRowUnique-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.payment-amount-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment-amount-left h3 {
  font-size: 18px;
  font-weight: bold;
}
.eventScheduleFooterUnique-left {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  /* flex-direction: column; */
  /* margin-top: 150px; */
  border-top: 1px solid #33333380;
  padding-top: 20px;
}
.total-amount-hr-div {
  margin-top: 20px;
}
.eventScheduleFieldUnique span {
  display: none;
}

.bookingSuccessWrapperUnique {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  font-family: "Arial", sans-serif;
}

/* SUCCESS ICON */
.bookingSuccessIconUnique {
  width: 85px;
  height: 85px;
  background: rgba(0, 200, 0, 0.1);
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.bookingSuccessIconUnique span {
  font-size: 38px;
  color: rgb(0, 160, 0);
}

/* TITLE */
.bookingSuccessTitleUnique {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bookingSuccessTextUnique {
  color: #555;
  max-width: 700px;
  margin: 0 auto 35px;
}

/* MAIN ROW */
.bookingSuccessDetailsRowUnique {
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

/* BOX DESIGN */
.bookingSuccessBoxUnique {
  flex: 1;
  min-width: 320px;
  max-width: 480px;
  border: 1px solid #e5e5e5;
  padding: 25px 30px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.bookingSuccessBoxTitleUnique {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* DETAIL ROWS */
.bookingSuccessDetailItemUnique {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dashed #eee;
}

.bookingSuccessDetailItemUnique span {
  color: #444;
}

.bookingSuccessDetailItemUnique strong {
  font-weight: 600;
}

/* PAYMENT TAG */
.bookingPaymentTagUnique {
  display: inline-block;
  background: #eeffe6;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 10px;
  color: green;
}

/* AMOUNT */
.bookingSuccessAmountUnique {
  font-size: 32px;
  font-weight: 700;
  color: green;
  margin: 12px 0 20px;
}

/* FOOTER BUTTONS */
.bookingSuccessFooterUnique {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  margin: auto;
  flex-wrap: wrap;
}

.bookingSuccessBtnUnique {
  padding: 12px 25px;
  background: linear-gradient(90deg, #ed008c, #ed008c);
  border: none;
  border-radius: 25px;
  color: white;
  font-size: 15px;
  cursor: pointer;
  /* box-shadow: 0 8px 25px #ED008C; */
  transition: 0.3s;
}

.bookingSuccessBtnUnique:hover {
  transform: translateY(-2px);
}

.bookingSuccessPrintUnique {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  margin-top: 12px;
}

.bookingSuccessDetailItemUnique strong.RemainingAmount {
  color: red !important;
}

/* RESPONSIVE */
@media (max-width: 700px) {
  .bookingSuccessFooterUnique {
    flex-direction: column;
    gap: 20px;
  }

  .bookingSuccessBtnUnique {
    width: 100%;
  }
}

.progressOuterUnique {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.progressContainerUnique {
  width: 95%;
  max-width: 1100px;
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.progressStepUnique {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.progressCircleUnique {
  width: 32px;
  height: 32px;
  background: #ffffff80 !important;
  color: #ec008c;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  transition: 0.3s;
  border: 1px solid #ec008c;
  /* width: 32px;
    height: 32px;
    background: #26b367 !important;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    transition: 0.3s; */
}

.progressCircleUnique.finalUnique {
  background: #1a57f2;
}

.progressLabelUnique {
  font-size: 14px;
  color: #333;
}

.progressLineUnique {
  flex: none;
  background: #d6d6d6;
  height: 2px;
  width: 300px;
}

/* ACTIVE GREEN STEP */
.activeUnique .progressCircleUnique {
  background: #ec008c !important;
  transform: scale(1.1);
  color: #fff !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .eventScheduleFooterUnique-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: column !important;
    /* margin-top: 150px; */
    border-top: 1px solid #33333380;
    padding-top: 20px;
  }
  .progressContainerUnique {
    /* flex-direction: column; */
    gap: 25px;
    padding: 25px 20px;
  }

  .progressLineUnique {
    width: 2px;
    height: 40px;
  }
}

.toastUnique {
  position: fixed;
  top: 60px;
  /* bottom: 20px; */
  right: 20px;
  background: #ec008c;
  color: #fff;
  padding: 14px 22px;
  border-radius: 8px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  z-index: 9999;
  animation: slideIn 0.4s ease;
}

.toastCartLink {
  background: #fff;
  color: #ec008c;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

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

.remaining-amount-main-section-container {
  margin-top: 10% !important;
}

/* MAIN PAGE LAYOUT */
.contactPageContainerUnique {
  max-width: 1300px;
  margin: 50px auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1.5fr;
  gap: 40px;
}

/* LEFT SECTION */
.contactInfoSectionUnique {
  padding: 10px;
}

.contactInfoSubtitleUnique {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}

.contactInfoTitleUnique {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

.contactInfoListUnique {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contactInfoItemUnique {
  display: flex;
  align-items: start;
  gap: 18px;
}
.contactInfoIconUnique i.fa-solid.fa-location-dot {
  width: 55px !important;
}
.contactInfoIconUnique {
  background: #ec008c;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}

/* SOCIAL ICONS */
.contactSocialIconsUnique {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.contactSocialIconsUnique a {
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.contactSocialIconsUnique a:hover {
  background: #ec008c;
  color: #fff;
}

/* RIGHT SECTION */
.contactFormSectionUnique {
  background: #ffffff;
  padding: 35px;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.contactFormSubtitleUnique {
  color: #000;
  letter-spacing: 1px;
}

.contactFormTitleUnique {
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}

/* FORM FIELDS */
.contactFormRowUnique {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.contactInputUnique,
.contactTextareaUnique {
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.contactTextareaUnique {
  height: 150px;
  resize: none;
}

/* BUTTON */
.contactSubmitBtnUnique {
  background: #ec008c;
  color: #fff;
  border: none;
  padding: 15px !important;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  width: 180px;
  transition: 0.3s;
  margin-top: 20px !important;
}

.contactSubmitBtnUnique:hover {
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .contactInfoListUnique {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: start;
    text-align: left;
  }
  .contactPageContainerUnique {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contactInfoItemUnique {
    justify-content: center;
  }

  .contactFormRowUnique {
    grid-template-columns: 1fr;
  }
}

/* PAGE CONTAINER */
/* PAGE CONTAINER */
.animatedGalleryContainerUnique {
  max-width: 1300px;
  margin: 40px auto;
  padding: 20px;
  animation: fadeInUnique 1s ease-in-out;
}

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

/* TABS AREA */
.animatedGalleryTabsUnique {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 30px;
  position: relative;
  flex-wrap: wrap;
}

.animatedGalleryTabBtnUnique {
  background: transparent;
  border: none;
  font-size: 18px;
  padding: 10px 5px;
  cursor: pointer;
  color: #555;
  position: relative;
  transition: 0.3s;
}

.animatedGalleryTabBtnUnique.active,
.animatedGalleryTabBtnUnique:hover {
  color: #ec008c;
  border-bottom: 1px solid;
}

/* Underline Animation */
.animatedGalleryTabIndicatorUnique {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 80px;
  /* background: #ec008c; */
  border-radius: 2px;
  transition: 0.35s ease;
}

/* GALLERY GRID */
.animatedGalleryGridUnique {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 3fr));
  grid-template-rows: masonry;
}

/* GALLERY ITEM */
.animatedGalleryItemUnique {
  overflow: hidden;
  border-radius: 12px;
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.animatedGalleryItemUnique.hide {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}

.animatedGalleryItemUnique img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  /* transition: 0.4s ease;
  transform: scale(1); */
}

/* Hover animation */
.animatedGalleryItemUnique img:hover {
  /* transform: scale(1.12);
  filter: brightness(0.85); */
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .animatedGalleryGridUnique {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .animatedGalleryTabsUnique {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100% !important;
  }
  /* Chrome / Safari / Opera */
  .animatedGalleryTabsUnique::-webkit-scrollbar {
    display: none;
  }
  .animatedGalleryGridUnique {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes zoomFadeUnique {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.testimonial-1-section {
  padding: 40px 0;
  background: #f9f9f9;
  text-align: center;
}

.testimonial-1-title {
  font-size: 28px;
  margin-bottom: 25px;
}

.testimonial-1-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px; /* Space between arrows and slider */
}

.testimonial-1-slider-container {
  overflow: hidden;
  flex: 1;
}

.testimonial-1-slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.testimonial-1-item {
  background: #ec008c;
  padding: 60px 20px;
  margin: 10px;
  min-width: calc(50% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #fff;
}
.testimonial-1-item p,
h4 {
  text-align: left;
}
/* Mobile = 1 Testimonial */
@media (max-width: 768px) {
  .testimonial-1-item {
    min-width: calc(100% - 0px);
  }
  h2.text-4xl.font-extrabold.mb-6.border-b-4.border-brand-pink.inline-block.pb-2.film-city-mobile {
    text-align: center;
    justify-content: center;
    display: flex;
  }
  .signature-experiences-prewedding-text {
    rotate: 0deg !important;
  }
}

.signature-experiences-prewedding-text {
  rotate: 90deg;
}

/* Arrows OUTSIDE both sides */
.testimonial-1-btn {
  background: #fdf2f8;
  color: #ec008c;
  border: none;
  font-size: 20px;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 50%;
}

.testimonial-1-btn:hover {
  background: #ec008c;
  color: #fdf2f8;
}

.testimonial-1-client-image-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 15px;
}
.testimonial-1-client-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  max-width: 60px;
}
.testimonial-1-client-name h3 {
  font-weight: 600;
  font-size: 18px;
}

.testimonial-1-star {
  font-size: 15px;
  color: gold;
  text-align: left;
}
.testimonial-1-client-name {
  display: flex;
  flex-direction: column;
}

img.banner-main-image.absolute.inset-0.w-100vw.h-100vh.object-cover.background-size-cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.reel-main-container-section {
  position: relative;
}
.reel-1-container {
  width: 100%;
  overflow: hidden;
}

/* ARROWS TOP-RIGHT */
.reel-1-arrows {
  position: absolute;
  top: 0px;
  right: 10px;
  display: none; /* show only if >5 reels */
  gap: 10px;
  z-index: 20;
}

.reel-1-arrows button {
  background: #fdf2f8;
  color: #ec008c !important;
  border: none;
  font-size: 20px;
  padding: 6px 8px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.2s ease;
}

.reel-1-arrows button:hover {
  opacity: 1;
  background: #ec008c;
  color: #fff !important;
}

/* DEFAULT GRID MODE */
.reel-1-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  transition: 0.3s ease-in-out;
}

.reel-1-item {
  aspect-ratio: 9/16;
  border-radius: 12px;
  overflow: hidden;
}

.reel-1-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* AUTO SLIDER WHEN >5 */
.reel-1-container.reel-1-slider .reel-1-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.reel-1-container.reel-1-slider .reel-1-item {
  min-width: 25%;
  scroll-snap-align: center;
}

/* MOBILE ALWAYS SLIDER */
@media (max-width: 768px) {
  .reel-1-wrapper {
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .reel-1-item {
    min-width: 70% !important;
    scroll-snap-align: start;
  }
}

.reel-1-embed-container {
  max-width: 500px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 10px 0 !important;
}

.reel-1-embed {
  width: 100% !important;
  margin: 0 auto !important;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-sticky {
  position: fixed;
  bottom: 20px; /* Distance from bottom */
  right: 20px; /* Distance from right */
  z-index: 9999; /* Always on top */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background-color: #25D366; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 4px 10px rgba(0,0,0,0.3); */
  transition: transform 0.3s ease;
}

.whatsapp-sticky img {
  width: 50px;
  height: 50px;
}

.whatsapp-sticky:hover {
  transform: scale(1.1);
}

/* .stickywhatsapp-container {
    position: sticky !important;
    bottom: 10px !important;
    right: 0 !important;
    z-index: 99 !important;
}
.stickywhatsapp-container img{
    width: 50px !important;
    height: 50px !important;
    object-fit: cover !important;
} */

/* Container around the whole marquee */
.marque-1-wrapper {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
  /* padding: 10px 0;  */
}

/* The visible area (acts like a clip) */
.marque-1-viewport {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* The track that will move */
.marque-1-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  box-sizing: content-box;
  /* CSS animation will be applied dynamically via JS for duration */
}

/* Each item inside the track */
.marque-1-item {
  font-size: 30px;
  /* font-size: clamp(18px, 2.2vw, 20px); */
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  /* -webkit-text-stroke: 2px #111; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    margin: 0;
    font-weight: 500;
    color: transparent;
    letter-spacing: 0.02em;
    user-select: none; */
}

/* Optional separators */
.marque-1-sep {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: rgba(0, 0, 0, 0.08);
  margin-right: 18px;
}

/* Smooth GPU-accelerated animation */
@keyframes marque-1-slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* JS duplicates content to reach full seamless width */
}

@keyframes marque-1-slide-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Pause when hovered/focused (applies to track) */
.marque-1-viewport:hover .marque-1-track,
.marque-1-viewport:focus-within .marque-1-track {
  animation-play-state: paused !important;
}

/* Make marquee accessible and keyboard focusable */
.marque-1-viewport:focus {
  outline: 2px solid rgba(0, 120, 255, 0.15);
  outline-offset: 4px;
}

/* Small screen adjustments */
@media (max-width: 480px) {
  .marque-1-item {
    padding: 0px 0px !important;
    font-size: clamp(13px, 3.8vw, 16px);
  }
  .marque-1-sep {
    height: 16px;
    margin-right: 12px;
  }
}

/* ===================== POPUP ===================== */
.reel-1-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.reel-1-popup-content {
  position: relative;
  max-width: 500px;
  width: 100%;
}

.reel-1-popup video {
  width: 100%;
  border-radius: 12px;
  height: 500px !important;
}

.reel-1-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 600px) {
  .reel-1-popup-content {
    max-width: 100%;
  }
}

.terms-condition-content {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  padding: 50px 0px;
}
.terms-condition-section {
  width: 88%;
}
.terms-condition-section ul {
  margin-top: 10px !important;
  margin-left: 10px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.terms-condition-section h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
.terms-condition-section p {
  margin-top: 10px;
}
.terms-condition-ol {
  margin-left: 30px;
  margin-top: 15px;
}

.terms-condition-ol li {
  display: flex;
  flex-direction: column;
  list-style: disc !important;
}
.contact-main-section {
  display: contents;
}

li.privacy-ul-li {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 5px;
}
.privacy-title-discription {
  display: flex;
  flex-direction: column;
}

/* SECTION WRAPPER */
.about-section-1-wrapper {
  width: 100%;
  padding: 80px 5%;
  background: #fff;
  box-sizing: border-box;
}

/* MAIN FLEX CONTAINER */
.about-section-1-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.2s ease;
}

/* SHOW ANIMATION */
.about-section-1-show {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

/* LEFT IMAGE */
.about-section-1-image-box {
  width: 50%;
}
.about-section-1-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* RIGHT CONTENT */
.about-section-1-content-box {
  color: #000;
  width: 50%;
}

.about-section-1-title {
  font-size: 42px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-section-1-title span {
  color: #ec008c;
}

.about-section-1-desc,
.about-section-1-desc2 {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
}

.about-section-1-link {
  margin-top: 10px;
  display: inline-block;
  color: #d39042;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-section-1-container {
    flex-direction: column;
    text-align: left;
  }

  .about-section-1-title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .about-section-1-title {
    font-size: 26px;
  }
}

.about-choose-section {
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
  /* background: url("https://images.unsplash.com/photo-1517816428104-797678c7cf0e?auto=format&fit=crop&w=1920&q=80")
        center/cover fixed; */
}

.about-choose-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.about-choose-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
}

.about-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.about-choose-item {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.about-choose-item.show {
  opacity: 1;
  transform: translateY(0);
}

.about-choose-icon {
  width: 110px;
  height: 110px;
  border: 2px solid #ec008c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.about-choose-icon img {
  width: 55px;
  filter: invert(1);
}

.about-choose-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-choose-text {
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
  width: 85%;
  margin: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

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

  .about-choose-title {
    font-size: 32px;
  }
}

.counters-section {
  width: 100%;
  padding: 80px 20px;
  background: #fff;
}

.counters-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

/* BOX */
.counters-box {
  flex: 1;
  min-width: 300px;
}

/* ICON */
.counters-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  margin: 0 auto 20px;
}

.counters-icon-green {
  border-color: #26a526;
  color: #26a526;
}
.counters-icon-gold {
  border-color: #b8860b;
  color: #b8860b;
}
.counters-icon-olive {
  border-color: #8a9c3d;
  color: #8a9c3d;
}

/* NUMBERS */
.counters-number {
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

/* TITLE */
.counters-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* DESCRIPTION */
.counters-text {
  color: #777;
  line-height: 1.6;
  max-width: 300px;
  margin: auto;
}

i.fa-solid.fa-phone {
  color: #ec008c;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .counters-container {
    flex-direction: column;
    gap: 30px;
  }

  .counters-number {
    font-size: 48px;
  }
  i.fa-solid.fa-phone {
    color: #ffffff;
    /* color: #ffffff;
    background: #ec008c;
    padding: 7px 7px 5px 8px;
    border-radius: 100px;
    width: 30px;
    height: 30px; */
  }
}

/* SECTION */
.video-gallery-section {
  padding: 60px 20px;
  background: #f8f8f8;
  font-family: Arial, sans-serif;
}

.video-gallery-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* TABS */
.video-gallery-tabs {
  text-align: center;
  margin-bottom: 30px;
}

.video-gallery-tab {
  padding: 10px 25px;
  margin: 0 5px;
  border: none;
  background: #fdf2f8;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
}

.video-gallery-tab.active,
.video-gallery-tab:hover {
  background: #ec008c;
  color: #ffffff;
}

/* VIDEO GRID */
.video-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.video-gallery-item {
  position: relative;
  cursor: pointer;
}

.video-gallery-video {
  width: 100%;
  border-radius: 8px;
  transition: 0.3s;
}

.video-gallery-video:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .video-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .video-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* POPUP */
.video-gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.video-gallery-popup-content {
  width: 90%;
  max-width: 900px;
  position: relative;
}

.video-gallery-popup-video {
  width: 100%;
  border-radius: 10px;
}

.video-gallery-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* Slides */
.banner-carousel {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
}

/* Arrows */
.banner-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  border: none;
  /* padding: 8px 20px; */
  padding: 10px 25px 10px 20px;
  font-size: 28px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.banner-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
}

.banner-prev {
  left: 20px;
}

.banner-next {
  right: 20px;
}

a.read-more-to-about {
  text-align: center !important;
}

.nav-active {
  color: #ec008c !important;
  font-weight: bold;
}

.blog-1-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.blog-1-title {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}

.blog-1-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.blog-1-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}

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

.blog-1-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-1-content {
  padding: 20px;
}

.blog-1-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.blog-1-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.blog-1-btn {
  background: #ec008c;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.blog-1-btn:hover {
  background: #b8066d;
}

/* Responsive */
@media (max-width: 1024px) {
  .blog-1-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-1-container {
    grid-template-columns: 1fr;
  }

  .blog-1-image {
    height: 180px;
  }
}

.blog-detail-wrapper {
  width: 100%;
  color: #333;
  margin-top: 30px;
}
.blog-detail-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-detail-banner img {
  max-width: 900px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px !important;
}

.blog-detail-container {
  max-width: 900px;
  margin: auto;
  padding: 30px 20px;
}

.blog-detail-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}

.blog-detail-meta {
  display: flex;
  gap: 10px;
  color: #777;
  font-size: 14px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.blog-detail-text {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.blog-detail-quote {
  background: #f7e4f0;
  border-left: 4px solid #e6008c;
  padding: 18px 20px;
  font-style: italic;
  margin: 25px 0;
}

.blog-detail-subtitle {
  font-size: 26px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 12px;
}

.blog-detail-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-detail-list li {
  font-size: 16px;
  margin-bottom: 8px;
}

.blog-detail-nav {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.blog-detail-btn {
  background: #ec008c;
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}

.blog-detail-btn:hover {
  background: #b8066d;
}

/* Related Posts */
.blog-detail-related-section {
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
}

.blog-detail-related-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

.blog-detail-related-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.blog-detail-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.blog-detail-card:hover {
  transform: translateY(-6px);
}

.blog-detail-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-detail-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.blog-detail-card-text {
  font-size: 14px;
  color: #555;
}

.contact-button-header {
  background: transparent !important;
  color: #ec008c !important;
  border: 1px solid #ec008c !important;
}

.custom-marquee {
  background: #f8f8f8;
}

.cta-banner-main-container {
  background: #ec008c !important;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .blog-detail-related-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-detail-banner img {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .nav-click-link {
  color: #fff !important;
}
.navigation-dropdown-toggle-mobile{
  color: #fff;
}
  .cta-card-container-mobile h3,
  p {
    text-align: center;
  }
  .cta-card-container-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .cta-section-mobile {
    width: 80% !important;
  }
  .intro-section-mobile {
    padding-bottom: 10px !important;
  }
  .banner-next {
    right: 20px;
  }
  p.remove-desc-from-mobile {
    display: none;
  }
  #remove-white-space-mobile {
    margin-top: 0px;
  }
  .banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    padding: 8px 16px !important;
    /* padding: 10px 25px 10px 20px; */
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
  }
  .feature-image-mobile {
    margin-top: 0px !important;
  }
  .about-section-1-image-box {
    width: 100%;
  }
  .about-section-1-content-box {
    width: 100%;
    text-align: center;
  }
  .intro-section-mobile {
    gap: 0px !important;
  }

  .blog-detail-container {
    padding: 20px 15px;
  }

  .blog-detail-title {
    font-size: 26px;
  }

  .blog-detail-banner img {
    height: 220px;
  }

  .blog-detail-related-container {
    grid-template-columns: 1fr;
  }
}

.vatrika-carousel-section {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.vatrika-carousel-section-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
}

.vatrika-carousel-section-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  height: 100%;
  will-change: transform;
}

.vatrika-carousel-section-slide {
  /* min-width: 100%;
  height: 100%; */
  min-width: 100%;
  width: 100%;
  padding: 40px 0px 0px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.vatrika-carousel-section-slide picture {
  width: 100%;
  /* max-width: 1200px; */
}

.vatrika-carousel-section-slide img {
  /* width: 100%;
  height: 100%;
  object-fit: fill; */
  width: 100%;
  height: auto;
  display: block;
  /* border-radius: 12px; */
}

/* Arrows */
.vatrika-carousel-section-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 12px 18px;
  cursor: pointer;
  z-index: 10;
}

.vatrika-carousel-section-prev {
  left: 20px;
}

.vatrika-carousel-section-next {
  right: 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .vatrika-carousel-section-wrapper {
    height: 60vh; /* ✅ FORCE HEIGHT */
  }

  .vatrika-carousel-section-slide {
    height: 100%;
  }

  .vatrika-carousel-section-slide img {
    height: 100%;
    max-height: none;
    object-fit: contain; /* no cut, fully visible */
  }
  /* .vatrika-carousel-section-wrapper {
        height: 70vh;
    }

    .vatrika-carousel-section-arrow {
        font-size: 22px;
        padding: 8px 12px;
    } */
}

/* Sticky Button */
.vatrika-broucher-popup-section-sticky-btn {
  /* position: fixed; */
  /* left: 0; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* background: #EC008C !important; */
  border: 1px solid #ec008c;
  color: #ec008c;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
  /* z-index: 9999; */
  /* writing-mode: vertical-rl; */
  /* text-orientation: mixed; */
}

/* Overlay */
.vatrika-broucher-popup-section-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 15px;
}
.vatrika-broucher-popup-section-form input::placeholder,
.vatrika-broucher-popup-section-form textarea::placeholder {
  color: #000 !important;
  opacity: 1;
}
.vatrika-broucher-popup-section-form input,
.vatrika-broucher-popup-section-form textarea {
  color: #000 !important;
}
/* Popup Box */
.vatrika-broucher-popup-section-box {
  background: #ffffff !important;
  width: 100%;
  max-width: 420px;
  padding: 30px 25px;
  border-radius: 10px;
  position: relative;
  animation: vatrikaFadeIn 0.3s ease;
}

/* Close Button */
.vatrika-broucher-popup-section-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Title */
.vatrika-broucher-popup-section-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}

/* Form */
.vatrika-broucher-popup-section-form input,
.vatrika-broucher-popup-section-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.vatrika-broucher-popup-section-form textarea {
  resize: none;
  height: 90px;
}

.vatrika-broucher-popup-section-form button {
  width: 100%;
  padding: 12px;
  background: #ec008c !important;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
}

/* Animation */
@keyframes vatrikaFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .vatrika-broucher-popup-section-sticky-btn {
    writing-mode: horizontal-tb;
    transform: translateY(-50%);
    padding: 14px 18px;
    font-size: 14px;
    border-radius: 0 8px 8px 0;
    z-index: 99999;
  }

  .vatrika-broucher-popup-section-box {
    padding: 25px 18px;
  }
}
@media (max-width: 768px) {
  .vatrika-broucher-popup-section-sticky-btn {
    /* position: fixed;
  left: 0;
  top: 50%; */
    /* transform: translateY(-50%); */
    background: #ffffff;
    border: 1px solid #ec008c;
    color: #ec008c;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    z-index: 100000;
  }
}
.nav-right-side {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
}
nav.hidden.md\:flex.items-center.space-x-8.text-sm.font-semibold.tracking-wide.uppercase {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  /* width: 70% !important; */
}
.nav-center-side {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  margin-left: 50px !important;
}

/* ===============================
 BRAND SHOOT EXPERIENCE
=============================== */

.bps-main-section {
  padding: 80px 20px;
  background: #fff;
}

.bps-container {
  max-width: 1200px;
  margin: auto;
}

.bps-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.bps-image-box img {
  width: 100%;
  border-radius: 8px;
}

.bps-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.bps-highlight {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.bps-text {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.bps-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 60px;
}

.bps-feature-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.bps-feature-list {
  list-style: none;
  padding: 0;
}

.bps-feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

/* .bps-feature-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ec4899;
} */

.bps-feature-list li {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #222;
  line-height: 1.6;
}

.bps-feature-list li img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-top: 2px;
}

.bps-feature-list li:hover img {
  transform: scale(1.1);
  transition: 0.2s ease;
}

.bps-form-wrapper {
  margin: 80px auto 0;
  background: #fff5f9;
  padding: 40px;
  max-width: 600px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ee5ba1;
}

.bps-form-title {
  font-size: 27px;
  font-weight: 600;
}

.bps-form-desc {
  font-size: 14px;
  margin: 10px 0 30px;
}

.bps-form-group {
  text-align: left;
  margin-bottom: 15px;
}

.bps-form-group label {
  font-size: 13px;
  font-weight: 600;
}

.bps-form-group input,
.bps-form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.bps-submit-btn {
  margin-top: 20px;
  background: #ec4899;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .testimonial-1-wrapper {
    gap: 0;
  }
  h3.bps-feature-title.bps-feature-title-mobile {
    display: none !important;
  }
  .bps-intro-grid,
  .bps-feature-grid {
    grid-template-columns: 1fr;
  }

  .bps-title {
    font-size: 24px;
    text-align: center;
  }
  .bps-feature-grid {
    margin-top: 20px !important;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .bps-main-section {
    padding: 40px 20px !important;
  }
  .bps-feature-list li {
    padding-left: 0 !important;
  }
  .bps-form-wrapper {
    margin: 20px auto 0 !important;
    padding: 20px !important;
  }
  .uni-packages-title {
    margin: 40 0 30px 0 !important;
  }
  .bps-form-group input,
  .bps-form-group textarea {
    background-color: #fff !important;
  }
}

/* =======================
 ONE DAY PICNIC
======================= */

.odp-main {
  padding: 80px 20px;
  background: #fff;
}

.odp-container {
  max-width: 1360px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.odp-main-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.odp-left h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}

.odp-left h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.odp-left p {
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
}

.odp-icon-list {
  list-style: none;
  padding: 0;
}

.odp-icon-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* .odp-icon-list li::before {
    content: "✔";
    color: #ec4899;
} */

.odp-inline-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
  padding: 0;
}

.odp-inline-list li {
  display: flex;
  gap: 6px;
}

/* .odp-inline-list li::before {
    content: "✔";
    color: #ec4899;
} */

.odp-inline-list li {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #222;
  line-height: 1.6;
}

.odp-inline-list li img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-top: 2px;
}

.odp-inline-list li:hover img {
  transform: scale(1.1);
  transition: 0.2s ease;
}

.odp-icon-list li {
  display: flex;
  /* align-items: flex-start; */
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #222;
  line-height: 1.6;
}

.odp-icon-list li img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-top: 2px;
}

.odp-icon-list li:hover img {
  transform: scale(1.1);
  transition: 0.2s ease;
}

.odp-right {
  position: sticky;
  top: 120px;
  height: fit-content;
}

.odp-price-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.odp-price-header {
  background: #ec4899;
  color: #fff;
  padding: 20px;
  font-weight: 800;
  text-align: center;
}

.odp-price-body {
  padding: 20px;
  background: #fff;
}

.odp-price-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.odp-book-btn {
  display: block;
  background: #000;
  color: #fff;
  padding: 12px;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

/* MOBILE */
@media (max-width: 768px) {
  .odp-container {
    grid-template-columns: 1fr;
  }
  .odp-right {
    position: static;
  }
}

/* =======================
 PRICE CARD – EXACT UI
======================= */

.odp-price-card {
  border: 1px solid #ff4da6;
  background: #fff;
  max-width: 400px;
}

.odp-price-header {
  background: #ec008c;
  color: #fff;
  text-align: center;
  padding: 18px;
  font-size: 22px;
  font-weight: 800;
}

.odp-price-body {
  padding: 25px;
  background: #fff;
}

.odp-price-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* QTY ROW */
.odp-qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

/* QTY BOX */
.odp-qty-box {
  display: flex;
  border: 1px solid #ec008c;
}

.odp-qty-btn {
  width: 38px;
  height: 38px;
  background: #ec008c;
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.odp-qty-number {
  width: 45px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-left: 1px solid #ec008c;
  border-right: 1px solid #ec008c;
}

/* TEXT */
.odp-qty-text {
  font-size: 15px;
  font-weight: 600;
}

/* DIVIDER */
.odp-divider {
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}

/* BUTTON */
.odp-book-btn {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: 700;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .odp-price-card {
    max-width: 100%;
  }
}

/* ===== MODAL BASE ===== */
.odp-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.odp-modal.active {
  display: block;
}

/* Overlay */
.odp-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Modal Box */
.odp-modal-box {
  position: relative;
  max-width: 520px;
  width: 90%;
  background: #fff;
  margin: 5% auto;
  padding: 30px;
  border-radius: 14px;
  animation: fadeUp 0.3s ease;
}

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

/* Close */
.odp-modal-close {
  position: absolute;
  top: 15px;
  right: 18px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
}

/* Title */
.odp-modal-title {
  margin-bottom: 20px;
  font-size: 22px;
}

/* Form */
.odp-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.odp-field label {
  font-size: 13px;
  display: block;
  margin-bottom: 6px;
}

.odp-field input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

/* Summary */
.odp-summary {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.odp-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.odp-summary-row.total {
  font-weight: 600;
  font-size: 17px;
}

/* Pay Button */
.odp-pay-btn {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border-radius: 30px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.odp-pay-btn {
  position: relative;
}

.btn-loader {
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.odp-pay-btn.loading .btn-text {
  display: none;
}

.odp-pay-btn.loading .btn-loader {
  display: block;
}

p.experience-card-description {
  margin-bottom: 20px !important;
  text-align: left !important;
}

/* 
#animatedGalleryGridUnique-1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;                 
    padding: 24px;
}

#animatedGalleryItemUnique-1 {
    position: relative;
    overflow: hidden;
    border-radius: 16px;       
}

#animatedGalleryItemUnique-img-1 {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#animatedGalleryItemUnique-1:hover {
}

#animatedGalleryItemUnique-1:hover #animatedGalleryItemUnique-img-1 {
}



@media (max-width: 768px) {
    #animatedGalleryGridUnique-1 {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 18px;
    }
}

@media (max-width: 480px) {
    #animatedGalleryGridUnique-1 {
        grid-template-columns: 1fr;
        gap: 14px;
    }
} */
/* ===== GALLERY GRID CONTAINER ===== */
#animatedGalleryGridUnique-1,
.animatedGalleryGridUnique-1 {
  column-count: 4;
  column-gap: 20px;
  width: 100%;
  padding: 10px;
}

/* ===== GALLERY ITEM ===== */
#animatedGalleryItemUnique-1,
.animatedGalleryItemUnique-1 {
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* ===== IMAGE ===== */
#animatedGalleryItemUnique-img-1,
.animatedGalleryItemUnique-img-1 {
  width: 100%;
  height: auto; /* ✅ FULL IMAGE – NO CROP */
  display: block;
  object-fit: contain; /* ✅ IMPORTANT */
  border-radius: 12px;
}

/* ===== HOVER EFFECT ===== */
#animatedGalleryItemUnique-1:hover,
.animatedGalleryItemUnique-1:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  #animatedGalleryGridUnique-1,
  .animatedGalleryGridUnique-1 {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  #animatedGalleryGridUnique-1,
  .animatedGalleryGridUnique-1 {
    column-count: 2 !important;
    column-gap: 15px;
  }
}

@media (max-width: 480px) {
  #animatedGalleryGridUnique-1,
  .animatedGalleryGridUnique-1 {
    column-count: 1;
  }
}

/* ===== Bottom Border for Active Tab ===== */
/* .animatedGalleryTabBtnUnique1.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #000;
} */
/* Active tab */
.animatedGalleryTabBtnUnique1.active {
  color: #ec008c;
  border-bottom: 1px solid #ec008c;
  /* padding-bottom: 3px ; */
}
.animatedGalleryTabBtnUnique1 {
  background: transparent;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #666;
  position: relative;
}

/* ================================
   MOBILE DOWNLOAD BUTTON (HIDDEN BY DEFAULT)
================================ */
.mobile-download-btn-icon {
  position: fixed;
  bottom: 20px;
  left: 15px;
  z-index: 9999;
  display: none;
  background: #ec008c;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover / Tap effect */
.mobile-download-btn-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

/* ================================
   SHOW ONLY ON MOBILE
================================ */
@media (max-width: 768px) {
  .mobile-download-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
}

.mobile-download-btn-icon img {
  width: 20px !important;
}

/* ===============================
   SERVICES DROPDOWN
================================ */
.navigation-dropdown {
  position: relative;
}

.navigation-dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: gray !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;

  display: flex;
  align-items: center;
  gap: 6px;
}

.navigation-dropdown-arrow {
  font-size: 10px;
  transition: transform 0.3s ease;
}

/* MENU */
.navigation-dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0;

  min-width: 200px;
  background: #ffffff;
  border-radius: 8px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: all 0.3s ease;
  z-index: 999;
}

/* ITEMS */
.navigation-dropdown-item {
  display: block;
  padding: 12px 16px;

  font-size: 14px;
  font-weight: 500;
  color: gray !important;
  text-decoration: none;

  transition: background 0.3s ease;
}

.navigation-dropdown-item:hover {
  color: #ec008c !important;
}

/* ACTIVE STATE */
.navigation-dropdown.active .navigation-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navigation-dropdown.active .navigation-dropdown-arrow {
  transform: rotate(180deg);
}

/* ===============================
   MOBILE SERVICES DROPDOWN
================================ */

.navigation-dropdown-mobile {
  width: 100%;
  text-align: center;
}

/* TOGGLE */
.navigation-dropdown-toggle-mobile {
  width: 100%;
  background: none;
  border: none;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* ARROW */
.navigation-dropdown-arrow-mobile {
  font-size: 26px;
  line-height: 1;
  transition: transform 0.3s ease;
}

/* MENU */
.navigation-dropdown-menu-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

/* ITEM */
.navigation-dropdown-item-mobile {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
}

/* ACTIVE STATE */
.navigation-dropdown-mobile.active .navigation-dropdown-menu-mobile {
  max-height: 500px;
}

.navigation-dropdown-mobile.active .navigation-dropdown-arrow-mobile {
  transform: rotate(180deg);
}

.book-your-perfect-shoot-icon {
  background-color: #fff !important;
  color: #ec008c !important;
}
.book-your-perfect-shoot-btn {
  background-color: #fff !important;
  color: #ec008c !important;
}

.navigation-dropdown-toggle.active {
  color: #ec008c !important;
  font-weight: 700;
}

.navigation-dropdown.active .navigation-dropdown-arrow {
  transform: rotate(180deg);
}

.navigation-dropdown-item.active {
  background-color: #fce4f1;
  color: #ec008c !important;
  font-weight: 600;
}

.vatrika-testimonials-main-section-new {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 20px;
  box-sizing: border-box;
}
.vatrika-testimonials-main-section-new-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.vatrika-testimonials-main-section-new-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.vatrika-testimonials-main-section-new-wrapper,
.vatrika-testimonials-main-section-new-container {
  padding: 0 60px !important;
}
.vatrika-testimonials-main-section-new-prev {
  left: 0;
}

.vatrika-testimonials-main-section-new-next {
  right: 0;
  /* transform: translate(50%, -50%); */
}
.vatrika-testimonials-main-section-new-slider {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.vatrika-testimonials-main-section-new-slider::-webkit-scrollbar {
  display: none;
}

.vatrika-testimonials-main-section-new-item {
  flex: 0 0 calc(50% - 10px);
  display: flex;
}

.box {
  background: #ec008c;
  color: #fff;
  padding: 40px;
  border-radius: 16px;

  /* ADD THESE */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* background: #ec008c;
  color: #fff;
  padding: 40px;
  border-radius: 16px; */
}
.vatrika-testimonials-main-section-new-arrow:hover {
  background: #ec008c;
}
.vatrika-testimonials-main-section-new-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  /* transform: translateY(-50%); */
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;

  /* ADD THESE */
  background: #000;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  /* position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 5; */
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

@media (max-width: 991px) {
  .vatrika-testimonials-main-section-new-item {
    flex: 0 0 100%;
  }
}

.my-testimonials-section-main {
  width: 100%;
  padding: 0px 20px 80px 20px;
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

.my-testimonials-section-container {
  width: 100%;
  max-width: 1300px;
  position: relative;
  display: flex;
  align-items: center;
}

.my-testimonials-section-viewport {
  overflow: hidden;
  width: 100%;
}

.my-testimonials-section-track {
  display: flex;
  gap: 20px; /* ✅ GAP BETWEEN TESTIMONIALS */
  transition: transform 0.6s ease;
}

.my-testimonials-section-item {
  flex: 0 0 calc(50% - 10px); /* ✅ DESKTOP 2 ITEMS WITH GAP */
  padding: 60px 30px;
  background: #ec008c;
  border-radius: 12px;
  text-align: left;
}

.my-testimonials-section-item p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}

.my-testimonials-section-item h4 {
  margin-top: 15px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}

/* ARROWS */
.my-testimonials-section-arrow {
  background: #e6e4e44f;
  color: #ec008c;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-testimonials-section-prev {
  margin-right: 15px;
}

.my-testimonials-section-next {
  margin-left: 15px;
}

/* MOBILE */
@media (max-width: 768px) {
  button#close-menu-btn {
    background-color: #fff;
    padding: 5px;
  }
  .my-testimonials-section-item {
    flex: 0 0 100%;
    padding: 20px;
  }
  .my-testimonials-section-container {
    padding: 0 15px;
  }
  .my-testimonials-section-track {
    gap: 10px;
  }
  .my-testimonials-section-arrow {
    width: 38px;
    height: 38px;
  }
}

.testimonial-1-title.client-mobile-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px !important;
}
