body, html {
    height: 100%;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.background {
    background-image: url('../img/BG1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 118vh;
}
header{
    position: relative;
}


    @media (max-width: 992px) {
header {
    flex-direction: column;
    align-items: flex-start;
}

.navbar-collapse {
    background-color: rgb(242, 243, 242);
    border-radius: 7px;
    padding: 10px;
}

.navbar-nav {
    flex-direction: column;
    align-items: flex-start;
}

.nav-item {
    margin-bottom: 10px;
}

.navbar-nav .nav-link {
    color: #000;
    padding: 8px 5px;
    text-align: left;
    width: 100%;

}
}

.logo {
    top: 3px;
    left: 89px;
    height: 50px;
    position: absolute; 
}

.navbar-custom {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content:flex-end;
        margin-right: 25px;
        z-index: 10;
}

.navbar-custom .nav-link {
    color: #4f4f4f;
    margin-left: 25px;
    font-size: 14.5px;

}

.navbar-custom .nav-link:hover {
    color: #7a7af6;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 20px;
}

.contact-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 13px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 55%;
    max-width: 95%;


}

.contact-form h2 {
    color: #0159A0;
    text-align: center;
    font-size: 22px;
}
.contact-form a {
    margin-bottom: 10px;
    text-align: center;
    font-size: 13px;
}

.contact-form label {
    color: #4f4f4f;
    display: block;
    margin-bottom: 5px;
    margin-top: 12px;
    font-size: 13px;
}

.required {
    color: red;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    font-size: 12px;
}

.contact-form textarea {
    min-height: 120px;
}
.star-rating {
display: flex; 
direction: ltr; 
flex-direction: row-reverse;
justify-content: center;
    }

.star-rating input {
    display: none; 
}

.star-rating .star {
    font-size: 45px; 
    color: gray; 
    cursor: pointer;
    margin: 0 5px; 
}

.star-rating input:checked ~ .star {
    color: gold;
}

.star-rating .star:hover,
.star-rating .star:hover ~ .star {
    color: gold;
}




.contact-form .button2{
    display: flex; 
    direction: ltr; 
    justify-content: flex-end;

}
.contact-form #submitBtn {
    background-color: #DC1992;
    color: #ffffff;
    padding: 12px 55px;
    margin-top: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;

}

.col-img {
    width: 45%;
    display: flex;
    justify-content: center;
}

.col-img img {
    max-width: 100%;
    height: auto;
}

.footer {
    background-color: #f3fbff;
    color:#474747;
    padding: 40px 0;
    text-align: center;
}

.footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: #ccc;
}
.footer .social-icons{
    display: flex; 
    justify-content: left; 
    align-items: center;
    gap: 30px;
}

.footer .social-icons img {
    width: 30px;
    margin: 0 10px;
    filter: brightness(0) invert(1);
}
.footer .footer-box #img1{
margin-top: 12px;
height: 60px;
width: auto;

}
.footer .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-box {
    width: 23%;
    text-align: left;
    margin-left: 23px;
}
.footer h5{
    margin-top: 12px;

}
.footer p{
    margin-top: 17px;
    font-size: 15.5px;

}
.footer ul{
    font-size: 13.5px;
}
.footer .footer-box p{
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .contact-form {
         width: 100%;
         margin-bottom: 20px;
    }

        .col-img {
        width: 90%;
     }

     .footer-box {
         width: 100%;
         margin-bottom: 20px;
      }
}
.social-icons i {
    font-size: 24px;
    color: #070606;

    transition: color 0.3s;
}

.social-icons a:hover i {
color: #007bff;
}
@media only screen and (max-width: 768px) {
 .contact-form .button2 {
     justify-content: center; 
      margin-top: 12px;
}
}   

@media only screen and (max-width: 768px) {
 .contact-form #submitBtn {
    margin: 0 auto; 
    display: block;
}
}
