:root {
    --brand: #ef5425;
    --brand-dark: #d94b20;
    --ink: #141414;
    --muted: #666666;
    --surface-panel: #f2efed;
    --shadow-soft: 0 24px 55px rgba(17, 17, 17, 0.08);
    --container-max: 1320px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

/* .container {
    max-width: var(--container-max);
} */

.d-site-header {
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(10, 10, 10, 0.04);
}

.d-brand-image {
    width: 240px;
    max-width: 100%;
}



.d-custom-toggler {
    width: 42px;
    height: 42px;
    border: 0;
    background: var(--brand);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    box-shadow: none;
}

.d-custom-toggler:focus {
    box-shadow: none;
}

.d-custom-toggler span {
    width: 17px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
}

.d-notice-bar {
    background: #f7ded5;
    border-top: 4px solid var(--brand);
    border-bottom: 1px solid rgba(239, 84, 37, 0.12);
}

.d-notice-bar p {
    text-align: center;
    padding: 0.62rem 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: #4d2f27;
}

.d-hero-media {
    min-height: 36rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    object-fit: cover;
}

.d-hero-content {
    /* padding-top: 6rem; */
    /* padding-bottom: 6rem; */
    text-align: center;
    margin-top: 17rem;
    margin-bottom: auto;
}

.d-eyebrow {
    font-size: 1.15rem;
    font-weight: 500;
}

.d-hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 1.05;
    font-weight: 550;
    letter-spacing: -0.04em;
}

.d-section-space {
    padding: 5.5rem 0;
}

.d-section-space--tight {
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.d-section-space--services,
.d-section-space--security,
.d-section-space--gallery,
.d-section-space--blog {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

.d-section-heading {
    margin-bottom: 1.4rem;
    font-size: clamp(2.05rem, 3.4vw, 3.35rem);
    /* line-height: 1.08; */
    font-weight: 700;
    letter-spacing: -0.045em;
}

.d-section-heading--large {
    font-size: clamp(2.4rem, 3.9vw, 4rem);
}

.d-section-heading--medium {
    font-size: clamp(2rem, 3.2vw, 3.4rem);
}

.d-section-heading--center {
    text-align: center;
}

.d-section-heading--smallweight {
    
    font-weight: 400 !important;
    
}

.d-section-copy {
    color: var(--muted);
    font-size: 1.02rem;
    margin-bottom: 1rem;
    max-width: 41rem;
}

.d-rounded-media {
    border-radius: 32px;
}

.d-shadow-soft {
    box-shadow: var(--shadow-soft);
}

.d-stats-section {
    padding-bottom: 3rem;
}

.d-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.d-stat-card {
    text-align: center;
}

.d-stat-number {
    color: var(--brand);
    font-size: clamp(2.7rem, 4vw, 4.15rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 0.45rem;
}

.d-stat-card p {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.d-career-band {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 330px) 1fr;
    gap: 2rem;
    align-items: center;
}

.d-career-copy--left {
    max-width: 18rem;
}

.d-career-copy--right {
    justify-self: end;
    max-width: 25rem;
}

.d-career-figure {
    justify-self: center;
}

.d-career-figure img {
    width: min(100%, 315px);
}

.d-career-copy {
    min-width: 0;
}

.d-career-band {
    overflow: hidden;
}

.d-btn-cta {
    border-width: 1px;
    padding: 0.65rem 1.3rem;
    font-weight: 600;
    border-radius: 5px;
    border-color: #212529;
    
}

.d-services-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    user-select: none;
    padding-bottom: 0.75rem;
}

.d-services-viewport::-webkit-scrollbar {
    display: none;
}

.d-services-viewport.d-is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.d-services-slider {
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
}

.d-service-card {
    flex: 0 0 calc((100% - 3rem) / 3);
    min-height: 100%;
    background: #faf7f5;
    border-radius: 18px;
    padding: 1.6rem 1.4rem 1.3rem;
    text-align: center;
    box-shadow: 0 18px 42px rgba(15, 15, 15, 0.05);
    scroll-snap-align: start;
    transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.d-service-card.d-is-active {
    background: var(--brand);
    color: #fff;
    box-shadow: 0 18px 42px rgba(239, 84, 37, 0.18);
}

.d-service-card.d-is-active h3 {
    color: #fff;
    
}

.d-service-card h3 {
    margin: 0 0 0.8rem;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.d-service-card p {
    margin: 0 auto 1.2rem;
    font-size: 0.96rem;
    line-height: 1.7;
    max-width: 19rem;
    color: inherit;
    min-height: 2rem;
}

.d-service-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 14px;
    margin-top: auto;
    pointer-events: none;
}

.d-carousel-controls {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 2rem;
}

.d-carousel-arrow {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--ink);
    border: 1px solid rgba(20, 20, 20, 0.08);
    border-radius: 6px;
    font-size: 2rem;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.d-carousel-arrow:hover,
.d-carousel-arrow:active,
.d-carousel-arrow.d-is-pressed {
    background: var(--brand);
    color: #fff;
    transform: translateY(-2px);
}

.d-carousel-arrow:focus,
.d-carousel-arrow:focus-visible {
    box-shadow: none;
    outline: none;
}

.d-security-copy {
    max-width: 70rem;
    margin: 0 auto 2.3rem;
}

.d-security-copy .d-section-copy {
    max-width: 100%;
}

.d-badges-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8rem;
    align-items: start;
}

.d-badge-card {
    text-align: center;
}

.d-badge-card img {
    width: 150px;
    margin: 0 auto 1rem;
}

.d-badge-card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
}

.d-gallery-viewport {
    overflow: hidden;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    padding: 1.1rem 0 1.8rem;
}

.d-gallery-viewport.d-is-dragging {
    cursor: grabbing;
}

.d-gallery-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    overflow: visible;
}

.d-gallery-card {
    position: relative;
    z-index: 1;
    overflow: visible;
    flex: 0 0 29%;
    transition: transform 0.38s ease, opacity 0.38s ease;
}

.d-gallery-card img {
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.38s ease, box-shadow 0.38s ease, height 0.38s ease, opacity 0.38s ease;
}

.d-gallery-card--left {
    margin-right: -11%;
    transform: translateX(4%);
}

.d-gallery-card--right {
    margin-left: -11%;
    transform: translateX(-4%);
}

.d-gallery-card--center {
    z-index: 3;
    flex-basis: 60%;
}

.d-gallery-card--center img {
    height: 412px;
    transform: scale(1.04);
    box-shadow: 0 34px 68px rgba(18, 18, 18, 0.22);
}

.d-gallery-card--left img,
.d-gallery-card--right img {
    height: 330px;
    transform: scale(0.9);
}

.d-gallery-card.d-is-side {
    z-index: 1;
}

.d-gallery-card.d-is-side img {
    opacity: 0.96;
}

.d-contact-section {
    margin-top: 1rem;
}

.d-contact-panel {
    height: 100%;
    background: var(--brand);
    color: #fff;
    padding: clamp(2rem, 5vw, 4rem);
}

.d-contact-title {
    margin: 0 0 0.2rem;
    font-size: clamp(2.3rem, 3.6vw, 3.45rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.d-contact-subtitle {
    margin-bottom: 1.75rem;
    font-size: 1.02rem;
    font-weight: 500;
}

.d-contact-form .form-control {
    border: 0;
    border-radius: 0;
    min-height: 3rem;
    padding: 0.9rem 1rem;
    box-shadow: none;
    font-size: 0.94rem;
}

.d-contact-form textarea.form-control {
    min-height: 8.4rem;
    resize: vertical;
}

.d-btn-submit {
    margin-top: 1.2rem;
    border-radius: 0;
    color: var(--brand);
    font-weight: 600;
    padding: 0.68rem 1.45rem;
}

.d-blog-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
    gap: 1.2rem;
}

.d-blog-feature,
.d-blog-mini {
    background: #fff;
    border: 1px solid rgba(20, 20, 20, 0.06);
    box-shadow: 0 18px 45px rgba(18, 18, 18, 0.06);
}

.d-blog-feature-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.d-blog-body,
.d-blog-mini-body {
    padding: 1.2rem 1.3rem 1.35rem;
}

.d-blog-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: #8c8c8c;
    font-size: 0.86rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.d-blog-feature h3,
.d-blog-mini h3 {
    margin: 0 0 0.65rem;
    font-size: 1.12rem;
    line-height: 1.4;
    font-weight: 700;
}

.d-blog-feature p {
    margin: 0 0 1rem;
    color: var(--muted);
}

.d-blog-stack {
    display: grid;
    gap: 1rem;
}

.d-blog-mini {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: stretch;
}

.d-blog-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-blog-btn {
    background: var(--brand);
    color: #fff;
    border-radius: 0;
    padding: 0.6rem 1.25rem;
    font-size: 0.88rem;
    font-weight: 600;
}

.d-blog-btn:hover,
.d-blog-btn:focus {
    background: var(--brand-dark);
    color: #fff;
}

.d-footer-contact-strip {
    padding-top: 3rem;
    margin-top: -1rem;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 40%, #0d0807 40%, #0d0807 100%);
}

.d-footer-contact-shell {
    background: var(--surface-panel);
    border-radius: 2rem;
    padding: 2.9rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.d-footer-contact-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    padding: 1.25rem 1.15rem;
    border-radius: 0.75rem;
}

.d-contact-icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand);
    color: #fff;
    border-radius: 0.55rem;
}

.d-contact-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.d-footer-contact-card h3 {
    margin: 0 0 0.2rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.d-footer-contact-card p {
    margin: 0;
    color: var(--muted);
}

.d-site-footer {
    background: #0d0807;
    color: rgba(255, 255, 255, 0.88);
    padding: 4.5rem 0 2rem;
}

.d-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    margin-bottom: 1.9rem;
}

.d-footer-brand-mark {
    width: 4.7rem;
    height: 2.2rem;
    position: relative;
}

.d-footer-brand-mark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 8%, #fff 8% 18%, transparent 18% 34%, #fff 34% 52%, transparent 52% 64%, #fff 64% 78%, transparent 78%);
    border-radius: 999px;
}

.d-footer-brand-text {
    font-size: 2.45rem;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 500;
    text-transform: lowercase;
}

.d-footer-copy {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
}

.d-footer-title {
    font-size: 2rem;
    line-height: 1.05;
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.04em;
}

.d-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.95rem;
}

.d-footer-links a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
}

.d-footer-links a:hover,
.d-footer-links a:focus {
    color: #fff;
}

.d-footer-bottom {
    margin-top: 3rem;
    margin-bottom: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
}



@media (max-width: 991.98px) {
    .d-hero-media {
        min-height: 26rem;
    }

    .d-section-space {
        padding: 4.5rem 0;
    }

    .d-stats-grid,
    .d-badges-grid,
    .d-blog-grid {
        grid-template-columns: 1fr;
    }

    .d-career-band {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }

    .d-career-copy--left,
    .d-career-copy--right {
        width: 100%;
        max-width: 100%;
        justify-self: center;
    }

    .d-career-figure {
        width: 100%;
    }

    .d-career-figure img {
        margin-inline: auto;
    }

    .d-gallery-slider {
        min-height: 360px;
    }

    .d-gallery-card {
        flex-basis: 34%;
    }

    .d-gallery-card--left {
        margin-right: -12%;
    }

    .d-gallery-card--right {
        margin-left: -12%;
    }

    .d-gallery-card--center {
        flex-basis: 64%;
    }

    .d-gallery-card--center img {
        height: 342px;
    }

    .d-gallery-card--left img,
    .d-gallery-card--right img {
        height: 276px;
    }

    .d-service-card {
        flex-basis: calc((100% - 1.5rem) / 2);
    }

    .d-blog-mini {
        grid-template-columns: 110px minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .d-brand-image {
        width: 190px;
    }

    .d-hero-content {
        padding-top: 4.75rem;
        padding-bottom: 4.75rem;
    }

    .d-section-heading {
        font-size: 2rem;
        text-align: center;
    }

    .d-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.7rem 1rem;
    }

    .d-career-band {
        gap: 1.25rem;
    }

    .d-career-copy,
    .d-career-copy--left,
    .d-career-copy--right {
        width: 100%;
        max-width: 100%;
        justify-self: stretch;
    }

    .d-career-copy--right {
        text-align: left;
    }

    .d-career-figure {
        width: 100%;
    }

    .d-career-figure img {
        width: 100%;
        max-width: 280px;
        margin-inline: auto;
    }

    .d-btn-cta {
        max-width: 100%;
        white-space: normal;
    }

    .d-service-card {
        flex-basis: 100%;
    }

    .d-gallery-viewport {
        padding-top: 0.8rem;
        padding-bottom: 1.4rem;
    }

    .d-gallery-slider {
        min-height: auto;
    }

    .d-gallery-card,
    .d-gallery-card--center,
    .d-gallery-card--left,
    .d-gallery-card--right {
        flex-basis: 100%;
        margin: 0;
        transform: none;
    }

    .d-gallery-card img,
    .d-gallery-card--center img,
    .d-gallery-card--left img,
    .d-gallery-card--right img {
        height: 260px;
        transform: none;
    }

    .d-blog-feature-image {
        height: 260px;
    }

    .d-blog-mini {
        grid-template-columns: 1fr;
    }

    .d-blog-mini img {
        height: 180px;
    }

    .d-footer-contact-shell {
        padding: 1.5rem;
    }

    .d-site-footer {
        padding-top: 3.3rem;
    }
}

@media (max-width: 575.98px) {
    .d-notice-bar p {
        font-size: 0.9rem;
    }

    .d-stats-grid {
        grid-template-columns: 1fr;
    }

    .d-career-band {
        gap: 1rem;
    }

    .d-career-copy,
    .d-career-copy--left,
    .d-career-copy--right {
        text-align: left;
    }

    .d-career-figure img {
        max-width: 240px;
    }

    .d-section-space,
    .d-section-space--services,
    .d-section-space--security,
    .d-section-space--gallery,
    .d-section-space--blog {
        padding: 3.8rem 0;
    }

    .d-footer-brand-text {
        font-size: 2rem;
    }

    .d-footer-title {
        font-size: 1.65rem;
    }
}

.d-carousel-arrow:focus {
     border: 1px solid rgba(20, 20, 20, 0.08); 
}

/* New Changes */

.d-btn-cta:hover{
    color:#fff;
    background: var(--brand-dark);
    border-color: #fff;
}



















