/* country code */
.intl-tel-input,
.iti {
  width: 100%;
}

.iti__country-list {
  white-space: normal;
}

.intl-tel-input,
.iti {
  width: 100%;
}

.iti__dial-code {
  color: #000000;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 326px) {
  .iti__country-list {
    width: 250px;
  }
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 18px;
  font-size: 1rem;
  line-height: 1.4;
  color: #475f7b;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .form-control:focus {
            color: #475F7B;
            background-color: #FFF;
            border-color: #5A8DEE;
            outline: 0;
            box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
        } */

.iti__flag-box,
.iti__country-name {
  color: #000;
  margin-right: 6px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.intl-tel-input,
.iti {
  width: 100%;
  margin-bottom: 10px;
}

.iti {
  width: 100%;
}

.iti__dial-code {
  color: #000000;
}

.contact_section .iti--separate-dial-code .iti__selected-flag {
  background-color: rgb(255 255 255) !important;
}

.d-view {
  display: block;
}

.m-view {
  display: none;
}

@media (max-width: 767px) {
  .d-view {
    display: none;
  }

  .m-view {
    display: block;
  }
}

/* Whatsapp Icon Starts */
/*Whatsapp*/

button.wh-ap-btn {
  position: relative;
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  color: #fff;
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.wh-fixed {
  margin-right: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}

/* button.wh-ap-btn::before {
            content: "Chat with me";
            display: block;
            position: absolute;
            margin-left: -130px;
            margin-top: 16px;
            height: 26px;
            background-color: #2ecc71;
            color: #ffffff;
            font-weight: 400;
            font-size: 18px;
            border-radius: 3px;
            width: 0;
            opacity: 0;
            padding: 0;
            transition: opacity 0.4s, width 0.4s, padding 0.5s;
            padding-top: 7px;
            border-radius: 30px;
            box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
        } */

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: auto;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

/* animation pulse */
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 32px;
  vertical-align: sub;
}

.whatsapp-blink {
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

ul.slick-dots {
  display: none !important;
}

/* Video Overview */
.video-overview {
  padding: 50px 0;
  text-align: center;
}

.video-overview h2 {
  font-size: 30px;
  font-weight: 550;
  margin-bottom: 30px;
}

@media only screen and (max-width: 468px) {
  .video-overview h2 {
    font-size: 20px;
  }
}

.banner-video {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /* box-shadow: 9px -11px 20px 0px #b5b2b2; */
}

.banner-video video {
  width: 100%;
  height: auto;
}

/* Video Overview */

.image_section_background {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 9px -11px 20px 0px #b5b2b2;
  border-radius: 18px;
}

@media only screen and (max-width: 992px) {
  .image_section_background {
    margin-top: 30px;
  }
}

.image_section img {
  border-radius: 12px;
}
.navbar-brand {
    margin:0px;
    height:100%;
    width:100%;
  padding: 0px !important;
}
header .header-wrapper {
  padding: 2px;
}
.modal-header .close {
  border: 1px solid #000;
}

.highlight {
  text-align: center;
  font-size: 2em;
  font-weight: 550;
}

@media only screen and (max-width: 468px) {
  .highlight {
    font-size: 1em;
  }
}

.highlight {
  text-align: center;
  font-size: 30px;
  font-weight: 550;
  margin: auto;
  margin-bottom: 30px;
}

@media only screen and (max-width: 468px) {
  .highlight {
    font-size: 20px;
    margin: 20px 10px;
  }
}

.timeline-highlight {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 30px;
}

.timeline {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
  padding: 0;
}

.timeline::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

.timeline__item {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

.timeline__item:not(:last-child) {
  margin-bottom: var(--row-gap);
}

.timeline__date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

.timeline__date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

.timeline__date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.timeline__title,
.timeline__descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

.timeline__title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}

.timeline__descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

.timeline__title::before,
.timeline__descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.timeline__title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline__descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeline {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .timeline::before {
    grid-column: 2;
  }

  .timeline__item:nth-child(odd) {
    grid-column: 1;
  }

  .timeline__item:nth-child(even) {
    grid-column: 3;
  }

  .timeline__item:nth-child(2) {
    grid-row: 2/4;
  }

  .timeline__item:nth-child(odd) .timeline__date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timeline__item:nth-child(odd) .timeline__date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .timeline__item:nth-child(odd) .timeline__date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

/* Animation for items sliding from the left */
/* Slower animation and greater distance for items sliding from the left */
.timeline__item--slide-left {
  opacity: 0;
  transform: translateX(-200px);
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}

.timeline__item--slide-left.timeline__item--visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slower animation and greater distance for items sliding from the right */
.timeline__item--slide-right {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}

.timeline__item--slide-right.timeline__item--visible {
  opacity: 1;
  transform: translateX(0);
}
.title-banner {
  background: rgb(255, 255, 255);
  padding: 0 10px !important;
  color: #000;
  margin-bottom: 5px !important;
}
.subtitle-banner {
  background: rgb(255, 255, 255);
  padding: 0 10px;
  color: #000;
}

.summary_section {
  margin: 15px 0;
  padding: 10px;
  background-color: #e9f7ef;
  border-left: 4px solid #28a745;
  border-radius: 4px;
}
.amenity-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
}
.amenity-card h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.amenity-card p {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Sidebar button starts */
.enquiry-sidebar-btn {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right;
  /* background: linear-gradient(to right, #c49100, #f7ca4b); */
  border: 1px solid #dfa317;
  background-color: #b98305;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
}

.enquiry-sidebar-btn:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-50%) rotate(-90deg) translateX(-4px);
}

/* Sidebar button ends */

.back-to-top {
  position: fixed;
  bottom: 108px;
  right: 40px;
  background-color: transparent;
  color: #dfa317;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  border: none;
  z-index: 1000;
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
}

.progress-ring__circle {
  stroke: #dfa317;
  stroke-width: 2;
  fill: transparent;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.back-to-top span {
  position: relative;
  z-index: 1000;
  color: #dfa317;
  font-size: 26px;
}

/* .back-to-top span:hover {
            color: #7428D5;
        } */
.back-to-top:hover span {
  color: #dfa317;
}

.faqs-background {
  background-color: #f8f8f8;
}

.faqs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.faq-wrapper {
  width: 100%;
  margin-bottom: 42px;
}

.faqs h2 {
  font-size: 32px;
  margin: 30px auto;
}

.question-container {
  background-color: white;
  color: black;
  border: 1px solid #eaeaea;
  box-shadow: 0px 10px 30px rgba(28, 51, 84, 0.08);
  margin: -1px 0;
}

.question {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-align: start;
}

.question::after {
  content: "\002B";
  font-size: 22px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  transition: 0.4s;
}

.question.active::after {
  transform: rotate(180deg);
  content: "\2212";
}

.answercount {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  font-size: 18px;
  color: #262626;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: start;
  border-top: 1px solid #eaeaea;
}

.answer p {
  font-size: 18px;
  margin-bottom: 0;
}

.question.active + .answercount .answer {
  border-top: 1px solid #eaeaea;
}

/* Media query for screens smaller than 768px */
@media screen and (max-width: 767px) {
  .faq-wrapper {
    width: 100%;
  }

  .question {
    font-size: 1rem;
  }

  .answer {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .amenities-row .slick-list {
    margin: 0px !important;
  }
  header.fixed-header{
    padding:0px !important ;
}
  .modal-content {
    width: 95% !important;
  }
  .banner_btn button {
    border: 1px solid #000 !important;
    animation: ring 1.5s infinite !important;
    background: linear-gradient(90deg, #c99913, #474236c2, #030303c4) !important;
    color: #fff !important;
    animation: ring 1.5s infinite !important;
    padding: 12px 28px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  @keyframes ring {
    0% {
      transform: rotate(0deg) scale(1);
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    }
    50% {
      transform: rotate(3deg) scale(1.05);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    100% {
      transform: rotate(0deg) scale(1);
      box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    }
  }
  .modal-title span{
    font-size: 15px;
  }
  .overview .first_img{
    height: 200px !important;
    width: 100% !important;
  }
  .overview .second_img{
    height: auto !important;
    width: 100% !important;
  }
  .image_section_background{
    padding: 10px !important;
  }
  .location_section .card-header h5{
    font-size: 15px !important;
  }
   .mobLogo {
    width: 120px !important;
    height: 40px !important;
  }
  .mobile-call-button{
    background: #000;
    animation: ring 1.5s infinite !important;
    display: flex !important;
  }
  header .container{
      padding:5px;
  }
  
}

 header .navbar-brand img {
    height:45px;
  width: auto !important;
  
}

.mobile-call-button{
  display: none;
}
header.fixed-header .navbar-brand img{
    height:45px !important;
    width:100% !important;
}
header.fixed-header{
    padding:10px ;
}
.header-logo{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
