@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;

}

nav {
    width: 100%;
    height: 15vh;
    background-color: white;
    height: auto;
    padding: 20px;
    padding: 50px;
}

.container-fluid {
    width: 100%;
    padding: 30px 0 0;
}

nav ul {
    margin: auto;
    padding-left: 10px;
}

nav ul li {
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    text-transform: capitalize;
}

nav ul li .nav-link {
    color: black;
    font-weight: bold;
}

.dropdown-content {
    display: none;
    padding: 20px;
    list-style: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 500px;
}

.dropdown-content ul {
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin-right: 100px;
}

.dropdown-content ul {
    display: flex;
    text-align: start;

}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 5px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}


.footer {
    position: relative;
    width: 100%;
    background: #f4f5f8;
    border-radius: 6px;
    /* padding: 40px 0;
      margin-top: 70px; */
}

.footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 60px;
}

.footer-row .footer-col {
    font-size: 1.2rem;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
}

.footer-row .footer-col h4 {
    color: black;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: start;
}

.footer-col .links {
    margin-top: 20px;
}

.footer-col .links li {
    list-style: none;
    margin-bottom: 10px;
    color: #575757;
    font-size: 18px;
}

.footer-col .links li a {
    text-decoration: none;
    color: #575757;
}

.footer-col .links li a:hover {
    color: #5684b6;
}

.footer-col p {
    margin: 20px 0;
    color: #575757;
    max-width: 300px;
    font-size: 18px;
}

.footer-col form {
    display: flex;
    gap: 5px;
}

.footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6;
    caret-color: #fff;
    color: #fff;
    padding-left: 10px;
}

.footer-col input::placeholder {
    color: #ccc;
}

.footer-col form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
}

.footer-col form button:hover {
    background: #cecccc;
}

.footer-col .icons {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    cursor: pointer;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}

.footer-col .icons a:hover {
    color: #fff;
}



/* css for contact form container */
.contact-us {
    margin: 200px 50px 0 0;
}

.text-content {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin-top: 50px;
    height: auto;
}


@media (max-width:767px) {

    .dropdown-content {
        display: none;
        padding: 10px;
        list-style: none;
        background-color: #f9f9f9;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;
        min-width: 300px;
    }

    .dropdown-content ul {
        list-style: none;
        padding: 0;
        display: flex;
        text-align: start;
    }
}

@media(max-width:992px) and (min-width:375px) {
    .text-content {
        font-size: 18px;
        text-align: center;
        margin-top: 50px;
        height: auto;
        margin-bottom: 30px;
    }

    .text-content .div-contact-us {
        display: block;
        margin-left: 30%;
        height: auto;
    }

    .div-social-icon {
        height: auto;
        margin-left: 25%;
    }

}


.text-content h1 {
    color: #5684b6;
}

.text-content h2 {
    padding-top: 30px;
}

.text-content p {
    padding-top: 30px;
    color: #686868;
}

.text-content .div-contact-us {
    display: flex;
    flex-direction: row;
    height: auto;
    width: auto;
    padding-top: 10px;
}

.text-content .div-social-icon {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 225px;
    margin-top: 15px;
    border-radius: 5px;
    background-color: #383838;
}

.div-contact-us img {
    width: 30px;
    height: 30px;
}

.div-contact-us h3 {
    padding: 0px;
    padding-top: 2px;
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    color: #5684b6;
}

.div-contact-us {
    cursor: pointer;
}

.text-mob {
    display: none;
}

.div-social-icon img {
    width: 30px;
    height: 30px;
    margin: 13px;
}


.div-contact-us,
.div-social-icon {
    flex-direction: column;
    align-items: center;
}

.div-contact-us img,
.div-social-icon img {
    margin-bottom: 10px;
}

.map-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    height: auto;
}

.map-card {
    position: relative;
    padding-bottom: 0;
    /* Remove aspect ratio padding */
    width: 500px;
    /* Set specific width */
    height: 300px;
    /* Set specific height */
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.map-card iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* display: none; */


.design-container {
    width: 70%;
    padding: 150px;
}

.row-content {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
}

.img_content {
    width: 40%;
    flex: 1;
}

.img_content,
h3 {
    color: #333;
}

p {
    color: #333;
}

.img_content h3 {
    display: flex;
    align-items: center;
}

.img_content h3 .icon {
    margin-right: 10px;
}

.contact-form {
    display: flex;
    flex-direction: column;

}

.contact-form input,
.contact-form button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.contact-form button {
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #0056b3;
}

@media (min-width: 768px) {
    .row {
        justify-content: space-between;
    }

    .col {
        flex: 0 0 45%;
    }
}