/* Extra Large Devices (large desktops and high-resolution displays) */
@media (max-width: 1200px) {
    .forms-row {
        flex-direction: column !important;
        gap: 2 !important;
    }
}

/* Large Devices (laptops and desktops) */
@media (max-width: 992px) {
    .row-container {
        display: flex;
        flex-direction: column;
    }

    .left-content .left-heading {
        color: #000;
        padding: 10px;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .left-list-link {
        margin: 0.5rem;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 500;
        padding: 1rem;
        cursor: pointer;
    }

    .right-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .box {
        height: 100%;
        width: 100%;
        background-color: #eef5ff;
    }

    .right-heading {
        color: #000;
        padding: 1rem;
        font-size: 1.2rem;
        font-weight: 500;
        font-family: "Unbounded", sans-serif;
        text-align: start;
    }

    .right-heading-3 {
        color: #000;
        padding: 12px;
        font-size: 1.2rem;
        font-weight: 600;
        font-family: "Unbounded", sans-serif;
        text-align: start;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .right-heading-3 .icon {
        font-size: 2rem;
    }

    .section-2-content {
        height: 100%;
    }

    .section-2-content .section-2-content-heading {
        margin-top: 10px;
        text-align: start;
        font-family: "Unbounded", sans-serif;
        font-size: 1.4rem;
        font-weight: 600;
        padding: 0;
    }

    .section-2-content .section-2-content-paragraph {
        margin-top: 10px;
        text-align: start;
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        padding: 0;
    }

    .section-2-content .section-2-content-button {
        display: none;
    }

    /* ! About Us */

    .about-container-1 h1 {
        font-family: "Unbounded", sans-serif;
        font-size: 2rem !important;
        font-weight: 500;
        margin: 1rem;
        text-align: start;
        color: #000000;
        text-shadow: 1px 1px 0 #eef5ff, 2px 2px 0 #eef5ff, 3px 3px 0 #eef5ff;
        /* transform: skew(-5deg); */
    }

    .about-container-1 p {
        width: 100%;
        padding: 1rem;
        line-height: 2rem;
        font-family: "Montserrat", sans-serif;
        text-align: start;
        font-size: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        margin-top: 1rem;
    }

    .test-card-body h3 i {
        font-size: 1.7rem !important;
    }

    .test-card-body p {
        font-weight: 500;
    }


    /*! News And Media */
    .media-heading {
        margin-top: 2rem;
        color: #ffffff;
        font-family: "Unbounded", sans-serif;
        font-size: 2rem !important;
        font-weight: bolder !important;
        text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.9);
    }

    .media-summury {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400 !important;
        font-size: 0.5rem;
        text-transform: capitalize;
        background-color: #eef5ff;
        padding: 1rem;
    }

    /* Careers */

    .section-2-careers-heading {
        font-family: "Unbounded", sans-serif;
        font-size: 1rem;
        font-weight: 600;
        margin: 1rem;
        padding: 1rem;
        text-decoration: underline;
        text-underline-offset: 10px;
        text-align: start;
    }

    .content {
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        /* border-top: 1px solid #39393986; */
        margin-top: 1rem;
        padding: 1rem;
    }

    .careers-employment-list {
        width: 100%;
        text-align: start;
        font-family: "Unbounded", sans-serif;
        font-size: 0.8rem;
        font-weight: 400;
        text-transform: capitalize;
    }

    .left-div li {
        font-family: "Unbounded", sans-serif;
        font-size: 0.8rem;
        font-weight: 500;
    }

    .left-div p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
    }

    .right-div button {
        padding: 0.4rem 1rem;
        font-family: "Montserrat", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        outline: none;
        border: 1px solid #000;
        background-color: #eef5ff;
    }

    /* Contact */

    .heading {
        margin-top: 2rem;
        color: #000000;
        font-family: "Unbounded", sans-serif;
        font-size: 2rem !important;
        font-weight: bolder !important;
        text-shadow: 10px 10px 10px rgba(36, 36, 36, 0.234);
    }

    .contact-summury {
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400 !important;
        font-size: 0.8rem !important;
        text-transform: capitalize;
        background-color: #eef5ff7c;
        padding: 1rem;
    }

    .form-contact-summury {
        color: #000;
        font-family: "Montserrat", sans-serif;
        text-transform: capitalize;
        font-weight: 500;
        margin-top: 1rem;
    }

    .forms-row {
        flex-direction: column !important;
        gap: 2 !important;
    }

    .forms input {
        margin-top: 1rem;
        padding: 1.1rem !important;
        width: max-content !important;
        border: 1px solid #000 !important;
        border-radius: 0px;
        outline: none;
        background-color: #eef5ff !important;
    }

    .contact-details-container {
        margin-top: 1rem;
        padding: 1rem;
        /* background-color: #eef5ff; */
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        font-family: "Montserrat", sans-serif;
        border-radius: 10px !important;
        height: 100% !important;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }


    /* Team */


    .team-heading {
        text-align: center !important;
        font-family: "Unbounded", sans-serif;
        font-weight: 600;
        font-size: 1.5rem;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
    }

    .team-heading-text {
        color: #000;
        text-align: center !important;
        font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
        font-weight: 600;
        padding-top: 1rem;
        text-transform: capitalize;
    }

    .team-heading-text span {
        padding: 0%;
        display: inline;
        background-color: transparent !important;
        color: #000;
        border-radius: 0 !important;
        font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
        font-weight: 600;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .same-height h3 {
        font-family: "Unbounded", sans-serif;
        font-weight: 500;
        font-size: 1rem !important;
        text-transform: capitalize;
    }

    .same-height p {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 0.8rem !important;
        text-transform: capitalize;
        color: #000 !important;
    }

    .same-height .designation {
        font-family: "Unbounded", sans-serif;
        font-weight: 500;
        font-size: 0.8rem !important;
        text-transform: uppercase;
    }

    .same-height img {
        margin-top: 1rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }


}

/* Medium Devices (small laptops, tablets in landscape) */
@media (max-width: 768px) {
    .section-header h1 {
        position: relative;
        font-family: "Unbounded", sans-serif;
        font-size: 24px;
        color: var(--primary-clr);
    }

    .footer-heading {
        font-family: "Unbounded", sans-serif;
        font-size: 1rem;
        font-weight: 600;
        margin-top: 1rem;
    }

    .footer-bottom {
        color: #000;
        text-align: center;
        margin: 10px;
        padding: 10px;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .footer-bottom .copyright {
        color: #000;
        font-family: "Unbounded", sans-serif;
        font-size: 12px;
    }

    .Privacy-policy {
        display: none;
    }

    /* Contact */
    .forms-row {
        flex-direction: column;
        gap: 2 !important;
    }
}

/* Small Devices (tablets) */
@media (max-width: 576px) {}

/* Extra Small Devices (phones in landscape or smaller devices) */
@media (max-width: 576px) {}