/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width: 1400px) {

    .container {
        width: min(100% - 40px, 1200px);
        max-width: min(100% - 40px, 1200px);
    }

    .nav-menu ul {
        gap: 32px;
    }

    /*=========================================
            CONTACT FORM
    =========================================*/

    .contact-row {
        display: flex;
        flex-wrap: wrap;
    }

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width: 1200px) {

    .container {
        width: calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .logo {
        font-size: var(--fs-20);
    }

    .logo img {
        width: 250px;
    }

    .nav-menu ul {
        gap: 28px;
    }

    .nav-menu a {
        font-size: var(--fs-16);
    }

    .btn-primary {
        /* width: 165px; */
        font-size: var(--fs-15);
    }

    /*=========================================
            MEGA MENU
    =========================================*/

    .mega-menu {
        width: revert-rule;
    }

    /*=========================================
                HERO
    =========================================*/

    .hero-wrapper {
        gap: 60px;
    }

    .hero-content h1 {
        font-size: var(--fs-42);
        width: 100%;
    }

    .hero-content p {
        font-size: var(--fs-18);
        width: 100%;
    }

    .hero-card h4 {
        font-size: var(--fs-14);
    }

    /*=========================================
                FEATURES
    =========================================*/

    .section-heading h2 {
        font-size: var(--fs-36);
    }

    .features-wrapper {
        gap: 30px;
    }

    /*=========================================
                PRICING
    =========================================*/

    .pricing {
        padding: 80px 0;
    }

    .pricing-wrapper {
        gap: 24px;
    }

    .pricing-card {
        padding: 24px;
    }

    .price {
        font-size: var(--fs-42);
    }

    .pricing-card h3 {
        font-size: var(--fs-32);
    }

    /*=========================================
            TRUSTPILOT
    =========================================*/

    .trustpilot-card {
        max-width: 100%;
        padding: var(--space-30);
    }

    /*=========================================
            CONTACT FORM
    =========================================*/

    .contact-wrapper {
        gap: var(--space-30);
    }

    .contact-info,
    .contact-card {
        padding: var(--space-25);
    }

    .contact-row {
        gap: var(--space-15);
    }

    /*=========================================
            FOOTER RESPONSIVE
    =========================================*/

    .footer-top {
        grid-template-columns: 72% 28%;
        gap: var(--space-40);
    }

    .footer-divider,
    .footer-disclaimer p {
        width: 100%;
    }

    .footer-right {
        padding-top: 66px;
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width: 992px) {

    .navbar {
        grid-template-columns: 1fr auto;
    }

    .navbar-center,
    .navbar-right {
        display: none;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        background: none;
        cursor: pointer;
    }

    .menu-toggle i {
        width: 28px;
        font-size: var(--fs-18);
        color: var(--heading);
        transition: .35s;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        height: 100vh;
        background: var(--white);
        box-shadow: var(--shadow-md);
        transition: .35s;
        z-index: 1001;
        /* padding-top: 100px; */
    }

    .mobile-menu.active {
        right: 0;
    }

    .mobile-menu ul {
        padding: 0 30px;
    }

    .mobile-menu li {
        margin-bottom: 25px;
    }

    .mobile-menu a {
        font-size: var(--fs-18);
        color: var(--heading);
    }

    .menu-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        opacity: 0;
        visibility: hidden;
        transition: .35s;
        z-index: 1000;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .menu-toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    body.menu-open {
        overflow: hidden;
    }

    /*=========================================
            MEGA MENU
    =========================================*/

    .has-mega-menu::after {
        display: none;
    }

    .mega-menu {
        display: none !important;
    }

    .has-mega-menu:hover .mega-menu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-50%) translateY(15px);
    }

    /*=========================================
                HERO
    =========================================*/

    .hero {
        padding: 70px 0;
    }

    .hero-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero-content {
        order: 1;
        text-align: center;
    }

    .hero-badge {
        font-size: var(--fs-10);
    }

    .hero-content h1 {
        width: 100%;
    }

    .hero-content p {
        max-width: 100%;
        width: 100%;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image {
        order: 2;
    }

    .hero-card {
        width: 90%;
    }

    .hero-card h4 {
        font-size: var(--fs-13);
    }

    .hero-card p {
        font-size: var(--fs-10);
    }

    /*=========================================
                FEATURES
    =========================================*/

    .features {
        padding: 80px 0;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .section-heading h2 {
        font-size: var(--fs-32);
    }

    .section-heading p {
        font-size: var(--fs-16);
        width: 100%;
    }

    .features-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    /*=========================================
                PRICING
    =========================================*/

    .pricing {
        padding: 70px 0;
    }

    .pricing-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 650px;
        margin: 0 auto;
    }

    .pricing-card {
        padding: 30px;
    }

    .pricing-badge {
        top: -14px;
    }

    /*=========================================
            TRUSTPILOT
    =========================================*/

    .trustpilot {
        padding: var(--space-50) 0;
    }

    .trustpilot .section-heading {
        margin-bottom: var(--space-40);
    }

    .trustpilot-card {
        padding: var(--space-30);
    }

    .trustpilot-badge {
        margin-bottom: var(--space-25);
        font-size: var(--fs-18);
    }

    .trustpilot-text {
        font-size: var(--fs-18);
        line-height: 1.6;
    }

    /*=========================================
                SERVICES
    =========================================*/

    .services-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "card1"
            "card2"
            "card3"
            "card4";
    }

    .service-content {
        grid-template-columns: 1fr;
        gap: var(--space-25);
    }

    .service-link {
        justify-self: start;
    }

    /*=========================================
            CONTACT FORM
    =========================================*/

    .contact-form {
        padding: var(--space-50) 0;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: var(--space-30);
    }

    .contact-info,
    .contact-card {
        padding: var(--space-25);
    }

    .contact-card {
        order: 2;
    }

    .contact-info {
        order: 1;
    }

    .contact-row {
        grid-template-columns: 1fr;
        gap: var(--space-20);
    }

    .contact-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-20);
    }

    .contact-footer .btn-primary {
        width: 100%;
    }

    /*=========================================
            FOOTER RESPONSIVE
    =========================================*/

    .footer {
        padding: var(--space-30) 0;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: var(--space-40);
    }

    .footer-right {
        padding-top: 0;
    }

    .footer-divider {
        width: 100%;
    }

    .footer-disclaimer p {
        width: 100%;
    }

    .footer-contact {
        gap: var(--space-40);
        flex-wrap: wrap;
    }

    .footer-links {
        margin-bottom: var(--space-25);
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width: 768px) {

    .header {
        height: 74px;
    }

    .container {
        width: calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    .logo {
        font-size: var(--fs-20);
    }

    .menu-close {
        top: 12px;
        right: 20px;
        font-size: 28px;
    }

    .mobile-dropdown {
        margin-bottom: 18px;
    }

    .mobile-dropdown-toggle {
        font-size: var(--fs-16);
    }

    .mobile-submenu {
        padding-left: 12px;
    }

    .mobile-submenu li {
        margin: 10px 0;
    }

    .mobile-submenu a {
        font-size: var(--fs-14);
    }

    /*=========================================
                HERO
    =========================================*/

    .hero-content h1 {
        font-size: var(--fs-42);
    }

    .hero-content p {
        font-size: var(--fs-18);
        width: 100%;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary,
    .btn-outline {
        width: 220px;
    }

    .hero-card {
        /* position: static; */
        right: 0%;
        bottom: 6%;
        width: 90%;
        width: 93%;
    }

    .hero-card h4 {
        font-size: var(--fs-12);
    }

    .hero-card p {
        font-size: var(--fs-10);
    }

    /*=========================================
                FEATURES
    =========================================*/

    .section-heading h2 {
        font-size: var(--fs-36);
    }

    .features-wrapper {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 30px;
    }

    /*=========================================
                PRICING
    =========================================*/

    .pricing {
        padding: 60px 0;
    }

    .pricing-card {
        padding: 24px;
    }

    .pricing-card h3 {
        font-size: var(--fs-28);
    }

    .price {
        font-size: 40px;
    }

    .fees {
        font-size: var(--fs-12);
    }

    .pricing-desc,
    .pricing-label,
    .pricing-card li span {
        font-size: var(--fs-16);
    }

    .pricing-card ul {
        gap: 16px;
    }

    .pricing-btn {
        height: 46px;
        font-size: var(--fs-16);
    }

    /*=========================================
            TRUSTPILOT
    =========================================*/

    .trustpilot {
        padding: var(--space-40) 0;
    }

    .trustpilot-card {
        padding: var(--space-25);
        border-radius: var(--radius-lg);
    }

    .trustpilot-badge {
        padding: 8px 14px;
        gap: var(--space-5);
        margin-bottom: var(--space-20);
        font-size: var(--fs-16);
    }

    .trustpilot-badge i {
        font-size: var(--fs-16);
    }

    .trustpilot-text {
        font-size: var(--fs-16);
        line-height: 1.7;
    }

    /*=========================================
                SERVICES
    =========================================*/

    .services {
        padding: var(--space-30) 0;
    }

    .service-card {
        padding: var(--space-20);
    }

    .service-card h3 {
        font-size: var(--fs-24);
    }

    .service-column h4 {
        font-size: var(--fs-18);
    }

    /*=========================================
            CONTACT FORM
    =========================================*/

    .contact-form {
        padding: var(--space-40) 0;
    }

    .contact-info,
    .contact-card {
        padding: var(--space-20);
    }

    .contact-info h3,
    .contact-card h3 {
        font-size: var(--fs-24);
    }

    .contact-info p,
    .contact-card p {
        font-size: var(--fs-14);
    }

    .contact-info ul {
        gap: var(--space-20);
    }

    .contact-info li {
        font-size: var(--fs-14);
    }

    .contact-badge {
        white-space: nowrap;
    }

    .contact-divider {
        margin: var(--space-15) 0;
    }

    /*=========================================
            FOOTER RESPONSIVE
    =========================================*/

    .footer {
        padding: var(--space-25) 0;
    }

    .footer-title {
        margin-bottom: var(--space-15);
    }

    .footer-title img {
        width: 240px;
    }

    .footer-disclaimer h4,
    .footer-links h4,
    .footer-help h4,
    .footer-contact-item h5 {
        font-size: var(--fs-18);
    }

    .footer-disclaimer p,
    .footer-links a,
    .footer-help p,
    .footer-contact-item a {
        font-size: var(--fs-14);
    }

    .footer-contact {
        flex-direction: column;
        gap: var(--space-20);
    }

    .footer-bottom {
        margin-top: var(--space-25);
        font-size: var(--fs-14);
        line-height: 1.6;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width: 576px) {

    .header {
        height: 70px;
    }

    .container {
        width: calc(100% - 24px);
        max-width: calc(100% - 24px);
    }

    .logo {
        font-size: var(--fs-18);
    }

    .logo img {
        width: 200px;
    }

    .menu-toggle {
        width: 36px;
        height: 36px;
    }

    .menu-toggle i {
        font-size: var(--fs-16);
    }

    .menu-close {
        top: 10px;
        right: 16px;
        font-size: var(--fs-24);
    }

    .mobile-dropdown {
        margin-bottom: 15px;
    }

    .mobile-dropdown-toggle {
        font-size: var(--fs-14);
    }

    .mobile-submenu {
        padding-left: 10px;
    }

    .mobile-submenu li {
        margin: 8px 0;
    }

    .mobile-submenu a {
        font-size: var(--fs-13);
    }

    /*=========================================
                HERO
    =========================================*/

    .hero {
        padding: 55px 0;
    }

    .hero-content h1 {
        font-size: var(--fs-36);
    }

    .hero-content p {
        font-size: var(--fs-16);
        width: 100%;
    }

    .hero-card {
        gap: var(--space-10);
        padding: 5px;
    }

    .hero-card-icon {
        width: 42px;
        height: 42px;
    }

    .hero-card h4 {
        font-size: var(--fs-10);
    }

    .hero-card p {
        font-size: var(--fs-8);
    }

    /* .hero-card {
        flex-direction: column;
        text-align: center;
    } */

    /*=========================================
                FEATURES
    =========================================*/

    .features {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: var(--fs-32);
    }

    .section-heading p {
        font-size: var(--fs-16);
    }

    .feature-card h3 {
        font-size: var(--fs-24);
    }

    .feature-card p {
        font-size: var(--fs-16);
    }

    /*=========================================
                PRICING
    =========================================*/

    .pricing {
        padding: 50px 0;
    }

    .pricing-card {
        padding: 20px;
    }

    .pricing-card h3 {
        font-size: var(--fs-24);
    }

    .pricing-price {
        flex-wrap: wrap;
        gap: 6px;
    }

    .price {
        font-size: var(--fs-36);
    }

    .pricing-desc,
    .pricing-card li span {
        font-size: var(--fs-14);
        line-height: 1.7;
    }

    .pricing-btn {
        width: 100%;
        height: 44px;
        font-size: var(--fs-16);
    }

    .pricing-badge {
        font-size: var(--fs-9);
        letter-spacing: 1px;
        padding: 4px 10px;
    }

    /*=========================================
            TRUSTPILOT
    =========================================*/

    .trustpilot {
        padding: var(--space-30) 0;
    }

    .trustpilot-card {
        padding: var(--space-20);
        border-radius: var(--radius-md);
    }

    .trustpilot-badge {
        padding: 6px 12px;
        font-size: var(--fs-14);
    }

    .trustpilot-badge i {
        font-size: var(--fs-14);
    }

    .trustpilot-text {
        font-size: var(--fs-14);
        line-height: 1.8;
    }

    /*=========================================
                SERVICES
    =========================================*/

    .service-icon {
        width: 46px;
        height: 46px;
    }

    .service-icon i {
        font-size: var(--fs-20);
    }

    .service-card h3 {
        font-size: var(--fs-20);
    }

    .service-card p,
    .service-column li {
        font-size: var(--fs-14);
    }

    .service-link {
        font-size: var(--fs-16);
    }

    /*=========================================
            CONTACT FORM
    =========================================*/

    .contact-form {
        padding: var(--space-30) 0;
    }

    .contact-info,
    .contact-card {
        padding: var(--space-15);
        border-radius: var(--radius-md);
    }

    .contact-info h3,
    .contact-card h3 {
        font-size: var(--fs-20);
    }

    .contact-info p,
    .contact-card p {
        font-size: var(--fs-13);
        line-height: 1.7;
    }

    .contact-info ul {
        gap: var(--space-15);
    }

    .contact-info li {
        font-size: var(--fs-13);
    }

    .form-group label {
        font-size: var(--fs-10);
    }

    .form-group input,
    .form-group textarea {
        font-size: var(--fs-14);
    }

    .contact-footer {
        padding: var(--space-15);
    }

    .contact-footer p {
        font-size: var(--fs-12);
    }

    .contact-footer .btn-primary {
        width: 100%;
    }

    /*=========================================
            FOOTER RESPONSIVE
    =========================================*/

    .footer {
        padding: var(--space-20) 0;
    }

    .footer-disclaimer p {
        line-height: 1.8;
    }

    .footer-links ul {
        gap: var(--space-5);
    }

    .footer-contact-item span {
        display: block;
        margin-top: var(--space-5);
    }

    .footer-bottom {
        font-size: var(--fs-12);
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width: 380px) {

    .logo {
        font-size: var(--fs-16);
    }

    .menu-close {
        font-size: var(--fs-24);
    }

    .mobile-dropdown-toggle {
        font-size: var(--fs-14);
    }

    .mobile-submenu a {
        font-size: var(--fs-1);
    }

    /*=========================================
                HERO
    =========================================*/

    .hero-content h1 {
        font-size: var(--fs-32);
    }

    /*=========================================
                PRICING
    =========================================*/

    .pricing-card {
        padding: 18px;
    }

    .pricing-card h3 {
        font-size: var(--fs-22);
    }

    .price {
        font-size: var(--fs-32);
    }

    .pricing-card li {
        gap: 8px;
    }

    .pricing-card li i {
        font-size: var(--fs-14);
    }

    /*=========================================
            FOOTER RESPONSIVE
    =========================================*/

    .footer-title img {
        width: 190px;
    }

}


/*=========================================
        SERVICE PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width: 1400px) {}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width: 1200px) {

    /*=========================================
        SERVICE HERO RESPONSIVE
    =========================================*/

    .service-hero-card {
        width: 40%;
        max-width: 460px;
        left: var(--space-30);
    }

    /*=========================================
            PROCESS RESPONSIVE
    =========================================*/

    .process-cards {
        gap: var(--space-30);
    }

    .process-heading h2 {
        font-size: var(--fs-36);
    }

    .process-heading p {
        width: 90%;
        font-size: var(--fs-18);
    }

    .process-card p {
        width: 100%;
    }

    /*=========================================
            EXTENSION RESPONSIVE
    =========================================*/

    .extension-wrapper {
        grid-template-columns: 1fr;
        gap: var(--space-40);
    }

    .extension-content {
        order: 2;
        text-align: center;
    }

    .extension-image {
        order: 1;
    }

    .extension-content h2 {
        font-size: var(--fs-36);
    }

    .extension-text {
        width: 100%;
        font-size: var(--fs-18);
    }

    .extension-buttons {
        justify-content: center;
    }

    /*=========================================
        TESTIMONIAL RESPONSIVE
    =========================================*/

    .testimonial {
        padding: var(--space-60) 0;
    }

    .testimonial .section-heading h2 {
        font-size: var(--fs-36);
    }

    .testimonial-card p {
        min-height: 190px;
        font-size: var(--fs-18);
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width: 992px) {

    /*=========================================
        SERVICE HERO RESPONSIVE
    =========================================*/

    .service-hero {
        padding: var(--space-30) 0;
    }

    .service-hero-wrapper {
        min-height: 460px;
    }

    .service-hero-card {
        width: 45%;
        max-width: none;
        left: var(--space-25);
        padding: var(--space-25);
    }

    .service-hero-card h2 {
        font-size: var(--fs-32);
    }

    .service-hero-desc,
    .service-hero-card li span {
        font-size: var(--fs-16);
    }

    .service-hero-card .btn {
        width: fit-content;
    }

    /*=========================================
            PROCESS RESPONSIVE
    =========================================*/

    .process {
        padding: var(--space-20) 0 var(--space-60);
    }

    .process-heading {
        margin-bottom: var(--space-30);
    }

    .process-heading h2 {
        font-size: var(--fs-36);
    }

    .process-heading p {
        width: 100%;
        font-size: var(--fs-18);
    }

    .process-cards {
        grid-template-columns: 1fr;
        gap: var(--space-25);
    }

    .process-cards::before {
        content: "";
        position: absolute;
        top: 40px;
        bottom: 40px;
        left: 30px;
        width: 1px;
        height: auto;
        background: var(--border);
        transform: none;
        z-index: 0;
    }

    .process-card {
        position: relative;
        z-index: 2;
        min-height: auto;
    }

    .process-number {
        position: relative;
        z-index: 3;
    }

    .process-card p {
        width: 100%;
    }

    /*=========================================
            EXTENSION RESPONSIVE
    =========================================*/

    .extension {
        padding: var(--space-60) 0;
    }

    .extension-wrapper {
        grid-template-columns: 1fr;
        gap: var(--space-40);
    }

    .extension-content {
        order: 2;
        text-align: center;
    }

    .extension-image {
        order: 1;
    }

    .extension-content h2 {
        font-size: var(--fs-36);
    }

    .extension-text {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .extension-insight {
        text-align: left;
    }

    .extension-buttons {
        justify-content: center;
    }

    .extension-cards {
        left: var(--space-20);
        right: var(--space-20);
        bottom: var(--space-20);
    }

    .extension-card {
        width: 32%;
        min-height: 70px;
        padding: var(--space-10);
    }

    .extension-card-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .extension-card-icon i {
        font-size: var(--fs-18);
    }

    .extension-card-content h5 {
        font-size: var(--fs-14);
    }


    /*=========================================
        AUTHORITY SECTION
    =========================================*/

    .authority-grid {
        grid-template-columns: 1fr;
    }

    .authority-card {
        padding: var(--space-20);
    }

    .authority-right p {
        width: 100%;
    }

    /*=========================================
        TESTIMONIAL RESPONSIVE
    =========================================*/

    .testimonial {
        padding: var(--space-60) 0;
    }

    .testimonial .section-heading {
        margin-bottom: var(--space-30);
    }

    .testimonial .section-heading h2 {
        font-size: var(--fs-32);
    }

    .testimonial-card {
        padding: var(--space-20);
    }

    .testimonial-card p {
        min-height: auto;
        font-size: var(--fs-18);
    }

    .testimonial-stars {
        margin-bottom: var(--space-15);
        font-size: var(--fs-18);
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width: 768px) {

    /*=========================================
        SERVICE HERO RESPONSIVE
    =========================================*/

    .service-hero {
        padding: var(--space-25) 0;
    }

    .service-hero-wrapper {
        min-height: 650px;
    }

    .service-hero-image {
        height: 650px;
    }

    .service-hero-image::before {
        background: linear-gradient(180deg,
                rgba(255, 248, 227, .90) 0%,
                rgba(255, 248, 227, .70) 45%,
                rgba(255, 248, 227, .25) 100%);
    }

    .service-hero-card {
        width: 88%;
        max-width: none;

        left: 50%;
        top: 50%;

        transform: translate(-50%, -50%);
    }

    /*=========================================
            PROCESS RESPONSIVE
    =========================================*/

    .process {
        padding: var(--space-20) 0 var(--space-50);
    }

    .process-heading {
        margin-bottom: var(--space-25);
    }

    .process-heading h2 {
        font-size: var(--fs-32);
    }

    .process-heading p {
        width: 100%;
        font-size: var(--fs-16);
        line-height: 1.7;
    }

    .process-card {
        padding: var(--space-20);
    }

    .process-number {
        width: 55px;
        height: 46px;
        margin-bottom: var(--space-20);
        font-size: var(--fs-28);
    }

    .process-card h3 {
        font-size: var(--fs-18);
    }

    .process-card p {
        width: 100%;
        font-size: var(--fs-16);
        line-height: 1.7;
    }

    /*=========================================
            EXTENSION RESPONSIVE
    =========================================*/

    .extension {
        padding: var(--space-50) 0;
    }

    .extension-wrapper {
        gap: var(--space-30);
    }

    .extension-content h2 {
        margin-bottom: var(--space-15);
        font-size: var(--fs-32);
    }

    .extension-text {
        margin-bottom: var(--space-20);
        font-size: var(--fs-16);
    }

    .extension-insight {
        margin-bottom: var(--space-25);
        padding: var(--space-15);
    }

    .extension-buttons {
        gap: var(--space-15);
    }

    .extension .btn-primary,
    .extension .btn-outline {
        width: 220px;
    }

    /*=========================================
        AUTHORITY SECTION
    =========================================*/

    .authority {
        padding: var(--space-40) 0;
    }

    .authority .section-heading {
        margin-bottom: var(--space-30);
    }

    .authority .section-heading h2 {
        font-size: var(--fs-32);
    }

    .authority-card h3 {
        font-size: var(--fs-20);
    }

    .authority-left li,
    .authority-right p {
        font-size: var(--fs-16);
    }

    /*=========================================
        TESTIMONIAL RESPONSIVE
    =========================================*/

    .testimonial {
        padding: var(--space-50) 0;
    }

    .testimonial .section-heading h2 {
        font-size: var(--fs-28);
    }

    .testimonial-card {
        padding: var(--space-20);
    }

    .testimonial-card p {
        font-size: var(--fs-16);
        line-height: 1.8;
    }

    .testimonial-user h4 {
        font-size: var(--fs-18);
    }

    .testimonial-user span {
        font-size: var(--fs-14);
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width: 576px) {

    /*=========================================
        SERVICE HERO RESPONSIVE
    =========================================*/

    .service-hero {
        padding: var(--space-20) 0;
    }

    .service-hero-wrapper {
        min-height: 600px;
    }

    .service-hero-image {
        height: 600px;
    }

    .service-hero-card {
        width: 92%;
        padding: var(--space-20);
    }

    .service-hero-card h2 {
        font-size: var(--fs-28);
    }

    .service-hero-desc {
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    .service-hero-card ul {
        gap: var(--space-15);
        margin-bottom: var(--space-25);
    }

    .service-hero-card li {
        gap: var(--space-10);
    }

    .service-hero-card li i {
        font-size: var(--fs-18);
    }

    .service-hero-card li span {
        font-size: var(--fs-14);
        line-height: 1.6;
    }

    .service-hero-card .btn {
        width: 100%;
    }

    /*=========================================
            PROCESS RESPONSIVE
    =========================================*/

    .process {
        padding: var(--space-20) 0 var(--space-40);
    }

    .process-heading h2 {
        font-size: var(--fs-28);
    }

    .process-heading p {
        font-size: var(--fs-16);
    }

    .process-card {
        padding: var(--space-20);
        border-radius: var(--radius-md);
    }

    .process-number {
        width: 50px;
        height: 42px;
        font-size: var(--fs-24);
    }

    .process-card h3 {
        font-size: var(--fs-18);
    }

    .process-card p {
        font-size: var(--fs-16);
        width: 100%;
    }

    /*=========================================
            EXTENSION RESPONSIVE
    =========================================*/

    .extension {
        padding: var(--space-40) 0;
    }

    .extension-content {
        text-align: left;
    }

    .extension-content h2 {
        font-size: var(--fs-28);
    }

    .extension-text {
        font-size: var(--fs-16);
    }

    .extension-insight {
        padding: var(--space-15);
    }

    .extension-buttons {
        flex-direction: column;
        gap: var(--space-15);
    }

    .extension .btn-primary,
    .extension .btn-outline {
        width: 100%;
    }

    .extension-cards {
        position: static;
        display: flex;
        flex-direction: column;
        margin-top: var(--space-20);
    }

    .extension-card {
        width: 100%;
    }

    .extension-card:not(:last-child) {
        margin-bottom: var(--space-15);
    }

    /*=========================================
        AUTHORITY SECTION
    =========================================*/

    .authority-icon {
        width: 44px;
        height: 44px;
    }

    .authority-icon i {
        font-size: var(--fs-20);
    }

    /*=========================================
        TESTIMONIAL RESPONSIVE
    =========================================*/

    .testimonial {
        padding: var(--space-40) 0;
    }

    .testimonial .section-heading {
        margin-bottom: var(--space-25);
    }

    .testimonial .section-heading h2 {
        font-size: var(--fs-24);
    }

    .testimonial-card {
        padding: var(--space-15);
    }

    .testimonial-stars {
        font-size: var(--fs-16);
        gap: var(--space-5);
    }

    .testimonial-card p {
        font-size: var(--fs-16);
        line-height: 1.7;
    }

    .testimonial-divider {
        margin: var(--space-15) 0;
    }


}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width: 380px) {

    /*=========================================
        SERVICE HERO RESPONSIVE
    =========================================*/

    .service-hero-wrapper {
        min-height: 560px;
    }

    .service-hero-image {
        height: 560px;
    }

    .service-hero-card {
        width: 94%;
        padding: var(--space-15);
    }

    .service-hero-card h2 {
        font-size: var(--fs-24);
    }

    .service-hero-desc {
        font-size: var(--fs-14);
    }

    .service-hero-card li span {
        font-size: var(--fs-14);
    }

    /*=========================================
            EXTENSION RESPONSIVE
    =========================================*/

    .extension {
        padding: var(--space-30) 0;
    }

    .extension-content h2 {
        font-size: var(--fs-24);
    }

    .extension-text {
        font-size: var(--fs-14);
    }

    .extension-insight span {
        font-size: var(--fs-12);
    }

    .extension-insight p {
        font-size: var(--fs-12);
    }

    /*=========================================
        TESTIMONIAL RESPONSIVE
    =========================================*/

    .testimonial {
        padding: var(--space-30) 0;
    }

    .testimonial .section-heading h2 {
        font-size: var(--fs-20);
    }

    .testimonial-card {
        padding: var(--space-15);
    }

    .testimonial-card p {
        font-size: var(--fs-14);
    }

    .testimonial-user h4 {
        font-size: var(--fs-16);
    }

    .testimonial-user span {
        font-size: var(--fs-12);
    }


}



/*=========================================
        BLOG PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width: 1400px) {

    /*=========================================
            CTA BANNER RESPONSIVE
    =========================================*/

    .cta-banner-content {
        width: 60%;
        padding: var(--space-30);
    }

    /*=========================================
            BLOG POSTS
    =========================================*/

    .blog-posts .section-heading {
        margin: 0 auto var(--space-40);
    }

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width: 1200px) {

    /*=========================================
            BLOG BANNER RESPONSIVE
    =========================================*/

    .blog-banner-image {
        max-width: 680px;
    }

    /*=========================================
            BLOG POSTS
    =========================================*/

    .blog-posts .section-heading {
        margin: 0 auto var(--space-35);
    }

    .blog-filter {
        gap: var(--space-30);
    }

    .blog-categories {
        column-gap: var(--space-40);
    }

    .blog-search {
        width: 360px;
    }

    .blog-grid {
        gap: var(--space-30);
    }

    .blog-card-content {
        width: 92%;
    }

    .blog-card-content p {
        font-size: var(--fs-16);
    }

    /*=========================================
            CTA BANNER RESPONSIVE
    =========================================*/

    .cta-banner-content {
        width: 60%;
        padding: var(--space-30);
    }

    .cta-banner-content h2 {
        font-size: var(--fs-32);
    }

    .cta-banner-content p {
        width: 95%;
        font-size: var(--fs-18);
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width: 992px) {

    /*=========================================
                BLOG HERO
    =========================================*/

    .blog-hero {
        padding: var(--space-60) 0;
    }

    .blog-hero-content h1 {
        font-size: var(--fs-36);
    }

    .blog-hero-content p {
        width: 85%;
        font-size: var(--fs-18);
    }

    /*=========================================
            BLOG BANNER RESPONSIVE
    =========================================*/

    .blog-banner {
        padding: var(--space-60) 0;
    }

    .blog-banner-image {
        max-width: 100%;
    }

    /*=========================================
            BLOG POSTS
    =========================================*/

    .blog-posts .section-heading {
        margin: 0 auto var(--space-30);
    }

    .blog-posts .section-heading h2 {
        font-size: var(--fs-36);
    }

    .blog-filter {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-25);
    }

    .blog-categories {
        width: 100%;
        justify-content: flex-start;
        column-gap: var(--space-30);
        row-gap: var(--space-20);
    }

    .blog-search {
        width: 100%;
    }

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-30);
    }

    /*=========================================
            CTA BANNER RESPONSIVE
    =========================================*/

    .cta-banner {
        padding: var(--space-60) 0;
    }

    .cta-banner-overlay {
        background: linear-gradient(90deg,
                rgba(255, 251, 248, .95) 0%,
                rgba(255, 251, 248, .90) 40%,
                rgba(255, 251, 248, .60) 70%,
                rgba(255, 251, 248, .25) 100%);
    }

    .cta-banner-content {
        width: 70%;
        padding: var(--space-30);
    }

    .cta-banner-content h2 {
        font-size: var(--fs-32);
    }

    .cta-banner-content p {
        width: 100%;
        font-size: var(--fs-18);
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width: 768px) {

    /*=========================================
                BLOG HERO
    =========================================*/

    .blog-hero {
        padding: var(--space-50) 0;
    }

    .blog-hero-content h1 {
        margin-bottom: var(--space-15);
        font-size: var(--fs-32);
    }

    .blog-hero-content p {
        width: 100%;
        font-size: var(--fs-18);
    }

    /*=========================================
            BLOG BANNER RESPONSIVE
    =========================================*/

    .blog-banner {
        padding: var(--space-50) 0;
    }

    /*=========================================
            BLOG POSTS
    =========================================*/

    .blog-posts .section-heading {
        margin: 0 auto var(--space-25);
    }

    .blog-posts .section-heading h2 {
        font-size: var(--fs-32);
        line-height: 1.2;
    }

    .blog-posts {
        padding: var(--space-30) 0 var(--space-60);
    }

    .blog-filter {
        margin-bottom: var(--space-40);
        padding-bottom: var(--space-30);
    }

    .blog-categories {
        justify-content: center;
        column-gap: var(--space-25);
        row-gap: var(--space-15);
    }

    .blog-categories button {
        font-size: var(--fs-18);
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: var(--space-30);
    }

    .blog-card-content {
        width: 90%;
        bottom: var(--space-20);
        padding: var(--space-15);
    }

    .blog-card-content h3 {
        font-size: var(--fs-18);
    }

    .blog-card-content p {
        font-size: var(--fs-16);
    }

    /*=========================================
            CTA BANNER RESPONSIVE
    =========================================*/

    .cta-banner-overlay {
        background: rgba(255, 251, 248, .82);
    }

    .cta-banner-content {
        width: 100%;
        padding: var(--space-25);
    }

    .cta-banner-content h2 {
        font-size: var(--fs-32);
    }

    .cta-banner-content p {
        width: 100%;
        font-size: var(--fs-18);
        line-height: 1.6;
    }

    .cta-banner-buttons {
        width: 100%;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width: 576px) {

    /*=========================================
                BLOG HERO
    =========================================*/

    .blog-hero {
        padding: var(--space-40) 0;
    }

    .blog-hero-content h1 {
        font-size: var(--fs-28);
    }

    .blog-hero-content p {
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    /*=========================================
            BLOG BANNER RESPONSIVE
    =========================================*/

    .blog-banner {
        padding: var(--space-40) 0;
    }

    /*=========================================
            BLOG POSTS
    =========================================*/

    .blog-posts .section-heading {
        margin: 0 auto var(--space-20);
    }

    .blog-posts .section-heading h2 {
        font-size: var(--fs-28);
    }

    .blog-filter {
        align-items: stretch;
    }

    .blog-categories {
        justify-content: center;
        overflow-x: auto;
        flex-wrap: wrap;
        column-gap: var(--space-25);
        padding-bottom: var(--space-10);

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .blog-categories::-webkit-scrollbar {
        display: none;
    }

    .blog-categories button {
        white-space: nowrap;
        font-size: var(--fs-16);
    }

    .blog-search input {
        height: 44px;
        font-size: var(--fs-16);
        padding: 0 50px 0 var(--space-15);
    }

    .blog-search button {
        width: 32px;
        height: 32px;
    }

    .blog-card {
        border-left: 6px solid var(--primary);
    }

    .blog-card-content {
        width: 92%;
        padding: var(--space-15);
    }

    .blog-card-content span {
        margin-bottom: var(--space-5);
    }

    .blog-card-content h3 {
        margin-bottom: var(--space-5);
        font-size: var(--fs-14);
    }

    .blog-card-content p {
        font-size: var(--fs-12);
        line-height: 1.6;
    }

    /*=========================================
            CTA BANNER RESPONSIVE
    =========================================*/

    .cta-banner {
        padding: var(--space-40) 0;
    }

    .cta-banner-wrapper {
        border-radius: var(--radius-md);
    }

    .cta-banner-content {
        padding: var(--space-20);
    }

    .cta-banner-badge {
        gap: var(--space-5);
        padding: 4px var(--space-10);
        margin-bottom: var(--space-15);
        font-size: var(--fs-10);
        letter-spacing: 1px;
    }

    .cta-banner-content h2 {
        font-size: var(--fs-28);
    }

    .cta-banner-content p {
        margin-bottom: var(--space-20);
        font-size: var(--fs-16);
    }

    .cta-banner-buttons {
        flex-direction: column;
        gap: var(--space-10);
    }

    .cta-banner-buttons .btn {
        width: 100%;
        justify-content: center;
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width: 380px) {

    /*=========================================
            BLOG POSTS
    =========================================*/

    .blog-posts .section-heading h2 {
        font-size: 24px;
    }

    .blog-categories {
        column-gap: var(--space-20);
    }

    .blog-categories button {
        font-size: var(--fs-14);
    }

    .blog-search input {
        height: 42px;
        font-size: var(--fs-14);
    }

    .blog-card-content {
        width: 94%;
        bottom: var(--space-15);
        padding: var(--space-10);
    }

    .blog-card-content span {
        font-size: var(--fs-12);
    }

    .blog-card-content h3 {
        font-size: var(--fs-13);
    }

    .blog-card-content p {
        font-size: var(--fs-11);
    }

    /*=========================================
            CTA BANNER RESPONSIVE
    =========================================*/

    .cta-banner-content h2 {
        font-size: var(--fs-24);
    }

    .cta-banner-content p {
        font-size: var(--fs-14);
    }

}



/*=========================================
        ABOUT PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width: 1400px) {

    /*=========================================
        ABOUT HERO RESPONSIVE
    =========================================*/

    .about-hero-content {
        width: 52%;
        padding: var(--space-50);
    }

    /*=========================================
        COMPANY HISTORY RESPONSIVE
    =========================================*/

    .company-history-connector {
        width: 78%;
        right: -12px;
    }

    /*=========================================
        SERVICES SECTION RESPONSIVE
    =========================================*/

    .services-section .services-grid {
        gap: var(--space-30);
    }

    .services-section .service-card p {
        width: 80%;
    }

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width: 1200px) {

    /*=========================================
        ABOUT HERO RESPONSIVE
    =========================================*/

    .about-hero {
        padding: var(--space-60) 0;
    }

    .about-hero-wrapper {
        min-height: 460px;
    }

    .about-hero-content {
        width: 55%;
        min-height: 460px;
        padding: var(--space-40);
    }

    .about-hero-content h1 {
        font-size: var(--fs-48);
    }

    .about-hero-content p {
        width: 100%;
        font-size: var(--fs-18);
    }

    /*=========================================
        COMPANY HISTORY RESPONSIVE
    =========================================*/

    .company-history {
        padding: var(--space-60) 0;
    }

    .company-history-wrapper {
        column-gap: var(--space-30);
    }

    .company-history-connector {
        top: 50%;
        right: -12px;
        width: 76%;
        height: 50%;
        transform: translateY(-50%);
    }

    .company-history-card {
        padding: var(--space-20);
    }

    .company-history-card h3 {
        font-size: var(--fs-18);
    }

    .company-history-card p {
        font-size: var(--fs-16);
    }

    /*=========================================
        SERVICES SECTION RESPONSIVE
    =========================================*/

    .services-section {
        padding: var(--space-60) 0;
    }

    .services-section .section-heading {
        margin-bottom: var(--space-50);
    }

    .services-section .section-heading h2 {
        font-size: var(--fs-36);
    }

    .services-section .section-heading p {
        font-size: var(--fs-18);
    }

    .services-section .services-grid {
        gap: var(--space-25);
    }

    .services-section .service-card {
        padding: var(--space-20);
    }

    .services-section .service-card h3 {
        font-size: var(--fs-18);
    }

    .services-section .service-card p {
        font-size: var(--fs-14);
        width: 80%;
    }

    .services-section .service-card a {
        font-size: var(--fs-18);
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width: 992px) {

    /*=========================================
        ABOUT HERO RESPONSIVE
    =========================================*/

    .about-hero-wrapper {
        min-height: 420px;
    }

    .about-hero-content {
        width: 65%;
        min-height: 420px;
        padding: var(--space-40) var(--space-30);
    }

    .about-hero-content h1 {
        font-size: var(--fs-42);
    }

    .about-hero-content p {
        font-size: var(--fs-18);
        line-height: 1.6;
    }

    /*=========================================
        COMPANY HISTORY RESPONSIVE
    =========================================*/

    .company-history {
        padding: var(--space-50) 0;
    }

    .company-history .section-heading {
        margin-bottom: var(--space-40);
    }

    .company-history .section-heading h2 {
        font-size: var(--fs-36);
    }

    .company-history-wrapper {
        grid-template-columns: 1fr;
        gap: var(--space-20);
    }

    .company-history-connector {
        bottom: 5%;
        right: var(--space-20);
        width: 2px;
        height: 90%;
        border: none;
        border-radius: 0;
        background: var(--border);
    }

    .company-history-card {
        width: calc(100% - var(--space-40));
        margin-right: var(--space-40);
    }

    .company-history-card::after {
        content: "";
        position: absolute;
        top: 50%;
        right: calc(var(--space-20) * -1);
        width: var(--space-20);
        height: 2px;
        background: var(--border);
        transform: translateY(-50%);
    }

    /*=========================================
        SERVICES SECTION RESPONSIVE
    =========================================*/

    .services-section {
        padding: var(--space-50) 0;
    }

    .services-section .section-heading {
        margin-bottom: var(--space-40);
    }

    .services-section .section-heading h2 {
        font-size: var(--fs-32);
    }

    .services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-20);
    }

    .services-section .service-card p {
        width: 100%;
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width: 768px) {

    /*=========================================
        ABOUT HERO RESPONSIVE
    =========================================*/

    .about-hero {
        padding: var(--space-50) 0;
    }

    .about-hero-wrapper {
        min-height: 500px;
    }

    .about-hero-overlay {
        background: rgba(255, 247, 227, .88);
    }

    .about-hero-content {
        width: 100%;
        min-height: 500px;
        justify-content: center;
        padding: var(--space-30);
    }

    .about-hero-content h1 {
        font-size: var(--fs-36);
    }

    .about-hero-content p {
        width: 100%;
        font-size: var(--fs-18);
    }

    /*=========================================
        COMPANY HISTORY RESPONSIVE
    =========================================*/

    .company-history {
        padding: var(--space-40) 0;
    }

    .company-history .section-heading h2 {
        font-size: var(--fs-32);
        line-height: 1.2;
    }

    .company-history-card {
        padding: var(--space-20);
    }

    .company-history-card span {
        font-size: var(--fs-13);
    }

    .company-history-card h3 {
        font-size: var(--fs-18);
    }

    .company-history-card p {
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    /*=========================================
        SERVICES SECTION RESPONSIVE
    =========================================*/

    .services-section {
        padding: var(--space-40) 0;
    }

    .services-section .section-heading {
        margin-bottom: var(--space-30);
    }

    .services-section .section-heading h2 {
        font-size: var(--fs-28);
    }

    .services-section .section-heading p {
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    .services-section .services-grid {
        grid-template-columns: 1fr;
        gap: var(--space-20);
    }

    .services-section .service-card {
        padding: var(--space-20);
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width: 576px) {

    /*=========================================
        ABOUT HERO RESPONSIVE
    =========================================*/

    .about-hero {
        padding: var(--space-40) 0;
    }

    .about-hero-wrapper {
        min-height: 430px;
        border-radius: var(--radius-md);
    }

    .about-hero-content {
        min-height: 430px;
        padding: var(--space-20);
    }

    .about-hero-content h1 {
        margin-bottom: var(--space-15);
        font-size: var(--fs-32);
    }

    .about-hero-content p {
        margin-bottom: var(--space-20);
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    /*=========================================
        COMPANY HISTORY RESPONSIVE
    =========================================*/

    .company-history {
        padding: var(--space-30) 0;
    }

    .company-history .section-heading {
        margin-bottom: var(--space-30);
    }

    .company-history .section-heading h2 {
        font-size: var(--fs-28);
    }

    .company-history-card {
        padding: var(--space-15);
        border-radius: var(--radius-sm);
    }

    .company-history-card span {
        margin-bottom: 8px;
        font-size: var(--fs-12);
    }

    .company-history-card h3 {
        margin-bottom: 8px;
        font-size: var(--fs-16);
    }

    .company-history-card p {
        font-size: var(--fs-14);
        line-height: 1.6;
    }

    /*=========================================
        SERVICES SECTION RESPONSIVE
    =========================================*/

    .services-section {
        padding: var(--space-30) 0;
    }

    .services-section .section-heading h2 {
        font-size: var(--fs-24);
    }

    .services-section .section-heading p {
        font-size: var(--fs-15);
    }

    .services-section .service-tag {
        width: 46px;
        height: 42px;
        margin-bottom: var(--space-15);
        font-size: 26px;
    }

    .services-section .service-card {
        padding: var(--space-15);
        border-radius: var(--radius-sm);
    }

    .services-section .service-card h3 {
        font-size: var(--fs-16);
    }

    .services-section .service-card p {
        font-size: var(--fs-14);
        line-height: 1.7;
    }

    .services-section .service-card a {
        font-size: var(--fs-16);
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width: 380px) {

    /*=========================================
        ABOUT HERO RESPONSIVE
    =========================================*/

    .about-hero-wrapper {
        min-height: 380px;
    }

    .about-hero-content {
        min-height: 380px;
        padding: var(--space-15);
    }

    .about-hero-content h1 {
        font-size: var(--fs-28);
    }

    .about-hero-content p {
        font-size: var(--fs-14);
        line-height: 1.5;
    }

    /*=========================================
        COMPANY HISTORY RESPONSIVE
    =========================================*/

    .company-history .section-heading h2 {
        font-size: 24px;
    }

    .company-history-card {
        padding: 12px;
    }

    .company-history-card h3 {
        font-size: 15px;
    }

    .company-history-card p {
        font-size: 13px;
    }

    /*=========================================
        SERVICES SECTION RESPONSIVE
    =========================================*/

    .services-section .section-heading h2 {
        font-size: 22px;
    }

    .services-section .section-heading p {
        font-size: 14px;
    }

    .services-section .service-tag {
        width: 42px;
        height: 38px;
        font-size: 22px;
    }

    .services-section .service-card {
        padding: 12px;
    }

    .services-section .service-card h3 {
        font-size: 15px;
    }

    .services-section .service-card p {
        font-size: 13px;
    }

    .services-section .service-card a {
        font-size: 15px;
    }

}




/*=========================================
        SINGLE BLOG PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width:1400px) {

    /*=========================================
        SINGLE BLOG HEADER
    =========================================*/

    .single-blog-content {
        max-width: 850px;
    }

    /*=========================================
        SINGLE BLOG PAGE RESPONSIVE
    =========================================*/

    .single-blog-wrapper {
        max-width: 90%;
    }

    /*=========================================
        SINGLE BLOG HIGHLIGHT RESPONSIVE
    =========================================*/

    .single-blog-box {
        max-width: 760px;
    }

    /*=========================================
        SINGLE BLOG TEXT RESPONSIVE
    =========================================*/

    .single-blog-text-wrapper {
        max-width: 92%;
    }

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width:1200px) {

    /*=========================================
        SINGLE BLOG HEADER
    =========================================*/

    .single-blog-header {
        padding: var(--space-30) 0;
    }

    .single-blog-content {
        max-width: 760px;
    }

    .single-blog-content h1 {
        font-size: var(--fs-36);
    }

    .single-blog-content p {
        font-size: var(--fs-18);
    }

    .breadcrumb li {
        font-size: var(--fs-16);
    }

    /*=========================================
        SINGLE BLOG PAGE RESPONSIVE
    =========================================*/

    .single-blog-body {
        padding: var(--space-50) 0;
    }

    .single-blog-wrapper {
        max-width: 95%;
    }

    .single-blog-wrapper h2 {
        font-size: var(--fs-32);
        margin-bottom: var(--space-20);
    }

    .single-blog-wrapper li {
        font-size: var(--fs-18);
        line-height: 1.7;
    }

    /*=========================================
        SINGLE BLOG HIGHLIGHT RESPONSIVE
    =========================================*/

    .single-blog-highlight {
        padding: var(--space-50) 0;
    }

    .single-blog-highlight-wrapper h2 {
        font-size: var(--fs-32);
    }

    .single-blog-highlight-wrapper>p,
    .single-blog-box li {
        font-size: var(--fs-18);
    }

    .single-blog-box {
        max-width: 720px;
        padding: var(--space-20);
    }

    /*=========================================
        SINGLE BLOG TEXT RESPONSIVE
    =========================================*/

    .single-blog-text {
        padding: var(--space-50) 0;
    }

    .single-blog-text-wrapper {
        max-width: 94%;
    }

    .single-blog-text-wrapper h2 {
        font-size: var(--fs-32);
    }

    .single-blog-text-wrapper p {
        font-size: var(--fs-18);
        line-height: 1.8;
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width:992px) {

    /*=========================================
        SINGLE BLOG HEADER
    =========================================*/

    .single-blog-header {
        padding: var(--space-30) 0;
    }

    .breadcrumb {
        margin-bottom: var(--space-20);
        gap: 8px;
    }

    .breadcrumb li {
        font-size: 15px;
    }

    .single-blog-content {
        max-width: 100%;
    }

    .single-blog-content h1 {
        font-size: var(--fs-32);
        line-height: 1.25;
    }

    .single-blog-content p {
        margin-bottom: var(--space-15);
        font-size: var(--fs-18);
        line-height: 1.7;
    }

    .single-blog-meta {
        gap: 10px 18px;
    }

    .single-blog-meta span {
        font-size: 15px;
    }

    /*=========================================
        SINGLE BLOG PAGE RESPONSIVE
    =========================================*/

    .single-blog-body {
        padding: var(--space-40) 0;
    }

    .single-blog-wrapper {
        max-width: 100%;
    }

    .single-blog-wrapper h2 {
        font-size: var(--fs-28);
        margin-bottom: var(--space-20);
    }

    .single-blog-wrapper ol {
        padding-left: 30px;
    }

    .single-blog-wrapper li {
        margin-bottom: var(--space-25);
        font-size: var(--fs-18);
        line-height: 1.7;
    }

    /*=========================================
        SINGLE BLOG HIGHLIGHT RESPONSIVE
    =========================================*/

    .single-blog-highlight {
        padding: var(--space-40) 0;
    }

    .single-blog-highlight-wrapper {
        max-width: 100%;
    }

    .single-blog-highlight-wrapper h2 {
        font-size: var(--fs-28);
    }

    .single-blog-highlight-wrapper>p {
        margin-bottom: var(--space-20);
        font-size: var(--fs-18);
    }

    .single-blog-box {
        max-width: 100%;
        padding: var(--space-20);
    }

    .single-blog-box li {
        font-size: var(--fs-18);
    }

    /*=========================================
        SINGLE BLOG TEXT RESPONSIVE
    =========================================*/

    .single-blog-text {
        padding: var(--space-40) 0;
    }

    .single-blog-text-wrapper {
        max-width: 96%;
    }

    .single-blog-text-wrapper h2 {
        margin-bottom: var(--space-15);
        font-size: var(--fs-28);
    }

    .single-blog-text-wrapper p {
        font-size: var(--fs-18);
        line-height: 1.75;
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width:768px) {

    /*=========================================
        SINGLE BLOG HEADER
    =========================================*/

    .single-blog-header {
        padding: var(--space-25) 0;
    }

    .breadcrumb {
        gap: 6px;
        margin-bottom: var(--space-15);
    }

    .breadcrumb li {
        font-size: 14px;
    }

    .breadcrumb li i {
        font-size: 8px;
    }

    .single-blog-content h1 {
        font-size: var(--fs-28);
        margin-bottom: var(--space-10);
    }

    .single-blog-content p {
        font-size: var(--fs-16);
        line-height: 1.7;
    }

    .single-blog-meta {
        gap: 10px 15px;
    }

    .single-blog-meta span {
        font-size: 14px;
    }

    /*=========================================
        SINGLE BLOG PAGE RESPONSIVE
    =========================================*/

    .single-blog-body {
        padding: var(--space-30) 0;
    }

    .single-blog-wrapper h2 {
        font-size: var(--fs-24);
        line-height: 1.3;
    }

    .single-blog-wrapper ol {
        padding-left: 26px;
    }

    .single-blog-wrapper li {
        margin-bottom: var(--space-20);
        font-size: var(--fs-16);
        line-height: 1.7;
    }

    /*=========================================
        SINGLE BLOG HIGHLIGHT RESPONSIVE
    =========================================*/

    .single-blog-highlight {
        padding: var(--space-30) 0;
    }

    .single-blog-highlight-wrapper h2 {
        margin-bottom: var(--space-15);
        font-size: var(--fs-24);
    }

    .single-blog-highlight-wrapper>p {
        margin-bottom: var(--space-20);
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    .single-blog-box {
        padding: var(--space-20);
    }

    .single-blog-box li {
        gap: 8px;
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    .single-blog-box li::before {
        width: 5px;
        height: 5px;
    }

    /*=========================================
        SINGLE BLOG TEXT RESPONSIVE
    =========================================*/

    .single-blog-text {
        padding: var(--space-30) 0;
    }

    .single-blog-text-wrapper {
        max-width: 100%;
    }

    .single-blog-text-wrapper h2 {
        margin-bottom: var(--space-15);
        font-size: var(--fs-24);
    }

    .single-blog-text-wrapper p {
        font-size: var(--fs-16);
        line-height: 1.7;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width:576px) {

    /*=========================================
        SINGLE BLOG HEADER
    =========================================*/

    .single-blog-header {
        padding: var(--space-20) 0;
    }

    .breadcrumb {
        row-gap: 8px;
        margin-bottom: var(--space-15);
    }

    .breadcrumb li {
        font-size: 13px;
    }

    .single-blog-content h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .single-blog-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .single-blog-meta {
        gap: 8px;
    }

    .single-blog-meta span {
        font-size: 13px;
    }

    /*=========================================
        SINGLE BLOG PAGE RESPONSIVE
    =========================================*/

    .single-blog-body {
        padding: var(--space-25) 0;
    }

    .single-blog-wrapper h2 {
        margin-bottom: var(--space-15);
        font-size: var(--fs-22);
    }

    .single-blog-wrapper ol {
        padding-left: 22px;
    }

    .single-blog-wrapper li {
        margin-bottom: var(--space-18);
        font-size: var(--fs-15);
        line-height: 1.7;
    }

    /*=========================================
        SINGLE BLOG HIGHLIGHT RESPONSIVE
    =========================================*/

    .single-blog-highlight {
        padding: var(--space-25) 0;
    }

    .single-blog-highlight-wrapper h2 {
        font-size: var(--fs-22);
    }

    .single-blog-highlight-wrapper>p {
        margin-bottom: var(--space-15);
        font-size: var(--fs-15);
    }

    .single-blog-box {
        padding: var(--space-15);
        border-left-width: 4px;
        border-radius: var(--radius-sm);
    }

    .single-blog-box li {
        gap: 8px;
        font-size: var(--fs-15);
    }

    .single-blog-box li::before {
        width: 5px;
        height: 5px;
    }

    /*=========================================
        SINGLE BLOG TEXT RESPONSIVE
    =========================================*/

    .single-blog-text {
        padding: var(--space-25) 0;
    }

    .single-blog-text-wrapper {
        max-width: 100%;
    }

    .single-blog-text-wrapper h2 {
        margin-bottom: var(--space-10);
        font-size: var(--fs-22);
    }

    .single-blog-text-wrapper p {
        font-size: 15px;
        line-height: 1.65;
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width:380px) {

    /*=========================================
        SINGLE BLOG HEADER
    =========================================*/

    .single-blog-header {
        padding: 18px 0;
    }

    .breadcrumb li {
        font-size: 12px;
    }

    .breadcrumb li i {
        font-size: 7px;
    }

    .single-blog-content h1 {
        font-size: 22px;
    }

    .single-blog-content p {
        font-size: 14px;
    }

    .single-blog-meta span {
        font-size: 12px;
    }

    /*=========================================
        SINGLE BLOG PAGE RESPONSIVE
    =========================================*/

    .single-blog-wrapper h2 {
        font-size: var(--fs-20);
    }

    .single-blog-wrapper ol {
        padding-left: 20px;
    }

    .single-blog-wrapper li {
        margin-bottom: var(--space-15);
        font-size: var(--fs-14);
        line-height: 1.6;
    }

    /*=========================================
        SINGLE BLOG HIGHLIGHT RESPONSIVE
    =========================================*/

    .single-blog-highlight-wrapper h2 {
        font-size: 20px;
    }

    .single-blog-highlight-wrapper>p {
        font-size: 14px;
    }

    .single-blog-box {
        padding: 12px;
    }

    .single-blog-box li {
        gap: 6px;
        font-size: 14px;
        line-height: 1.5;
    }

    .single-blog-box li::before {
        width: 4px;
        height: 4px;
    }

    /*=========================================
        SINGLE BLOG TEXT RESPONSIVE
    =========================================*/

    .single-blog-text {
        padding: var(--space-20) 0;
    }

    .single-blog-text-wrapper h2 {
        font-size: 20px;
    }

    .single-blog-text-wrapper p {
        font-size: 14px;
        line-height: 1.6;
    }

}





/*=========================================
        FAQ PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width:1400px) {

    .faq-question {
        padding: 15px 22px;
    }

    /* .faq-answer {
        width: 100%;
    } */

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width:1200px) {

    .faq-section {
        padding: var(--space-50) 0 var(--space-60);
    }

    .faq-tabs {
        gap: var(--space-40);
        margin-bottom: var(--space-35);
        padding-bottom: var(--space-30);
    }

    .faq-tab {
        font-size: var(--fs-20);
    }

    .faq-question {
        padding: 15px 20px;
    }

    .faq-question span:first-child {
        font-size: var(--fs-18);
    }

    .faq-answer {
        padding: 0 20px;
    }

    .faq-answer p {
        font-size: var(--fs-16);
        padding-bottom: 20px;
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width:992px) {

    .faq-section {
        padding: var(--space-40) 0 var(--space-50);
    }

    .faq-tabs {
        gap: var(--space-30);
        margin-bottom: var(--space-30);
        padding-bottom: var(--space-25);
        overflow-x: auto;
        scrollbar-width: none;
    }

    .faq-tabs::-webkit-scrollbar {
        display: none;
    }

    .faq-tab {
        flex-shrink: 0;
        font-size: var(--fs-18);
    }

    .faq-question {
        padding: 16px 18px;
    }

    .faq-question span:first-child {
        width: 90%;
        font-size: var(--fs-18);
        line-height: 1.5;
    }

    .faq-icon {
        width: 32px;
        height: 32px;
    }

    .faq-icon::before,
    .faq-icon::after {
        width: 14px;
    }

    .faq-answer {
        /* width: 100%; */
        padding: 0 18px;
    }

    .faq-answer p {
        font-size: var(--fs-16);
        line-height: 1.7;
        padding-bottom: 18px;
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width:768px) {

    .faq-section {
        padding: var(--space-40) 0;
    }

    .faq-tabs {
        gap: var(--space-25);
        margin-bottom: var(--space-25);
        padding-bottom: 20px;
    }

    .faq-tab {
        font-size: var(--fs-16);
        white-space: nowrap;
    }

    .faq-question {
        align-items: flex-start;
        gap: 15px;
        padding: 16px;
    }

    .faq-question span:first-child {
        width: 100%;
        font-size: var(--fs-16);
        line-height: 1.6;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
    }

    .faq-icon::before,
    .faq-icon::after {
        width: 12px;
    }

    .faq-answer {
        padding: 0 16px;
    }

    .faq-answer p {
        font-size: var(--fs-15);
        line-height: 1.7;
        padding-bottom: 16px;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width:576px) {

    .faq-section {
        padding: 30px 0;
    }

    .faq-tabs {
        gap: 20px;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    .faq-tab {
        font-size: 15px;
    }

    .faq-question {
        padding: 14px;
    }

    .faq-question span:first-child {
        font-size: 15px;
    }

    .faq-icon {
        width: 24px;
        height: 24px;
    }

    .faq-icon::before,
    .faq-icon::after {
        width: 10px;
    }

    .faq-answer {
        padding: 0 14px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.7;
        padding-bottom: 14px;
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width:380px) {

    .faq-tabs {
        gap: 16px;
    }

    .faq-tab {
        font-size: 14px;
    }

    .faq-question {
        padding: 12px;
    }

    .faq-question span:first-child {
        font-size: 14px;
        line-height: 1.5;
    }

    .faq-icon {
        width: 22px;
        height: 22px;
    }

    .faq-icon::before,
    .faq-icon::after {
        width: 9px;
    }

    .faq-answer {
        padding: 0 12px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.6;
        padding-bottom: 12px;
    }

}





/*=========================================
    PRIVACY POLICY RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width:1400px) {

    .privacy-content-wrapper {
        width: 95%;
    }

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width:1200px) {

    .privacy-policy-section {
        padding: 0 0 var(--space-50);
    }

    .privacy-tabs {
        gap: var(--space-40);
        margin-bottom: var(--space-35);
        padding-bottom: var(--space-30);
    }

    .privacy-tab {
        font-size: var(--fs-20);
    }

    .privacy-content-wrapper {
        width: 100%;
    }

    .privacy-content-wrapper p {
        font-size: var(--fs-18);
        line-height: 1.8;
        margin-bottom: var(--space-20);
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width:992px) {

    .privacy-policy-section {
        padding: 0 0 var(--space-40);
    }

    .privacy-tabs {
        gap: var(--space-30);
        margin-bottom: var(--space-30);
        padding-bottom: var(--space-25);
    }

    .privacy-tab {
        font-size: var(--fs-18);
        white-space: nowrap;
    }

    .privacy-content-wrapper p {
        font-size: var(--fs-17);
        line-height: 1.75;
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width:768px) {

    .privacy-policy-section {
        padding: 0 0 var(--space-35);
    }

    .privacy-tabs {
        gap: var(--space-25);
        margin-bottom: var(--space-25);
        padding-bottom: 20px;
    }

    .privacy-tab {
        font-size: var(--fs-16);
    }

    .privacy-content-wrapper p {
        font-size: var(--fs-16);
        line-height: 1.7;
        margin-bottom: 18px;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width:576px) {

    .privacy-policy-section {
        padding: 0 0 30px;
    }

    .privacy-tabs {
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

    .privacy-tab {
        font-size: 15px;
    }

    .privacy-content-wrapper p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width:380px) {

    .privacy-tabs {
        gap: 16px;
    }

    .privacy-tab {
        font-size: 14px;
    }

    .privacy-content-wrapper p {
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 14px;
    }

}




/*=========================================
        CONTACT PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width:1400px) {

    /*=========================================
        CONTACT METHODS RESPONSIVE
    =========================================*/

    .contact-methods .contact-methods-wrapper {
        gap: var(--space-30);
    }

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width:1200px) {

    /*=========================================
        CONTACT METHODS RESPONSIVE
    =========================================*/

    .contact-methods {
        padding: var(--space-60) 0;
    }

    .contact-methods .contact-methods-wrapper {
        gap: var(--space-25);
    }

    .contact-methods .contact-card {
        padding: 18px;
    }

    .contact-methods .contact-card h3 {
        font-size: var(--fs-28);
    }

    .contact-methods .contact-card p {
        font-size: var(--fs-18);
        line-height: 1.7;
    }

    .contact-methods .contact-card-icon {
        width: 54px;
        height: 46px;
        margin-bottom: 18px;
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width:992px) {

    /*=========================================
        CONTACT METHODS RESPONSIVE
    =========================================*/

    .contact-methods {
        padding: var(--space-50) 0;
    }

    .contact-methods .contact-methods-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-methods .contact-card {
        padding: 20px;
    }

    .contact-methods .contact-card h3 {
        font-size: var(--fs-28);
        margin-bottom: 12px;
    }

    .contact-methods .contact-card p {
        font-size: var(--fs-18);
        line-height: 1.7;
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width:768px) {

    /*=========================================
        CONTACT METHODS RESPONSIVE
    =========================================*/

    .contact-methods {
        padding: var(--space-40) 0;
    }

    .contact-methods .contact-card {
        padding: 18px;
    }

    .contact-methods .contact-card-icon {
        width: 50px;
        height: 44px;
        margin-bottom: 16px;
    }

    .contact-methods .contact-card-icon i {
        font-size: 22px;
    }

    .contact-methods .contact-card h3 {
        font-size: var(--fs-24);
        margin-bottom: 10px;
    }

    .contact-methods .contact-card p {
        font-size: var(--fs-16);
        line-height: 1.7;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width:576px) {

    /*=========================================
        CONTACT METHODS RESPONSIVE
    =========================================*/

    .contact-methods {
        padding: 30px 0;
    }

    .contact-methods .contact-methods-wrapper {
        gap: 16px;
    }

    .contact-methods .contact-card {
        padding: 16px;
    }

    .contact-methods .contact-card-icon {
        width: 46px;
        height: 40px;
        margin-bottom: 15px;
    }

    .contact-methods .contact-card-icon i {
        font-size: 20px;
    }

    .contact-methods .contact-card h3 {
        font-size: 22px;
    }

    .contact-methods .contact-card p {
        font-size: 15px;
        line-height: 1.65;
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width:380px) {

    /*=========================================
        CONTACT METHODS RESPONSIVE
    =========================================*/

    .contact-methods .contact-card {
        padding: 14px;
    }

    .contact-methods .contact-card-icon {
        width: 42px;
        height: 36px;
        margin-bottom: 12px;
    }

    .contact-methods .contact-card-icon i {
        font-size: 18px;
    }

    .contact-methods .contact-card h3 {
        font-size: 20px;
    }

    .contact-methods .contact-card p {
        font-size: 14px;
        line-height: 1.6;
    }

}





/*=========================================
        TRADEMARK SEARCH RESPONSIVE
=========================================*/

/*=========================================
        TRADEMARK SEARCH RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width:1400px) {

    .tm-search-table-wrapper {
        height: 210px;
        max-height: 210px;
    }

}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width:1200px) {

    .tm-search-table {
        min-width: fit-content;
    }

    .tm-search-icon {
        width: 50px;
        height: 40px;
    }

    .tm-search-icon i {
        font-size: var(--fs-16);
    }

    .tm-search-card h3 {
        font-size: var(--fs-20);
    }

    .tm-search-card p {
        font-size: 15px;
    }

    .tm-search-form {
        height: 46px;
    }

    .tm-search-form input {
        padding: 0 var(--space-15);
        font-size: 15px;
    }

    .tm-search-form button {
        width: 40px;
        height: 36px;
    }

    .tm-search-table-wrapper {
        height: 200px;
        max-height: 200px;
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width:992px) {

    .tm-search-icon {
        width: 46px;
        height: 38px;
        margin-bottom: var(--space-10);
    }

    .tm-search-card h3 {
        font-size: var(--fs-20);
    }

    .tm-search-card p {
        font-size: 15px;
    }

    .tm-search-form {
        height: 44px;
    }

    .tm-search-form input {
        font-size: 14px;
    }

    .tm-search-form button {
        width: 38px;
        height: 34px;
    }

    .tm-search-table-wrapper {
        height: 160px;
        max-height: 220px;
    }

    .tm-search-table {
        min-width: max-content;
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width:768px) {

    .tm-search-icon {
        width: 42px;
        height: 36px;
    }

    .tm-search-icon i {
        font-size: 15px;
    }

    .tm-search-card h3 {
        font-size: var(--fs-18);
    }

    .tm-search-card p {
        font-size: 14px;
    }

    .tm-search-form {
        height: 42px;
    }

    .tm-search-form input {
        padding: 0 14px;
        font-size: 14px;
    }

    .tm-search-form button {
        width: 36px;
        height: 32px;
    }

    .tm-search-table-wrapper {
        height: 220px;
        max-height: 220px;
    }

    .tm-search-table {
        min-width: 530px;
    }

    .tm-search-table thead th {
        padding: 10px 8px;
        font-size: 12px;
    }

    .tm-search-table tbody td {
        padding: 10px 8px;
        font-size: 13px;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width:576px) {

    .tm-search-icon {
        width: 40px;
        height: 34px;
    }

    .tm-search-card h3 {
        font-size: 17px;
        line-height: 1.4;
    }

    .tm-search-card p {
        font-size: 13px;
    }

    .tm-search-form {
        height: 40px;
    }

    .tm-search-form input {
        padding: 0 12px;
        font-size: 13px;
    }

    .tm-search-form button {
        width: 34px;
        height: 30px;
    }

    .tm-search-table-wrapper {
        height: 200px;
        max-height: 200px;
    }

    .tm-search-table {
        min-width: 500px;
    }

    .tm-search-table thead th {
        font-size: 11px;
        padding: 10px 6px;
    }

    .tm-search-table tbody td {
        font-size: 12px;
        padding: 10px 6px;
    }

    .tm-placeholder td {
        height: 140px;
        font-size: 13px;
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width:380px) {

    .tm-search-icon {
        width: 36px;
        height: 32px;
    }

    .tm-search-icon i {
        font-size: 14px;
    }

    .tm-search-card h3 {
        font-size: 16px;
    }

    .tm-search-card p {
        font-size: 12px;
    }

    .tm-search-form {
        height: 38px;
    }

    .tm-search-form input {
        padding: 0 10px;
        font-size: 12px;
    }

    .tm-search-form button {
        width: 30px;
        height: 28px;
        margin-right: 4px;
    }

    .tm-search-table-wrapper {
        height: 180px;
        max-height: 180px;
    }

    .tm-search-table {
        min-width: 480px;
    }

    .tm-search-table thead th {
        font-size: 10px;
    }

    .tm-search-table tbody td {
        font-size: 11px;
    }

    .tm-placeholder td {
        height: 120px;
        font-size: 12px;
    }

}




/*=========================================
        OUR TEAM PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width: 1400px) {

    .team-member-inner {
        gap: var(--space-50);
    }

    .team-member-image {
        width: 230px;
    }

    .team-member-image img {
        height: 270px;
    }

    .team-member-content h3 {
        font-size: var(--fs-28);
    }

    .team-member-content p {
        font-size: var(--fs-18);
    }

}


/*=========================================
                LAPTOP
=========================================*/

@media (max-width: 1200px) {

    .team-member-inner {
        gap: var(--space-40);
        padding: var(--space-35) 0;
    }

    .team-member-image {
        width: 220px;
    }

    .team-member-image img {
        height: 260px;
    }

    .team-member-info {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 10px;
    }

    .team-member-content h3 {
        font-size: var(--fs-28);
    }

}


/*=========================================
                TABLET
=========================================*/

@media (max-width: 992px) {

    .team-member-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-30);
    }

    .team-member-image {
        width: 250px;
    }

    .team-member-image img {
        height: 280px;
    }

    .team-member-content h3 {
        font-size: var(--fs-28);
    }

    .team-member-content p {
        font-size: var(--fs-18);
    }

}


/*=========================================
                MOBILE
=========================================*/

@media (max-width: 768px) {

    .team-member-inner {
        padding: var(--space-30) 0;
        gap: var(--space-25);
    }

    .team-member-image {
        width: 220px;
    }

    .team-member-image img {
        height: 250px;
    }

    .team-member-info {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .team-member-info h4 {
        font-size: var(--fs-16);
    }

    .team-member-info span {
        font-size: var(--fs-12);
    }

    .team-member-content h3 {
        font-size: var(--fs-24);
    }

    .team-member-content p {
        font-size: var(--fs-16);
        line-height: 1.7;
    }

}


/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width: 576px) {

    .team-member-inner {
        padding: var(--space-25) 0;
    }

    .team-member-image {
        width: 100%;
        max-width: 260px;
    }

    .team-member-image img {
        height: 300px;
    }

    .team-member-content h3 {
        font-size: var(--fs-22);
    }

    .team-member-content p {
        font-size: var(--fs-16);
    }

}


/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width: 380px) {

    .team-member-image {
        max-width: 220px;
    }

    .team-member-image img {
        height: 260px;
    }

    .team-member-content h3 {
        font-size: var(--fs-20);
    }

    .team-member-content p {
        font-size: var(--fs-14);
    }

}





/*=========================================
        POPUP RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width: 1400px) {}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width: 1200px) {

    .contact-popup-box {
        max-width: 400px;
    }

}

/*=========================================
                TABLET
=========================================*/

@media (max-width: 992px) {

    .contact-popup-box {
        max-width: 380px;
        padding: var(--space-20);
    }

    .contact-popup-box h2 {
        font-size: var(--fs-24);
    }

    .contact-popup-box>p {
        font-size: var(--fs-14);
    }

}

/*=========================================
                MOBILE
=========================================*/

@media (max-width: 768px) {

    .contact-popup-box {
        max-width: 95%;
        margin: var(--space-15);
        padding: var(--space-20);
    }

    .contact-popup-close {
        top: var(--space-5);
        right: var(--space-10);
        width: 32px;
        height: 32px;
    }

    .contact-popup-box h2 {
        padding-right: 40px;
        font-size: var(--fs-22);
    }

    .contact-popup-box>p {
        font-size: var(--fs-14);
        line-height: 1.5;
    }

    .popup-form {
        gap: var(--space-10);
    }

    .popup-form input {
        height: 42px;
    }

    .popup-form textarea {
        height: 110px;
    }

    .popup-btn {
        width: 100%;
        height: 44px;
    }

}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width: 576px) {

    .contact-popup {
        align-items: flex-start;
        overflow-y: auto;
        padding: var(--space-20) 0;
    }

    .contact-popup-box {
        margin: var(--space-15);
        padding: var(--space-20);
        border-radius: var(--radius-md);
    }

    .contact-popup-box h2 {
        font-size: var(--fs-20);
    }

    .contact-popup-box>p {
        margin-bottom: var(--space-10);
        font-size: var(--fs-13);
    }

    .popup-form input {
        height: 40px;
        font-size: var(--fs-11);
    }

    .popup-form textarea {
        height: 100px;
        font-size: var(--fs-11);
    }

    .popup-note strong {
        font-size: var(--fs-12);
    }

    .popup-note span {
        font-size: var(--fs-11);
    }

    .popup-btn {
        width: 100%;
    }

}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width: 380px) {

    .contact-popup-box {
        margin: var(--space-10);
        padding: var(--space-15);
    }

    .contact-popup-box h2 {
        font-size: var(--fs-18);
    }

    .contact-popup-box>p {
        font-size: var(--fs-12);
    }

    .popup-form input {
        padding: 0 var(--space-10);
    }

    .popup-form textarea {
        padding: var(--space-10);
    }

    .popup-btn {
        height: 40px;
        font-size: var(--fs-13);
    }

}




/*=========================================
        PAGE RESPONSIVE
=========================================*/

/*=========================================
            LARGE LAPTOP
=========================================*/

@media (max-width: 1400px) {}

/*=========================================
                LAPTOP
=========================================*/

@media (max-width: 1200px) {}

/*=========================================
                TABLET
=========================================*/

@media (max-width: 992px) {}

/*=========================================
                MOBILE
=========================================*/

@media (max-width: 768px) {}

/*=========================================
            SMALL MOBILE
=========================================*/

@media (max-width: 576px) {}

/*=========================================
            EXTRA SMALL
=========================================*/

@media (max-width: 380px) {}