.popup-container{
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.btn-main{
    background-color: #037682;
    color: white;
}

.btn-main:hover{
    background-color: #037582e9;
    color: white;
}

.popup-box{
    width: 80vw;
    /* height: 85vh; */
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    overflow-y: auto;
    position: relative;
}

.popup-box-right{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 2px solid black; */
}


.form-header{
    /* position: relative; */
    border: 2px solid white;
    /* margin-top: 10px; */
    color: #037682;
}
.form-header svg{
    position: absolute;
    top: 5px;
    right: 5px;
}
.form-header h3{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.5rem;
    font-style: normal;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}

.input-box{
    border: 1px solid rgb(60, 59, 59);
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 15px;
    background-color: #fff;
    color: black;

}
.input-box:has(input:focus){
    border: 3px solid #037682;
}
.input-box input, .input-box select{
    width: 90%;
    margin-left: 10px;
    border: none;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #fff;
}

.input-box select{
    height: 25.5px;
}
.input-box input:focus, .input-box select:focus{
    border: none;
    outline: none;
}
.input-box input::placeholder, .input-box select::placeholder{
    color: black;
}

.input-box select option{
    display: block;
    padding: 20px;
}
.submit-btn input{
    display: block;
    background-color: #037682;
    color: white;
    width: 60%;
    margin: auto;
    margin-top: 10px;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
}

#brochure-popup-container .submit-btn input{
    display: block;
    background-color: #037682;
    color: white;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
}

.popup-box-left{
    width: 32vw;
    height: 40vw;
    background-image: url("../img/popup-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.error-box{
    font-size: 12px;
}

@media(max-width: 1000px){

    .popup-box{
    display: block;
    height: 90vh;
    overflow-y: auto;
    margin: auto;
    /* border: 2px solid black; */
    }
    
    .popup-box-left{
    /* display: none; */
    margin: auto;
    width: 60vw;
    height: 75vw;
    margin-top: 20px;
    /* border: 2px solid black; */
    
    }
    .popup-box-right{
    width: 90%;
    margin: auto;
    /* border: 2px solid black; */
    padding-top: 30px;
    padding-right: 0px;
    }

    .input-box{
    width: 100%;
    }

    

}


.img-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2; 
}

.font-open-sans{
    font-family: "Open Sans", sans-serif;
}

.card-title{
    font-weight: 800;
    color: black;
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* cursor: pointer; */
}

.card-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.15);
}

:root {
    --brand-color: #037682;
}

/* Badge / Span */
.badge-brand {
    background-color: var(--brand-color);
}

/* Button */
.btn-brand {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
    color: #fff;
}

/* Button Hover */
.btn-brand:hover {
    background-color: #025c66; /* slightly darker */
    border-color: #025c66;
    color: #fff;
}

.trending-heading {
    position: relative;
    display: inline-block; /* Shrinks to fit text width */
    font-size: 2rem; /* Adjust as needed */
    font-weight: 700; /* Bold */
    margin: 0 auto 1.5rem auto; /* Center horizontally and add bottom space */
    padding-bottom: 0.5rem; /* Space for border */
    text-align: center;
    font-weight: 800;
}

.trending-heading::after {
    content: "";
    position: absolute;
    bottom: 0; 
    left: 50%; /* Start at center */
    transform: translateX(-50%); /* Center the line */
    width: 30%; /* Half-width of heading */
    height: 4px; /* Thickness of border */
    background-color: #037682; /* Your color */
    border-radius: 2px; /* Rounded corners */
}
.heading-wrapper {
    text-align: center; /* Centers the heading */
    margin-top: 50px;
}

#carouselExampleSlidesOnly .carousel-item {
    height: 350px; /* adjust height */
}

#carouselExampleSlidesOnly .carousel-item img {
    height: 100%;
    object-fit: cover; /* prevents image stretching */
}

.enquiry-section{
    /* border: 2px solid black; */
    padding: 20px 0px;
}

/* .enquiry-section .input-box{
    width: 50%;
} */

.enquiry-header{
    text-align: center;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
}
.gradient-section {
    background: linear-gradient(135deg, #037682, #f35890);
    color: #fff;
    padding: 30px 0px;
    border-radius: 16px; /* optional */
}

.enquiry-fluid-container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* border: 2px solid black; */

}

.enquiry-section .submit-btn input{
    width: 250px;
}

@media(max-width: 700px){
    .enquiry-fluid-container{
    flex-direction: column;
    }
}

