@media screen and (min-width:1400px) {
    .big-container.container {
        max-width: 97.5rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media screen and (max-width:1440px) {
    .hero {
        background-size: cover, 550px;
        background-position: center, bottom 130px right 100px;
    }
}

@media screen and (max-width:1024px) {
    .header-cta {
        display: none;
    }

    .nav-menu,
    .header-cta {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    /* Mobile Drawer - Styled after Bexon theme */
    .nav-menu.active {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        /* background: linear-gradient(180deg, #103b41 0%, #081a1b 100%); */
        background: linear-gradient(180deg, var(--primary), var(--secondary));
        padding: 40px 30px;
        border-radius: 20px 0 0 20px;
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.4);
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 1000;
        gap: 0;
        overflow-y: auto;
    }

    .nav-menu.active.show {
        transform: translateX(0);
    }

    .nav-menu.active.show .btn_primary.deatail-btn {
        background: transparent !important;
        border: none;
    }

    /* Menu Links Styling */
    .nav-menu a {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        padding: 16px;
        /*  border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
        /* Thin separator */
        width: 100%;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: color 0.3s ease;
        border-radius: 16px;
    }

    .nav-menu a:not(.btn-contact)::after {
        /* content: '\f078'; */
        /* fa-chevron-down */
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 12px;
        opacity: 0.5;
    }

    .nav-menu a:last-of-type {
        border-bottom: none;
    }

    .nav-menu a:hover {
        color: var(--accent);
    }

    .nav-menu a.active {
        color: #ffffff;
    }

    .nav-menu a.active::after {
        display: none;
    }

    /* Contact Info Section (Mobile Drawer) */
    .contact-info-mobile {
        display: block;
        margin-top: 40px;
        color: #fff;
    }

    .contact-info-mobile h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #ffffff;
        padding: 0 16px;
    }

    .contact-info-mobile p {
        font-size: 14px;
        opacity: 0.7;
        margin-bottom: 0px;
        line-height: 1.6;
        color: #fff;
    }

    .contact-info-mobile a {
        padding: 5px 16px;
    }

    /* Adjust Contact Button in Mobile */
    .nav-menu .btn-contact {
        display: inline-block;
        margin-top: 25px;
        background: var(--accent);
        color: var(--secondary);
        padding: 12px 30px;
        border-radius: 100px;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        border-bottom: none;
    }
}

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


@media (min-width: 1100px) and (max-width: 1300px) {

    .hero-content h1 {
        font-size: 41px;
    }
}


@media (min-width: 992px) and (max-width: 1200px) {
    /* ==========================================home page============================================= */

    .hero {
        background-size: cover, 500px;
        background-position: center, bottom 30vh center;
    }

    .sec-header h2 {
        font-size: 28px;
    }

    .product-split-content h3 {
        font-size: 28px;
    }

    .about-intro-title {
        font-size: 32px;
    }

    .purpose-title {
        font-size: 28px;
    }

    .about-hero h1 {
        font-size: 40px;
    }

    .contact-title {
        font-size: 28px;
    }

    /* .hero-container {
        height: 85vh;
        border-radius: 14px;
        background-position: center right;
        background-size: cover;
    } */


    .hero-content h1 {
        font-size: 40px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    .hero-buttons {
        gap: 14px;
        flex-wrap: wrap;
    }

    .btn-primary,
    .btn-outline {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 8px;
    }

    /* ---------services--------- */
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .service-tile {
        padding: 12px;
    }

    .service-tile-image {
        margin-bottom: 16px;
    }

    .service-tile-body {
        padding: 0 8px 12px 8px;
    }

    .service-tile h3 {
        font-size: 17px;
    }

    .service-tile p {
        font-size: 13px;
    }

    /* ---------industriess----------------------------------- */

    #industries {
        padding: 60px 0;
    }

    .industries-head {
        margin-bottom: 40px;
    }

    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .industry-card {
        padding: 32px 24px;
    }

    .industry-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .industry-card h4 {
        font-size: 18px;
    }

    .industry-card p {
        font-size: 13.5px;
    }

    .footer-bg {
        position: absolute;
        right: 0%;
        top: 49%;
    }

    /* ==============================about page============================== */
    .inner-bg {
        position: absolute;
        left: 46%;
    }

    .about-image {
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    /* ===============================home page================================== */

    /* .hero-container {
        height: 85vh;
        border-radius: 14px;
        background-position: center right;
        background-size: cover;
    } */

    .hero {
        background-size: cover, 470px;
        background-position: center, bottom 30vh center;
    }

    .about-box {
        padding: 40px 40px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .hero-content p {
        font-size: 14.5px;
        line-height: 1.6;
        margin-bottom: 26px;
    }

    .hero-buttons {
        gap: 14px;
        flex-wrap: wrap;
    }

    .btn-primary,
    .btn-outline {
        padding: 10px 18px;
        font-size: 14px;
        border-radius: 8px;
    }

    .sec-header h2 {
        font-size: 26px;
    }

    .purpose-title {
        font-size: 26px;
    }

    .contact-title {
        font-size: 26px;
    }

    /* ---------services--------- */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .service-tile {
        padding: 12px;
    }

    .service-tile-image {
        margin-bottom: 14px;
    }

    .service-tile-body {
        padding: 0 8px 10px 8px;
    }

    .service-tile h3 {
        font-size: 17px;
    }

    .service-tile p {
        font-size: 13.5px;
    }

    #hero-services {
        padding: 60px 30px;
    }

    /* ---------key products--------- */
    .products-split-wrap {
        gap: 40px;
    }

    .product-split {
        grid-template-columns: 1fr;
        border-radius: 22px;
        background: #FAFBFB;
    }

    .product-split-content {
        padding: 40px 40px 40px;
        order: 2;
    }

    .product-split-media {
        order: 1;
        min-height: 320px;
    }

    .product-split-media img {
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 40%);
        mask-image: linear-gradient(to top, transparent 0%, black 40%);
    }

    .product-split-content h3 {
        font-size: 34px;
    }

    .product-split-highlights {
        gap: 12px;
    }

    #industries {
        padding: 50px 0;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .industries-head {
        margin-bottom: 36px;
    }

    .footer-bg {
        display: none;
    }

    /* ---------why choose--------- */
    #why-choose {
        padding: 60px 0;
    }


    .why-intro h2 {
        font-size: 26px;
    }

    .why-reason {
        padding: 20px 22px;
        gap: 16px;
    }

    .why-reason-icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .why-reason-body h4 {
        font-size: 17px;
    }

    .why-reason-body p {
        font-size: 13.5px;
    }

    /* ===============================about page============================================== */
    .inner-bg {
        position: absolute;
        left: 39%;
    }

    .about-image {
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    /* key products */
    /* Section spacing */
    #key-prdcts {
        padding: 60px 0;
    }

    /* Reduce overlay padding */
    .prdct-overlay {
        padding: 24px;
    }

    .product-content:hover .prdct-overlay {
        padding: 32px 24px !important;
    }

    /* Title size adjust */
    .product-content h5,
    .prdct-overlay h5 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    .product-content:hover .prdct-overlay h5 {
        letter-spacing: 1px;
    }

    /* Description text */
    .product-content p,
    .prdct-overlay p {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Image animation soften (tablet users) */
    .product-content img {
        transform: scale(1.05);
    }

    .product-content:hover img {
        transform: scale(1);
        filter: brightness(0.7);
    }

    /* Reduce cinematic blur slightly */
    .product-content:hover .prdct-overlay {
        backdrop-filter: blur(5px);
    }

    /* Underline width smaller */
    #plumcot-erp:hover .prdct-overlay h5::after {
        width: 45px;
    }

    .about-img {
        margin-top: 40px;
        border-radius: 12px;
    }
}

@media (min-width: 482px) and (max-width: 768px) {


    /* .hero-container {
        background-position: center;
        margin-top: 81px;
        height: 85vh;
    }

    .hero-content {
        padding-left: 30px;
        padding-right: 30px;
    } */
    .hero {
        background-size: cover, 400px;
        background-position: center, bottom 35vh center;
    }

    .about-box {
        padding: 40px 40px;
    }

    .hero-content h1 {
        font-size: 34px;
        line-height: 1.35;
        margin-bottom: 16px;
    }

    .hero-content h1 br {
        display: none;
    }

    .about-intro-title {
        font-size: 28px;
    }

    .purpose-title {
        font-size: 28px;
    }

    .contact-title {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 28px;
    }

    .hero-content p br {
        display: none;
        /* remove forced line breaks */
    }

    .hero-buttons {
        flex-wrap: wrap;
        gap: 14px;
    }

    .btn-primary,
    .btn-outline {
        padding: 10px 18px;
        font-size: 14px;
        border-radius: 8px;
    }

    .indtsry-image {
        width: 100%;
        margin-top: 26px;
    }

    .footer-bg {
        display: none;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .industry-card {
        padding: 28px 20px;
    }

    .industry-icon {
        width: 52px;
        height: 52px;
        font-size: 20px;
    }

    .industry-card h4 {
        font-size: 17px;
    }

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

    /* =====================================about page=============================== */
    .inner-bg {
        position: absolute;
        left: 10%;
        top: -67%;
    }

    .about-image {
        margin-bottom: 31px;
    }

    /* =================================================service page=================================== */
    #services {
        padding: 40px 0;
    }

    /* Reduce side padding */
    .vat-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    .sec-header h2 {
        font-size: 28px;
    }

    .sec-header p {
        font-size: 14.5px;
        line-height: 1.6;
    }

    /* Card layout */
    .vat-card {
        padding: 24px;
        border-radius: 14px;
    }

    /* Stack image & content */
    .vat-card .row {
        flex-direction: column;
    }

    .vat-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-bottom: 20px;
    }

    .vat-content {
        padding-left: 0;
    }

    /* Typography scaling */
    .vat-count {
        font-size: 32px;
        -webkit-text-stroke: 1.6px var(--secondary);
    }

    .vat-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .vat-subtitle {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .vat-desc {
        font-size: 14.5px;
        line-height: 1.6;
    }

    /* Feature list */
    .srvc-features {
        gap: 8px;
        margin-bottom: 8px;
    }

    .srvc-features img {
        width: 16px;
        height: auto;
    }

    .srvc-features li {
        font-size: 14px;
    }

    /* ================products========================== */
    .product-split {
        grid-template-columns: 1fr;
        border-radius: 20px;
        background: #FAFBFB;
    }

    .product-split-content {
        padding: 36px 36px 36px;
        order: 2;
    }

    .product-split-media {
        order: 1;
        min-height: 280px;
    }

    .product-split-media img {
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 40%);
        mask-image: linear-gradient(to top, transparent 0%, black 40%);
    }

    .product-split-content h3 {
        font-size: 28px;
    }

    .btn_primary {
        padding: 10px 18px;
        font-size: 15px;
    }

    .btn_primary_outline {
        padding: 10px 18px;
        font-size: 15px;
    }

    .why-choose-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .why-intro {
        position: static;
    }
}

@media (max-width: 482px) {

    /* ========================home page================================= */

    .logo img {
        width: 87%;
    }

    .hero {
        background-size: cover, 310px;
        background-position: center, bottom 50vh center;
    }

    /* .hero-container {
        min-height: 91vh;
        border-radius: 12px;
        background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/hero_banner_2.webp);
        background-position: 75% center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */

    .hero-content h1 {
        font-size: 29px;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    .hero-content h1 br {
        display: none;
    }

    .about-box {
        padding: 40px 30px 30px;
        border-radius: 24px;
    }

    .about-intro-title {
        font-size: 26px;
    }

    .purpose-title {
        font-size: 26px;
    }

    .contact-title {
        font-size: 26px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 22px;
        font-weight: 400;
    }

    .hero-content p br {
        display: none;
        /* remove manual line breaks */
    }

    .hero-buttons {
        flex-direction: column;
        gap: 12px;
        /* width: 100%; */
    }

    .btn_primary {
        padding: 10px 18px;
        font-size: 15px;
    }

    .btn_primary_outline {
        padding: 10px 18px;
        font-size: 15px;
    }


    .btn-primary,
    .btn-outline {
        /* width: 100%; */
        /* text-align: center; */
        padding: 12px 8px;
        font-size: 13px;
        border-radius: 8px;
    }

    .sec-header h2 {
        font-size: 24px;
    }

    /* about */

    .description {
        font-size: 15px;
    }

    .more-btn {
        padding: 7px 16px;
        font-size: 15px;
    }

    /* =======services============ */
    #hero-services {
        padding: 50px 20px;
        border-radius: 16px;
    }

    .services-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .service-tile {
        padding: 10px;
    }

    .service-tile-image {
        margin-bottom: 12px;
    }

    .service-tile-body {
        padding: 0 6px 10px 6px;
    }

    .service-tile h3 {
        font-size: 16px;
    }

    .service-tile p {
        font-size: 12.5px;
    }

    /* ================products========================== */
    #key-prdcts {
        padding: 40px 0;
    }

    .products-split-wrap {
        gap: 24px;
    }

    #key-prdcts .row>div {
        margin-bottom: 20px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .product-split {
        grid-template-columns: 1fr;
        border-radius: 18px;
        background: #FAFBFB;
    }

    .product-split-content {
        padding: 28px 24px 28px;
        order: 2;
    }

    .product-split-media {
        order: 1;
        min-height: 240px;
    }

    .product-split-media img {
        -webkit-mask-image: linear-gradient(to top, transparent 0%, black 40%);
        mask-image: linear-gradient(to top, transparent 0%, black 40%);
    }

    .product-split-content h3 {
        font-size: 26px;
    }

    .product-split-highlights {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 24px;
    }

    .product-highlight {
        min-width: 0;
        width: 100%;
        padding: 14px 12px;
    }

    .product-highlight strong {
        font-size: 14px;
    }

    .product-highlight span {
        font-size: 11px;
    }

    .product-split-content>p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    /* ===================industrys============================ */
    #industries {
        padding: 40px 0;
    }

    .industries-head {
        margin-bottom: 30px;
    }

    .industries-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nav-menu a {
        padding: 8px 16px;
    }

    .contact-info-mobile a {
        padding: 5px 16px;
    }

    .industry-card {
        padding: 28px 22px;
        text-align: center;
    }

    .industry-icon {
        width: 54px;
        height: 54px;
        font-size: 22px;
        margin-bottom: 18px;
    }

    .industry-card h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .industry-card p {
        font-size: 13.5px;
    }

    .indstry-desc {
        font-size: 14.5px;
        line-height: 1.7;
    }

    /* ---------why choose--------- */
    #why-choose {
        padding: 50px 0;
    }

    .why-choose-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .why-intro {
        position: static;
    }

    .why-intro h2 {
        font-size: 23px;
    }

    .why-intro-desc {
        font-size: 14.5px;
        margin-bottom: 24px;
    }

    .why-stats {
        gap: 20px;
        padding: 18px 0;
        margin-bottom: 28px;
    }

    .why-stat-num {
        font-size: 26px;
    }

    .why-stat-label {
        font-size: 12px;
    }

    .why-reasons {
        gap: 12px;
    }

    .why-reason {
        padding: 18px 18px;
        gap: 14px;
        flex-direction: row;
    }

    .why-reason-icon {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .why-reason-body h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .why-reason-body p {
        font-size: 13px;
        line-height: 1.65;
    }

    .footer-logo {
        width: 53%;
    }

    .footer-bg {
        display: none;
    }


    /* ==========================footer==================================== */
    .site-footer {
        padding: 50px 0 0;
        /* margin: 0 9px 9px;
        border-radius: 18px; */
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: left;
    }

    .footer-bg {
        width: 140%;
        bottom: -30%;
        right: -20%;
    }

    .footer-logo {
        width: 160px;
    }

    .footer-col h4 {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .footer-col p,
    .footer-col ul li {
        font-size: 14px;
        line-height: 1.6;
    }

    .footer-col ul li {
        margin-bottom: 12px;
    }

    /* Contact alignment */
    .footer-col.contact ul li {
        gap: 14px;
        font-size: 14px;
    }

    .footer-col.contact i {
        font-size: 14px;
        margin-top: 3px;
    }

    /* Social icons */
    .social-icons {
        margin-top: 18px;
        gap: 10px;
    }

    .social-icons a {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    /* Footer bottom */
    .footer-bottom {
        margin-top: 35px;
        padding: 16px 10px;
        font-size: 12.5px;
        line-height: 1.6;
    }

    .footer-bottom a.dfine {
        display: inline-block;
        margin-top: 4px;
    }

    /* ============================================about page==================================== */
    .about-hero {
        padding: 70px 17px;
        border-radius: 20px;
    }

    .inner-bg {
        position: absolute;
        left: 1%;
        top: -109%;
    }

    .about-hero h1 {
        font-size: 28px;
    }

    .about-hero p {
        font-size: 14px;
        line-height: 1.7;
    }


    #mv-section {
        padding: 30px 0;
    }

    /* Stack columns */
    #mv-section .row {
        flex-direction: column;
    }

    /* Image */
    .about-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
        margin-bottom: 24px;
    }

    /* Content boxes */
    .mv-content {
        padding: 16px 20px;
        margin-bottom: 16px;
        border-radius: 12px;
    }

    .mv-content h4 {
        font-size: 19px;
        /* margin-bottom: 6px; */
    }

    .mv-content p {
        font-size: 13.5px;
        line-height: 1.6;
    }

    /* Icon */
    .mv-imgae i {
        width: 44px;
        height: 44px;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .value-content h5 {
        font-size: 18px;
    }

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

    /* ====================================================service page======================================= */
    #services {
        padding: 30px 0;
    }

    /* Container padding */
    .vat-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sec-header .sub-title {
        font-size: 13px;
    }

    .sec-header h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .sec-header p {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Card */
    .vat-card {
        padding: 20px;
        border-radius: 14px;
    }

    /* Stack layout */
    .vat-card .row {
        flex-direction: column;
    }

    /* Image */
    .vat-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-bottom: 18px;
        margin-top: 30px;
    }

    .vat-content {
        padding-left: 0;
    }

    /* Typography */
    .vat-count {
        font-size: 26px;
        -webkit-text-stroke: 1.4px var(--secondary);
        margin-bottom: 6px;
    }

    .vat-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .vat-subtitle {
        font-size: 15.5px;
        margin-bottom: 8px;
    }

    .vat-desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    /* Feature list */
    .srvc-features {
        gap: 8px;
        margin-bottom: 8px;
    }

    .srvc-features img {
        width: 19px;
    }

    .srvc-features li {
        font-size: 15px;
        line-height: 1.5;
    }

    .extra-mobile-content {
        display: block;
        margin-top: 18px;
    }

    /* ===============sticky buttons========================== */
    .sticky-btn {
        width: 47px;
        height: 47px;
        font-size: 19px;
    }

    /* ========================slick slider============================================= */
    .slick-dots {
        bottom: -42px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .slick-dots li {
        display: none;
        /* Hide all dots */
    }

    .slick-dots li:nth-child(-n+3) {
        display: inline-block;
        /* Show only first 3 dots */
    }

    .slick-dots li button:before {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.35);
        opacity: 1;
        transition: all 0.35s ease;
    }

    .slick-dots li.slick-active button:before {
        width: 32px;
        background: linear-gradient(90deg, var(--primary), var(--accent));
    }




}

@media (min-width: 321px) and (max-width: 392px) {
    .hero-buttons {
        flex-direction: column;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 393px) and (max-width: 404px) {

    .btn-primary,
    .btn-outline {
        padding: 12px 5px;
    }
}

@media (min-width: 482px) and (max-width: 511px) {
    .hero-content h1 {
        font-size: 31px;
    }

    .hero-content h1 br {
        display: none;
    }

    .hero-content p {
        font-size: 13px;
    }

}

@media (max-width: 992px) {
    .vat-card[data-aos="fade-left"] .row {
        flex-direction: column-reverse !important;
    }

    .footer-cta {
        padding: 70px 0;
    }

    .footer-contact-form {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-form-left {
        padding-right: 0;
        border-right: none;
    }

    .footer-form-right {
        padding-left: 0;
        gap: 14px;
    }

    .footer-form-left h2 {
        font-size: 36px;
    }

    .footer-form-right textarea {
        min-height: 160px;
    }

    /* About Intro (new style) */
    .about-intro {
        padding: 40px 15px;
    }

    .about-intro-panel {
        padding: 44px 30px;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }


    .about-intro-media::before {
        inset: -10px -10px auto auto;
        transform: translate(10px, 10px);
    }

    .about-intro-badge {
        left: 12px;
        bottom: 18px;
    }

    /* Purpose / Mission & Vision (new UI) */
    .purpose-wrap {
        padding: 60px 0 40px;
    }

    .purpose-media img {
        height: 300px;
    }

    .purpose-cards {
        margin: -70px 24px 0;
        gap: 18px;
    }

    .purpose-card {
        padding: 24px 22px;
    }

    .purpose-num {
        font-size: 36px;
    }

    /* Service page rows — stack image above content */
    .svc-grid {
        gap: 22px;
    }

    .svc-card {
        grid-template-columns: 1fr;
        height: auto;
    }

    .svc-card-media {
        min-height: 240px;
        height: 240px;
    }

    .svc-card-media img {
        position: absolute;
        inset: 0;
    }

    .svc-card:nth-child(even) .svc-card-media {
        order: 0;
    }

    .svc-card:nth-child(even) .svc-card-body {
        order: 1;
    }

    .svc-card-body {
        padding: 28px 30px 32px;
    }

    .svc-title {
        font-size: 23px;
    }

    /* Contact page — stack split panel */
    .contact-panel {
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .contact-info {
        padding: 40px 34px;
    }

    .contact-form-side {
        padding: 40px 34px;
    }
}

@media (max-width: 768px) {
    .footer-cta {
        padding: 60px 0;
    }

    .footer-form-left h2 {
        font-size: 30px;
    }

    .footer-form-left input,
    .footer-form-right textarea {
        font-size: 14px;
    }

    .form-check input[type="checkbox"]:checked+.not-robot-label .check-box::after {
        left: 4px;
        top: 1px;
        width: 3px;
        height: 8px;
    }

    /* About Intro (new style) */
    .about-intro {
        padding: 30px 12px;
    }

    .about-intro-panel {
        padding: 34px 20px;
        border-radius: 22px;
    }


    .about-intro-desc {
        font-size: 14px;
    }

    .about-intro-points li {
        font-size: 12px;
        padding: 8px 14px;
    }

    .about-intro-badge {
        font-size: 12px;
        padding: 10px 16px;
        left: 10px;
        bottom: 14px;
    }

    /* Purpose / Mission & Vision (new UI) */
    .purpose-wrap {
        padding: 50px 0 34px;
        border-radius: 24px;
    }

    .purpose-head {
        margin-bottom: 30px;
    }


    .purpose-sub {
        font-size: 14px;
    }

    .purpose-media {
        border-radius: 18px;
    }

    .purpose-media img {
        height: 200px;
    }

    .purpose-cards {
        grid-template-columns: 1fr;
        margin: -50px 16px 0;
        gap: 16px;
    }

    .purpose-card {
        padding: 22px 20px;
        border-radius: 16px;
    }

    .purpose-icon {
        width: 46px;
        height: 46px;
        font-size: 18px;
        border-radius: 12px;
    }

    .purpose-num {
        font-size: 30px;
    }

    .purpose-card h3 {
        font-size: 19px;
    }

    .purpose-card p {
        font-size: 14px;
    }

    /* Service page rows */
    #services {
        padding: 50px 0;
    }

    #services .sec-header {
        margin-bottom: 30px;
    }

    .svc-grid {
        gap: 18px;
    }

    .svc-card-media {
        min-height: 190px;
        height: 190px;
    }

    .svc-card-body {
        padding: 22px 20px 26px;
    }

    .svc-title {
        font-size: 20px;
    }

    .svc-list {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }

    /* Contact page */
    .contact-sec {
        padding: 60px 0 40px;
    }


    .contact-sub {
        font-size: 14px;
    }

    .contact-head {
        margin-bottom: 34px;
    }

    .contact-info,
    .contact-form-side {
        padding: 30px 22px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-info-item {
        margin-bottom: 22px;
    }

    .contact-social {
        margin-top: 30px;
        padding-top: 24px;
    }

    .contact-map {
        padding-bottom: 50px;
    }

    .contact-map-box iframe {
        height: 300px;
    }

}

@media (min-width: 381px) and (max-width: 482px) {
    .hero-content h1 {
        font-size: 31px;
    }

    .hero-content h1 br {
        display: none;
    }


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