.footer-section {
    color: white;
    padding: 60px 0px;
}

.footer-details {
    gap: 50px;
    margin-bottom: 110px;
}

.footer-details a {
    color: white;
    text-decoration: none;
}

.footer-details h2 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
}

.footer-details ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.get-touch {
    margin-bottom: 110px;
}

.get-touch p {
    font-size: 24px;
    margin-right: 10px;
}

.get-touch img {
    margin: 0px 10px;
}

.queries-form>h2 {
    font-weight: 500;
}

.queries-form h1 {
    margin-bottom: 10px;
}

.queries-form form input,
.queries-form form textarea,
.queries-form .submit-btn {
    padding: 8px;
    width: 100%;
    border-radius: 8px;
    border: none;
    margin: 8px 0px 26px 0px;
    color: #2F2F2F;
    font-size: 12px;
    font-family: "Avenir Next", sans-serif;
}

.queries-form .submit-btn {
    color: #fff !important;
    background-color: #000000;
}

.queries-form .terms-condition {
    font-size: 14px;
}

.all-rights {
    backdrop-filter: blur(4px);
    color: #fff;
    background-color: #ffffff20;
    padding: 12px 40px;
    font-size: 14px;
}

.footer-responsive {
    display: none !important;
}

.terms-conditions {
    line-height: 1.4;
    font-size: 14px;
}

@media screen and (max-width: 767.98px) {
    .mobile-nav-item {
        color: #fff;
        border-bottom: 1px solid white;
        padding: 0px 4px 2px 4px;
        position: relative;
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
    }

    .footer-details,
    .footer-responsive {
        display: block;
    }

    .arrow-down-mobile {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: solid #fff;
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
        transform: rotate(135deg);
        transform-origin: center;
        transition: transform 0.3s ease;
        margin-left: 5px;
        position: relative;
        top: 8px;
        float: right;
    }

    .arrow-down-mobile.rotate {
        transform: rotate(-45deg);
    }

    .footer-details h2 {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 2px;
    }

    .get-touch p,
    .queries-form h1 {
        font-size: 18px;
    }

    .queries-form form input {
        margin: 8px 0px 16px 0px;
    }

    .queries-form label {
        font-size: 14px;
    }

    .queries-form form textarea {
        margin: 8px 0px 18px 0px;
    }

    .footer-details ul {
        padding: 6px;
        margin-bottom: 10px;
    }

    .footer-details ul a,
    .footer-details ul li {
        color: #fff;
    }

    .queries-form form {
        margin-top: 14px;
    }

    .desktop-sm {
        display: none;
    }

    .get-touch {
        margin-bottom: 10px;
        margin-top: 16px;
    }

    .footer-details {
        margin-bottom: 0px;
    }

    .all-rights {
        display: block;
        text-align: center;
        padding: 12px 15px;
    }

    .all-rights p:first-child {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991.98px) {
    .footer-responsive {
        flex-wrap: wrap;
    }

    .footer-section {
        padding: 28px 20px;
    }

    .terms-conditions,
    .all-rights p {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .queries-form h1 {
        font-size: 24px;
    }

    .text-break {
        display: none;
    }

    .footer-details,
    .get-touch {
        margin-bottom: 30px;
        padding-right: 20px;
    }

    .team-banner-content p {
        font-size: 38px;
        line-height: 1.4;
    }
}

@media screen and (min-width: 1024px) {
    .queries-form {
        width: 30%;
    }
}