
/* ════════════════════════════════════════════════════════════
   ≤ 1199px
════════════════════════════════════════════════════════════ */
@media (max-width: 1199px) {
    .ddk-nav-inner {
        height: 80px;
    }
    .ddk-logo {
        height: 72px;
    }
    #main-content > section:first-child {
        padding-top: 80px;
    }
}

/* ════════════════════════════════════════════════════════════
   ≤ 991px — Tablet
════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
    /* ── Navbar ── */
    .ddk-nav-links {
        display: none;
    }
    .ddk-burger {
        display: flex;
    }
    .ddk-nav-inner {
        height: 68px;
    }
    .ddk-logo {
        height: 60px;
    }
    #main-content > section:first-child {
        padding-top: 68px;
    }


    .lf-sidebar {
        left: 0.5rem;
        top: auto;
        bottom: 0.5rem;
        transform: none;
        max-height: calc(100vh - 1rem);
    }
    .lf-drawer {
        position: fixed;
        left: calc(0.5rem + 46px + 12px);
        right: auto;
        top: auto;
        bottom: 4.25rem;
        width: min(300px, calc(100vw - 0.5rem - 46px - 12px - 1rem));
        max-width: none;
        max-height: min(60vh, calc(100vh - 7rem));
        overflow-y: auto;
        transform: translateY(12px) scale(0.96);
    }
    .lf-drawer.lf-open {
        transform: translateY(0) scale(1);
    }

    /* ── Typography ── */
    h1,
    .nh-hero__h1,
    .sector-hero h1,
    .nh-cta-section__title,
    .nh-presence__title {
        font-size: 1.5rem;
    }
    h2,
    .section-title,
    .nh-sec-title {
        font-size: 1.25rem;
    }
    h3 {
        font-size: 1.05rem;
    }
    h4,
    .nh-why__card h4,
    .feature-title,
    .service-card h4 {
        font-size: 0.95rem;
    }
    h5,
    h6 {
        font-size: 0.875rem;
    }
    p,
    .section-subtitle,
    .nh-sec-sub,
    .nh-hero__sub,
    .nh-cta-section__sub,
    .nh-presence__desc,
    .nh-about__lead {
        font-size: 0.9rem;
    }
    .nh-sec-label {
        font-size: 0.65rem;
    }

    /* ── Section spacing ── */
    .section,
    .section.section-alt {
        padding: 2.5rem 0;
    }
    .nh-sectors,
    .nh-why,
    .nh-presence,
    .nh-cta-section,
    .nh-areas {
        padding: 2.5rem 0;
    }
    .ue-menu-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    .g-5 {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }

    /* ── Homepage Hero ── */
    .nh-hero__row {
        padding: 3rem 0 2.5rem;
    }
    .nh-hero__img {
        height: 440px;
    }
    .nh-hero__h1 {
        font-size: 2rem;
    }

    /* ── About (homepage) ── */
    .nh-about {
        padding: 2.5rem 0;
    }
    .nh-about__imgwrap {
        padding: 0 0 1rem 0;
    }
    .nh-about__img {
        height: 280px;
    }
    .nh-feat-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .nh-about__badge {
        right: 0.5rem;
    }

    /* ── Why Choose + Services ── */
    .nh-why__grid,
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    /* ── HL Slider ── */
    .hl-section {
        padding: 3rem 0 2.5rem;
    }
    .hl-title {
        font-size: 1.5rem;
    }
    .hl-sub {
        font-size: 0.82rem;
    }
    .hl-slider-wrap {
        padding: 0 2.5rem;
    }
    .hl-card {
        min-height: 200px;
        padding: 1.4rem 1rem 1.1rem;
    }
    .hl-card__icon-wrap {
        width: 54px;
        height: 54px;
    }
    .hl-card__icon-wrap i {
        font-size: 1.35rem;
    }
    .hl-card__title {
        font-size: 0.88rem;
    }
    .hl-card__desc {
        font-size: 0.75rem;
    }

    /* ── Domino's Slider ── */
    .dom-menu-section {
        padding: 3rem 0 2.5rem;
    }
    .dom-title {
        font-size: 1.5rem;
    }
    .dom-card__img {
        width: 130px;
        height: 130px;
    }
    .dom-next,
    .dom-prev {
        width: 38px !important;
        height: 38px !important;
    }

    /* ── Uber Eats Grid ── */
    .ue-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .ue-menu-section .ue-menu-head {
        margin-bottom: 1.5rem;
    }

    /* ── IC / Sector Grids ── */
    .ic-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .scs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    .dfb-offer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .afh-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    /* ── About Us: Timeline ── */
    .timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    .timeline::before {
        display: none;
    }
    .timeline-item {
        margin: 0;
    }

    /* ── About Us: Values Grid ── */
    .values-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.65rem;
    }

    /* ── Services: Service Block ── */
    .ic-srv-block {
        padding: 1.75rem;
        margin-bottom: 1.5rem;
    }
    .ic-srv-hd {
        margin-bottom: 1.25rem;
    }
    .ic-srv-block .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
    }
}

/* ════════════════════════════════════════════════════════════
   ≤ 768px — Mobile Landscape / Small Tablet
════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* ── Typography ── */
    h1,
    .nh-hero__h1,
    .sector-hero h1,
    .nh-cta-section__title,
    .nh-presence__title {
        font-size: 1.15rem;
    }
    h2,
    .section-title,
    .nh-sec-title {
        font-size: 1rem;
    }
    .text-center h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 0.9rem;
    }
    h4,
    .nh-why__card h4,
    .feature-title,
    .service-card h4,
    .cta-banner h2 {
        font-size: 0.85rem;
    }
    h5,
    h6 {
        font-size: 0.8rem;
    }
    p,
    body,
    .section-subtitle,
    .nh-sec-sub,
    .nh-hero__sub,
    .nh-cta-section__sub,
    .nh-presence__desc,
    .nh-about__lead,
    .nh-why__card p,
    .feature-desc,
    .service-card p,
    .cta-banner p {
        font-size: 0.82rem;
    }
    .nh-sec-label {
        font-size: 0.62rem;
    }
    .divider {
        margin: 0.6rem auto;
    }

    /* ── Footer Typography ── */
    .footer-col-heading,
    .footer-heading {
        font-size: 0.82rem;
    }
    .footer-nav-list a,
    .footer-links a,
    .footer-contact-items li,
    .footer-desc,
    .footer-domain-ico + a {
        font-size: 0.78rem;
    }
    .footer-bottom-bar p,
    .footer-bottom-links a {
        font-size: 0.72rem;
    }

    /* ── Section spacing ── */
    .section,
    .section.section-alt {
        padding: 2rem 0;
    }
    .nh-sectors,
    .nh-why,
    .nh-presence,
    .nh-cta-section,
    .nh-areas {
        padding: 2rem 0;
    }
    .ue-menu-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .py-4 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .g-5 {
        --bs-gutter-x: 1.25rem;
        --bs-gutter-y: 1.25rem;
    }
    .g-4 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    /* ── Homepage Hero ── */
    .nh-hero__row {
        padding: 3rem 0 2rem;
        flex-direction: column;
    }
    .nh-hero__img {
        height: 300px;
        border-radius: 0.8rem;
        display: none;
    }
    .nh-hero__h1 {
        font-size: 1.65rem;
        margin-bottom: 1rem;
    }
    .nh-hero__sub {
        font-size: 0.88rem;
        margin-bottom: 1.5rem;
    }
    .nh-hero__ctas {
        gap: 0.75rem;
    }
    .nh-cta-gold,
    .nh-cta-ghost {
        font-size: 0.82rem;
        padding: 0.7rem 1.4rem;
    }

    /* ── Stats Bar ── */
    .nh-sbar {
        padding: 0 1rem;
    }
    .nh-sbar strong {
        font-size: 1.4rem;
    }

    /* ── Sector Swiper ── */
    .sector-swiper .nh-bc {
        height: 280px;
    }
    .nh-bc__h3,
    .nh-bc__bot h3 {
        font-size: 1rem;
    }
    .nh-bc__bot p {
        font-size: 0.78rem;
    }
    .sec-swiper-next,
    .sec-swiper-prev {
        width: 36px !important;
        height: 36px !important;
    }

    /* ── Country Swiper ── */
    .cty-card__flag {
        font-size: 2rem;
    }
    .cty-card__name {
        font-size: 0.82rem;
    }
    .cty-card {
        padding: 1.1rem 0.7rem;
        border-radius: 12px;
    }

    /* ── Two-col layout ── */
    .two-col,
    .two-col-wrap {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .two-col.reverse,
    .two-col-wrap.reverse {
        direction: ltr;
    }
    .content-image img {
        height: auto;
        min-height: auto;
        object-fit: cover;
        width: 100%;
        border-radius: 0.75rem;
    }

    /* ── Sector Hero ── */
    .sector-hero {
        min-height: 320px;
        padding: 4rem 1rem 2.5rem;
    }
    .sector-hero h1 {
        font-size: 1.55rem;
    }
    .sector-hero p {
        font-size: 0.85rem;
        margin-bottom: 1.2rem;
    }
    .hero-btns {
        gap: 0.6rem;
    }
    .hero-btns .btn {
        font-size: 0.6rem;
        padding: 0.3rem 0.4rem;
    }
    .hero-badge--auto {
        font-size: 8px;
    }
    .dfb-hero-img,
    .dfb-about-img {
        height: auto;
        min-height: auto;
    }

    /* ── HL Slider ── */
    .hl-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }
    .hl-section {
        padding: 2.5rem 0 2rem;
    }
    .hl-slider-wrap {
        padding: 0 2rem;
    }
    .hl-card {
        min-height: 185px;
    }
    .hl-next,
    .hl-prev {
        width: 36px !important;
        height: 36px !important;
    }

    /* ── Domino's Slider ── */
    .dom-menu-section {
        padding: 2.5rem 0 2rem;
    }
    .dom-menu-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
    .dom-view-all {
        font-size: 0.78rem;
        padding: 0.4rem 0.9rem;
    }
    .dom-card__img {
        width: 110px;
        height: 110px;
    }
    .dom-card__img-wrap {
        padding: 1.1rem 1rem 0.6rem;
    }
    .dom-card__body {
        padding: 0.8rem 0.9rem 0.9rem;
    }
    .dom-card__name {
        font-size: 0.88rem;
    }
    .dom-card__desc {
        font-size: 0.74rem;
    }
    .dom-price {
        font-size: 1rem;
    }
    .dom-order-btn {
        font-size: 0.72rem;
        padding: 0.22rem 0.45rem;
    }
    .dom-card__footer {
        padding-top: 0.65rem;
        margin-top: 0.65rem;
    }

    /* ── Uber Eats Grid ── */
    .ue-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
    }
    .ue-filters {
        gap: 0.4rem;
        margin-bottom: 1.5rem;
    }
    .ue-filter {
        font-size: 0.75rem;
        padding: 0.38rem 0.85rem;
    }
    .ue-card__img-wrap {
        height: 150px;
    }
    .ue-card__body {
        padding: 0.75rem 0.8rem;
    }
    .ue-card__name {
        font-size: 0.88rem;
    }
    .ue-card__desc {
        font-size: 0.73rem;
    }
    .ue-price {
        font-size: 1rem;
    }
    .ue-price-fam {
        font-size: 0.68rem;
    }
    .ue-order-btn {
        font-size: 0.74rem;
        padding: 0.44rem 0.8rem;
    }
    .ue-card__footer {
        padding-top: 0.6rem;
        margin-top: 0.6rem;
    }
    .ue-thumb {
        width: 30px;
        height: 24px;
    }

    /* ── Contact / Form ── */
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    /* ── FAQ ── */
    .faq-q {
        font-size: 0.9rem;
        padding: 0.9rem 1rem;
    }
    .faq-a {
        font-size: 0.82rem;
        padding: 0 1rem 0.9rem;
    }

    /* ── Catering / Events ── */
    .rmenu-events-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .rmenu-event-card {
        padding: 1.2rem;
    }
    .rmenu-event-title {
        font-size: 1rem;
    }
    .rmenu-event-desc {
        font-size: 0.8rem;
    }
    .rmenu-event-price {
        font-size: 1.1rem;
    }

    /* ── Auto Strip ── */
    .auto-focus-strip {
        flex-wrap: wrap;
        gap: 0.4rem;
        font-size: 0.78rem;
    }
    .auto-sep {
        display: none;
    }

    /* ── DFB Collections ── */
    .dfb-collections-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .dfb-col-card {
        padding: 1rem;
    }
    .dfb-col-card h3 {
        font-size: 1rem;
    }
    .dfb-col-card p {
        font-size: 0.78rem;
    }
    .dfb-col-icon {
        font-size: 1.8rem;
    }

    /* ── Automobile Grids ── */
    .auto-steps-grid,
    .auto-services-grid,
    .auto-cat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .auto-step-card,
    .auto-service-card {
        padding: 1.2rem 1rem;
    }
    .auto-tw-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .auto-markets-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }
    .auto-platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    .auto-plat-item {
        padding: 1rem 0.75rem;
    }

    /* ── Beauty & Fashion ── */
    .dfb-why-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .dfb-promise-wrap,
    .dfb-global-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .dfb-promise-values,
    .dfb-global-regions {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .dfb-col-card--wide {
        grid-column: span 1;
    }

    /* ── Pharma: Regulatory ── */
    .ic-reg-wrap {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .ic-reg-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
    }

    /* ── Global overflow guard ── */
    .feature-item,
    .ic-frow,
    .ic-frow-mt {
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    /* ── About Us: Values ── */
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.55rem;
    }
    .value-chip {
        font-size: 0.75rem;
        padding: 0.6rem 0.5rem;
    }

    /* ── About Us: Mission & Vision cards ── */
    .ic-card-top-gold,
    .ic-card-top-green,
    .ic-card-top-navy {
        padding: 1.5rem;
    }
    .ic-h3 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    /* ── Services: Service Block ── */
    .ic-srv-block {
        padding: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .ic-srv-hd {
        gap: 0.75rem;
        padding-bottom: 0.875rem;
        margin-bottom: 1rem;
    }
    .ic-srv-hd__ico {
        width: 42px;
        height: 42px;
        font-size: 1.15rem;
        border-radius: 10px;
    }
    .ic-srv-hd h2 {
        font-size: 1rem;
    }
    .ic-srv-hd a {
        font-size: 0.75rem;
    }
}

@media (max-width: 575px) {
    /* ── Navbar ── */
    .ddk-nav-inner {
        height: 100px;
        padding: 0 1rem;
    }
    .ddk-logo {
        height: 80px;
    }
    .ddk-git-btn {
        font-size: 0.5rem;
        padding: 0.42rem 0.85rem;
    }
    #main-content .nh-hero {
        padding-top: 30px !important;
    }
    #main-content > section:first-child {
        padding-top: 80px;
    }
    .hero-about,
    .hero-africuisine,
    .hero-automobile,
    .hero-pharma,
    .hero-beauty {
        padding-top: 8rem !important;
    }

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

    /* ── Typography ── */
    h1,
    .nh-hero__h1,
    .nh-cta-section__title,
    .nh-presence__title {
        font-size: 0.875rem;
        text-align: left !important;
    }
    h2,
    .section-title,
    .nh-sec-title {
        font-size: 0.8125rem;
        text-align: center !important;
    }
    .text-center h2 {
        font-size: 1.2rem;
    }
    h3,
    h4,
    .nh-why__card h4,
    .feature-title,
    .service-card h4,
    .cta-banner h2,
    .nh-bc__bot h3,
    .nh-about__title {
        font-size: 0.75rem;
    }
    h5,
    h6 {
        font-size: 0.6875rem;
    }
    p,
    body,
    .section-subtitle,
    .nh-sec-sub,
    .nh-hero__sub,
    .nh-cta-section__sub,
    .nh-presence__desc,
    .nh-about__lead,
    .nh-why__card p,
    .feature-desc,
    .service-card p,
    .cta-banner p,
    .nh-loc p,
    .nh-feat p,
    .faq-a {
        font-size: 0.7rem;
    }
    .nh-sec-label,
    .nh-pill,
    .ic-badge,
    small,
    .text-sm {
        font-size: 0.6rem;
        text-align: center;
    }

    /* ── Footer Typography ── */
    .footer-col-heading,
    .footer-heading {
        font-size: 0.75rem;
    }
    .footer-nav-list a,
    .footer-links a,
    .footer-contact-items li,
    .footer-desc,
    .footer-domain-ico + a {
        font-size: 0.7rem;
    }
    .footer-bottom-bar p,
    .footer-bottom-links a {
        font-size: 0.65rem;
    }

    /* ── Buttons ── */
    .notice {
        font-size: 0.8rem;
        padding: 0.8rem 1rem;
    }
    .btn,
    .btn-outline-navy,
    .nh-cta-gold,
    .nh-cta-ghost {
        font-size: 0.5rem;
        padding: 0.5rem 0.8rem;
    }
    .btn-sm {
        font-size: 0.68rem;
        padding: 0.38rem 0.75rem;
    }

    /* ── Section spacing ── */
    .section,
    .section.section-alt {
        padding: 1.25rem 0;
    }
    .nh-sectors,
    .nh-why,
    .nh-presence,
    .nh-cta-section,
    .nh-areas,
    .nh-about,
    .nh-hero {
        padding: 1.25rem 0;
    }
    .ue-menu-section {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .sector-hero {
        min-height: 240px;
        padding: 3rem 1rem 1.5rem;
    }
    .py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .mb-5 {
        margin-bottom: 1.25rem !important;
    }
    .mt-5 {
        margin-top: 1.25rem !important;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    .mt-4 {
        margin-top: 1rem !important;
    }
    .text-center.mb-5 {
        margin-bottom: 1.25rem !important;
    }
  
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    /* ── Stats Bar ── */
    .nh-statsbar__row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    .nh-sbar-sep {
        display: none;
    }
    .nh-sbar {
        padding: 0.9rem 0.5rem;
    }
    .nh-sbar strong {
        font-size: 1.25rem;
    }
    .nh-sbar span {
        font-size: 0.7rem;
    }
    

    /* ── Marquee ── */
    .nh-marquee {
        padding: 0.6rem 0;
        font-size: 0.8rem;
    }

    /* ── Left Sidebar: smaller icons only, position is handled at ≤991px ── */
    .lf-icon-btn {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }

    /* ── Homepage Hero ── */
    .nh-hero__img {
        height: 220px;
    }
    .nh-hero__h1 {
        font-size: 1.8rem;
    }
    .nh-hero__ctas {
        flex-direction: row;
        align-items: flex-start;
    }

    /* ── About (homepage) ── */
    .nh-about__img {
        height: 220px;
    }
    .nh-feat-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
    .nh-feat {
        padding: 0.75rem;
        gap: 0.6rem;
    }
    .nh-feat__ico {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    /* ── Why Choose + Services ── */
    .nh-why__grid,
    .services-grid {
        grid-template-columns: 1fr;
    }

    /* ── Card / Item padding ── */
    .service-card,
    .feature-card,
    .nh-why__card,
    .auto-step-card,
    .auto-service-card,
    .auto-cat-card {
        padding: 0.875rem 0.75rem;
    }
    .faq-q {
        padding: 0.7rem 0.85rem;
        font-size: 0.8rem;
    }
    .faq-a {
        padding: 0 0.85rem 0.7rem;
    }

    /* ── Features Grid ── */
    .features-grid {
        grid-template-columns: 1fr;
    }
    .feature-card .feature-title {
        font-size: 0.92rem;
    }
    .feature-card .feature-desc {
        font-size: 0.78rem;
    }

    /* ── Sector Swiper ── */
    .sector-swiper .nh-bc {
        height: 240px;
    }

    /* ── Country Swiper ── */
    .cty-card__flag {
        font-size: 1.7rem;
    }
    .cty-card__flag img{
        width: 24px;
       
    }
    .cty-card {
        padding: 0.9rem 0.5rem;
    }

    /* ── Sector Hero ── */
    .sector-hero h1 {
        font-size: 1.3rem;
        text-align: center !important;
    }

    /* ── HL Slider ── */
    .hl-section {
        padding: 2rem 0 1.8rem;
    }
    .hl-slider-wrap {
        padding: 0 1.8rem;
    }
    .hl-title {
        font-size: 1.2rem;
    }
    .hl-card {
        min-height: 170px;
        padding: 1.1rem 0.8rem 0.9rem;
    }
    .hl-card__icon-wrap {
        width: 46px;
        height: 46px;
    }
    .hl-card__icon-wrap i {
        font-size: 1.1rem;
    }
    .hl-card__title {
        font-size: 0.82rem;
    }
    .hl-card__desc {
        font-size: 0.72rem;
        line-height: 1.35;
    }
    .hl-card__link {
        font-size: 0.72rem;
        padding-top: 0.6rem;
        margin-top: 0.7rem;
    }

    /* ── Domino's Slider ── */
    .dom-swiper .swiper-slide {
        width: calc(50% - 10px) !important;
    }
    .dom-card__img {
        width: 95px;
        height: 95px;
    }
    .dom-card__img-wrap {
        padding: 0.9rem 0.8rem 0.5rem;
    }
    .dom-card__body {
        padding: 0.65rem 0.75rem 0.75rem;
    }
    .dom-card__name {
        font-size: 0.82rem;
    }
    .dom-card__tag {
        font-size: 0.62rem;
    }
    .dom-price {
        font-size: 0.9rem;
    }

    /* ── Uber Eats ── */
    .ue-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.65rem;
    }
    .ue-card__img-wrap {
        height: 110px;
    }
    .ue-card__body {
        padding: 0.6rem 0.65rem;
    }
    .ue-card__name {
        font-size: 0.75rem;
        margin-bottom: 0.2rem;
    }
    .ue-card__desc {
        font-size: 0.68rem;
        padding-bottom: 0.4rem;
    }
    .ue-price {
        font-size: 0.92rem;
    }
    .ue-order-btn {
        font-size: 0.68rem;
        padding: 0.38rem 0.65rem;
    }
    .ue-filters {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.3rem;
    }
    .ue-filter {
        flex-shrink: 0;
    }

    /* ── Form ── */
    .form-row {
        grid-template-columns: 1fr;
    }

    /* ── IC Grids ── */
    .ic-grid-2 {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
    .ic-grid-3 {
        grid-template-columns: 1fr;
    }

    /* ── Catering / Events ── */
    .rmenu-events-grid {
        grid-template-columns: 1fr;
    }

    /* ── DFB Collections ── */
    .dfb-collections-grid {
        grid-template-columns: 1fr;
    }

    /* ── Automobile Grids ── */
    .auto-steps-grid,
    .auto-services-grid,
    .auto-platform-grid,
    .auto-cat-grid,
    .auto-markets-grid {
        grid-template-columns: 1fr;
    }

    /* ── Sector Contact Strip ── */
   
    /* ── Beauty & Fashion ── */
    .dfb-why-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }
    .dfb-promise-values {
        grid-template-columns: 1fr 1fr;
        gap: 0.2rem;
    }
    .dfb-val-item {
        font-size: 12px;
    }
    .dfb-offer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    .dfb-global-regions {
        grid-template-columns: 1fr 1fr;
        gap: 0.2rem;
    }
    .afh-cards-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    /* ── Sector card text ── */
    .auto-step-card h4,
    .auto-service-card h4,
    .auto-cat-card h4,
    .auto-plat-item h4,
    .dfb-col-card h3,
    .afh-card h4,
    .dfb-why-item h4,
    .dfb-offer-item h4 {
        font-size: 0.75rem;
    }
    .auto-step-card p,
    .auto-service-card p,
    .auto-cat-card p,
    .auto-plat-item p,
    .dfb-col-card p,
    .afh-card p,
    .dfb-why-item p,
    .dfb-offer-item p {
        font-size: 0.7rem;
    }
    .ic-reg-stat strong {
        font-size: 1.1rem;
    }
    .ic-reg-stat span {
        font-size: 0.65rem;
    }
    .ic-reg-stats {
        grid-template-columns: 1fr;
    }

    /* ── Slider card text ── */
    .dom-card__name,
    .ue-card__name,
    .hl-card__title {
        font-size: 0.75rem;
    }
    .dom-card__desc,
    .ue-card__desc,
    .hl-card__desc {
        font-size: 0.65rem;
    }

    /* ── IC Flow rows ── */
    .ic-frow-mt {
        flex-wrap: nowrap;
        gap: 0.6rem;
    }

    /* ── About Us: Timeline ── */
    .timeline {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .timeline-item {
        padding: 1.5rem 1rem 1rem;
    }
    .timeline-item h4 {
        font-size: 0.85rem;
    }
    .timeline-item p {
        font-size: 0.78rem;
    }

    /* ── About Us: Values ── */
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    .value-chip {
        font-size: 0.62rem;
        padding: 0.45rem 0.3rem;
        gap: 0.3rem;
    }
    .value-chip i {
        font-size: 0.7rem;
    }

    /* ── About Us: Mission & Vision cards ── */
    .ic-card-top-gold,
    .ic-card-top-green,
    .ic-card-top-navy {
        padding: 1rem;
    }
    .ic-h3 {
        font-size: 0.875rem;
        margin-bottom: 0.5rem;
    }
    .ic-ico {
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
    }

    /* ── Content image ── */
    .content-image img {
        min-height: auto;
    }

    /* ── Company profile links ── */
    .ic-sector-links-list li a {
        font-size: 0.8rem;
    }
    .ic-sector-links-list li i {
        font-size: 0.78rem;
    }
    .ic-sector-links-list {
        gap: 0.5rem;
    }

    /* ── Services: Service Block ── */
    .ic-srv-block {
        padding: 0.875rem;
        margin-bottom: 1rem;
        border-radius: 10px;
    }
    .ic-srv-hd {
        gap: 0.6rem;
        padding-bottom: 0.75rem;
        margin-bottom: 0.875rem;
    }
    .ic-srv-hd__ico {
        width: 36px;
        height: 36px;
        font-size: 1rem;
        border-radius: 8px;
    }
    .ic-srv-hd h2 {
        font-size: 0.875rem;
    }
    .ic-srv-hd a {
        font-size: 0.7rem;
    }
    .ic-srv-block .features-grid,
    .ic-ecom-grid .features-grid {
        grid-template-columns: 1fr;
        gap: 0.6rem;
    }
}
