@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Carter+One&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poly:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Figtree", sans-serif;
}
/* ---------------------Common section start------------------------ */
.text-orangered {
    color: #F14C45 !important;
}

.text-blue {
    color: #0C43A0 !important;
}

.text-red {
    color: #D41C1C;
}

a {
    text-decoration: none;
}

/* Get Started button */
.enquiry-btn {
    background-color: #2A59AC;
    color: white !important;
    padding: 10px 15px 10px 20px;
    border: none;
    border-radius: 7px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    /* font-weight: normal !important; */
    white-space: nowrap;
    transition: all 0.3s;
}

.enquiry-btn .arrow {
    background: white;
    color: #0C43A0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
}

.enquiry-btn:hover {
    background-color: #F14C45;
    color: white;
}

.enquiry-btn:hover .arrow {
    color: #F14C45;
}

/* ---------------------Common section end------------------------ */
/* ---------------------enquiry section start------------------------ */
#enquiry {
    /* background: linear-gradient(to right, #BECDEE 0%, #9B9EE6 34%); */
    /* background: linear-gradient(to right, rgba(190, 205, 238, 0.5) 0%, rgba(155, 158, 230, 0.45) 34%); */
    /* padding: 60px 45px 60px 70px; */
    height: 100vh;
    overflow: hidden;
}

#enquiry .info-section {
    padding: 70px 50px 40px 60px;
    background: linear-gradient(to right, rgba(190, 205, 238, 0.5) 0%, rgba(155, 158, 230, 0.45) 34%);
    width: 45%; /* Optional scroll if needed */
  position: sticky;
  height: 100vh;
}

#enquiry .info-section h3,
#enquiry .form-section h3 {
    font-weight: 650;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 40px;
    color: #000;
}

#enquiry .info-section li {
    font-size: 19px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 40px;
}

#enquiry .info-section li img {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    margin-top: 5px;
}

#enquiry .form-section {
    background-color: #F7F7FD;
    padding: 60px 50px 70px 50px;
    width: 55%;    height: 100vh;
    overflow-y: auto;
    /* scrollbar-width: none;  
  -ms-overflow-style: none;  */
  padding-bottom: 60px;
}

/* #signup .form-section::-webkit-scrollbar {
  display: none;  
} */

#enquiry .form-section label {
    font-weight: 550;
    font-size: 19px;
    margin-top: 25px;
}

#enquiry .form-section input {
    border: 1px solid #d1d0d0;
    border-radius: 5px;
    font-size: 18px;
    padding: 18px 25px;
    font-weight: 500;
    background-color: transparent;
    transition: all 0.2s;
}

#enquiry .form-section input:focus {
    border: 2px solid #0C43A0;
    box-shadow: none;
}

#enquiry .form-section #phone-container {
    border-radius: 5px;
    font-size: 19px;
    border: 1px solid #d1d0d0;
    transition: border-color 0.3s ease;
}

#enquiry .form-section #phone-container input {
    padding: 18px 15px;
    border: none;
    outline: none;
}

#enquiry .form-section #phone-container:focus-within {
    border: 2px solid #0C43A0;
}

#enquiry .form-section input::placeholder {
    color: #9F9B9B;
    font-weight: 500;
}

#enquiry #dropdownBtn-comments {
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 18px;
    padding: 18px 25px;
    font-weight: 550;
    background: #e7eaf6;
    transition: all 0.2s;
    box-shadow: none;
    position: relative;
}

#enquiry #dropdownBtn-comments:focus {
    border: 2px solid #0C43A0;
}

#enquiry #dropdownOptions-comments {
    padding: 0;
}

#enquiry #dropdownOptions-comments li a {
    padding: 11px 15px;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 520; 
    white-space: normal;      
    word-break: break-word;
    border-bottom: 1px solid #9F9B9B;
}

#enquiry #dropdownOptions-comments li a:hover {
    background-color: #0C43A0;
    color: white;
}

#enquiry #dropdown-comments .dropdown-toggle::after {
    display: none;
}

#enquiry #dropdown-comments .dropdown-menu.show {
    width: 100%;
}

.is-invalid {
    border-color: #D41C1C !important;
}

/* ---------------------enquiry section end------------------------ */
/* ---------------------responsive section start------------------------ */
/* ---------------------min-width:1500px section start------------------------ */
@media screen and (min-width:1501px) {}

/* ---------------------min-width:1500px section end------------------------ */
/* ---------------------min-width:1400px section start------------------------ */
@media screen and (min-width:1400px) and (max-width:1500px) {}

/* ---------------------min-width:1400px section end------------------------ */
/* ---------------------min-width:1300px section start------------------------ */
@media screen and (min-width:1300px) and (max-width:1399px) {}

/* ---------------------min-width:1300px section end------------------------ */
/* ---------------------min-width:1200px section start------------------------ */
@media screen and (min-width:1200px) {}

/* ---------------------min-width:1200px section end------------------------ */
/* ---------------------max-width:1200px section start------------------------ */
@media screen and (max-width:1200px) {
    #enquiry .info-section li
 {
    margin-bottom: 20px;
}
}

/* ---------------------max-width:1200px section end------------------------ */
/* ---------------------max-width:1100px section start------------------------ */
@media screen and (max-width:1100px) {}

/* ---------------------max-width:1100px section end------------------------ */
/* ---------------------max-width:992px section start------------------------ */
@media screen and (max-width:992px) {
    #enquiry {
        height: auto;
    }
    #enquiry .info-section {
        width: 100%;
        height: auto;
    }

    #enquiry .form-section {
        width: 100%;
        height: auto;
    }

    #enquiry .info-section h3,
    #enquiry .form-section h3 {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    #enquiry .info-section li {
        margin-bottom: 20px;
    }
}

/* ---------------------max-width:992px section end------------------------ */
/* ---------------------max-width:768px section start------------------------ */
@media screen and (max-width:768px) {
    /* #enquiry {
        padding: 50px 40px 50px 40px;
    } */

    #enquiry .info-section {
        padding: 50px 40px;
    }

    #enquiry .form-section {
        padding: 50px 40px 70px 40px;
    }

    #enquiry .info-section li {
        margin-bottom: 17px;
        font-size: 17px;
        line-height: 35px;
    }
}

/* ---------------------max-width:768px section end------------------------ */
/* ---------------------max-width:576px section start------------------------ */
@media screen and (max-width:576px) {
    /* #enquiry {
        padding: 40px 30px 40px 30px;
    } */

    #enquiry .info-section {
        padding: 40px 30px;
    }

    #enquiry .info-section h3,
    #enquiry .form-section h3 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    #enquiry .info-section li {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 30px;
    }

    #enquiry .info-section li img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        margin-top: 10px;
    }

    #enquiry .form-section {
        padding: 40px 30px 60px;
    }

    #enquiry .form-section .error{
        font-size: 14px;
    }
    #enquiry .form-section label {
        font-size: 16px;
        margin-top: 15px;
    }

    #enquiry .form-section input {
        font-size: 15px;
        padding: 12px 12px;
    }

    #enquiry #dropdownBtn-comments {
        font-size: 15px;
        padding: 12px 12px;
    }


    #enquiry #dropdownOptions-comments li a {
        padding: 8px 2px 8px 10px;
        font-size: 13px;
    }

}

/* ---------------------max-width:576px section end------------------------ */
/* ---------------------max-width:450px section end------------------------ */
@media screen and (max-width:450px) {
    #enquiry .info-section {
        padding: 30px 25px;
    }

    #enquiry .info-section h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    #enquiry .col-xl-7 {
        padding: 0;
    }

    #enquiry .form-section {
        padding: 30px 25px;
    }
}

/* ---------------------max-width:450px section end------------------------ */

/* ---------------------responsive section end------------------------ */