

.ap-cta {
    padding: 86px 0;
    background: radial-gradient(circle at 16% 20%, rgba(201, 154, 63, 0.18), transparent 28%), linear-gradient(135deg, #07101f 0%, #0b1120 60%, #101b2f 100%);
    color: #ffffff
}

.ap-cta-box {
    text-align: center;
    max-width: 820px
}

.ap-cta h2 {
    max-width: 650px;
    margin: 14px auto 26px;
    color: #ffffff;
    font-size: clamp(30px, 4.2vw, 50px);
    font-weight: 650;
    line-height: 1.08
}

@media (max-width:1050px) {

    .ap-hero-grid,
    .ap-purpose-grid,
    .ap-values-grid,
    .ap-intro-grid {
        grid-template-columns: 1fr
    }

    .ap-hero-media,
    .ap-purpose-media,
    .ap-values-media {
        min-height: 480px
    }

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

    .ap-service-card {
        min-height: auto
    }
}

@media (max-width:768px) {
    .ap-container {
        width: min(100% - 32px, 1180px)
    }

    .ap-hero {
        min-height: auto;
        padding: 120px 0 58px
    }

    .ap-hero h1 {
        font-size: clamp(34px, 10vw, 46px);
        letter-spacing: -0.8px
    }

    .ap-hero-media,
    .ap-purpose-media,
    .ap-values-media {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: 14px
    }

    .ap-hero-image-wrap,
    .ap-purpose-img-main,
    .ap-purpose-img-sub,
    .ap-values-main,
    .ap-values-sub {
        position: relative;
        inset: auto;
        width: 100%;
        height: 320px;
        border-radius: 20px;
        border: 1px solid var(--ap-border)
    }

    .ap-hero-note,
    .ap-values-label {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 0
    }

    .ap-img-label {
        left: 14px;
        bottom: 14px
    }

    .ap-intro,
    .ap-services,
    .ap-purpose,
    .ap-values,
    .ap-cta {
        padding-top: 68px;
        padding-bottom: 68px
    }

    .ap-section-head {
        margin-bottom: 30px
    }

    .ap-section-head h2,
    .ap-intro-copy h2,
    .ap-cta h2 {
        font-size: clamp(28px, 9vw, 38px);
        letter-spacing: -0.8px
    }

    .ap-purpose-card {
        grid-template-columns: 1fr
    }

    .ap-hero-actions {
        width: 100%
    }

    .ap-btn {
        width: 100%
    }
}

@media (max-width:480px) {

    .ap-hero-image-wrap,
    .ap-purpose-img-main,
    .ap-purpose-img-sub,
    .ap-values-main,
    .ap-values-sub {
        height: 280px
    }

    .ap-service-card,
    .ap-purpose-card,
    .ap-value-card {
        padding: 18px
    }

    .ap-service-card h3 {
        font-size: 22px
    }

    .ap-value-card h3 {
        font-size: 20px
    }
}

.deeng-featured-section {
    position: relative;
    padding: 90px 5vw;
    background: #ffffff;
    color: #101827;
    overflow: hidden;
    font-family: "Plus Jakarta Sans", "Inter", Arial, sans-serif
}

.deeng-featured-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.45;
    background-image: linear-gradient(to right, rgba(15, 23, 42, 0.055) 1px, transparent 1px), linear-gradient(to bottom, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
    background-size: 80px 80px
}

.deeng-featured-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto
}

.deeng-featured-header {
    max-width: 720px;
    margin-bottom: 34px
}

.deeng-featured-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #c99a3f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase
}

.deeng-featured-eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: #c99a3f
}

.deeng-featured-header h2 {
    max-width: 680px;
    font-family: "Syne", "Plus Jakarta Sans", sans-serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -1.6px;
    margin-bottom: 16px;
    color: #101827
}

.deeng-featured-header p {
    max-width: 560px;
    color: #667085;
    font-size: 13px;
    line-height: 1.7
}

.deeng-featured-card {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
    border-radius: 28px;
    background: #0b1120;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.14), 0 0 0 8px rgba(15, 23, 42, 0.025)
}

.deeng-featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.8s cubic-bezier(.22, 1, .36, 1)
}

.deeng-featured-card:hover .deeng-featured-img {
    transform: scale(1.05)
}

.deeng-featured-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 16, 31, 0.02) 0%, rgba(7, 16, 31, 0.20) 45%, rgba(7, 16, 31, 0.82) 100%), linear-gradient(90deg, rgba(7, 16, 31, 0.48) 0%, rgba(7, 16, 31, 0.14) 48%, rgba(7, 16, 31, 0.08) 100%);
    z-index: 1
}

.deeng-featured-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end
}

.deeng-featured-text {
    max-width: 520px;
    padding: 24px;
    background: rgba(7, 16, 31, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 22px
}

.deeng-featured-text span {
    display: inline-block;
    margin-bottom: 10px;
    color: #d4af37;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.deeng-featured-text h3 {
    font-family: "Syne", "Plus Jakarta Sans", sans-serif;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 12px
}

.deeng-featured-text p {
    max-width: 420px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.65
}

.deeng-featured-meta {
    display: flex;
    gap: 12px
}

.deeng-featured-meta div {
    min-width: 150px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18)
}

.deeng-featured-meta small {
    display: block;
    margin-bottom: 5px;
    color: #667085;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase
}

.deeng-featured-meta strong {
    display: block;
    color: #101827;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35
}

@media (max-width:900px) {
    .deeng-featured-section {
        padding: 75px 18px
    }

    .deeng-featured-card {
        height: 560px;
        border-radius: 24px
    }

    .deeng-featured-content {
        grid-template-columns: 1fr;
        left: 18px;
        right: 18px;
        bottom: 18px
    }

    .deeng-featured-meta {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .deeng-featured-text {
        padding: 22px;
        border-radius: 20px
    }
}

@media (max-width:520px) {
    .deeng-featured-card {
        height: 520px
    }

    .deeng-featured-header h2 {
        font-size: 32px;
        letter-spacing: -1px
    }

    .deeng-featured-meta {
        grid-template-columns: 1fr
    }

    .deeng-featured-meta div {
        min-width: 100%
    }
}

.deeng-featured-header,
.deeng-featured-card,
.deeng-featured-text,
.deeng-featured-meta div {
    opacity: 0;
    transform: translateY(28px)
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-header {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.22, 1, .36, 1)
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-card {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.85s ease 0.12s, transform 0.85s cubic-bezier(.22, 1, .36, 1) 0.12s
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-text {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.75s ease 0.35s, transform 0.75s cubic-bezier(.22, 1, .36, 1) 0.35s
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-meta div {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(.22, 1, .36, 1)
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-meta div:nth-child(1) {
    transition-delay: 0.48s
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-meta div:nth-child(2) {
    transition-delay: 0.60s
}

.deeng-featured-img {
    transform: scale(1.08)
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-img {
    transform: scale(1.01);
    transition: transform 1.2s cubic-bezier(.22, 1, .36, 1)
}

.deeng-featured-card:hover .deeng-featured-img {
    transform: scale(1.055)
}

.deeng-featured-card::after {
    content: "";
    position: absolute;
    inset: -120%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 38%, rgba(255, 255, 255, 0.22), transparent 62%);
    opacity: 0;
    transform: translateX(-70%) rotate(12deg)
}

.deeng-featured-card:hover::after {
    opacity: 1;
    animation: deengFeaturedShine 0.9s ease forwards
}

@keyframes deengFeaturedShine {
    from {
        transform: translateX(-70%) rotate(12deg)
    }

    to {
        transform: translateX(70%) rotate(12deg)
    }
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-meta div {
    animation: deengFeaturedFloat 6s ease-in-out infinite
}

.deeng-featured-section.deeng-featured-visible .deeng-featured-meta div:nth-child(2) {
    animation-delay: -3s
}

@keyframes deengFeaturedFloat {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    100% {
        transform: translateY(0)
    }
}

@media (max-width:768px) {
    .deeng-featured-section.deeng-featured-visible .deeng-featured-meta div {
        animation: none
    }
}

.deeng-category-showcase .deeng-project-heading {
    max-width: 760px
}

.deeng-category-intro {
    margin-top: 18px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
    max-width: 560px
}

.deeng-category-card .project-glass {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px
}

.deeng-category-card h3 {
    margin-bottom: 0
}

.category-link {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 800;
    padding: 10px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.3s ease, background 0.3s ease
}

.category-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.22)
}

@media (max-width:768px) {
    .deeng-category-intro {
        font-size: 14px
    }

    .category-link {
        width: 100%;
        justify-content: center
    }
}

.deeng-photo-hero {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: #0b1120;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 140px 5vw 90px
}

.deeng-photo-bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.deeng-photo-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
    transform: scale(1.04)
}

.deeng-photo-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 75% 35%, rgba(212, 175, 55, 0.22), transparent 30%), linear-gradient(90deg, rgba(11, 17, 32, 0.96) 0%, rgba(11, 17, 32, 0.82) 45%, rgba(11, 17, 32, 0.55) 100%)
}

.deeng-photo-container {
    position: relative;
    z-index: 2;
    width: min(1400px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center
}

.deeng-photo-content {
    max-width: 620px
}

.deeng-photo-label {
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #f4d06f;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 26px
}

.deeng-photo-content h1 {
    font-size: clamp(46px, 6vw, 86px);
    line-height: 0.96;
    letter-spacing: -3.5px;
    font-weight: 800;
    margin-bottom: 28px
}

.deeng-photo-content p {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.74);
    margin-bottom: 34px
}

.deeng-photo-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.deeng-photo-btn {
    background: #ffffff;
    color: #0b1120;
    padding: 12px 14px 12px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease
}

.deeng-photo-btn span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0b1120;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 10px
}

.deeng-photo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25)
}

.deeng-photo-link {
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.35s ease, background 0.35s ease
}

.deeng-photo-link:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.14)
}

.deeng-photo-card {
    position: absolute;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    opacity: 0;
    filter: blur(8px);
    transition: opacity 0.8s ease, filter 0.8s ease, transform 0.5s ease, box-shadow 0.4s ease
}

.deeng-photo-card.show {
    opacity: 1;
    filter: blur(0)
}

.deeng-photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease
}

.deeng-photo-card:hover {
    box-shadow: 0 40px 95px rgba(0, 0, 0, 0.45)
}

.deeng-photo-card:hover img {
    transform: scale(1.06)
}

@media (max-width:1100px) {
    .deeng-photo-container {
        grid-template-columns: 1fr;
        gap: 55px
    }
}

@media (max-width:768px) {
    .deeng-photo-hero {
        padding: 120px 22px 70px;
        min-height: auto
    }

    .deeng-photo-content h1 {
        font-size: clamp(42px, 13vw, 62px);
        letter-spacing: -2px
    }

    .deeng-photo-content p {
        font-size: 14px
    }

    .deeng-photo-actions {
        align-items: stretch;
        flex-direction: column
    }

    .deeng-photo-btn,
    .deeng-photo-link {
        width: 100%;
        justify-content: center
    }

    .deeng-photo-card {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        height: 220px;
        border-radius: 20px
    }
}

@media (max-width:480px) {
    .deeng-photo-card {
        height: 230px
    }
}

.deeng-category-gallery-section {
    background: #f7f8fa;
    color: #111111;
    padding: 120px 5vw;
    overflow: hidden
}

.deeng-category-gallery-container {
    width: min(1400px, 100%);
    margin: 0 auto
}

.deeng-category-gallery-header {
    max-width: 760px;
    margin-bottom: 55px
}

.deeng-category-gallery-header span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #0b1120;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-bottom: 18px
}

.deeng-category-gallery-header h2 {
    font-size: clamp(34px, 4.5vw, 64px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2.5px;
    color: #0b1120;
    margin-bottom: 20px
}

.deeng-category-gallery-header p {
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
    max-width: 640px
}

.deeng-category-photo-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px
}

.deeng-category-photo-card {
    position: relative;
    grid-column: span 4;
    height: 310px;
    border-radius: 26px;
    overflow: hidden;
    background: #e5e7eb;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.10);
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.75s ease, transform 0.75s ease, box-shadow 0.35s ease
}

.deeng-category-photo-card:nth-child(6n + 1) {
    grid-column: span 6;
    height: 430px
}

.deeng-category-photo-card:nth-child(6n + 2) {
    grid-column: span 6;
    height: 430px
}

.deeng-category-photo-card:nth-child(6n + 5) {
    grid-column: span 8;
    height: 360px
}

.deeng-category-photo-card:nth-child(6n + 6) {
    grid-column: span 4;
    height: 360px
}

.deeng-category-photo-card.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.deeng-category-photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease
}

.deeng-category-photo-card:hover {
    box-shadow: 0 34px 80px rgba(15, 23, 42, 0.18)
}

.deeng-category-photo-card:hover img {
    transform: scale(1.06)
}

.deeng-category-carousel {
    margin-top: 70px;
    background: #0b1120;
    border-radius: 34px;
    padding: 28px;
    color: #ffffff;
    overflow: hidden
}

.deeng-category-carousel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px
}

.deeng-category-carousel-top span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #f4d06f;
    margin-bottom: 6px
}

.deeng-category-carousel-top h3 {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0
}

.deeng-category-carousel-controls {
    display: flex;
    gap: 10px
}

.deeng-category-carousel-controls button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #0b1120;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease
}

.deeng-category-carousel-controls button:hover {
    transform: translateY(-2px);
    opacity: 0.88
}

.deeng-category-carousel-viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none
}

.deeng-category-carousel-viewport::-webkit-scrollbar {
    display: none
}

.deeng-category-carousel-track {
    display: flex;
    gap: 18px
}

.deeng-category-carousel-slide {
    position: relative;
    flex: 0 0 clamp(260px, 32vw, 430px);
    height: 300px;
    border-radius: 26px;
    overflow: hidden;
    scroll-snap-align: start;
    background: rgba(255, 255, 255, 0.08)
}

.deeng-category-carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease
}

.deeng-category-carousel-slide:hover img {
    transform: scale(1.06)
}

.deeng-category-empty {
    padding: 55px;
    border-radius: 28px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08)
}

.deeng-category-empty h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #0b1120
}

.deeng-category-empty p {
    color: #6b7280
}

@media (max-width:1024px) {
    .deeng-category-gallery-section {
        padding: 90px 5vw
    }

    .deeng-category-photo-card,
    .deeng-category-photo-card:nth-child(6n + 1),
    .deeng-category-photo-card:nth-child(6n + 2),
    .deeng-category-photo-card:nth-child(6n + 5),
    .deeng-category-photo-card:nth-child(6n + 6) {
        grid-column: span 6;
        height: 320px
    }
}

@media (max-width:700px) {
    .deeng-category-gallery-section {
        padding: 75px 22px
    }

    .deeng-category-gallery-header {
        margin-bottom: 38px
    }

    .deeng-category-photo-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .deeng-category-photo-card,
    .deeng-category-photo-card:nth-child(6n + 1),
    .deeng-category-photo-card:nth-child(6n + 2),
    .deeng-category-photo-card:nth-child(6n + 5),
    .deeng-category-photo-card:nth-child(6n + 6) {
        grid-column: span 1;
        height: 260px;
        border-radius: 22px
    }

    .deeng-category-carousel {
        margin-top: 45px;
        padding: 20px;
        border-radius: 26px
    }

    .deeng-category-carousel-top {
        align-items: flex-start;
        flex-direction: column
    }

    .deeng-category-carousel-controls {
        width: 100%;
        justify-content: space-between
    }

    .deeng-category-carousel-controls button {
        width: 48%;
        border-radius: 999px
    }

    .deeng-category-carousel-slide {
        flex-basis: 86%;
        height: 260px;
        border-radius: 22px
    }
}

.deeng-carousel-open-btn {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    display: block;
    position: relative;
    background: transparent;
    cursor: pointer;
    overflow: hidden
}

.deeng-carousel-view-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 8;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease
}

.deeng-category-carousel-slide:hover .deeng-carousel-view-icon {
    opacity: 1;
    transform: scale(1)
}

.deeng-carousel-view-icon:hover {
    background: rgba(255, 255, 255, 0.26)
}

.deeng-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 5vw;
    background: rgba(5, 8, 15, 0.72);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease
}

.deeng-gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

body.deeng-lightbox-open {
    overflow: hidden
}

.deeng-lightbox-stage {
    position: relative;
    width: min(1100px, 100%);
    height: min(78vh, 760px);
    border-radius: 34px;
    overflow: hidden;
    background: rgba(11, 17, 32, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55)
}

.deeng-lightbox-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(0.96) translateX(24px);
    transition: opacity 0.4s ease, transform 0.45s ease;
    pointer-events: none
}

.deeng-lightbox-slide.active {
    opacity: 1;
    transform: scale(1) translateX(0);
    pointer-events: auto
}

.deeng-lightbox-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 24px;
    display: block
}

.deeng-lightbox-close {
    position: absolute;
    top: 26px;
    right: 28px;
    z-index: 100000;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #0b1120;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.3s ease, opacity 0.3s ease
}

.deeng-lightbox-close:hover {
    transform: rotate(90deg);
    opacity: 0.9
}

.deeng-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #0b1120;
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.3s ease, opacity 0.3s ease
}

.deeng-lightbox-nav:hover {
    opacity: 0.9
}

.deeng-lightbox-prev {
    left: 28px
}

.deeng-lightbox-next {
    right: 28px
}

.deeng-lightbox-prev:hover {
    transform: translateY(-50%) translateX(-4px)
}

.deeng-lightbox-next:hover {
    transform: translateY(-50%) translateX(4px)
}

@media (max-width:768px) {
    .deeng-gallery-lightbox {
        padding: 80px 16px 28px
    }

    .deeng-lightbox-stage {
        height: 72vh;
        border-radius: 24px
    }

    .deeng-lightbox-slide img {
        padding: 12px
    }

    .deeng-lightbox-close {
        top: 20px;
        right: 18px;
        width: 42px;
        height: 42px
    }

    .deeng-lightbox-nav {
        top: auto;
        bottom: 22px;
        transform: none;
        width: 48px;
        height: 48px
    }

    .deeng-lightbox-prev {
        left: 22px
    }

    .deeng-lightbox-next {
        right: 22px
    }

    .deeng-lightbox-prev:hover,
    .deeng-lightbox-next:hover {
        transform: none
    }

    .deeng-carousel-view-icon {
        opacity: 1;
        transform: scale(1)
    }
}

/* ==========================================
DEENG CLIENT FEEDBACK — MINIMAL AUTOPLAY
========================================== */

.deeng-client-feedback {
padding: 110px 5vw;
background: #ffffff;
color: #0b1120;
border-top: 1px solid rgba(11, 17, 32, 0.08);
border-bottom: 1px solid rgba(11, 17, 32, 0.08);
}

.deeng-client-feedback-wrap {
width: min(1240px, 100%);
margin: 0 auto;
display: grid;
grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
align-items: center;
gap: clamp(42px, 8vw, 115px);
}

.deeng-client-feedback-intro {
max-width: 365px;
}

.deeng-feedback-kicker {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: #b99145;
font-size: 11px;
font-weight: 800;
letter-spacing: 1.4px;
text-transform: uppercase;
}

.deeng-feedback-kicker::before {
content: "";
width: 28px;
height: 1px;
background: currentColor;
}

.deeng-client-feedback-intro h2 {
margin: 0 0 18px;
color: #0b1120;
font-size: clamp(31px, 3.4vw, 45px);
font-weight: 700;
line-height: 1.1;
letter-spacing: -1.7px;
}

.deeng-client-feedback-intro p {
margin: 0;
color: #697386;
font-size: 14px;
line-height: 1.8;
}

.deeng-feedback-count {
display: flex;
align-items: center;
gap: 7px;
margin-top: 34px;
color: #98a1af;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
}

.deeng-feedback-count span:first-child {
color: #0b1120;
}

/* Slider card */
.deeng-feedback-panel {
padding: clamp(32px, 4vw, 48px);
background: #0b1120;
color: #ffffff;
border-radius: 18px;
box-shadow: 0 20px 45px rgba(11, 17, 32, 0.13);
}

.deeng-feedback-slider {
position: relative;
min-height: 230px;
}

.deeng-feedback-item {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(10px);
transition:
opacity 0.45s ease,
transform 0.45s ease,
visibility 0.45s ease;
}

.deeng-feedback-item.is-active {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0);
}

.deeng-feedback-quote {
display: block;
height: 42px;
margin-bottom: 8px;
color: #d4af37;
font-family: Georgia, serif;
font-size: 58px;
line-height: 0.9;
}

.deeng-feedback-item blockquote {
margin: 0;
max-width: 620px;
color: rgba(255, 255, 255, 0.9);
font-size: clamp(17px, 1.7vw, 20px);
font-weight: 500;
line-height: 1.65;
letter-spacing: -0.2px;
}

.deeng-feedback-client {
margin-top: 28px;
}

.deeng-feedback-client strong,
.deeng-feedback-client span {
display: block;
}

.deeng-feedback-client strong {
margin-bottom: 5px;
color: #ffffff;
font-size: 13px;
font-weight: 800;
}

.deeng-feedback-client span {
color: rgba(255, 255, 255, 0.56);
font-size: 11px;
}

/* Minimal controls */
.deeng-feedback-controls {
display: flex;
align-items: center;
gap: 14px;
padding-top: 23px;
margin-top: 20px;
border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.deeng-feedback-dots {
display: flex;
align-items: center;
gap: 6px;
margin-right: auto;
}

.deeng-feedback-dot {
width: 6px;
height: 6px;
padding: 0;
border: 0;
border-radius: 999px;
background: rgba(255, 255, 255, 0.3);
cursor: pointer;
transition: width 0.25s ease, background 0.25s ease;
}

.deeng-feedback-dot.is-active {
width: 22px;
background: #d4af37;
}

.deeng-feedback-nav {
width: 34px;
height: 34px;
display: grid;
place-items: center;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.22);
border-radius: 50%;
background: transparent;
color: rgba(255, 255, 255, 0.9);
font-size: 11px;
cursor: pointer;
transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.deeng-feedback-nav:hover {
background: #ffffff;
color: #0b1120;
transform: translateY(-2px);
}

@media (max-width: 850px) {
.deeng-client-feedback {
padding: 82px 5vw;
}

.deeng-client-feedback-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
}

.deeng-client-feedback-intro {
    max-width: 520px;
}

.deeng-feedback-slider {
    min-height: 250px;
}
}

@media (max-width: 580px) {
.deeng-client-feedback {
padding: 70px 20px;
}

.deeng-client-feedback-intro h2 {
    font-size: 32px;
    letter-spacing: -1.2px;
}

.deeng-feedback-panel {
    padding: 30px 24px;
    border-radius: 16px;
}

.deeng-feedback-slider {
    min-height: 282px;
}

.deeng-feedback-item blockquote {
    font-size: 16px;
}
}

@media (prefers-reduced-motion: reduce) {
.deeng-feedback-item,
.deeng-feedback-dot,
.deeng-feedback-nav {
transition: none;
}
}

/* =========================================
PROJECT CATEGORIES — SIX TILE GRID
Add at the END of style.css
========================================= */

.deeng-category-showcase {
padding: 92px 20px;
background: #0f1d34;
}

.deeng-category-showcase .deeng-project-container {
width: min(1240px, 100%);
margin: 0 auto;
}

.deeng-category-heading-v2 {
display: flex;
align-items: end;
justify-content: space-between;
gap: 28px;
margin-bottom: 34px;
}

.deeng-category-heading-v2 span {
display: block;
margin-bottom: 10px;
color: #c89b55;
font-size: 10px;
font-weight: 800;
letter-spacing: 1.5px;
text-transform: uppercase;
}

.deeng-category-heading-v2 h2 {
margin: 0;
color: #ffffff;
font-size: clamp(28px, 3vw, 38px);
font-weight: 700;
line-height: 1.12;
letter-spacing: -1.2px;
}

.deeng-category-heading-v2 p {
max-width: 270px;
margin: 0;
color: rgba(255, 255, 255, 0.62);
font-size: 12px;
line-height: 1.7;
}

.deeng-category-grid-v2 {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}

.deeng-category-card-v2 {
position: relative;
display: block;
min-height: 220px;
overflow: hidden;
border-radius: 14px;
background: #111827;
color: #ffffff;
text-decoration: none;
isolation: isolate;
}

.deeng-category-card-v2::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(
180deg,
rgba(6, 15, 30, 0.12) 18%,
rgba(6, 15, 30, 0.88) 100%
);
transition: background 0.35s ease;
}

.deeng-category-card-v2 img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.55s ease;
}

.deeng-category-card-content-v2 {
position: absolute;
inset: 0;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 17px;
}

.deeng-category-card-content-v2 small {
color: rgba(255, 255, 255, 0.68);
font-size: 10px;
font-weight: 700;
letter-spacing: 1px;
}

.deeng-category-card-content-v2 h3 {
margin: 0 0 6px;
color: #ffffff;
font-size: 17px;
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.3px;
}

.deeng-category-card-content-v2 span {
display: inline-flex;
align-items: center;
gap: 7px;
color: rgba(255, 255, 255, 0.72);
font-size: 10px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
transition: color 0.25s ease, gap 0.25s ease;
}

.deeng-category-card-content-v2 span i {
font-size: 9px;
}

.deeng-category-card-v2:hover img,
.deeng-category-card-v2:focus-visible img {
transform: scale(1.06);
}

.deeng-category-card-v2:hover::before,
.deeng-category-card-v2:focus-visible::before {
background: linear-gradient(
180deg,
rgba(6, 15, 30, 0.08) 18%,
rgba(6, 15, 30, 0.94) 100%
);
}

.deeng-category-card-v2:hover .deeng-category-card-content-v2 span,
.deeng-category-card-v2:focus-visible .deeng-category-card-content-v2 span {
gap: 10px;
color: #d6a85f;
}

.deeng-category-card-v2:focus-visible {
outline: 2px solid #d6a85f;
outline-offset: 3px;
}

@media (max-width: 850px) {
.deeng-category-heading-v2 {
align-items: flex-start;
flex-direction: column;
gap: 14px;
}

.deeng-category-grid-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

}

@media (max-width: 560px) {
.deeng-category-showcase {
padding: 70px 20px;
}

.deeng-category-heading-v2 h2 {
    font-size: 29px;
}

.deeng-category-grid-v2 {
    grid-template-columns: 1fr;
    gap: 12px;
}

.deeng-category-card-v2 {
    min-height: 205px;
}

}

/* =========================================================
   DEENG CONTINUOUS SQUARE PROJECT GALLERY
========================================================= */

.deeng-square-gallery-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.deeng-square-gallery-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba(11, 17, 32, 0.16);
    border-radius: 999px;
    color: #0b1120;
    background: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.deeng-square-gallery-all-link:hover {
    transform: translateY(-2px);
    border-color: #d4af37;
}

/* Continuous square image grid: no gaps and no empty card spaces */
.deeng-square-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    background: #0b1120;
}

.deeng-square-gallery-tile {
    min-width: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #0b1120;
}

.deeng-square-gallery-button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #0b1120;
    cursor: pointer;
}

.deeng-square-gallery-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background-repeat: no-repeat;
    transition: transform 0.45s ease;
}

.deeng-square-gallery-button:hover img,
.deeng-square-gallery-button:focus-visible img {
    transform: scale(1.045);
}

.deeng-square-gallery-button:focus-visible {
    z-index: 2;
    outline: 2px solid #d4af37;
    outline-offset: -2px;
}

.deeng-square-gallery-meta {
    position: absolute;
    right: 9px;
    bottom: 9px;
    left: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 8px;
    background: rgba(11, 17, 32, 0.66);
    color: #ffffff;
    pointer-events: none;
}

.deeng-square-gallery-meta span,
.deeng-square-gallery-meta small {
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.deeng-square-gallery-meta small {
    color: #f4d06f;
}

/* Large image viewer */
.deeng-square-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 38px 86px;
    background: rgba(4, 8, 15, 0.9);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.deeng-square-lightbox.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.deeng-square-lightbox-open {
    overflow: hidden;
}

.deeng-square-lightbox-stage {
    position: relative;
    width: min(1120px, 100%);
    height: min(78vh, 760px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #080d16;
}

.deeng-square-lightbox-stage img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.deeng-square-lightbox-caption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 12px;
    background: rgba(8, 13, 22, 0.68);
    color: #ffffff;
}

.deeng-square-lightbox-caption span,
.deeng-square-lightbox-caption strong,
.deeng-square-lightbox-caption small {
    font-size: 10px;
    line-height: 1;
}

.deeng-square-lightbox-caption span {
    color: #f4d06f;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.deeng-square-lightbox-caption strong {
    font-weight: 800;
}

.deeng-square-lightbox-caption small {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 700;
}

.deeng-square-lightbox-close,
.deeng-square-lightbox-nav {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 0;
    cursor: pointer;
}

.deeng-square-lightbox-close {
    top: 20px;
    right: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: #0b1120;
    font-size: 15px;
}

.deeng-square-lightbox-nav {
    top: 50%;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    color: #0b1120;
    font-size: 15px;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.deeng-square-lightbox-prev {
    left: 22px;
}

.deeng-square-lightbox-next {
    right: 22px;
}

.deeng-square-lightbox-prev:hover {
    transform: translateY(-50%) translateX(-3px);
}

.deeng-square-lightbox-next:hover {
    transform: translateY(-50%) translateX(3px);
}

@media (max-width: 1050px) {
    .deeng-square-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .deeng-square-gallery-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .deeng-square-gallery-all-link {
        width: 100%;
        justify-content: center;
    }

    .deeng-square-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .deeng-square-lightbox {
        padding: 72px 14px 88px;
    }

    .deeng-square-lightbox-stage {
        height: 68vh;
    }

    .deeng-square-lightbox-nav {
        top: auto;
        bottom: 20px;
        width: 48px;
        height: 48px;
        transform: none;
    }

    .deeng-square-lightbox-prev {
        left: 20px;
    }

    .deeng-square-lightbox-next {
        right: 20px;
    }

    .deeng-square-lightbox-prev:hover,
    .deeng-square-lightbox-next:hover {
        transform: none;
    }
}

@media (max-width: 420px) {
    .deeng-square-gallery-meta span,
    .deeng-square-gallery-meta small {
        font-size: 8px;
    }
}

.srv-feat-section {
    background-color: #ffffff;
    color: #111111;
    padding: 120px 5vw;
    font-family: "Plus Jakarta Sans", sans-serif
}

.srv-feat-container {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 80px;
    align-items: start
}

.srv-feat-left {
    display: flex;
    flex-direction: column
}

.srv-feat-image-wrapper {
    width: 100%;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f3f4f6
}

.srv-feat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out, transform 0.6s ease
}

.srv-feat-fade-in {
    opacity: 1;
    transform: scale(1)
}

.srv-feat-fade-out {
    opacity: 0;
    transform: scale(1.02)
}

.srv-feat-right {
    display: flex;
    flex-direction: column
}

.srv-feat-title {
    font-family: "Syne", sans-serif;
    font-size: clamp(34px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1.5px;
    margin-bottom: 50px;
    color: #000
}

.srv-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.srv-feat-card {
    border-radius: 20px;
    padding: 30px;
    display: flex;
    background-color: #f8f9fa
}

.srv-feat-card-small {
    flex-direction: row;
    align-items: center;
    gap: 15px;
    height: 110px
}

.srv-feat-desc {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #444
}

.srv-feat-avatar-card {
    padding: 20px
}

.srv-feat-interactive-card {
    flex-direction: column;
    align-items: flex-start;
    height: 280px;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease
}

.srv-feat-interactive-card:hover {
    transform: translateY(-5px)
}

.srv-feat-icon-box {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: auto;
    transition: background-color 0.4s ease, color 0.4s ease
}

.srv-feat-interactive-card h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 12px
}

.srv-feat-interactive-card p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500
}

.srv-feat-interactive-card {
    background-color: #f8f9fa;
    color: #111111
}

.srv-feat-interactive-card .srv-feat-icon-box {
    background-color: #0b1120;
    color: #ffffff
}

.srv-feat-interactive-card p {
    color: #4b5563
}

.srv-feat-interactive-card.active {
    background-color: #0b1120;
    color: #ffffff
}

.srv-feat-interactive-card.active .srv-feat-icon-box {
    background-color: #ffffff;
    color: #0b1120
}

.srv-feat-interactive-card.active p {
    color: #94a3b8
}

@media (max-width:1024px) {
    .srv-feat-container {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .srv-feat-image-wrapper {
        height: 400px
    }
}

@media (max-width:640px) {
    .srv-feat-section {
        padding: 80px 5vw
    }

    .srv-feat-grid {
        grid-template-columns: 1fr
    }

    .srv-feat-card-small {
        height: auto;
        padding: 20px
    }

    .srv-feat-interactive-card {
        height: 240px
    }
}

/* =========================================================
   HOME HERO
   Desktop stays as the original full-height design
   Mobile only becomes shorter
   ========================================================= */

/* Desktop and laptop — original height */
.hero-section.deeng-hero-slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 800px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero-section.deeng-hero-slider {
        width: 100%;
        height: clamp(600px, 78svh, 680px);
        min-height: 0;
    }

    .hero-section.deeng-hero-slider .hero-content {
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 105px 22px 34px;
    }

    .hero-section.deeng-hero-slider .hero-left {
        width: 100%;
        max-width: none;
        margin-top: auto;
    }

    .hero-section.deeng-hero-slider .hero-text-slider,
    .hero-section.deeng-hero-slider .hero-copy-slide {
        min-height: 145px;
        height: auto;
        overflow: visible;
    }

    .hero-section.deeng-hero-slider .title {
        font-size: clamp(34px, 9.6vw, 46px) !important;
        line-height: 1.04;
        letter-spacing: -1.2px;
        margin-bottom: 0;
    }

    .hero-section.deeng-hero-slider .hero-left-bottom {
        margin-top: 22px;
    }

    .hero-section.deeng-hero-slider .hero-action-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
}

/* =========================================================
   MODERN HERO SLIDE TRANSITIONS
   ========================================================= */

.deeng-hero-slider .hero-bg-slider {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

/* Background image transition */
.deeng-hero-slider .bg-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    transform: scale(1.055);
    filter: saturate(0.9) contrast(1.03);

    transition:
        opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
        transform 6.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.9s ease;
}

.deeng-hero-slider .bg-slide.active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;

    transform: scale(1);
    filter: saturate(1.04) contrast(1.05);
}

/* Text slides: do not use display: none, otherwise transitions cannot work */
.deeng-hero-slider .hero-text-slider {
    position: relative;
}

.deeng-hero-slider .hero-copy-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(24px);
    filter: blur(7px);

    transition:
        opacity 0.45s ease,
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.55s ease,
        visibility 0s linear 0.75s;
}

.deeng-hero-slider .hero-copy-slide.active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
    filter: blur(0);

    transition:
        opacity 0.5s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.6s ease,
        visibility 0s linear 0s;
}

/* Elegant animated navigation dots */
.deeng-hero-slider .hero-main-dot {
    position: relative;
    overflow: hidden;
    transition:
        width 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        background-color 0.4s ease,
        transform 0.3s ease;
}

.deeng-hero-slider .hero-main-dot:hover {
    transform: translateY(-2px);
}

.deeng-hero-slider .hero-main-dot.active {
    width: 34px;
}

/* Respect reduced-motion settings */
@media (prefers-reduced-motion: reduce) {
    .deeng-hero-slider .bg-slide,
    .deeng-hero-slider .hero-copy-slide,
    .deeng-hero-slider .hero-main-dot {
        transition: none;
        transform: none;
        filter: none;
    }
}

/* =========================================================
   WHY CHOOSE DEENG — MINIMAL TWO COLUMN SECTION
   ========================================================= */

.deeng-why-section {
    width: 100%;
    padding: 110px 5vw;
    background: #ffffff;
    color: #0b1120;
}

.deeng-why-container {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 540px;
    border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;
}

.deeng-why-image {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #edf0f2;
    border-right: 1px solid #dfe3e8;
}

.deeng-why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(11, 17, 32, 0.02) 30%,
        rgba(11, 17, 32, 0.26) 100%
    );
}

.deeng-why-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.deeng-why-container:hover .deeng-why-image img {
    transform: scale(1.04);
}

.deeng-why-content {
    padding: clamp(48px, 7vw, 100px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    animation: deengWhyFadeUp 0.8s ease both;
}

.deeng-why-label {
    display: inline-flex;
    margin-bottom: 24px;
    color: #b88932;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.deeng-why-content h3 {
    max-width: 460px;
    margin: 0 0 24px;
    color: #0b1120;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -2.4px;
    font-weight: 700;
}

.deeng-why-content p {
    max-width: 460px;
    margin: 0;
    color: #657182;
    font-size: 15px;
    line-height: 1.85;
}

.deeng-why-actions {
    width: 100%;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid #dfe3e8;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.deeng-why-btn {
    min-height: 46px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    transition: transform 0.3s ease, background 0.3s ease;
}

.deeng-why-btn:hover {
    transform: translateY(-3px);
}

.deeng-why-btn-dark {
    background: #0b1120;
    color: #ffffff;
}

.deeng-why-btn-dark:hover {
    background: #1b2a46;
}

.deeng-why-btn-light {
    border: 1px solid #cfd5dc;
    background: #ffffff;
    color: #0b1120;
}

.deeng-why-btn-light:hover {
    background: #f4f6f8;
}

@keyframes deengWhyFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet */
@media (max-width: 900px) {
    .deeng-why-section {
        padding: 85px 5vw;
    }

    .deeng-why-container {
        grid-template-columns: 1fr;
    }

    .deeng-why-image {
        min-height: 390px;
        border-right: 0;
        border-bottom: 1px solid #dfe3e8;
    }

    .deeng-why-content {
        padding: 60px 8vw;
    }
}

/* Mobile */
@media (max-width: 560px) {
    .deeng-why-section {
        padding: 65px 20px;
    }

    .deeng-why-image {
        min-height: auto;
        aspect-ratio: 4 / 3;
    }

    .deeng-why-content {
        padding: 42px 24px 46px;
    }

    .deeng-why-content h3 {
        font-size: 38px;
        letter-spacing: -1.6px;
    }

    .deeng-why-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .deeng-why-actions {
        flex-direction: column;
    }

    .deeng-why-btn {
        width: 100%;
    }
}

/* =========================================================
   MOBILE SERVICES STACK — ARCH SECTION
   ========================================================= */
@media (max-width: 767px) {
    .arch-section {
        min-height: auto;
        padding: 80px 22px;
    }

    .arch-container {
        gap: 38px;
    }

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

    .arch-cards .glass-card,
    .arch-cards .glass-card:nth-child(2),
    .arch-cards .glass-card[style] {
        grid-column: auto !important;
        margin-top: 0;
    }

    .glass-card {
        padding: 26px 22px;
        border-radius: 18px;
    }

    .glass-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .glass-card p {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* =========================================================
   CONTACT INFORMATION SECTION
   ========================================================= */

.contact-info-section {
    width: 100%;
    padding: 110px 5vw;
    background: #ffffff;
    color: #0b1120;
}

.contact-info-container {
    width: min(1280px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(45px, 7vw, 110px);
    align-items: start;
}

/* -----------------------
   LEFT: CONTACT DETAILS
   ----------------------- */

.contact-info-left {
    padding-top: 20px;
}

.contact-info-heading {
    max-width: 510px;
    padding-bottom: 38px;
    border-bottom: 1px solid #dfe3e8;
}

.contact-info-heading h2 {
    margin: 0 0 18px;
    color: #0b1120;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -3px;
}

.contact-info-heading h2::before {
    content: "GET IN TOUCH";
    display: block;
    margin-bottom: 18px;
    color: #b88932;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.8px;
}

.contact-info-heading p {
    max-width: 450px;
    margin: 0;
    color: #647083;
    font-size: 15px;
    line-height: 1.85;
}

.contact-info-list {
    margin-top: 8px;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #dfe3e8;
    transition: transform 0.3s ease;
}

.contact-info-item:hover {
    transform: translateX(6px);
}

.contact-info-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid #d8dde4;
    border-radius: 50%;
    color: #b88932;
    font-size: 15px;
    background: #ffffff;
    transition: background 0.3s ease, color 0.3s ease;
}

.contact-info-item:hover .contact-info-icon {
    background: #0b1120;
    color: #ffffff;
    border-color: #0b1120;
}

.contact-info-text h4 {
    margin: 2px 0 7px;
    color: #0b1120;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.contact-info-text p {
    margin: 0;
    color: #657182;
    font-size: 14px;
    line-height: 1.7;
}

/* -----------------------
   RIGHT: CONTACT FORM
   ----------------------- */

.contact-info-card {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 62px);
    border-radius: 26px;
    background: #0b1120;
    color: #ffffff;
    box-shadow: 0 28px 70px rgba(11, 17, 32, 0.16);
}

.contact-info-card::before {
    content: "";
    position: absolute;
    width: 270px;
    height: 270px;
    top: -150px;
    right: -100px;
    border-radius: 50%;
    background: rgba(184, 137, 50, 0.16);
    pointer-events: none;
}

.contact-info-card-header,
.contact-info-form {
    position: relative;
    z-index: 1;
}

.contact-info-card-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-info-card-header h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -1.6px;
}

.contact-info-card-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.75;
}

.contact-info-form {
    display: grid;
    gap: 15px;
}

.contact-info-field {
    width: 100%;
}

.contact-info-field input,
.contact-info-field textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    outline: none;
    border-radius: 12px;
    padding: 15px 16px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.contact-info-field input {
    min-height: 54px;
}

.contact-info-field textarea {
    min-height: 130px;
    resize: vertical;
}

.contact-info-field input::placeholder,
.contact-info-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact-info-field input:focus,
.contact-info-field textarea:focus {
    border-color: #d4af37;
    background: rgba(255, 255, 255, 0.11);
}

.contact-info-submit {
    width: fit-content;
    min-height: 50px;
    margin-top: 8px;
    padding: 0 12px 0 22px;
    border: none;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    color: #0b1120;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.contact-info-submit span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0b1120;
    color: #ffffff;
    font-size: 11px;
    transition: transform 0.3s ease;
}

.contact-info-submit:hover span {
    transform: translateX(3px);
}

/* -----------------------
   TABLET
   ----------------------- */

@media (max-width: 900px) {
    .contact-info-section {
        padding: 85px 5vw;
    }

    .contact-info-container {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-info-left {
        padding-top: 0;
    }

    .contact-info-heading {
        max-width: 100%;
    }
}

/* -----------------------
   MOBILE
   ----------------------- */

@media (max-width: 560px) {
    .contact-info-section {
        padding: 65px 20px;
    }

    .contact-info-heading {
        padding-bottom: 28px;
    }

    .contact-info-heading h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .contact-info-heading p {
        font-size: 14px;
        line-height: 1.75;
    }

    .contact-info-item {
        grid-template-columns: 44px 1fr;
        gap: 14px;
        padding: 21px 0;
    }

    .contact-info-icon {
        width: 40px;
        height: 40px;
        font-size: 13px;
    }

    .contact-info-card {
        padding: 32px 22px;
        border-radius: 20px;
    }

    .contact-info-card-header h3 {
        font-size: 32px;
    }

    .contact-info-card-header p {
        font-size: 13px;
    }

    .contact-info-submit {
        width: 100%;
        justify-content: space-between;
    }
}