﻿@media(max-width:991px) {

    .rd-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 320px;
        height: 100vh;
        background: #fff;
        padding: 100px 35px;
        transition: .4s;
        box-shadow: -10px 0 40px rgba(0,0,0,.08);
    }

        .rd-nav.active {
            right: 0;
        }

        .rd-nav ul {
            flex-direction: column;
            align-items: flex-start;
            gap: 28px;
        }

    .rd-right .rd-btn {
        display: none;
    }

    .rd-menu-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:575px) {

    .rd-logo img {
        height: 42px;
    }

    .rd-nav {
        width: 280px;
    }
}
@media(max-width:991px) {

    .rd-footer {
        text-align: center;
    }

    .rd-social {
        justify-content: center;
    }

    .rd-contact-info li {
        justify-content: center;
    }
}
@media(max-width:991px) {

    .rd-linkedin {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
}
/*=========================================
Hero Responsive
=========================================*/

/* Large Laptop */
@media (max-width:1400px) {

    .rd-hero h1 {
        font-size: 56px;
    }
}

/* Laptop */
@media (max-width:1199px) {

    .rd-hero {
        padding: 160px 0 90px;
    }

        .rd-hero h1 {
            font-size: 48px;
        }

        .rd-hero p {
            font-size: 17px;
        }

    .rd-feature-card {
        padding: 22px;
    }
}

/* Tablet */
@media (max-width:991px) {

    .rd-hero {
        padding: 140px 0 70px;
        text-align: center;
    }

    .rd-hero-content {
        margin-bottom: 60px;
    }

    .rd-badge {
        margin: auto auto 25px;
    }

    .rd-hero h1 {
        font-size: 42px;
        line-height: 1.15;
    }

    .rd-hero p {
        margin: auto;
        max-width: 700px;
    }

    .rd-hero-btn {
        justify-content: center;
    }

    .rd-hero-image {
        text-align: center;
    }

        .rd-hero-image img {
            max-width: 480px;
            margin: auto;
        }

    .rd-scroll {
        display: none;
    }
}

/* Mobile */
@media (max-width:767px) {

    .rd-hero {
        padding: 120px 0 60px;
    }

        .rd-hero h1 {
            font-size: 34px;
            line-height: 1.2;
            letter-spacing: -1px;
        }

        .rd-hero p {
            font-size: 16px;
            line-height: 1.8;
        }

    .rd-hero-btn {
        flex-direction: column;
        gap: 15px;
    }

        .rd-hero-btn .rd-btn {
            width: 100%;
            justify-content: center;
        }

    .rd-feature-card {
        margin-bottom: 20px;
    }

        .rd-feature-card h5 {
            font-size: 18px;
        }

    .rd-hero-image img {
        max-width: 100%;
    }
}

/* Small Mobile */
@media (max-width:575px) {

    .rd-hero {
        padding-top: 110px;
    }

    .rd-badge {
        font-size: 12px;
        padding: 10px 18px;
    }

    .rd-hero h1 {
        font-size: 30px;
    }

    .rd-hero p {
        font-size: 15px;
    }

    .shape-1,
    .shape-2 {
        display: none;
    }
}
@media(max-width:991px) {

    .rd-mission {
        text-align: center;
    }

    .rd-exp-box {
        position: static;
        margin: 25px auto 0;
    }

    .rd-item {
        text-align: left;
    }
}

@media(max-width:767px) {

    .rd-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .rd-item i {
            margin-bottom: 10px;
        }
}
@media(max-width:991px) {

    .rt-tech-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .rt-section-title h2 {
        font-size: 38px;
    }
}

@media(max-width:767px) {

    .rt-tech-section {
        padding: 70px 0;
    }

    .rt-tech-grid {
        grid-template-columns: 1fr;
    }

    .rt-section-title {
        margin-bottom: 40px;
    }

        .rt-section-title h2 {
            font-size: 30px;
        }

        .rt-section-title p {
            font-size: 15px;
        }

    .rt-tech-card {
        padding: 30px 25px;
    }

        .rt-tech-card h3 {
            font-size: 20px;
        }

        .rt-tech-card p {
            font-size: 15px;
        }
}
@media(max-width:1200px) {

    .rt-process {
        grid-template-columns: repeat(3,1fr);
    }

        .rt-process::before {
            display: none;
        }
}

@media(max-width:768px) {

    .rt-process {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rt-step {
        padding: 30px 20px;
    }

        .rt-step h3 {
            font-size: 20px;
        }
}
@media(max-width:991px) {

    .rt-app-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px) {

    .rt-app-section {
        padding: 70px 0;
    }

    .rt-app-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .rt-app-card {
        padding: 30px 25px;
    }

        .rt-app-card h3 {
            font-size: 20px;
        }

        .rt-app-card p {
            font-size: 15px;
        }
}
@media(max-width:992px) {


    .recon-section-heading h2 {
        font-size: 36px;
    }


    .recon-team-wrapper {
        flex-direction: column;
        align-items: center;
    }


    .recon-team-card {
        width: 90%;
    }
}



@media(max-width:576px) {


    .recon-leadership-section {
        padding: 70px 20px;
    }


    .recon-section-heading h2 {
        font-size: 30px;
    }


    .recon-section-heading p {
        font-size: 16px;
    }


    .recon-team-card {
        padding: 35px 25px;
    }


    .recon-profile-img {
        width: 130px;
        height: 130px;
    }
}
@media(max-width:768px) {

    .recon-logo-wrapper {
        flex-direction: column;
        align-items: center;
    }


    .recon-logo-card {
        width: 90%;
    }


    .recon-partner-title h2 {
        font-size: 30px;
    }
}
@media(max-width:992px) {

    .recon-insights-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .recon-insights-heading h2 {
        font-size: 36px;
    }
}



@media(max-width:576px) {

    .recon-insights-grid {
        grid-template-columns: 1fr;
    }


    .recon-insights-heading h2 {
        font-size: 30px;
    }


    .recon-insight-image {
        height: 200px;
    }
}
@media(max-width:992px) {

    .recon-contact-options {
        grid-template-columns: 1fr;
    }


    .recon-contact-content h2 {
        font-size: 36px;
    }
}



@media(max-width:576px) {

    .recon-contact-section {
        padding: 70px 20px;
    }


    .recon-contact-content h2 {
        font-size: 30px;
    }
}