body {
    margin: 0;
    font-family: Arial, sans-serif;
}
.con-us{
    padding-top: 100px;
    height: 100vh;
}
.con{
    width: 90%;
    margin-left: 5%;
}

.con-us-title{
    font-size: 40px;
    font-weight: bold;
    font-family: system-ui;
    color: #262262;
}
.con-us-des{
    font-family: system-ui;
    color: #262262;
}
.con-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 20px;
}
.con-img{
    width: 40%;
}

.con-img img{
    width: 90%;
    margin-left: 5%;
    height: fit-content;
}
.con-details{
    width: 90%;
    margin-left: 0%;
    padding-left: 0%;
    height: fit-content;
    background-color: #262262;
    color: #ffffff;
    border-radius: 10px;
}
.con-de-title{
    font-weight: bold;
    font-size: 20px;
    font-family: system-ui;
    color: #ffffff;
    margin-left: 27.5%;
    padding-top: 20px;
}
.con-details-row{
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: system-ui;
    color: #262262;
    margin-left: 27.5%;
}
.con-icon{
    width: 15%;
    color: #ffffff;
}
.icon-des,
.con-icon{
    height: 20px;
    margin-top: 5px;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.icon-des{
    width: 84%;
    color: #ffffff;
    padding-top: 10px;
}
.con-msg{
    width: 58%;
}
.tm{
    width: 90%;
    margin-top: 20px;
    padding: 10px;
    border: none;
    background-color: #262262;
    color: #ffffff;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}
.con-socialContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px; /* Space between social icons */
}

.con-socialBox {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #262262;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-socialBox a i {
    color: #ffffff;
}

.con-socialBox a {
    text-decoration: none;
    color: inherit;
}

.con-social-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.con-msg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
}

.con-msg {
    text-align: center; /* Center the content inside the div */
    background-color: #ffffff;
}

textarea {
    width: 100%; /* Ensure the textarea takes full width of its container */
    max-width: 600px; /* Optional: limit the max width */
    height: 200px;
    border: 1px solid #262262;
}

.se-bu{
    margin-top: 20px;
    width: 100px;
    padding: 10px;
    border: none;
    background-color: #262262;
    color: #ffffff;
}
.ms-lb{
    color: #262262;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
hr{
    margin-top: 30px;
    color: #262262;
}
/*==================================================faq===================================*/
.fad{
    padding-top: 10px;
}
.faq{
    width: 90%;
    margin-left: 5%;
}
.faq-item{
    width: 100%;
    color: #262262;
    margin-top: 10px;
}
.faq-title{
    font-weight: bold;
}
.faq-answer{
    margin-left: 30px;
}
.faqm{
    text-align: left;
}

@media(max-width:480px){
    .con-us{
        padding-top: 50px;
        height: fit-content;
    }
    .fad{
        padding-top: 0px;
    }
    .con-row{
        display: flex;
        flex-direction: column;
    }
    .tm,
    .con-details{
        width: 100%;
    }
    .con-msg,
    .con-img{
        width: 100%;
    }
    .con-img{
        margin-top: 20px;
    }
    .con-details-row,
    .con-de-title{
         margin-left: 10%;
    }
    .con-details-row{
        width: 85%;
    }
    .con-icon{
        width: 9%;
    }
    .icon-des{
        width: 90%;
    }
}