
/* font */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
/* variable */
:root {
    --alt-font: 'Cinzel', serif;
    --primary-font: 'Montserrat', serif;
    --base-color: #485854; 
    --dark-gray:#262b35;
    --light-green: #A6B8AC;
}
body{
    font-size: 17px;
    line-height: 32px;
    background-color:  rgba(166, 184, 172, 0.4);
}

/* reset */
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
/* heading */
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    text-transform: capitalize;
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header corrected */
header .navbar-brand img {
    max-height: 78px;
}
.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--dark-gray);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 420px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}
/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #262B35;
}
.bg-base-color-transparent {
    background-color: rgba(38, 43, 53, .15);
}
.bg-color-sarang
{
    background-color: rgba(196, 139, 101, .80);
    
}
.bg-base-color-light {
    background-color: #edf9f2;
}
.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
/* text */
.text-orange {
    color: #262B35;
}
.text-red {
    color: #ec5b54;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.btn:disabled {
    background-color: #ccc; 
    border-color: #ccc;
    color: #666; 
    cursor: not-allowed; 
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form-style-03 {
    margin-top: -50px !important;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 16px;
}
/* footer */
footer{
    font-size: 16px;
    line-height: 30px;
}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    max-height: 39px;
}
.footer-light a:hover {
    color: var(--dark-gray);
}

#footer a:hover
{
    color: var(--light-green);
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }
    header .left-nav .navbar-nav:before {
        transform: translate(-9px, 0px);
        -webkit-transform: translate(-9px, 0px);
    }
    header .btn.btn-small {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}

/* Whatsapp */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
  left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media only screen and (max-width: 600px) {
	.float{
		bottom:70px;
}
}
/*Whatsapp*/

/* Swiper Slide - Banner Mobile */
/* Mobile-first approach 
.swiper-slide.cover-background.image 
{
  background-image: url('images/sarang_2.webp');
}

/* Media query for mobile devices 
@media (max-width: 767px) {
    .swiper-slide.cover-background.image {
        background-image: url('images/banner_mobile.webp');
    }
}*/

.invalid {
    border-color: red;
}
.valid {
    border-color: green;
}


    .spinner {
        animation: spin 1s linear infinite;
        height: 20px;
        width: 20px;
        border: 3px solid rgba(0, 0, 0, 0.1);
        border-top-color: #333;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }

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

    .hidden {
        display: none;
    }


/* Media query for footer logo */
    @media (max-width: 767px) {
        .ftr-logo-mbl {
            display: block;
            margin: 0 auto;
        }
        .text-center .ftr-logo-dstp {
            display: none;
        }
    }

/* Media query for Mobile Banner Button 
    @media (max-width: 767px) {
        .position-relative .btnheader {
            padding-bottom: 0;
        }
    }*/

/* Media query for Mobile View scroll */
    .scroll-message {
        display: none;
    }

    @media (max-width: 768px) {
        .scroll-message {
            display: block;
            text-align: center;
            font-size: 16px;
            color: #555;
            margin-top: 10px;
            font-weight: bold;
        }
    }

    /* Form loader */
    .loader {
        border: 2px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        border-top: 2px solid #fff;
        width: 16px;
        height: 16px;
        animation: spin 1s linear infinite;
        display: inline-block;
        margin-left: 10px; 
        background: #BB8400;
      }
      @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
      }
      .d-none {
        display: none;
      }



/*About */
#overview {
    position: relative;
    overflow: hidden;
}

#overview::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}

#overview .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    #overview .row {
        text-align: center;
    }

    #overview .col-lg-6 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #overview img {
        width: 40%; /* Adjust size as needed */
        opacity: 1; /* Adjust transparency if necessary */
    }

    #overview h5 {
        text-align: center;
        margin-top: 15px; /* Add spacing */
    }
}

#overview .mobile-only {
    display: none;
}

/* Show mobile heading only on smaller screens */
@media (max-width: 768px) {
    #overview .desktop-only {
        display: none;
    }
    #overview .mobile-only {
        display: block;
    }
}

/*Slider */
#slider {
    position: relative;
    overflow: hidden;
}

#slider h5 {
    text-transform: none !important;
}

#slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}

#slider .container {
    position: relative;
    z-index: 2;
    max-width: 1900px !important;
}

#slider .swiper-slide .col-5 {
    display: flex;
    align-items: stretch; /* Stretch child elements to match height */
}

#slider .swiper-slide .col-5 > div {
    flex: 1; /* Make the text section take up all available space */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically center the content */
}

@media screen and (max-width: 1024px) {
    #slider {
        display: none !important;
    }
}


/* Counter */

#counter
{
    position: relative;
    overflow: hidden;
}

#counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}

#counter .container {
    position: relative;
    z-index: 2;
    
}

/* Amenities*/

#amenities
{
    position: relative;
    overflow: hidden;
}

#amenities::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}

#amenities .container {
    position: relative;
    z-index: 2;
}

/* status*/

#status
{
    position: relative;
    overflow: hidden;
}

#status::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}

#status .container {
    position: relative;
    z-index: 2;
}

/* Resources */

#resources
{
    position: relative;
    overflow: hidden;
}

#resources::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#resources .container {
    position: relative;
    z-index: 2;
    
}

/* Why */

#why
{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

#why::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#why .container {
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    #why {
        background: var(--base-color); /* Set background color to full */
    }

    #why::before {
        display: none; /* Remove the gradient lines on mobile */
    }

    /* Ensure the layout is stacked for mobile */
    #why .row {
        flex-direction: column;
    }

    #why .col-lg-6, #why .col-xl-5 {
        width: 100%; /* Both image and content should take full width */
    }

    #why .col-lg-6 {
        order: 1; /* Image comes first */
    }

    #why .col-xl-5 {
        order: 2; /* Content comes second */
    }
}

@media (max-width: 767px) {
    #why .col-xl-6,
    #why .col-lg-6 {
        min-height: auto !important;
    }
}



/* FAQ */

#faq
{
    position: relative;
    overflow: hidden;
}

#faq::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#faq .container {
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    #faq::before 
    {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
}

/* Work */

#work
{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}


#work::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#work .container {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    #work div{
        background: none !important; 
    }

    #work::before {
        display: none; /* Remove the gradient lines */
    }

    #work .row {
        flex-direction: column; /* Stack the content and image vertically */
    }
    #work h5{
        color: var(--base-color) !important;
    }
    #work p{
        color: var(--base-color) !important;
    }

    #work .col-lg-6, #work .col-lg-5 {
        width: 100%; /* Ensure both sections take full width */
    }
    #work li {
        color: var(--base-color) !important;
    };

    #work .col-lg-6 {
        order: 2; /* Content comes first */
    }

    #work .col-lg-5 {
        order: 1; /* Image comes second */
}
}

@media (max-width: 767px) {
    #work .col-xl-6,
    #work .col-lg-6 {
        min-height: auto !important;
    }
}

/* Edu */

#edu
{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

#edu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#edu .container {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    #edu {
        background-color: var(--base-color); 
    }

    #edu::before {
        display: none; 
    }

    #edu .container {
        position: relative;
        z-index: 2;
    }

    #edu .col-lg-6 .w-80 {
        width: 100%; /* Make image responsive */
        margin-left: 0; /* Remove any left margin */
    }
}

@media (max-width: 767px) {
    #edu .col-xl-6,
    #edu .col-lg-6 {
        min-height: auto !important;
    }
}

/* Social */

#social
{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

#social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#social .container {
    position: relative;
    z-index: 2;
}

#social {
    position: relative;
    overflow: hidden;
}

#social .background-overlay {
    position: absolute;
    top: -30px; 
    left: 0;
    right: 0;
    bottom: -30px; 
    background: linear-gradient(to left, transparent 50%, var(--base-color) 50%);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    #social div{
        background: none !important; 
    }

    #social::before {
        display: none; /* Remove the gradient lines */
    }

    #social .row {
        flex-direction: column; /* Stack the content and image vertically */
    }
    #social h5{
        color: var(--base-color) !important;
    }
    #social p{
        color: var(--base-color) !important;
    }
    #social li {
        color: var(--base-color) !important;
    };
    #social .col-lg-6, #social .col-lg-5 {
        width: 100%; /* Ensure both sections take full width */
    }

    #social .col-lg-6 {
        order: 2; /* Content comes first */
    }

    #social .col-lg-5 {
        order: 1; /* Image comes second */
}
}

@media (max-width: 767px) {
    #social .col-xl-6,
    #social .col-lg-6 {
        min-height: auto !important;
    }
    ol{
        margin-bottom: 40px;
    }
}
/* Gallery */

#gallery
{
    position: relative;
    overflow: hidden;
}

#gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#gallery .container {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) { 
    #gallery .gallery-image img {
        width: 100%;
        height: auto;
        max-height: 300px; 
        object-fit: cover; 
    }
}


/* footer */
footer .footer-logo img {
    max-height: 43px;
    width: auto;
}
footer a:hover {
    color: var(--white);
}
footer ul li {
    margin-bottom: 2px;
}

/* Footer Styles */
#footer table {
    margin: 0 auto; /* Centers the table horizontally */
  }

  #footer table td {
    text-align: center; /* Centers the content inside each cell horizontally */
    vertical-align: middle; /* Centers the content vertically inside each cell */
    padding: 10px; /* Optional: adds some space inside each cell */
  }

  #footer .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers the content in the first column */
    align-items: center; /* Ensures that content is centered horizontally within the column */
    height: 100%; /* Ensures the column takes the full height of the container */
  }

  #footer .col-lg-5 p,
  #footer .col-lg-5 table {
    margin-bottom: 15px; /* Adds space between paragraphs and table */
  }

  /* Footer Form Style */
  .border-bottom-only {
    border: none;
    border-bottom: 1px solid var(--medium-gray) !important; /* Adjust the color as needed */
    padding-bottom: 8px; /* Optional padding */
    border-radius: 0; /* Ensures no rounded corners */
    box-shadow: none; /* Removes any default box shadows */
}

.form-group {
    margin-bottom: 20px;
}

#footer .row {
    margin-bottom: 15px;
}

#footer form select option 
{
    color: white; 
    background-color: black;
}

#footer form select:focus, 
#footer form select:active, 
#footer form select option:checked {
    color: white; 
}

@media (max-width: 767px) {
    #footer .row .col-md-6 {
        margin-bottom: 20px;
    }
}

/* Configuration */

#configuration-des .container
{
    position: relative;
    z-index: 2;
    max-width: 1900px !important;
}

#configuration-des .text {
    text-align: left; /* Keep text left-aligned */
}

#configuration-des img.w-20 {
    display: block;
    margin: 0 auto; /* Center the logo */
}

#configuration-des .btn {
    display: block;
    margin: 20px auto 0; /* Center the button */
}


/* Gallery 

#configuration-des::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}*/
#configuration-des .container {
    position: relative;
    z-index: 2;
    max-width: 1900px !important;
}

#configuration-des .container {
    position: relative;
    height: 300vh;
}
#configuration-des .section {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}

#configuration-des .section:nth-child(1) { background: #DBE2DD; }
#configuration-des .section:nth-child(2) { background: #c8d6cc; }
#configuration-des .section:nth-child(3) { background: #DBE2DD; }
#configuration-des .content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    text-align: left;
}

#configuration-des .content {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 50px; 
    max-width: 1200px;
    text-align: left;
}


#configuration-des .content img {
    width: 450px;
    height: auto;
    border-radius: 2px;
}
#configuration-des .text {
    max-width: 400px;
}
#configuration-des .text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #configuration-des {
        display: none;
    }
}
    /* Configuration Mobile */


#configuration-mob .container {
    position: relative;
    height: 300vh;
    }
    #configuration-mob .section {
    position: sticky;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    }
    
    #configuration-mob .section:nth-child(1) { background: #DBE2DD; }
    #configuration-mob .section:nth-child(2) { background: #c8d6cc; }
    #configuration-mob .section:nth-child(3) { background: #DBE2DD; }
    #configuration-mob .content {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    text-align: left;
    }
    
    #configuration-mob .content {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    gap: 50px; 
    max-width: 1200px;
    text-align: left;
    }
    
    
    #configuration-mob .content img {
    width: 450px;
    height: auto;
    border-radius: 2px;
    }
    #configuration-mob .text {
    max-width: 400px;
    }
    #configuration-mob .text h2 {
    font-size: 24px;
    margin-bottom: 10px;
    }
    
    @media screen and (max-width: 768px) {
    #configuration-mob .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    /*padding: 20px;*/
    }
    
    #configuration-mob .content img {
    width: 100%; /* Make the image responsive */
    max-width: 300px; /* Prevent it from becoming too large */
    }
    
    #configuration-mob .text {
    max-width: 90%;
    }
    }                

/* Highlight */

@media (max-width:768px) {
    #highlight .mobile {
    margin-right: 0!important;
    margin-left: 0!important;
}
}

@media screen and (min-width: 992px) {
    #highlight {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    #highlight {
        display: block !important;
    }
}

/* Teaser */

#teaser
{
    position: relative;
    overflow: hidden;
}

#teaser::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#teaser .container {
    position: relative;
    z-index: 2;
}


@media screen and (max-width: 768px) {
    #teaser {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    #teaser {
        display: none;
    }
}

/* Teaser Mobile */

@media (max-width: 768px) {
    #teaser .container {
        height: auto !important;
        padding: 10px !important;
    }

    #teaser .video-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #teaser .video-container iframe {
        width: 100% !important; 
        height: auto !important; 
        aspect-ratio: 16 / 9; 
    }
}

/* Teaser Mobile */

/* Teaser Mobile */


.button-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1000;
}
.cta-button {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    transition: background-color .3s ease;
}
.enquire {
    background-color: var(--base-color);
}
.call {
    background-color: var(--medium-gray);
}
.call:active, .enquire:active {
    color: #fff;
}
.mobile-section {
    display: none;
}
@media screen and (max-width:767px) 
{
    .mobile-section {
    display: flex;
}
}
/* Contact popup */

@media (max-width: 768px) {
    #popup-title {
        font-size: 22px !important;
    }
}

/* Footer Contact form */

.country-code-select 
{
    width: 120px !important; 
    min-width: 100px;
    max-width: 120px;
}


#footer .country-code-select {
    appearance: none; 
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px; 
    cursor: pointer;
}

.country-code-select1 {
    appearance: none;
    background: transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 10px center;
    background-size: 15px;
    padding-right: 30px;
    cursor: pointer;
}

/* Thank you popup */

@media (max-width: 768px) {
    #popupOverlay {
        width: 100%;
        height: 100%;
    }

    #thankYouPopup {
        width: 90%; 
        max-width: 320px; 
        padding: 20px !important; 
        border-radius: 8px;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    }

    #thankYouPopup h6 {
        font-size: 18px; 
    }

    #thankYouPopup p {
        font-size: 16px; 
    }
}

@media (max-width: 480px) {
    #thankYouPopup {
        width: 90%;
        max-width: 280px; 
        padding: 15px;
    }

    #thankYouPopup h6 {
        font-size: 18px; 
        margin-bottom: 10px;
    }

    #thankYouPopup p {
        font-size: 13px;
        line-height: 150%;
    }
}

/* Teaser / Walkthrough */

#teaser1
{
    position: relative;
    overflow: hidden;
}

#teaser1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 88, 84, 0.1) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
#teaser1 .container {
    position: relative;
    z-index: 2;
}

/* Teaser Mobile */

@media (max-width: 768px) {
    #teaser1 .container {
        height: auto !important;
        padding: 0px !important;
    }

    #teaser1 .video-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #teaser1 .video-container iframe {
        width: 100% !important; 
        height: auto !important; 
        aspect-ratio: 16 / 9; 
    }
    #teaser1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 1px, transparent 0px);
    background-size: 12px 100%;
    z-index: 1;
}
}

/* Teaser Mobile */
