   /* 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;
       }
   }

   @media (min-width: 768px) {
       .header-contact-link {
           display: none !important;
       }
   }

   .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: .267rem;
       -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       transition: border-color .15s ease-in-out, box-shadow .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;
   }

   .modal-content {
       width: 95%;
   }

   @media (max-width:767px) {
       .d-view {
           display: none;
       }

       .m-view {
           display: block;
       }

       .column-changes {
           flex: 0 0 75% !important;
           max-width: 100% !important;
       }

       .image_section_background {
           padding: 10px !important;
       }
   }

   /* 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;
       }
   }

   @media(min-width:1000px) and (max-width:1550px) {
       header .header_button {
           font-size: 18px !important;
       }

       .price_section .price_inner {
           gap: 10px;
       }
   }

   .image_section img {
       border-radius: 12px;
   }

   .key_high {
       display: grid;
       grid-template-columns: 1fr 1fr;
       /* two columns */
       /* gap: 10px 20px; */
       /* row and column gap */
       list-style: none;
       padding: 0;
       margin: 20px 0;
   }

   .key_high li {
       display: flex;
       align-items: center;
   }

   .key_high img {
       /*width: 18px;*/
       margin-right: 8px;
   }

   /* Mobile: single column */
   @media(max-width: 768px) {
       .key_high {
           grid-template-columns: 1fr;
       }

       .banner_section ul.key_high li span {
           background: transparent !important;
       }

       .price_inner {
           gap: 10px !important;
       }

       .title_section .pro_title::before {
           display: none !important;
       }

       .banner_btn button {
           background: transparent !important;
           border: 2px solid #000 !important;
           color: #474747ff !important;
       }

       .modal-title {
           font-size: 18px !important;
       }
   }

   @media(max-width: 425px) {
       .mobLogo {
           width: 150px !important;
       }

       .footer-bottom {
           width: 100%;
       }

   }

   .amenity-card {
       overflow: hidden;
       border-radius: 12px;
       transition: transform 0.3s ease, box-shadow 0.3s ease;
   }

   .amenity-card img {
       transition: transform 0.4s ease;
       width: 100%;
       height: auto;
       display: block;
   }

   .amenity-card:hover {
       transform: translateY(-5px);
       box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
   }

   .amenity-card:hover img {
       transform: scale(1.1);
   }

   .banner_section .carousel-inner::before {
       background: none;
   }

   .banner_section ul.key_high li span {
       background: #000;
   }

   .gallery_section .galler_item img {
       border: 2px solid transparent;
   }

   @media(max-width: 425px) {
       .header-logo {
           display: flex;
           height: auto;
           width: 100%;
           align-items: center;
           justify-content: space-evenly;

       }
   }

   @media (max-width: 768px) {

       .carousel-control-prev,
       .carousel-control-next {
           width: 15%;
       }

       .carousel-control-prev::before,
       .carousel-control-next::before {
           font-size: 2.5rem;
           padding: 10px 15px;
       }
   }

   .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);
   }

   /* Custom CSS for mobile amenity carousel - unique class: mobile-amenity-carousel */
   .mobile-amenity-carousel .carousel-item .amenity-card img {
       max-width: 80%;
       height: auto;
       margin: 0 auto;
   }

   .mobile-amenity-carousel .carousel-control-prev,
   .mobile-amenity-carousel .carousel-control-next {
       width: 10%;
       opacity: 1;
       background-image: none;
   }

   .mobile-amenity-carousel .carousel-control-prev::before,
   .mobile-amenity-carousel .carousel-control-next::before {
       font-family: 'Font Awesome 5 Free';
       font-weight: 900;
       font-size: 2rem;
       color: #000;
       opacity: 0.8;
       border: 1px solid #333;
       border-radius: 20px;
       padding: 5px 10px;
       background-color: #fff;
       box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       transition: opacity 0.3s, color 0.3s;

   }

   .mobile-amenity-carousel .carousel-control-prev::before {
       content: '\f053';
       /* left arrow */
   }

   .mobile-amenity-carousel .carousel-control-next::before {
       content: '\f054';
       /* right arrow */
   }

   .mobile-amenity-carousel .carousel-control-prev:hover::before,
   .mobile-amenity-carousel .carousel-control-next:hover::before {
       opacity: 1;
       color: #333;
   }

   .mobile-amenity-carousel .carousel-indicators {
       bottom: -50px;
   }

   @media (max-width: 576px) {
       .mobile-amenity-carousel .carousel-item .amenity-card img {
           max-width: 90%;
       }

       .mobile-amenity-carousel .carousel-control-prev::before,
       .mobile-amenity-carousel .carousel-control-next::before {
           font-size: 1.5rem;
       }
   }

   /* Custom CSS for mobile price carousel - unique class: mobile-price-carousel */
   .mobile-price-carousel .carousel-item .item_wrap {
       margin: 0 auto;
       max-width: 100%;
   }

   .mobile-price-carousel .carousel-control-prev,
   .mobile-price-carousel .carousel-control-next {
       width: 10%;
       opacity: 1;
       background-image: none;
   }

   .mobile-price-carousel .carousel-control-prev::before,
   .mobile-price-carousel .carousel-control-next::before {
       font-family: 'Font Awesome 5 Free';
       font-weight: 900;
       font-size: 2rem;
       color: #000;
       opacity: 0.8;

       border: 1px solid #333;
       border-radius: 20px;
       padding: 5px 10px;
       background-color: #fff;
       box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       transition: opacity 0.3s, color 0.3s;
   }

   .mobile-price-carousel .carousel-control-prev::before {
       content: '\f053';
       /* left arrow */
   }

   .mobile-price-carousel .carousel-control-next::before {
       content: '\f054';
       /* right arrow */
   }

   .mobile-price-carousel .carousel-control-prev:hover::before,
   .mobile-price-carousel .carousel-control-next:hover::before {
       opacity: 1;
       color: #333;
   }

   .mobile-price-carousel .carousel-indicators {
       bottom: -50px;
   }

   @media (max-width: 576px) {

       .mobile-price-carousel .carousel-control-prev::before,
       .mobile-price-carousel .carousel-control-next::before {
           font-size: 1.5rem;
       }
   }

   /* Custom CSS for mobile floor carousel - unique class: mobile-floor-carousel */
   .mobile-floor-carousel .carousel-item .item_wrap {
       margin: 0 auto;
       max-width: 100%;
   }

   .mobile-floor-carousel .carousel-control-prev,
   .mobile-floor-carousel .carousel-control-next {
       width: 10%;
       opacity: 1;
       background-image: none;
   }

   .mobile-floor-carousel .carousel-control-prev::before,
   .mobile-floor-carousel .carousel-control-next::before {
       font-family: 'Font Awesome 5 Free';
       font-weight: 900;
       font-size: 2rem;
       color: #000;
       opacity: 0.8;
       border: 1px solid #333;
       border-radius: 20px;
       padding: 5px 10px;
       background-color: #fff;
       box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       transition: opacity 0.3s, color 0.3s;
   }

   .mobile-floor-carousel .carousel-control-prev::before {
       content: '\f053';
       /* left arrow */
   }

   .mobile-floor-carousel .carousel-control-next::before {
       content: '\f054';
       /* right arrow */
   }

   .mobile-floor-carousel .carousel-control-prev:hover::before,
   .mobile-floor-carousel .carousel-control-next:hover::before {
       opacity: 1;
       color: #333;
   }

   .mobile-floor-carousel .carousel-indicators {
       bottom: -50px;
   }

   @media (max-width: 576px) {

       .mobile-floor-carousel .carousel-control-prev::before,
       .mobile-floor-carousel .carousel-control-next::before {
           font-size: 1.5rem;
       }
   }

   /* Custom CSS for mobile gallery carousel - unique class: mobile-gallery-carousel */
   .mobile-gallery-carousel .carousel-item .galler_item {
       margin: 0 auto;
       max-width: 100%;
   }

   .mobile-gallery-carousel .carousel-control-prev,
   .mobile-gallery-carousel .carousel-control-next {
       width: 10%;
       opacity: 1;
       background-image: none;
   }

   .mobile-gallery-carousel .carousel-control-prev::before,
   .mobile-gallery-carousel .carousel-control-next::before {
       font-family: 'Font Awesome 5 Free';
       font-weight: 900;
       font-size: 2rem;
       color: #000;
       opacity: 0.8;
       border: 1px solid #333;
       border-radius: 20px;
       padding: 5px 10px;
       background-color: #fff;
       box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       transition: opacity 0.3s, color 0.3s;
   }

   .mobile-gallery-carousel .carousel-control-prev::before {
       content: '\f053';
       /* left arrow */
   }

   .mobile-gallery-carousel .carousel-control-next::before {
       content: '\f054';
       /* right arrow */
   }

   .mobile-gallery-carousel .carousel-control-prev:hover::before,
   .mobile-gallery-carousel .carousel-control-next:hover::before {
       opacity: 1;
       color: #333;
   }

   .mobile-gallery-carousel .carousel-indicators {
       bottom: -50px;
   }

   @media (max-width: 576px) {

       .mobile-gallery-carousel .carousel-control-prev::before,
       .mobile-gallery-carousel .carousel-control-next::before {
           font-size: 1.5rem;
       }
   }


   .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;
       }
   }

   .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;
   }
   
   .floor-download{
       display:flex;
       align-items:center;
       justify-content:center;
   }
   
   @media(min-width:800px) and (max-width:1200px){
       header .header_button{
           display:none !important;
       }
       .banner_section .right_form{
           width:30% !important;
       }
       
   }