*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:#151515;background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 48px));margin:auto}.site-header{height:82px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center;position:relative;z-index:20}.nav-wrap{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:15px;font-weight:700;letter-spacing:-.5px}.brand img{width:43px;height:43px;object-fit:contain}.brand strong{font-weight:800}.brand-name{display:flex;flex-direction:column;justify-content:center;width:165px;line-height:1.02;position:relative;top:4px}.brand-name strong{display:block;font-size:17px;font-weight:800;white-space:nowrap;letter-spacing:-.5px}.brand-name small{display:block;width:100%;font-size:15px;font-weight:700;letter-spacing:-.35px;margin-top:4px;white-space:nowrap}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:13px;font-weight:600}.desktop-nav a{transition:.2s}.desktop-nav a:hover{color:#ff6500}.nav-cta,.primary-btn{background:#ff6500;color:#fff;padding:14px 20px;border-radius:3px;font-weight:700}.menu-btn{display:none;border:0;background:none;font-size:25px}.hero{height:calc(100vh - 82px);min-height:610px;position:relative;overflow:hidden;background:#171717}.hero-track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;visibility:hidden;transition:opacity .7s ease}.hero-slide.is-active{opacity:1;visibility:visible}.hero-bg{
    position:absolute;
    inset:0;
    background-image:linear-gradient(
        90deg,
        rgba(10,10,10,.82) 0%,
        rgba(10,10,10,.48) 48%,
        rgba(10,10,10,.10) 100%
    ),var(--hero-desktop-image);
    background-size:cover;
    background-position:center;
}.hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;padding-bottom:40px;transform:translateY(30%);opacity:0;animation:heroTextReveal .9s cubic-bezier(.22,1,.36,1) .12s forwards}@keyframes heroTextReveal{
    from{
        opacity:0;
        transform:translateY(calc(30% + 18px));
    }
    to{
        opacity:1;
        transform:translateY(30%);
    }
}

@media(max-width:800px){
    .hero-content{
        animation-name:heroTextRevealMobile;
    }

    @keyframes heroTextRevealMobile{
        from{
            opacity:0;
            transform:translateY(calc(35% + 18px));
        }
        to{
            opacity:1;
            transform:translateY(35%);
        }
    }
}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:2.5px;font-weight:800;color:#fff;margin:0 0 18px}
.hero-title-line-one,
.hero-title-line-two{
    display:block;
}

.hero-title-line-one{
    color:#fff;
}

.hero-title-line-two{
    color:#ff6500;
}

.hero h1{font-size:clamp(32px,4.55vw,62px);line-height:.98;letter-spacing:-3px;max-width:800px;margin:0 0 25px;font-weight:800}.hero-copy{font-size:22px;line-height:1.7;max-width:590px;color:#eee;margin:0 0 30px}.primary-btn{display:inline-flex;align-items:center;gap:20px;width:max-content;border:0;cursor:pointer}.primary-btn span,.text-link span,.light-btn span{font-size:20px}.hero-controls{position:absolute;bottom:35px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:space-between;color:#fff}.hero-arrow{width:42px;height:42px;background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.3);cursor:pointer}.hero-dots{display:flex;gap:8px}.hero-dot{width:28px;height:3px;border:0;background:rgba(255,255,255,.35);cursor:pointer}.hero-dot.is-active{background:#ff6500}.hero-empty{height:100%;background:linear-gradient(115deg,#171717 0%,#282828 100%)}.hero-empty h1 span,.intro h2 span,.section-head h2 span,.work-card h2 span,.contact h2 span{color:#ff6500}.section{padding:110px 0}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px}.intro h2,.section-head h2,.work-card h2,.contact h2{font-size:clamp(38px,5vw,64px);line-height:1.03;letter-spacing:-2.5px;margin:0;font-weight:800}.intro-copy{font-size:18px;line-height:1.8;color:#555;max-width:560px;padding-top:35px}.text-link{display:inline-flex;gap:15px;margin-top:20px;color:#ff6500;font-weight:800;font-size:13px}.services{background:#f7f7f7}.section-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:55px;gap:80px}.section-head>p{width:430px;max-width:430px;margin:8px 0 0;color:#666;line-height:1.65;font-size:14px}.intro-copy{font-size:18px;line-height:1.8;color:#555;max-width:560px;padding-top:8px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ddd}.service-grid article{background:#f7f7f7;padding:38px;min-height:235px}.service-grid b{font-size:12px;color:#ff6500}.service-grid h3{font-size:24px;margin:38px 0 12px}.service-grid p{color:#666;font-size:13px;line-height:1.7}.work{background:#fff}.work-card{background:#151515;min-height:410px;padding:65px;display:flex;justify-content:space-between;align-items:end;color:#fff}.light-btn{background:#fff;color:#151515;padding:15px 21px;font-weight:800;font-size:13px;display:inline-flex;gap:20px}.contact{background:#ff6500;color:#fff}.contact .section-kicker{color:#151515}.contact h2 span{color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-grid>div>p:last-child{max-width:480px;line-height:1.8}.quote-form{display:grid;gap:13px}.quote-form input,.quote-form textarea{font:inherit;border:0;border-bottom:1px solid rgba(255,255,255,.55);padding:15px 0;background:transparent;outline:0;color:#fff}.quote-form input::placeholder,.quote-form textarea::placeholder{color:rgba(255,255,255,.8)}.quote-form .primary-btn{background:#151515;margin-top:10px}.site-header+main{}footer{background:#151515;color:#fff;padding:30px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#aaa}.footer-inner .brand{color:#fff}.footer-inner .brand img{width:32px;height:32px}.hero-empty{height:100%;display:flex}.hero-empty .hero-content{height:100%}@media(max-width:800px){.hero-bg{
    background-image:var(--hero-mobile-image);
    background-position:center;
}.container{width:min(100% - 32px,1180px)}.desktop-nav{display:none}.menu-btn{display:block}.hero{min-height:650px}.hero-content{padding-bottom:40px;transform:translateY(35%)}.hero .eyebrow{font-size:8px;letter-spacing:1.8px;margin-bottom:12px}.hero h1{font-size:28px;line-height:1.02;letter-spacing:-1px;max-width:320px;margin-bottom:16px}.hero h1 span{display:block;color:#ff6500}.hero-copy{font-size:15px;line-height:1.5;max-width:300px;margin-bottom:20px}.split,.contact-grid{grid-template-columns:1fr;gap:30px}.section{padding:75px 0}.section-head{display:block}.section-head>p{margin-top:25px}.service-grid{grid-template-columns:1fr}.work-card{padding:38px;display:block}.work-card .light-btn{margin-top:45px}.footer-inner{display:block}.footer-inner p{margin-top:18px}.hero-controls{bottom:22px}}


/* =========================================================
   CLIENTS / BRANDS
   ========================================================= */

.clients-section {
    padding: 110px 0;
    background: #ffffff;
}

.client-logos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.client-logo-card {
    min-height: 190px;
    padding: 35px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.client-logo-card:hover {
    background: #fafafa;
}

.client-logo-card img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: 80px;
    object-fit: contain;
    object-position: center;
}

.client-company-name {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    color: #222222;
}

/* =========================================================
   CLIENTS — MOBILE
   ========================================================= */

@media (max-width: 900px) {

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

}

@media (max-width: 600px) {

    .clients-section {
        padding: 80px 0;
    }

    .client-logos-grid {
        grid-template-columns: 1fr 1fr;
    }

    .client-logo-card {
        min-height: 150px;
        padding: 20px;
    }

    .client-logo-card img {
        max-width: 130px;
        height: 60px;
    }

}
/* Admin Login navigation link */
.nav-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    margin-left: 4px;
    border: 1px solid #ff7200;
    border-radius: 6px;
    color: #111111;
    background: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nav-login:hover {
    background: #ff7200;
    color: #ffffff;
}
/* Mobile navigation */
.mobile-nav {
    display: none;
}

@media (max-width: 768px) {

    .desktop-nav {
        display: none;
    }

    .menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #ff7200;
        border-radius: 6px;
        background: #ffffff;
        color: #111111;
        font-size: 24px;
        cursor: pointer;
        z-index: 1001;
    }

    .mobile-nav {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        padding: 18px 24px 24px;
        background: #ffffff;
        border-top: 1px solid #eeeeee;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        z-index: 1000;

        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        pointer-events: none;
        transition: all 0.2s ease;
    }

    .mobile-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }

    .mobile-nav a {
        display: block;
        padding: 14px 4px;
        color: #111111;
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px solid #eeeeee;
    }

    .mobile-nav a:hover {
        color: #ff7200;
    }

    .mobile-nav .mobile-quote {
        margin-top: 12px;
        padding: 13px 16px;
        background: #ff7200;
        color: #ffffff;
        text-align: center;
        border: 0;
        border-radius: 6px;
    }

    .mobile-nav .mobile-login {
        margin-top: 10px;
        padding: 13px 16px;
        border: 1px solid #ff7200;
        color: #111111;
        text-align: center;
        border-radius: 6px;
    }
}
/* =========================================================
   SERVICES / WHAT WE DO
   ========================================================= */

.services-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    background: #ffffff;
}

.service-card-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 12px;
    background: #eeeeee;
}

.service-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card-content {
    padding: 20px 0 0;
}

.service-card-content h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    color: #151515;
}

.service-card-content p {
    margin: 12px 0 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
    max-width: 330px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    color: #ff6500;
    font-size: 13px;
    font-weight: 800;
}

.service-link span {
    font-size: 18px;
}

.service-empty {
    padding: 50px 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.service-empty p {
    margin: 0;
    color: #777777;
}

@media (max-width: 900px) {

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

}

@media (max-width: 600px) {

    .services-list {
        display: flex;
        overflow-x: auto;
        gap: 18px;
        margin-right: -16px;
        padding-right: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .services-list::-webkit-scrollbar {
        display: none;
    }

    .service-card {
        flex: 0 0 78vw;
        max-width: 330px;
        scroll-snap-align: start;
    }

    .service-card-image {
        aspect-ratio: 4 / 5;
        border-radius: 12px;
    }

    .service-card-content {
        padding-top: 16px;
    }

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

}


/* =========================================================
   WHAT WE DO
   ========================================================= */

.what-we-do-section {
    padding: 110px 0 80px;
    background: #ffffff;
}

.what-we-do-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 55px;
}

.what-we-do-heading h2 {
    font-size: clamp(23.1px, 2.75vw, 37.4px);
    line-height: 1.02;
    letter-spacing: -2.8px;
    margin: 10px 0 0;
    font-weight: 800;
    color: #151515;
}

.what-we-do-heading h2 span {
    color: #ff6500;
}

.section-eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: 2.5px;
    font-weight: 800;
    color: #ff6500;
    margin: 0;
}

.what-we-do-intro {
    max-width: 500px;
    padding-bottom: 5px;
}

.what-we-do-intro p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.what-we-do-intro .text-link {
    margin-top: 24px;
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.what-we-do-card {
    min-width: 0;
}

.what-we-do-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 8px;
    background: #eeeeee;
}

.what-we-do-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.what-we-do-card:hover .what-we-do-image img {
    transform: scale(1.04);
}

.what-we-do-card h3 {
    margin: 14px 0 0;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    color: #151515;
}

.what-we-do-empty {
    padding: 30px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.what-we-do-empty p {
    margin: 0;
    color: #777;
}

@media (max-width: 1000px) {

    .what-we-do-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (max-width: 800px) {

    .what-we-do-section {
        padding: 75px 0 60px;
    }

    .what-we-do-heading {
        display: block;
        margin-bottom: 35px;
    }

    .what-we-do-intro {
        max-width: none;
        margin-top: 25px;
    }

    .what-we-do-heading h2 {
        font-size: clamp(40px, 12vw, 58px);
        letter-spacing: -2px;
    }

    .what-we-do-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        margin-right: -16px;
        padding-right: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .what-we-do-grid::-webkit-scrollbar {
        display: none;
    }

    .what-we-do-card {
        flex: 0 0 62vw;
        max-width: 280px;
        scroll-snap-align: start;
    }

    .what-we-do-image {
        aspect-ratio: 4 / 5;
    }

}

@media (max-width: 480px) {

    .what-we-do-card {
        flex-basis: 72vw;
    }

}

/* SPECIALISED SERVICES CAROUSEL CSS */


/* SPECIALISED SERVICES CAROUSEL CSS */

.specialised-services-section {
    padding: 110px 0 90px;
    background: #ffffff;
    overflow: hidden;
}

.specialised-services-container {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.specialised-services-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 48px;
}

.specialised-services-eyebrow {
    display: block;
    margin-bottom: 20px;
    color: #ff6500;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2.8px;
}

.specialised-services-title h2 {
    margin: 0;
    max-width: 850px;
    color: #111111;
    font-size: clamp(44px, 5.5vw, 76px);
    line-height: 0.98;
    letter-spacing: -3.5px;
    font-weight: 800;
}

.specialised-services-title h2 span {
    color: #ff6500;
}

.specialised-services-intro {
    padding-bottom: 5px;
}

.specialised-services-intro p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.65;
}

.specialised-services-carousel {
    width: 100%;
    overflow: visible;
}

.specialised-services-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 12px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.specialised-services-track::-webkit-scrollbar {
    display: none;
}

.specialised-service-card {
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 0;
    scroll-snap-align: start;
}

.specialised-service-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 22px;
    background: #eeeeee;
}

.specialised-service-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.specialised-service-card:hover .specialised-service-image img {
    transform: scale(1.035);
}

.specialised-service-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 28px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.35) 38%,
        rgba(0, 0, 0, 0) 70%
    );
}

.specialised-service-content {
    min-width: 0;
}

.specialised-service-content h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 23px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.specialised-service-content p {
    margin: 0;
    max-width: 330px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.5;
}

.specialised-service-arrow {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 21px;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.specialised-service-arrow:hover {
    background: #ffffff;
    color: #111111;
}

.specialised-services-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.specialised-services-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.specialised-services-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d2d2d2;
    cursor: pointer;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.specialised-services-dot.is-active {
    width: 24px;
    border-radius: 10px;
    background: #ff6500;
}

.specialised-services-arrows {
    display: flex;
    gap: 10px;
}

.specialised-services-nav {
    width: 46px;
    height: 46px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background: #ffffff;
    color: #111111;
    font-size: 18px;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

.specialised-services-nav:hover {
    background: #111111;
    color: #ffffff;
}

.specialised-services-empty {
    padding: 80px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    text-align: center;
    color: #666666;
}

@media (max-width: 1000px) {

    .specialised-services-heading {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .specialised-service-card {
        flex-basis: calc((100% - 20px) / 2);
    }

}

@media (max-width: 640px) {

    .specialised-services-section {
        padding: 80px 0 70px;
    }

    .specialised-services-heading {
        margin-bottom: 32px;
    }

    .specialised-services-title h2 {
        font-size: clamp(42px, 12vw, 58px);
        letter-spacing: -2.5px;
    }

    .specialised-service-card {
        flex-basis: 86%;
    }

    .specialised-service-overlay {
        padding: 22px;
    }

    .specialised-service-content h3 {
        font-size: 21px;
    }

}

/* =========================================================
   FOOTER — 5 COLUMN LAYOUT
   ========================================================= */

.site-footer {
    background: #151515;
    color: #fff;
    padding: 70px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .9fr 1fr .9fr 1fr 1.15fr;
    gap: 45px;
    align-items: start;
    padding-bottom: 55px;
}

.footer-column {
    min-width: 0;
}

.footer-column h3 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
}

.footer-brand .brand {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.footer-brand .brand img {
    width: 38px;
    height: 38px;
}

.footer-brand > p {
    max-width: 300px;
    margin: 24px 0 0;
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.footer-nav a {
    display: block;
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    transition: color .2s ease;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-brand-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.footer-brand-list span {
    color: #aaa;
    font-size: 13px;
    line-height: 1.4;
}

.footer-corporate {
    margin-top: 22px;
}

.footer-corporate a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
}

.footer-corporate a:hover {
    color: #aaa;
}


.footer-contact p {
    margin: 0 0 18px;
    color: #999;
    font-size: 13px;
    line-height: 1.7;
}

.footer-contact strong {
    color: #fff;
    font-weight: 700;
}

.footer-contact a {
    color: #aaa;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    padding: 25px 0 30px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #777;
    font-size: 12px;
}

/* TABLET */
@media (max-width: 1000px) {

    .footer-grid {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 45px 35px;
    }

    .footer-brand {
        grid-row: span 2;
    }
}

/* MOBILE */
@media (max-width: 650px) {

    .site-footer {
        padding-top: 55px;
    }

    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 38px;
    }

    .footer-brand {
        grid-column: auto !important;
        grid-row: auto;
    }

    .footer-brand > p {
        max-width: 100%;
    }

    .footer-nav {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
    }

    .footer-nav a {
        display: block !important;
        width: auto;
    }

    .footer-brand-list {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-brand {
        grid-column: auto;
    }
}



.hero .hero-title .hero-title-line-one{
    color:#fff !important;
}

.hero .hero-title .hero-title-line-two{
    color:#ff6500 !important;
}


/* =========================================================
   OUR CLIENTS — FINAL UNIFORM SECTION HEADER
   ========================================================= */

.clients-section .clients-section-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 80px !important;
    align-items: start !important;
}

.clients-section .clients-heading-block {
    width: 100% !important;
    min-width: 0 !important;
}

.clients-section .clients-intro {
    position: static !important;
    width: 100% !important;
    max-width: 430px !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    color: #666 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

@media (max-width: 800px) {
    .clients-section .clients-section-head {
        display: block !important;
    }

    .clients-section .clients-intro {
        max-width: 100% !important;
        margin-top: 24px !important;
    }
}


/* =========================================================
   OUR VISION & OBJECTIVE
   ========================================================= */


/* Vision & Objective — restore standard centered container alignment */
.vision-objective-section > .container {
    width: min(100% - 32px, 1180px);
    margin-left: auto;
    margin-right: auto;
}



.vision-objective-section {
    width: 100%;
    background: #ffffff;
    color: #111111;
    padding: 105px 0;
}

/* Equal, professionally aligned Vision / Objective columns */
.vision-objective-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    column-gap: 80px;
    align-items: start;
    width: 100%;
}

.vision-objective-item {
    min-width: 0;
    width: 100%;
}

.vision-objective-kicker {
    margin: 0 0 24px;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 2.5px;
    font-weight: 800;
    color: #111111;
}

.vision-objective-item h2 {
    margin: 0;
    width: 100%;
    max-width: 520px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    letter-spacing: -2.2px;
    font-weight: 800;
    color: #111111;
}

.vision-objective-item h2 span {
    color: #ff6500;
}

.vision-objective-divider {
    width: 1px;
    height: 150px;
    margin-top: 58px;
    background: rgba(0,0,0,.16);
}


/* ---------------------------------------------------------
   OUR VISION & OBJECTIVE — MOBILE
   --------------------------------------------------------- */

@media (max-width: 800px) {

    .vision-objective-section {
        padding: 75px 0;
    }

    .vision-objective-grid {
        display: block;
    }

    .vision-objective-item h2 {
        max-width: 100%;
        font-size: clamp(32px, 8vw, 44px);
        line-height: 1.08;
        letter-spacing: -1.5px;
    }

    .vision-objective-divider {
        width: 100%;
        height: 1px;
        margin: 55px 0;
        background: rgba(0,0,0,.16);
    }

}


/* =========================================================
   OUR BUSINESSES
   ========================================================= */

.businesses-section {
    width: 100%;
    padding: 110px 0 90px;
    background: #ffffff;
    overflow: hidden;
}

.businesses-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
    column-gap: 80px;
    align-items: start;
    margin-bottom: 60px;
}

.businesses-heading h2 {
    margin: 0;
    max-width: 560px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.05;
    letter-spacing: -2.2px;
    font-weight: 800;
    color: #111111;
}

.businesses-heading h2 span {
    color: #ff6500;
}

.businesses-intro-wrap {
    padding-top: 82px;
}

.businesses-intro {
    width: 100%;
    max-width: 430px;
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
}

.businesses-logo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    border: 0;
}

.business-logo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 22px;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}

.business-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .09);
}

.business-logo-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    margin: 0 0 22px;
    overflow: hidden;
    border-radius: 16px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.business-logo-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
}

.business-logo-name {
    margin: 0 0 20px;
    color: #222222;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    text-align: center;
}

.business-logo-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    padding: 14px 20px;
    box-sizing: border-box;
    background: #ff6500;
    color: #ffffff;
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background .25s ease;
}

.business-logo-card:hover .business-logo-button {
    background: #e95700;
}

.business-logo-button span {
    font-size: 20px;
    line-height: 1;
}

.businesses-empty {
    min-height: 180px;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
}

.businesses-empty p {
    margin: 0;
    color: #999999;
    font-size: 13px;
}

.businesses-section .section-kicker {
    color: #111111 !important;
}

@media (max-width: 1000px) {
    .businesses-heading {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }

    .businesses-intro-wrap {
        padding-top: 0;
    }

    .businesses-logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .businesses-section {
        padding: 75px 0;
    }

    .businesses-heading {
        margin-bottom: 40px;
    }

    .businesses-heading h2 {
        font-size: clamp(34px, 9vw, 46px);
        letter-spacing: -1.5px;
    }

    .businesses-logo-grid {
        grid-template-columns: 1fr;
    }

    .business-logo-card {
        padding: 18px;
        border-radius: 18px;
    }
}


/* =========================================================
   MDIPL BRANDS / OUR BUSINESSES
   ========================================================= */

.brands-section {
    padding: 110px 0 90px;
    background: #ffffff;
    overflow: hidden;
}

.brands-container {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
}

.brands-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 48px;
}

.brands-eyebrow {
    display: block;
    margin-bottom: 20px;
    color: #ff6500;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2.8px;
}

.brands-title h2 {
    margin: 0;
    max-width: 850px;
    color: #111111;
    font-size: clamp(44px, 5.5vw, 76px);
    line-height: 0.98;
    letter-spacing: -3.5px;
    font-weight: 800;
}

.brands-heading-black {
    color: #111111;
}

.brands-heading-accent {
    color: #ff6500;
}

.brands-intro {
    padding-bottom: 5px;
}

.brands-intro p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.65;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.brand-card {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.brand-card-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 22px;
    background: #111111;
}

.brand-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.brand-card:hover .brand-card-image img {
    transform: scale(1.035);
}

.brand-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 28px;
    background: transparent;
}

.brand-card-content {
    min-width: 0;
}

.brand-card-content h3 {
    margin: 0 0 7px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.6px;
}

.brand-card-content p {
    margin: 0;
    max-width: 360px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.5;
}

.brand-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 22px;
    transition: background 0.25s ease, color 0.25s ease;
}

.brand-card:hover .brand-card-arrow {
    background: #ffffff;
    color: #111111;
}

.brands-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

.brands-view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid #111111;
    padding-bottom: 5px;
    transition: color 0.25s ease, border-color 0.25s ease;
}

.brands-view-all span {
    font-size: 18px;
    line-height: 1;
}

.brands-view-all:hover {
    color: #ff6500;
    border-color: #ff6500;
}

.brands-empty {
    padding: 40px;
    border-radius: 22px;
    background: #f4f4f4;
    color: #666666;
    text-align: center;
}

@media (max-width: 1000px) {
    .brands-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 640px) {
    .brands-section {
        padding: 80px 0 70px;
    }

    .brands-heading {
        margin-bottom: 32px;
    }

    .brands-title h2 {
        font-size: clamp(42px, 11vw, 58px);
        letter-spacing: -2px;
    }

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

    .brand-card-overlay {
        padding: 22px;
    }

    .brand-card-content h3 {
        font-size: 23px;
    }

    .brands-footer {
        justify-content: flex-start;
    }
}


/* Brands: four cards per row with reduced card height */
.brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-card-image {
    aspect-ratio: 5 / 3;
}

@media (max-width: 1000px) {
    .brands-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .brands-grid {
        grid-template-columns: 1fr;
    }

    .brand-card-image {
        aspect-ratio: 5 / 3;
    }
}


/* Brands: increase card height by approximately 40% */
.brand-card-image {
    aspect-ratio: 25 / 21;
}

@media (max-width: 640px) {
    .brand-card-image {
        aspect-ratio: 25 / 21;
    }
}


/* Brands: increase card height by another 60% */
.brand-card-image {
    aspect-ratio: 25 / 34;
}

@media (max-width: 640px) {
    .brand-card-image {
        aspect-ratio: 25 / 34;
    }
}


/* Brands: slightly wider and 10% taller cards */
.brand-card-image {
    aspect-ratio: 26.25 / 37.4;
}

@media (max-width: 640px) {
    .brand-card-image {
        aspect-ratio: 26.25 / 37.4;
    }
}

/* Brands heading: reduce font size by approximately 30% */
.brands-title h2 {
    font-size: clamp(31px, 3.85vw, 53px);
}

@media (max-width: 640px) {
    .brands-title h2 {
        font-size: clamp(29px, 7.7vw, 41px);
    }
}


/* Brands: reduce visual image scale by approximately 20% */
.brand-card-image img {
    object-fit: contain;
    object-position: center;
    transform: scale(0.8);
}


/* Brands: reduce visual image scale by approximately 10% */
.brand-card-image img {
    transform: scale(0.9);
}


/* Brands: reduce visual image scale by approximately 10% */
.brand-card-image img {
    transform: scale(0.9);
}


/* Brands section: pure black background */
.brands-section {
    background: #000000 !important;
}


/* Brands: white section background and pure-black card background */
.brands-section {
    background: #ffffff !important;
}

.brand-card {
    background: #000000 !important;
}

.brand-card-image {
    background: #000000 !important;
}


/* Brands: change OUR BUSINESSES eyebrow from orange to black */
.brands-eyebrow {
    color: #000000 !important;
}

/* Our Brands: horizontal card slider on mobile only */
@media (max-width: 640px) {
    #businesses .brands-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 8px;
    }

    #businesses .brands-grid::-webkit-scrollbar {
        display: none;
    }

    #businesses .brand-card {
        flex: 0 0 86%;
        min-width: 0;
        scroll-snap-align: start;
    }
}

/* Our Brands: mobile-only rounded slider styling */
@media (max-width: 640px) {
    #businesses .brand-card {
        border-radius: 22px;
        overflow: hidden;
    }

    #businesses .brand-card-image {
        border-radius: 22px;
        overflow: hidden;
    }

    #businesses .brands-grid {
        scroll-behavior: smooth;
    }

    #businesses .brands-slider-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
    }

    #businesses .brands-slider-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #c7c7c7;
        cursor: pointer;
        transition: width 0.25s ease, background 0.25s ease;
    }

    #businesses .brands-slider-dot.is-active {
        width: 24px;
        border-radius: 999px;
        background: #000000;
    }
}

@media (min-width: 641px) {
    #businesses .brands-slider-dots {
        display: none !important;
    }
}

/* Disable vertical scroll-reveal movement for Our Brands cards on mobile */
@media (max-width: 640px) {
    html.js-scroll-reveal #businesses .brand-card,
    html.js-scroll-reveal #businesses .brand-card.is-visible,
    html.js-scroll-reveal #businesses .brand-card.scroll-reveal,
    html.js-scroll-reveal #businesses .brand-card.scroll-reveal-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}

/* Rounded corners for brand cards on all screen sizes */
#businesses .brand-card,
#businesses .brand-card-image {
    border-radius: 22px;
    overflow: hidden;
}

/* Scroll reveal for Our Vision and Our Objective */
#vision-objective .vision-objective-item {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

#vision-objective .vision-objective-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#vision-objective .vision-objective-item:nth-child(2) {
    transition-delay: 0.15s;
}

/* Keep the sections visible on mobile */
@media (max-width: 640px) {
    html.js-scroll-reveal #vision-objective .vision-objective-item {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
CSScat >> /home/mdipl/mdipl_app/public/css/movements.css <<'CSS'

/* Scroll reveal for Our Vision and Our Objective */
#vision-objective .vision-objective-item {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

#vision-objective .vision-objective-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#vision-objective .vision-objective-item:nth-child(2) {
    transition-delay: 0.15s;
}

/* Keep the sections visible on mobile */
@media (max-width: 640px) {
    html.js-scroll-reveal #vision-objective .vision-objective-item {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Reduce showcase image visual scale by 5% */
.our-work-showcase .showcase-carousel-image {
    transform: scale(0.95) !important;
    transform-origin: center center;
}


/* Reduce showcase image visual scale by 20% */
.our-work-showcase .showcase-carousel-image {
    transform: scale(0.80) !important;
    transform-origin: center center;
}


/* Undo showcase image scale reduction */
.our-work-showcase .showcase-carousel-image {
    transform: scale(1) !important;
    transform-origin: center center;
}


/* Show the complete showcase image without edge cropping */
.our-work-showcase .showcase-carousel-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1) !important;
    background: #111;
}


/* Hide the complete Specialised Services section */
#specialised-services {
    display: none !important;
}

/* Our Brands introductory paragraph */
.brands-intro p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}


/* Move the Our Commitments introductory text 20% to the left */
@media (min-width: 769px) {
    .showcase-intro {
        position: relative;
        left: -15%;
    }
}


/* Match Our Commitments description with Our Brands description */
.showcase-intro {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}



/* Final positioning for Our Commitments paragraph */
@media (min-width: 769px) {
    #our-work-showcase .showcase-heading {
        position: relative;
    }

    #our-work-showcase .showcase-intro {
        position: relative !important;
        left: -80px !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    #our-work-showcase .showcase-intro {
        position: relative !important;
        left: -20px !important;
        margin-left: 0 !important;
    }
}

/* Footer brand name and legal company name */
.footer-brand .brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.footer-brand .brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.footer-brand .brand-name {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.footer-brand .brand-text small {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 650px) {
    .footer-brand .brand-name {
        font-size: 17px;
    }

    .footer-brand .brand-text small {
        font-size: 15px;
        white-space: normal;
    }
}

/* Keep footer brand name on one line */
.footer-brand .brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
}

.footer-brand .brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.footer-brand .brand-name {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
}

.footer-brand .brand-text small {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
}

@media (max-width: 650px) {
    .footer-brand .brand-name {
        font-size: 15px;
        white-space: nowrap;
    }

    .footer-brand .brand-text small {
        font-size: 14px;
        white-space: normal;
    }
}

/* Final footer brand text adjustment */
.footer-brand .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.footer-brand .brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    min-width: max-content;
}

.footer-brand .brand-name {
    display: block;
    font-size: 13px !important;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap !important;
    word-break: keep-all;
    overflow-wrap: normal;
}

.footer-brand .brand-text small {
    display: block;
    font-size: 12px !important;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap !important;
    word-break: keep-all;
    overflow-wrap: normal;
}

@media (max-width: 650px) {
    .footer-brand .brand-name {
        font-size: 13px !important;
    }

    .footer-brand .brand-text small {
        font-size: 12px !important;
        white-space: normal !important;
    }
}

/* Final fix: keep complete brand name on one line */
.footer-brand .brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    min-width: max-content;
}

.footer-brand .brand-name {
    display: block !important;
    width: max-content;
    max-width: none !important;
    color: #ffffff;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.footer-brand .brand-text small {
    display: block !important;
    width: max-content;
    max-width: none !important;
    color: #ffffff;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
}

@media (max-width: 650px) {
    .footer-brand .brand-name {
        font-size: 13px !important;
        white-space: nowrap !important;
    }

    .footer-brand .brand-text small {
        font-size: 12px !important;
        white-space: nowrap !important;
    }
}

/* Footer company branding image */
.footer-brand-image {
    display: block;
    width: 180px;
    height: auto;
    max-width: 100%;
}

/* Footer brand logo sizing */
.footer-column.footer-brand {
    min-width: 0;
}

.footer-column.footer-brand .brand {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.footer-column.footer-brand .footer-brand-image {
    display: block !important;
    width: 252px !important;       /* Increased from 240px by 5% */
    height: auto !important;
    max-width: 100% !important;
    min-width: 180px !important;
    object-fit: contain !important;
    transform: translateY(-35%) !important; /* Move upward by 5% */
}

/* =========================================================
   MDIPL — Reusable Public Section Heading
   ========================================================= */

.mdipl-section-heading {
    width: min(1200px, 100%);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr);
    column-gap: 48px;
    row-gap: 14px;
    align-items: end;
}

.mdipl-section-eyebrow {
    grid-column: 1 / -1;
    display: block;
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mdipl-section-title {
    min-width: 0;
}

.mdipl-section-title h2 {
    margin: 0;
    font-size: clamp(23.1px, 2.75vw, 37.4px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -2px;
    text-wrap: balance;
}

.mdipl-section-title-black {
    color: #151515;
}

.mdipl-section-title-accent {
    color: #ff6500;
}

.mdipl-section-intro {
    align-self: end;
    max-width: 520px;
    margin: 0;
}

.mdipl-section-intro p {
    max-width: 520px;
    margin: 0;
    font-size: 12.8px;
    line-height: 1.75;
    color: #5f6870;
    font-weight: 700;
}

@media (max-width: 767px) {
    .mdipl-section-heading {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .mdipl-section-eyebrow {
        grid-column: 1;
    }

    .mdipl-section-description {
        max-width: 100%;
    }

    .mdipl-section-title h2 {
        font-size: clamp(36px, 10vw, 52px);
    }
}



/* MDIPL — About Intro Test Section */
.about-intro-section {
    padding: 100px 0;
    background: #fff;
}

.about-intro-grid {
    width: min(1200px, 100%);
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 80px;
    align-items: start;
}

.about-intro-copy p {
    max-width: 620px;
    margin: 0;
    font-size: 22px;
    line-height: 1.7;
    color: #151515;
    font-weight: 600;
}

.about-intro-statement {
    padding-left: 32px;
    border-left: 3px solid #ff6500;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-intro-statement span {
    font-size: 20px;
    line-height: 1.4;
    color: #5f6870;
    font-weight: 600;
}

.about-intro-statement strong {
    font-size: 32px;
    line-height: 1.2;
    color: #151515;
    font-weight: 700;
}

@media (max-width: 767px) {
    .about-intro-section {
        padding: 70px 0;
    }

    .about-intro-grid {
        margin-top: 50px;
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-intro-copy p {
        font-size: 18px;
    }

    .about-intro-statement strong {
        font-size: 27px;
    }
}

CSScd /home/mdipl/mdipl_app && cat >> public/css/movements.css <<'CSS'

/* MDIPL — About Intro Test Section */
.about-intro-section {
    padding: 100px 0;
    background: #fff;
}

.about-intro-grid {
    width: min(1200px, 100%);
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
    gap: 80px;
    align-items: start;
}

.about-intro-copy p {
    max-width: 620px;
    margin: 0;
    font-size: 22px;
    line-height: 1.7;
    color: #151515;
    font-weight: 600;
}

.about-intro-statement {
    padding-left: 32px;
    border-left: 3px solid #ff6500;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-intro-statement span {
    font-size: 20px;
    line-height: 1.4;
    color: #5f6870;
    font-weight: 600;
}

.about-intro-statement strong {
    font-size: 32px;
    line-height: 1.2;
    color: #151515;
    font-weight: 700;
}

@media (max-width: 767px) {
    .about-intro-section {
        padding: 70px 0;
    }

    .about-intro-grid {
        margin-top: 50px;
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .about-intro-copy p {
        font-size: 18px;
    }

    .about-intro-statement strong {
        font-size: 27px;
    }
}


/* MDIPL — About Who We Are */
.about-values {
    width: min(1200px, 100%);
    margin: 90px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #d9d9d9;
}

.about-value {
    padding: 28px 35px 10px 0;
    border-right: 1px solid #d9d9d9;
}

.about-value:not(:first-child) {
    padding-left: 35px;
}

.about-value:last-child {
    border-right: 0;
}

.about-value span {
    display: block;
    margin-bottom: 28px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ff6500;
}

.about-value strong {
    display: block;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.15;
    color: #151515;
    font-weight: 700;
}

.about-value p {
    max-width: 260px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #5f6870;
    font-weight: 600;
}

@media (max-width: 767px) {
    .about-values {
        margin-top: 60px;
        grid-template-columns: 1fr;
    }

    .about-value,
    .about-value:not(:first-child) {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid #d9d9d9;
    }

    .about-value:last-child {
        border-bottom: 0;
    }

    .about-value span {
        margin-bottom: 18px;
    }

    .about-value strong {
        font-size: 25px;
    }
}


/* MDIPL — About Vision & Objective */
.about-vision-objective {
    padding: 120px 0;
    background: #fff;
}

.about-vision-grid {
    width: min(1200px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    column-gap: 78px;
    align-items: start;
}

.about-vision-column {
    min-width: 0;
}

.about-vision-kicker {
    display: block;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    color: #151515;
}

.about-vision-column h2 {
    margin: 0;
    font-size: clamp(28.5px, 3.15vw, 43.5px);
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -2px;
    color: #151515;
}

.about-vision-column h2 span {
    color: #ff6500;
}

.about-vision-divider {
    width: 1px;
    height: 150px;
    margin-top: 55px;
    background: #d9d9d9;
}

@media (max-width: 767px) {
    .about-vision-objective {
        padding: 80px 0;
    }

    .about-vision-grid {
        grid-template-columns: 1fr;
        row-gap: 60px;
    }

    .about-vision-divider {
        width: 100%;
        height: 1px;
        margin: 0;
    }

    .about-vision-column h2 {
        font-size: 38px;
    }
}


/* MDIPL — About Leadership */
.about-leadership {
    padding: 120px 0;
    background: #f7f7f5;
}

.about-directors-grid {
    width: min(1200px, 100%);
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 40px;
}

.about-director-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    background: #fff;
    min-width: 0;
}

.about-director-image {
    width: 220px;
    height: 280px;
    overflow: hidden;
    background: #e9e9e7;
}

.about-director-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-director-info {
    padding: 35px 30px;
    align-self: center;
}

.about-director-designation {
    display: block;
    margin-bottom: 12px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ff6500;
}

.about-director-info h3 {
    margin: 0 0 15px;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 700;
    color: #151515;
}

.about-director-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #5f6870;
    font-weight: 600;
}

@media (max-width: 900px) {
    .about-directors-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .about-leadership {
        padding: 80px 0;
    }

    .about-directors-grid {
        margin-top: 55px;
        gap: 35px;
    }

    .about-director-card {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .about-director-image {
        width: 150px;
        height: 210px;
    }

    .about-director-info {
        padding: 25px 20px;
    }

    .about-director-info h3 {
        font-size: 22px;
    }

    .about-director-info p {
        font-size: 13px;
    }
}


/* MDIPL — Reusable Public Section Heading — Mobile */
@media (max-width: 767px) {
    .mdipl-section-heading {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 0;
    }

    .mdipl-section-eyebrow {
        grid-column: 1;
        margin-bottom: 6px;
        font-size: 11px;
    }

    .mdipl-section-title h2 {
        font-size: 30px;
        line-height: 1.05;
        letter-spacing: -1px;
    }

    .mdipl-section-intro {
        margin-top: 22px;
        max-width: 100%;
    }

    .mdipl-section-intro p {
        max-width: 100%;
        font-size: 12.8px;
        line-height: 1.65;
    }
}

