
/* applying fonts */
@font-face {
  font-family: 'Inria Serif';
  src: url('./fonts/InriaSerif-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('../fonts/InriaSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('../fonts/InriaSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('../fonts/InriaSerif-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('../fonts/InriaSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Inria Serif';
  src: url('../fonts/InriaSerif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}



body {
  font-family: 'Inria Serif', serif;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
}
.fixed-width-wrapper {
  width: 1440px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 
    2px 2px 8px #bebebe,  /* dark shadow */
   -2px -2px 8px #ffffff; /* light shadow */
}
h1{
  font-size: 4rem !important;
  font-family: 'Inria Serif', serif;
  font-weight: bold !important;
}
h2{
  font-size:3rem !important;
  font-family: 'Inria Serif', serif;
  font-weight: bold !important;
}
h3{
  font-size:2.5rem !important;
  font-family: 'Inria Serif', serif;
  font-weight: bold !important;
}
h4{
  font-size:1.875rem !important;
  font-family: 'Inria Serif', serif;
  font-weight: bold !important;
}
h5{
  font-size:1.75rem !important;
  font-family: 'Inria Serif', serif;
  font-weight: bold !important;
}
h6{
  font-size: 1.5rem !important;
  font-family: 'Inria Serif', serif;
}
p{
  font-size:1rem;
  font-family: 'Inria Serif', serif;
  text-align: justify;
}
#main-content {
  margin-top: 70px;
  margin-bottom: 60px;
}

#mainHomeCarousel {
  height: 640px;
  width: 70%;
  z-index: 0;
}

.carousel-item {
  max-height: 650px;
  width: 100%;
}
.carousel-item img {
  min-height: 630px;
  width: 100%;
}

.carousel-caption{
  background-color: #00000085;
  padding: 0.5rem;
  padding-left: 10%;
  padding-right: 10%;
  left: unset !important;
  right: unset !important;
  width: 100%;

  p{
    text-align: center;
  }
}
#mainPageMainCard{
  width: 600px;
  height: 350px;
  background-color: #003336;
  border-radius: 20px;
  position: absolute;
  top: 300px;
  margin-left: 100px;
  z-index: 1;
}

.btn-outline-gold{
  color: #C2A86C !important;
  border: 2px solid #C2A86C;
  background-color: #00000000;
  transition: 0.3s ease;
  cursor: pointer;
}

.btn-outline-gold:hover{
  background-color: #C2A86C;
  color: rgb(255, 255, 255) !important;
}

.rotate-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: bold;
  color: #C2A86C; /* Gold color */
  height: 250px;
  width: 80px;
}

.card-type-1{
  width: 400px;
  height: 120px;
  border-radius: 10px;
} 

.card-type-2{
  width: 500px;
  height: 200px;
  border-radius: 1.25rem;

  h5{
    line-height: 1.6rem;
    color: #C2A86C;
  }
  p{
    font-size: 1.5rem;
    line-height: 1.4rem;
  }
} 

.card-type-3{
  height: 600px;
} 

.card-type-4{
  height: 450px;
} 

.bg-type-1{
  background-color: #FDF8F2 !important;
}

.bg-type-2{
  background-color: #F2F7F1 !important;
}

.bg-type-3{
  background-color: #003336;
}

.img-right{
  height: 600px;
}

.img-left{
  width: 600px;
  margin-top: -80px;
}

#loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003336;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.stripe-loader {
  display: flex;
  gap: 10px;
}

.stripe {
  width: 10px;
  height: 40px;
  background-color: #C2A86C;
  animation: bounce 1s infinite ease-in-out;
}

.stripe:nth-child(2) {
  animation-delay: 0.2s;
}

.stripe:nth-child(3) {
  animation-delay: 0.3s;
}
.stripe:nth-child(4) {
  animation-delay: 0.4s;
}
.stripe:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scaleY(0.4);
  }
  40% {
    transform: scaleY(1.0);
  }
}

.navPageDescription{
  width: 84%;
  font-size: 1.5rem !important;
  line-height: 2.2rem;
}

.navPageHeaders{
  height: 580px; 
  margin-bottom: 30px
}

.bor-20{
  border-radius: 20px !important;
}

#planNowButton{
  width: 300px;
  height: 46px;
  font-size: 24px;
  font-family: 'Inria Serif', serif;
  margin-top: 40px;
  margin-left: -34px;
  border-radius: 10px;
}

.stepper-header .step {
  position: relative;
  flex: 1;
  padding: 0 10px;
}

.circle {
  width: 40px;
  height: 40px;
  margin: 0 auto 8px auto;
  border-radius: 50%;
  background-color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #6c757d;
  position: relative;
  z-index: 1;
}

.circle.active {
  background-color: #0d6efd;
  color: #fff;
}

.step .line {
  position: absolute;
  height: 4px;
  background-color: #dee2e6;
  top: 18px;
  left: 50%;
  width: 100%;
  z-index: 0;
}

.step:first-child .line {
  display: none;
}

.step-label {
  font-size: 12px;
  color: #6c757d;
}


/* design related to custom card in other activities */
.resort-card {
  position: relative;
  width: 500px;
  height: 300px;
  background-image: url('../assets/kaveriAyurvedaResort.png'); /* Replace with actual path */
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  color: white;
}

.overlay-hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  transition: bottom 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.overlay-base {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}

.resort-card:hover .overlay-hover {
  bottom: 0;
}

.resort-card:hover .overlay-base {
  opacity: 0;
}

.overlay-hover h5 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #e0b76f;
  font-weight: bold;
}

.overlay-hover p {
  margin: auto;
  width: 400px;
  max-height: 180px;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.overlay-hover p::-webkit-scrollbar {
  display: none;
}

.info-links {
  margin-bottom: 10px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.info-links i {
  font-size: 16px;
}

.info-links a {
  font-size: 16px;
  padding: 0 10px;
}

/* packages styles */
.packagescontainer {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.packagesCard {
  width: 400px;
  height: 1040px;
  border-radius: 20px;
  padding: 20px 0 0 20px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Inria Serif', serif;
}

.packagesCard h5{
  margin-left: 10%;
  width: 90%;
  height: 60px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: blue;
  text-align: center;
  line-height: 1.4rem;
  border-radius: 10px 0 0 10px;
}

.packagesCard .headers{
  font-size: 1.25rem;
  margin-bottom: 0;
}

.packagesCard .packageHighlights{
height: 110px;
}

.packagesCard .packageItinery{
  height: 436px;
  list-style-type: none;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  li {
    margin-bottom: 0.5rem
  }
}

.packagesCard .packageItinery::-webkit-scrollbar {
  display: none;
}

.packagesCard .packagesInclutions{
height: 160px;
}

.packagesCard span {
  font-size: 1.25rem;
  text-align: center;
}

.packagesCard section {
  margin-bottom: 15px;
}

.packagesCard ul, .card ol {
  margin: 0 0 0 18px;
  padding: 0;
  line-height: 1.2;
}

.packagesCard li {
  margin-bottom: 5px;
}

.quote-btn {
  align-self: center;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.green {
  border-top: 5px solid #CD7F32;
  border-bottom: 5px solid #CD7F32;
  background-color: #ffd6ae;

  h5 {
    color: #ffffff;
    background-color: #CD7F32;
  }

  .quote-btn {
    background-color: #CD7F32;
    margin-bottom: 10px;
    width: 200px;
    height: 40px;
  }
}

.orange {
  border-top: 5px solid #C0C0C0;
  border-bottom: 5px solid #C0C0C0;
  background-color: #ededed;
  h5 {
    color: #ffffff;
    background-color: #C0C0C0;
  }

  .quote-btn {
    background-color: #C0C0C0;
    margin-bottom: 10px;
    width: 200px;
    height: 40px;
  }
}

.gold {
  border-top: 5px solid #FFD700;
  border-bottom: 5px solid #FFD700;
  background-color: #fff9d7;
  h5 {
    color: #ffffff;
    background-color: #FFD700;
  }

  .quote-btn {
    background-color: #FFD700;
    margin-bottom: 10px;
    width: 200px;
    height: 40px;
  }
}

.nongolferText{
  width: 80%; 
  text-align: center; 
  margin: auto; 
  font-size: 1.25rem;
}

/* about us page styles */
.aboutUsCardsContent{
  width: 600px; 
  margin-left: 4rem;

  p {
    font-size: 1.25rem;
  }
}

/* home page styles */

.section-header{
  text-align: center;
}

.number-box {
  width: 3.75rem;
  color: black;
  background-color: white;
  font-family: 'Inria Serif', serif;
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.375rem;
}

/* stepper styles */
.stepper-container{
  width: 90%;
  height: 620px;
  margin: auto;
  margin-top: 150px;
  font-family: 'Inria Serif', serif;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 
    2px 2px 8px #bebebe,  /* dark shadow */
   -2px -2px 8px #ffffff; /* light shadow */
  padding: 30px;
}

.stepper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.step {
  flex: 1;
  text-align: center;
  padding: 10px;
  text-align: left;
  align-items: flex-start;
}
.step .circle {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin: 0 auto 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step.active .circle {
  background-color: #007bff;
  color: white;
}
.step.completed .circle {
  background-color: #28a745;
  color: white;
}
.progress {
  height: 5px;
  margin: 10px 0;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
  height: 280px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
}
.form-group input {
  width: 100%;
  padding: 8px;
  height: 50px;
  border-radius: 0.5rem;
  border: 2px solid #A8AABC;
  background-color: #ffffff00;
}
.stepper-container button {
  color: #ffffff;
  background-color: #003336;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 0.5rem;
}

.form-check{
  border: 2px solid #A8AABC;
  border-radius: 0.625rem;
  height: 50px;
  width: 150px;
  padding: 10px;
  padding-left: 40px !important;
}

.form-check:has(input[type="radio"]:checked) {
  border-color: #0d6efd;
  box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.stepper-container .form-headers{
  font-size: 1.25rem;
  font-weight: bold;
}

/* mobile view styles */
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }

  h1 { font-size: 2.5rem !important; }
  h2 { font-size: 2rem !important; }
  h3 { font-size: 1.75rem !important; }
  h4 { font-size: 1.5rem !important; }
  h5 { font-size: 1.25rem !important; }
  h6 { font-size: 1rem !important; }

  .fixed-width-wrapper {
    width: 100%;
  }

  .pageDescription{
    width: 90%;
    font-size: 1rem !important;
  }


  #mainHomeCarousel{
    width: 100%;
    height: 700px;
    .carousel-item{
      max-height: 700px;
    }

    .carousel-item img {
      width: 100%;
      min-height: 700px;
    }
  }
  

  #mainPageMainCard {
    width: 360px;
    position: absolute;
    top: 0;
    left: 5%;
    padding-top: 10px;
    margin: auto;
    margin-top: 300px;
    border-radius: 10px;

    .main-text{
      margin-top: 90px !important;
    }
    .maincardicon{
      scale: 0.8;
    }

    .maincardimg{
      position: absolute;
      left: 10%;
      scale: 0.5;
      margin-top: -100px !important;
    }
  }
  .row{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .row>*{    
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .card-type-1{
    margin-top: 0.8rem;
    width: 90%;
    
    img{
      scale: 0.8;
    }
  }
  .card-type-2{
  width: 90%;
  height: 150px;
  border-radius: 1.25rem;

  h5{
    line-height: 1.6rem;
    color: #C2A86C;
  }
  p{
    font-size: 14px;
    line-height: 1.1rem;
  }
}

.card-type-3{
  height: 650px;
  margin-bottom: 100px;

    .card-type-2{
      position: absolute;
      top: 550px;
    }

    .pt-xs-2{
      height: 1rem !important;
    }
  } 

  .card-type-4{
    height: 750px;
  }

  .img-right{
    height: 600px;
    margin-bottom: 50px;
  }

  .img-left{
    width: 600px;
    margin-top: 0;
  }

  .navPageDescription{
    width: 90%;
    font-size: 1.1rem !important;
    line-height: 1.5rem;
  }

  .navPageHeaders{
    height: 800px; 
    margin-bottom: 20px
  }


  .packagesCard {
    width: 90%;
    height: auto;
    padding: 10px;

    h5{
      margin-left: 13%;
    }
    
    .packageHighlights{
      height: 140px;
    }

    .packagesInclutions{
      height: 220px !important;
    }
  }

  .natureSect{
    img{
      max-width: 100%;
    }
    .rightContent{
      position: absolute;
      top: 0;
      padding-left: 5% !important;
      max-width: 90%;
      background-color: rgba(0, 0, 0, 0.5);
      padding-bottom: 10px;

      .number-box{
        min-width: 30px;
      }
    }
  }
  .resort-card {
    width: 100%;
    height: 200px;
  }

  .overlay-hover h5{
    margin-bottom: 5px;
    font-size: 1rem !important;
    line-height: 14px;
  }
  .overlay-hover p {
    width: 90%;
    font-size: 12px;
    max-height: 120px;
  }

  .info-links {
    position: absolute;
    margin-bottom: 0;
    bottom: 10px;
    left: 5px;
    width: 95%;
    flex-direction: unset !important;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .info-links i {
    font-size: 12px;
  }

  .info-links a {
    font-size: 12px;
    padding: 0 10px;
    max-height: 18px;
    overflow: hidden;
  }

  #planNowButton {
    width: 100%;
    font-size: 18px;
    margin-left: -40px;
    margin-top: 20px;
  }

  .info-links {
    flex-direction: column;
    margin-left: 10px;
  }

  .quote-btn {
    width: 100%;
  }

  .nongolferText{
    font-size: 1rem;
  }

  .aboutUsCards{
    margin-left: 0 !important;

    img{
      scale: 0.6;
      margin-right: 0;
      margin-top: auto;
      margin-bottom: auto;
    }
    .aboutUsCardsContent{
      width: 400px;
      margin-left: -20px;
      max-width: 43%;

      p{
        font-size: 14px
      }
    }
  }

  /* mobile steper styles */
  .stepper {
    flex-direction: column;
    align-items: stretch;

    .form-headers{
      font-size: 1rem;
    }

    .form-step{
      height: 100%;
      border: none;
    }

    .accordion-body{
      padding: 0;
    }

    .form-check{
      padding: 0;
      height: 32px;
    }
  }

  .step {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
    background-color: #f8f9fa;
  }

  .step .circle {
    margin: 0 10px 0 0;
  }

  .step .step-label,
  .step .fw-bold,
  .step .badge {
    display: inline-block;
    vertical-align: middle;
  }

  .step .badge {
    float: right;
  }

  .form-step {
    display: none;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    background: white;
  }

  .form-step.active {
    display: block;
  }

  .step.active + .form-step {
    display: block;
  }

  .stepper-container {
    height: auto;
  }

  #nextBtn,
  #backBtn,
  #submitBtn {
    width: 100%;
    margin-top: 10px;
  }

  /* image slider mobile style */
  .custom-slider{
    flex-direction: column;
    width: 100%;

    .main-image-wrapper {
      width: 100%;
      max-height: 240px;
    }

    .thumbnails{
      flex-direction: row;

      img{
        width: 60px;
        height: 40px;
      }
    }
  }

  #golfCoursesCarousel{
    .carousel-item{
      height: 500px !important;
    }
  }
}