@font-face {
  font-family: 'MagicChristmas';
  src: url('MagicChristmas.eot');
  src: url('MagicChristmas.eot?#iefix') format('embedded-opentype'), url('MagicChristmas.woff2') format('woff2'), url('MagicChristmas.woff') format('woff'), url('MagicChristmas.ttf') format('truetype'), url('MagicChristmas.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
:root {
  --primaryBlack: #1f1f1f;
  --primaryWhite: #ffffff;
  --primaryGold: #C49C4D;
  --lightGold: #E9CE98;
  --darkGray: #666666;
}
body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 500;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--primaryBlack);
  text-transform: uppercase;
  font-family: 'MagicChristmas', serif;
}
.btn-primary {
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  background-size: 150%;
  background-position-x: 25%;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  border: 1px solid var(--primaryGold) !important;
  border-radius: 10px;
  background-color: var(--primaryBlack);
  color: var(--primaryGold);
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--primaryGold) !important;
  color: var(--primaryWhite) !important;
  box-shadow: none;
}
.btn-secondary {
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  background-size: 150%;
  background-position-x: 25%;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  border: 1px solid var(--primaryGold) !important;
  border-radius: 10px;
  background-color: var(--primaryGold);
  color: var(--primaryWhite);
  box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: var(--primaryBlack) !important;
  color: var(--primaryGold) !important;
}
.btn-tertiary {
  margin-bottom: 0;
  letter-spacing: 0;
  text-transform: uppercase;
  background-size: 150%;
  background-position-x: 25%;
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  border: 1px solid var(--primaryGold) !important;
  border-radius: 10px;
  background-color: var(--primaryWhite);
  color: var(--primaryGold);
  box-shadow: none;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active {
  background-color: var(--primaryBlack) !important;
  color: var(--primaryGold) !important;
}
.page-header {
  height: 100vh;
}
.navBG {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  height: 100px;
}
.mindaraLogo {
  margin-right: 0;
  /*margin-top: 70px;*/
  /* ROLLBACK: original value was "margin-top: 40px;" (fixed, non-responsive) */
  margin-top: clamp(8px, 1.8vh, 40px);
}
.mindaraLogo img {
  /* ROLLBACK: original value was "width: 110px;" (fixed, non-responsive) */
  width: clamp(55px, 11.5vh, 110px);
  height: auto;
}
.navMindara {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.navMindara .nav-link {
  color: var(--primaryWhite);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
}
.navMindara .nav-link i {
  font-size: 1.5rem;
}
.blackBG {
  background-color: var(--primaryBlack) !important;
}
.goldBG {
  background-color: var(--primaryGold) !important;
}
.footerBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerItem {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  color: #CFAB47;
}
.footerItem p {
  margin-bottom: 0;
  color: var(--primaryBlack);
  font-weight: 500;
}
.controlBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.controlBox .carousel-control-prev, .controlBox .carousel-control-next {
  position: relative;
  opacity: 1;
}
.controlBox .carousel-control-prev i, .controlBox .carousel-control-next i {
  color: #090A06;
  font-size: 2rem;
}
.controlBox .carousel-control-prev:hover i, .controlBox .carousel-control-next:hover i {
  color: rgba(9, 10, 6, 0.5);
}
.mapContainer {
  background: linear-gradient(to right, #173429 60%, transparent 40%);
  padding: 20px;
}
.goldText {
  color: #CFAB47 !important;
}
.goldTextLight {
  color: #DCC695 !important;
}
.hindu-mythology {
  font-weight: 400;
  color: var(--primaryWhite);
  margin-top: 165px;
  text-align: center;
  font-size: 1.5rem;
}
.hindu-mythology span {
  font-weight: 700;
  color: var(--primaryGold);
}
/*----------
CARD
-----------*/
.flip-card {
  background: transparent;
  width: 100%;
  height: 523px; /* Change as needed */
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform .7s;
  transform-style: preserve-3d;
    will-change: transform;
}
/* Desktop */
@media (hover: hover) {
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
}
/* Mobile + JS */
.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
/* Front */
.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Back */
.flip-card-back {
  background: #0d6efd; /* Bootstrap primary */
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 60px 50px;
  background: url(../img/backBG.png) center center / cover no-repeat;
}
.flipText h4 {
  font-family: 'Josefin Sans', sans-serif;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
}
.flipText p {
    /*color: var(--darkGray);*/
    color: #000000;
    /*font-size: 0.8rem;*/
    font-size: 0.9rem;
    line-height: 1;
}
.flipBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 10px;
}
.flipBtns .btn {
  width: 100%;
}
.swiper {
  width: 100%;
  padding: 20px 0 50px 0;
}
.swiper-wrapper {
  justify-content: space-between;
}
.swiper-slide {
  width: 320px;
  display: flex;
  justify-content: center;
}
/* inactive cards behind */
.swiper-slide {
  transform: scale(0.85);
  opacity: 1;
  transition: 0.3s;
}
/* active card */
.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}
/*----------
CARD END
-----------*/
/*----------
TESTIMONIALS
-----------*/
.testimonials-section {
  background: url(../img/testimonialBG.jpg) center/cover no-repeat;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.section-title {
  color: var(--lightGold);
  font-size: 36px;
  margin-bottom: 0px;
  letter-spacing: 2px;
}
/* swiper container */
.testimonialSwiper {
  width: 100%;
  padding: 30px 0;
}
/* slides */
.testimonialSwiper .swiper-slide {
  width: 700px;
  transition: 0.4s;
  opacity: 0.3;
  transform: scale(0.85);
}
/* active center */
.testimonialSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
/* card */
.testimonial-card {
  background: #1e1e1e;
  border: 2px solid #d6a85a;
  border-radius: 30px;
  padding: 15px;
  color: #fff;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.testimonial-card-insideBox {
  border: 1px dashed var(--primaryGold);
  border-radius: 18px;
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}
.testimonial-card-insideBox p {
  margin-bottom: 0;
  color: var(--primaryWhite);
  font-weight: 500;
  line-height: 1.2;
}
/* arrows */
.swiper-button-next, .swiper-button-prev {
  color: var(--primaryGold);
}
/* pagination dots */
.swiper-pagination-bullet {
  background: var(--lightGold);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 100px;
  background: var(--primaryGold);
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 0px);
}
.ml-auto {
  margin-left: auto !important;
}
/*----------
TESTIMONIALS END
-----------*/
.sectionBottom {
  background-image:
    url(../img/bgTL.png), url(../img/bgCL.png), url(../img/bgCR.png), url(../img/bgBR.png);
  background-position:
    top left, center left, center right, bottom right;
  background-repeat:
    no-repeat, no-repeat, no-repeat, no-repeat;
  /*     Optional: adjust each image size */
  background-size:
    auto, auto, auto, 200px;
}
/*----------
ABOUT ME
----------*/
.aboutTexts {
  align-items: center;
}
.aboutText1 {
  font-size: 1.2rem;
  color: var(--lightGold);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.aboutTitle {
  color: var(--primaryWhite);
  font-size: 6rem;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 700;
}
.aboutDesc {
  color: var(--primaryWhite);
  line-height: 1.2;
}
/*----------
ABOUT END
----------*/
/*----------
SERVICES
----------*/
.nav.nav-pills {
  background: transparent;
  border-radius: 0;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
}
.nav-pills .nav-link {
  background-color: var(--primaryBlack);
  border: 2px solid var(--lightGold);
  font-weight: 700;
  transition: all .3s ease;
  padding: 15px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.2rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.nav.nav-pills .nav-link {
  border-radius: 10px;
}
.nav-pills .nav-link.active {
  background: var(--primaryGold);
  border: 2px solid var(--primaryGold);
  color: var(--primaryBlack);
  /*    box-shadow: 0 4px 12px rgba(216,27,96,.3);*/
  box-shadow: none;
}
.nav-pills .nav-link:not(.active) {
  color: var(--lightGold);
}
.nav.nav-pills .nav-link:hover:not(.active) {
  color: var(--primaryBlack);
}
.nav-pills .nav-link:hover {
  background-color: var(--lightGold);
  border: 2px solid var(--lightGold);
  color: var(--primaryBlack);
}
.nav.nav-pills .nav-item {
  z-index: 1;
}
.icon-active {
  display: none;
}
.nav-link:hover .icon-default, .nav-link.active .icon-default {
  display: none;
}
.nav-link:hover .icon-active, .nav-link.active .icon-active {
  display: inline-block;
}
.card {
  background: transparent;
  box-shadow: none;
}
.servicesItemBox {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primaryGold);
  background: #171717;
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.servicesItemBox img {
  width: 200px;
  height: auto;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.servicesTitle {
  color: var(--primaryGold);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
}
.servicesDesc {
  color: var(--primaryWhite);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.3;
}
.servicesFeatureTitle {
  color: var(--primaryWhite);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.featureCard {
  background: #1a1a1a;
  padding: 24px;
  border-radius: 10px;
  width: fit-content;
  min-height: 220px;
}
.featureList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 40px; /* row gap, column gap */
}
.featureList li {
  color: #eaeaea;
  font-size: 15px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 26px;
}
/* sparkle bullet */
.featureList li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: #B08450; /* gold-ish like your image */
  font-size: 14px;
}
.text-left {
  text-align: left !important;
}
#ourServices {
  margin-top: 100px;
}
/*----------
SERVICES END
----------*/
/*----------
MODAL
----------*/
.modal-content {
  color: var(--primaryWhite);
  background-color: var(--primaryBlack);
  border-radius: 20px;
}
.modal-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: var(--primaryWhite);
  text-transform: none;
}
.modal-header {
  background-color: var(--primaryGold);
  border-bottom: 0;
  padding: 1.5rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.modal-body {
  padding: 1.5rem;
}
.modal-footer {
  background-color: var(--primaryBlack);
  border-top: 0;
  padding: 1rem 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: center;
}
/* =========================
   CARD STYLE IMPROVEMENTS
========================= */
.card {
  border: 0;
  border-radius: 1rem;
}
.border-radius-xl {
  border-radius: 1rem !important;
}
/* =========================
   QUICK DATE LIST
========================= */
.list-group-item.date-option {
  cursor: pointer;
  border-radius: 0.75rem !important;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e9ecef;
  background: #fff;
}
.list-group-item.date-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.list-group-item.date-option.active {
  background: linear-gradient(195deg, #49a3f1, #1A73E8);
  color: #fff;
  border: none;
}
/* small text inside active */
.list-group-item.date-option.active small {
  color: rgba(255, 255, 255, 0.85);
}
/* =========================
   CALENDAR
========================= */
.calendarBox {
  border: 2px solid var(--primaryGold);
  padding: 1rem;
  border-radius: 20px;
}
#monthLabel {
  font-weight: 500;
  color: var(--primaryGold);
}
#calendarGrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  margin-top: 10px;
}
.calendar-day {
  width: 100%;
  padding: 10px 0;
  border-radius: 0.6rem;
  border: 1px solid #e9ecef;
  background: #fff;
  font-size: 14px;
  transition: all 0.2s ease;
}
.calendar-day:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}
.calendar-day.bg-gradient-warning {
  background: linear-gradient(195deg, #fb8c00, #ffa726) !important;
  border: none;
}
/* empty grid slots */
#calendarGrid > div {
  height: 40px;
}
/* =========================
   TIME BUTTON GROUP
========================= */
.time-option {
  text-align: center;
  padding: 14px 10px;
  border-radius: 0.75rem !important;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.time-option small {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
.time-option.active {
  background: linear-gradient(195deg, #344767, #1a2035);
  color: #fff !important;
  border: none;
}
.time-option:hover {
  transform: translateY(-2px);
}
/* =========================
   HEADERS
========================= */
h6 {
  font-weight: 600;
  letter-spacing: 0.3px;
}
/* =========================
   CALENDAR NAV BUTTONS
========================= */
#prevMonth, #nextMonth {
  border-radius: 0.5rem;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}




.modal-body {
    max-height: 500px;
    overflow: auto;
}

.modalTitle {
    font-weight: 700;
    font-size: 2rem;
    color: var(--primaryGold);
    line-height: 1.2;
}
.modalSubTitle {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--primaryGold);
    line-height: 1.2;
}
.modalText {
    font-weight: 500;
    font-size: 1rem;
    color: var(--primaryWhite);
}

.modalInfoBox {
    border: 1px solid var(--primaryGold);
    padding: 20px;
    border-radius: 10px;
}
.modalInfoBox p {
    color:  var(--primaryGold);
    font-size: .8rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
}


/*----------
MODAL END
----------*/
.logoMobile {
  display: none;
}
@media (max-width:991px) {
  .navbar-toggler {
    margin-left: auto !important;
  }
  .flip-card:hover .flip-card-inner {
    transform: none;
  }
    .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}
  .swiper-slide {
    transform: scale(0.85);
    opacity: 0.4;
    transition: 0.3s;
  }
  .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
  }
  .testimonialSwiper .swiper-slide {
    width: 620px; /* like your screenshot */
  }
  .navBG {
    height: 70px;
  }
  .navbar-collapse {
    background-color: var(--primaryBlack);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 0 0 16px 16px;
    box-shadow: none;
    z-index: 2;
    height: calc(100vh - 70px);
  }
  /* Force vertical layout */
  .navMindara {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  /* Make sure links don't stay inline */
  .navMindara .nav-link, .navMindara .btn {
    width: 100%;
  }
  /* Fix logo positioning inside collapse */
  .mindaraLogo {
    display: none; /* optional: hide center logo on mobile */
  }
  .navbar-toggler {
    transition: none;
  }
    .testimonial-card {
    min-height: 690px;
}
}
@media (max-width: 768px) {
  .testimonialSwiper .swiper-slide {
    width: 450px;
  }
  .navbar-toggler .navbar-toggler-icon .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ffffff;
    transition: none;
    margin: 0 auto;
  }
  .servicesItemBox {
    width: 100%;
    padding: 15px;
  }
  .servicesItemBox img {
    width: 100%;
    height: auto;
  }
  .servicesTitle {
    font-size: 1rem;
  }
  .servicesDesc {
    font-size: .8rem;
  }
  .section-title {
    font-size: 24px;
  }
  .nav-pills .nav-link {
    font-size: 1rem;
  }
  .navbar-toggler {
    border: none;
  }
  .logoMobile {
    display: block;
  }
  .mindaraLogo {
    display: none;
  }
  .hindu-mythology {
    /* ROLLBACK: original value was "margin-top: 70px;" (exactly equal to the
       collapsed mobile navBG height, leaving zero clearance under the fixed nav) */
    margin-top: 100px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  .aboutTitle {
    font-size: 4.5rem;
  }
  .footerBox {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
    .featureList {
    display: block;
}
    .featureCard {
    min-height: auto;
}
    .forMobile img {
        width: 200px;
    }
    
    .sectionBottom {
    background-size: auto, 150px, 150px, 200px;
}
    
}