/* =========================================================
   DE FRAMES — FINAL REVOLUTION SLIDER CSS
   Important: responsive positioning is controlled by the
   data-x/data-hoffset attributes in the updated HTML.
========================================================= */

#dframes-hero {
    --df-accent: #00b8c4;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #050505;
}

#dframes-hero,
#dframes-hero *,
#dframes-hero *::before,
#dframes-hero *::after {
    box-sizing: border-box;
}

#dframes_rev_wrapper,
#dframes_rev {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#dframes-hero .rev_slider > ul,
#dframes-hero .rev_slider > ul > li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Overlay */
#dframes-hero .df-slide-overlay {
    z-index: 3 !important;
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.84) 0%,
            rgba(0,0,0,.68) 34%,
            rgba(0,0,0,.31) 62%,
            rgba(0,0,0,.14) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.24) 0%,
            rgba(0,0,0,.03) 48%,
            rgba(0,0,0,.30) 100%
        ) !important;
}

/* Captions */
#dframes-hero .df-eyebrow,
#dframes-hero .df-title,
#dframes-hero .df-copy,
#dframes-hero .df-button {
    z-index: 8 !important;
}

#dframes-hero .df-eyebrow,
#dframes-hero .df-title,
#dframes-hero .df-copy {
    white-space: normal !important;
}

#dframes-hero .df-eyebrow {
    color: var(--df-accent) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase;
}

#dframes-hero .df-title {
    color: #fff !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: -.018em !important;
    text-shadow: 0 3px 24px rgba(0,0,0,.28);
}

#dframes-hero .df-copy {
    color: rgba(255,255,255,.93) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-weight: 400 !important;
    text-shadow: 0 2px 18px rgba(0,0,0,.28);
}

#dframes-hero .df-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 13px;
    width: auto !important;
    min-height: 52px;
    padding: 0 24px !important;
    border: 1px solid var(--df-accent) !important;
    background: var(--df-accent) !important;
    color: #031012 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .055em !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition:
        background-color .3s ease,
        color .3s ease,
        border-color .3s ease !important;
}

#dframes-hero .df-button:hover,
#dframes-hero .df-button:focus {
    color: #fff !important;
    background: transparent !important;
    border-color: rgba(255,255,255,.85) !important;
}

#dframes-hero .df-button span {
    font-size: 18px;
    line-height: 1;
}

/* Desktop arrows only */
#dframes-hero .uranus.tparrows {
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255,255,255,.45) !important;
    border-radius: 50% !important;
    background: rgba(0,0,0,.40) !important;
    transition:
        background-color .3s ease,
        border-color .3s ease !important;
}

#dframes-hero .uranus.tparrows::before {
    content: "" !important;
    display: block !important;
    width: 9px !important;
    height: 9px !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    font-family: initial !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

#dframes-hero .tp-leftarrow::before {
    margin-left: 4px !important;
    transform: rotate(-135deg) !important;
}

#dframes-hero .tp-rightarrow::before {
    margin-right: 4px !important;
    transform: rotate(45deg) !important;
}

#dframes-hero .uranus.tparrows:hover {
    background: var(--df-accent) !important;
    border-color: var(--df-accent) !important;
}

/* Bullets */
#dframes-hero .hesperiden.tp-bullets {
    padding: 0 !important;
    background: transparent !important;
}

#dframes-hero .hesperiden .tp-bullet {
    width: 8px !important;
    height: 8px !important;
    border: 1px solid rgba(255,255,255,.75) !important;
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    transition:
        width .3s ease,
        background-color .3s ease,
        border-color .3s ease !important;
}

#dframes-hero .hesperiden .tp-bullet:hover,
#dframes-hero .hesperiden .tp-bullet.selected {
    width: 25px !important;
    background: var(--df-accent) !important;
    border-color: var(--df-accent) !important;
}

#dframes-hero .hesperiden .tp-bullet-image,
#dframes-hero .hesperiden .tp-bullet-title {
    display: none !important;
}

/* 1024px and below: centered content, bullets only */
@media (max-width: 1199px) {
    #dframes-hero .uranus.tparrows,
    #dframes-hero .tparrows,
    #dframes-hero .tp-leftarrow,
    #dframes-hero .tp-rightarrow {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    #dframes-hero .df-eyebrow,
    #dframes-hero .df-title,
    #dframes-hero .df-copy {
        text-align: center !important;
    }

    #dframes-hero .df-slide-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.68),
                rgba(0,0,0,.54) 50%,
                rgba(0,0,0,.68)
            ),
            linear-gradient(
                180deg,
                rgba(0,0,0,.30),
                rgba(0,0,0,.10) 45%,
                rgba(0,0,0,.50)
            ) !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
    #dframes-hero .df-title {
        letter-spacing: -.012em !important;
    }

    #dframes-hero .df-button {
        min-height: 48px;
        padding: 0 21px !important;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    #dframes-hero .df-title {
        letter-spacing: -.008em !important;
    }

    #dframes-hero .df-copy {
        line-height: 1.55 !important;
    }

    #dframes-hero .df-button {
        min-height: 44px;
        padding: 0 16px !important;
        gap: 8px;
    }

    #dframes-hero .df-button span {
        font-size: 15px;
    }

    #dframes-hero .hesperiden .tp-bullet {
        width: 7px !important;
        height: 7px !important;
    }

    #dframes-hero .hesperiden .tp-bullet:hover,
    #dframes-hero .hesperiden .tp-bullet.selected {
        width: 21px !important;
    }

    #dframes-hero .df-slide-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0,0,0,.76),
                rgba(0,0,0,.62) 50%,
                rgba(0,0,0,.76)
            ),
            linear-gradient(
                180deg,
                rgba(0,0,0,.34),
                rgba(0,0,0,.14) 42%,
                rgba(0,0,0,.58)
            ) !important;
    }
}

#dframes-hero + * {
    margin-top: 0 !important;
}




/*=========================================================
    DE FRAMES PREMIUM PAGE LOADER
=========================================================*/

#page-loader{
    position:fixed;
    inset:0;

    width:100%;
    height:100%;

    background:#050505;

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:99999999;

    overflow:hidden;

    transition:
        opacity .6s ease,
        visibility .6s ease;
}

/* Logo */

#page-loader img{

    width:95px;
    max-width:22vw;
    height:auto;

    user-select:none;
    pointer-events:none;

    animation:dfLoader 1.6s ease-in-out infinite;
}

/* Animation */

@keyframes dfLoader{

    0%{
        transform:scale(.92);
        opacity:.45;
    }

    50%{
        transform:scale(1);
        opacity:1;
    }

    100%{
        transform:scale(.92);
        opacity:.45;
    }

}

/* Hide loader */

#page-loader.hide{

    opacity:0;
    visibility:hidden;
}

/*=========================================================
    REMOVE ALL XEONE DEFAULT LOADERS
=========================================================*/

.loader,
.loader-inner,
.loader-blocks,
.loader-blocks span,
.preloader,
.pre-loader,
.loading,
.loading-overlay,
.loading-wrapper,
.loading-mask{

    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
}

/*=========================================================
    MOBILE
=========================================================*/

@media (max-width:767px){

    #page-loader img{

        width:72px;

    }

}



/* Remove Revolution Slider loading spinner */
.tp-loader,
.tp-loader.spinner0,
.tp-loader.spinner1,
.tp-loader.spinner2,
.tp-loader.spinner3,
.tp-loader.spinner4,
.tp-loader.spinner5,
.revslider-spinner,
.rev_slider_wrapper .tp-loader{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
}

@media (min-width:1200px){

    #dframes-hero .tp-caption{
        transform:translateX(-70px) !important;
    }

}

/* =========================================================
   FINAL OVERLAY FIX (KEEP DARK SHADE)
========================================================= */

#dframes-hero .df-slide-overlay{
    position:absolute !important;
    top:0 !important;
    left:0 !important;

    width:100% !important;
    height:100% !important;

    margin:0 !important;
    padding:0 !important;

    transform:none !important;
    transform-origin:center center !important;

    z-index:3 !important;

    /* KEEP ORIGINAL BLACK OVERLAY */
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.84) 0%,
            rgba(0,0,0,.68) 34%,
            rgba(0,0,0,.31) 62%,
            rgba(0,0,0,.14) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.24) 0%,
            rgba(0,0,0,.03) 48%,
            rgba(0,0,0,.30) 100%
        ) !important;
}

/* Desktop only */
@media (min-width:1200px){

    /* Move only the text */
    #dframes-hero .df-eyebrow,
    #dframes-hero .df-title,
    #dframes-hero .df-copy,
    #dframes-hero .df-button{
        margin-left:-70px !important;
    }

    /* Never move the overlay */
    #dframes-hero .df-slide-overlay{
        margin-left:0 !important;
        transform:none !important;
    }
}



/* =========================================================
   PREMIUM TOTAL INTERIOR SOLUTIONS
========================================================= */

.dfa-solutions-premium {
    padding: 130px 0;
    background: #f4f4f2;
}

.dfa-solutions-head {
    display: grid;
    grid-template-columns: 1.15fr 0.7fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 65px;
}

.dfa-solutions-heading h2 {
    max-width: 850px;
    margin: 22px 0 0;
    color: #090b0c;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -2.1px;
}

.dfa-solutions-intro p {
    margin: 0 0 28px;
    color: #687074;
    font-size: 15px;
    line-height: 1.9;
}

.dfa-solutions-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0a0c0d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.dfa-solutions-link i {
    color: #00b9c6;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.dfa-solutions-link:hover {
    color: #00b9c6;
}

.dfa-solutions-link:hover i {
    transform: translate(4px, -4px);
}

.dfa-solutions-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 24px;
}

.dfa-solutions-side {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}

.dfa-solution-card {
    position: relative;
    display: block;
    overflow: hidden;
    background: #111;
}

.dfa-solution-card-large {
    min-height: 720px;
}

.dfa-solution-card-small {
    min-height: 348px;
}

.dfa-solution-image {
    position: absolute;
    inset: 0;
}

.dfa-solution-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dfa-solution-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 15%,
            rgba(0, 0, 0, 0.78) 100%
        );
    transition: background 0.4s ease;
}

.dfa-solution-content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: 42px;
    color: #fff;
}

.dfa-solution-index {
    position: absolute;
    right: 35px;
    top: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.dfa-solution-category {
    display: inline-block;
    margin-bottom: 16px;
    color: #00c2cf;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.dfa-solution-content h3 {
    max-width: 580px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -1.2px;
}

.dfa-solution-card-small .dfa-solution-content h3 {
    max-width: 420px;
    font-size: clamp(24px, 2.2vw, 34px);
}

.dfa-solution-content p {
    max-width: 560px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.8;
}

.dfa-solution-arrow {
    position: absolute;
    right: 38px;
    bottom: 38px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    transition:
        background-color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease;
}

.dfa-solution-card:hover .dfa-solution-image img {
    transform: scale(1.06);
}

.dfa-solution-card:hover .dfa-solution-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.08) 10%,
            rgba(0, 0, 0, 0.9) 100%
        );
}

.dfa-solution-card:hover .dfa-solution-arrow {
    background: #00b9c6;
    border-color: #00b9c6;
    transform: translateX(5px);
}

/* Tablet */

@media (max-width: 991.98px) {

    .dfa-solutions-premium {
        padding: 90px 0;
    }

    .dfa-solutions-head {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 50px;
    }

    .dfa-solutions-intro {
        max-width: 680px;
    }

    .dfa-solutions-layout {
        grid-template-columns: 1fr;
    }

    .dfa-solution-card-large {
        min-height: 600px;
    }

    .dfa-solutions-side {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
    }

    .dfa-solution-card-small {
        min-height: 420px;
    }
}

/* Mobile */

@media (max-width: 767.98px) {

    .dfa-solutions-premium {
        padding: 70px 0;
    }

    .dfa-solutions-heading h2 {
        letter-spacing: -1.2px;
    }

    .dfa-solutions-side {
        grid-template-columns: 1fr;
    }

    .dfa-solution-card-large,
    .dfa-solution-card-small {
        min-height: 470px;
    }

    .dfa-solution-content {
        padding: 30px 25px;
    }

    .dfa-solution-arrow {
        right: 25px;
        bottom: 25px;
        width: 44px;
        height: 44px;
    }

    .dfa-solution-content p {
        padding-right: 45px;
    }
}

.dfa-solutions-premium{
    padding-top:70px;
    padding-bottom:120px;
    background:#f4f4f2;
}
.dfa-container{
    width:min(92%,1450px);
    margin:auto;
}

.dfa-solutions-premium .dfa-eyebrow{
    color:#00b9c6;
}

.dfa-solutions-premium .dfa-eyebrow::before{
    background:#00b9c6;
}












/* about page */
/* =========================================================
   DE FRAMES ABOUT PAGE CONTENT
   Header and footer styles are intentionally excluded.
========================================================= */

.dfa-about-page {
    --dfa-accent: #00b9c6;
    --dfa-dark: #080a0b;
    --dfa-dark-soft: #101416;
    --dfa-text: #24292c;
    --dfa-muted: #697176;
    --dfa-light: #f4f5f4;
    --dfa-border: rgba(15, 22, 24, 0.12);
    --dfa-white: #ffffff;

    color: var(--dfa-text);
    background: #ffffff;
    overflow: hidden;
}

.dfa-about-page *,
.dfa-about-page *::before,
.dfa-about-page *::after {
    box-sizing: border-box;
}

.dfa-about-page img {
    max-width: 100%;
}

.dfa-about-page a {
    text-decoration: none;
}

.dfa-container {
    width: min(92%, 1450px);
    margin: 0 auto;
}

.dfa-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--dfa-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.dfa-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: currentColor;
}

.dfa-eyebrow-light {
    color: #ffffff;
}

.dfa-heading-line {
    display: block;
    width: 66px;
    height: 2px;
    margin: 28px 0;
    background: var(--dfa-accent);
}

/* =========================================================
   INNER BANNER
========================================================= */

.dfa-hero {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.dfa-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.86),
            rgba(0, 0, 0, 0.44) 58%,
            rgba(0, 0, 0, 0.25)
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.18),
            rgba(0, 0, 0, 0.48)
        );
}

.dfa-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 175px;
    padding-bottom: 86px;
    color: #ffffff;
}

.dfa-hero h1 {
    max-width: 860px;
    margin: 25px 0 22px;
    color: #ffffff;
    font-size: clamp(46px, 6vw, 84px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -2.7px;
}

.dfa-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.8;
}

.dfa-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 35px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dfa-breadcrumb a,
.dfa-breadcrumb span {
    color: rgba(255, 255, 255, 0.75);
}

/* =========================================================
   INTRODUCTION
========================================================= */

.dfa-intro {
    padding:75px 0;
}

.dfa-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr);
    gap: clamp(55px, 7vw, 120px);
    align-items: center;
}

.dfa-intro-images {
    position: relative;
    min-height: 690px;
}

.dfa-intro-image {
    overflow: hidden;
    background: #dddddd;
}

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

.dfa-intro-image-main {
    position: absolute;
    inset: 0 17% 70px 0;
}

.dfa-intro-image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 330px;
    border: 12px solid #ffffff;
}

.dfa-experience-card {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 245px;
    padding: 28px 30px;
    color: #ffffff;
    background: var(--dfa-accent);
}

.dfa-experience-card strong {
    font-size: 52px;
    font-weight: 600;
    line-height: 1;
}

.dfa-experience-card span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dfa-intro-content h2,
.dfa-purpose-heading h2,
.dfa-values-top h2,
.dfa-capabilities-content h2,
.dfa-sectors-heading h2,
.dfa-cta h2 {
    margin: 23px 0 0;
    color: var(--dfa-dark);
    font-size: clamp(38px, 4vw, 62px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -1.8px;
}

.dfa-intro-content p {
    color: var(--dfa-muted);
    line-height: 1.9;
}

.dfa-intro-content .dfa-lead {
    color: #303639;
    font-size: 19px;
    line-height: 1.75;
}

.dfa-signature-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
    margin-top: 38px;
    padding-top: 28px;
    border-top: 1px solid var(--dfa-border);
}

.dfa-signature-row > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.dfa-signature-row span {
    color: var(--dfa-muted);
    font-size: 10px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.dfa-signature-row strong {
    color: var(--dfa-dark);
    font-size: 14px;
}

.dfa-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--dfa-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.dfa-text-link:hover {
    color: var(--dfa-accent);
}

/* =========================================================
   HIGHLIGHTED MISSION
========================================================= */

.dfa-mission-highlight {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.dfa-mission-overlay {
    position: absolute;
    inset: 0;
    background: rgba(34, 23, 22, 0.66);
}

.dfa-pattern-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background-image:
        linear-gradient(
            30deg,
            transparent 48%,
            rgba(255, 255, 255, 0.17) 49%,
            transparent 50%
        ),
        linear-gradient(
            150deg,
            transparent 48%,
            rgba(255, 255, 255, 0.13) 49%,
            transparent 50%
        );
    background-size: 175px 145px;
}

.dfa-mission-highlight-inner {
    position: relative;
    z-index: 2;
    padding: 95px 0;
}

.dfa-mission-mark {
    display: block;
    height: 42px;
    color: var(--dfa-accent);
    font-family: Georgia, serif;
    font-size: 92px;
    line-height: 0.8;
}

.dfa-mission-highlight blockquote {
    max-width: 1180px;
    margin: 28px 0;
    color: #ffffff;
    font-size: clamp(28px, 3.1vw, 50px);
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: -0.8px;
}

.dfa-mission-caption {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
}

/* =========================================================
   MISSION AND VISION
========================================================= */

.dfa-purpose {
    padding: 130px 0;
    background: var(--dfa-light);
}

.dfa-purpose-heading {
    max-width: 820px;
    margin: 0 auto 65px;
    text-align: center;
}

.dfa-purpose-heading .dfa-eyebrow::before {
    display: none;
}

.dfa-purpose-heading p {
    max-width: 680px;
    margin: 24px auto 0;
    color: var(--dfa-muted);
    line-height: 1.85;
}

.dfa-purpose-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    align-items: stretch;
}

.dfa-purpose-card {
    position: relative;
    padding: 55px 45px;
    background: #ffffff;
}

.dfa-purpose-card-dark {
    color: #ffffff;
    background: var(--dfa-dark);
}

.dfa-purpose-number {
    position: absolute;
    right: 30px;
    top: 25px;
    color: rgba(0, 185, 198, 0.18);
    font-size: 65px;
    font-weight: 700;
}

.dfa-purpose-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 42px;
    color: var(--dfa-accent);
    border: 1px solid rgba(0, 185, 198, 0.35);
}

.dfa-purpose-icon i {
    font-size: 25px;
}

.dfa-purpose-card h3 {
    margin: 0 0 20px;
    color: var(--dfa-dark);
    font-size: 29px;
    font-weight: 600;
}

.dfa-purpose-card-dark h3 {
    color: #ffffff;
}

.dfa-purpose-card p {
    margin: 0;
    color: var(--dfa-muted);
    line-height: 1.85;
}

.dfa-purpose-card-dark p {
    color: rgba(255, 255, 255, 0.68);
}

.dfa-purpose-image {
    position: relative;
    min-height: 480px;
    overflow: hidden;
}

.dfa-purpose-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dfa-purpose-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(0, 0, 0, 0.65)
    );
}

.dfa-purpose-image > span {
    position: absolute;
    left: 35px;
    bottom: 30px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* =========================================================
   VALUES
========================================================= */

.dfa-values {
    padding: 130px 0;
    color: #ffffff;
    background: var(--dfa-dark);
}

.dfa-values-top {
    display: grid;
    grid-template-columns: 1fr 0.75fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 65px;
}

.dfa-values-top h2 {
    color: #ffffff;
}

.dfa-values-top p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    line-height: 1.85;
}

.dfa-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.dfa-value-card {
    position: relative;
    min-height: 340px;
    padding: 42px 34px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-right: 0;
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background-color 0.35s ease;
}

.dfa-value-card:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.dfa-value-card:hover {
    z-index: 2;
    border-color: var(--dfa-accent);
    background: rgba(0, 185, 198, 0.08);
    transform: translateY(-8px);
}

.dfa-value-card > span {
    color: rgba(255, 255, 255, 0.25);
    font-size: 11px;
    letter-spacing: 2px;
}

.dfa-value-card i {
    display: block;
    margin: 42px 0 30px;
    color: var(--dfa-accent);
    font-size: 36px;
}

.dfa-value-card h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
}

.dfa-value-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.8;
}

/* =========================================================
   CAPABILITIES
========================================================= */

.dfa-capabilities {
    padding: 130px 0;
}

.dfa-capabilities-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(55px, 8vw, 125px);
    align-items: center;
}

.dfa-capabilities-content > p {
    margin: 28px 0 42px;
    color: var(--dfa-muted);
    line-height: 1.9;
}

.dfa-process-list {
    border-top: 1px solid var(--dfa-border);
}

.dfa-process-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 20px;
    padding: 23px 0;
    border-bottom: 1px solid var(--dfa-border);
}

.dfa-process-item > span {
    color: var(--dfa-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.dfa-process-item h3 {
    margin: 0 0 8px;
    color: var(--dfa-dark);
    font-size: 18px;
    font-weight: 600;
}

.dfa-process-item p {
    margin: 0;
    color: var(--dfa-muted);
    font-size: 14px;
    line-height: 1.7;
}

.dfa-capabilities-visual {
    position: relative;
    min-height: 650px;
}

.dfa-capabilities-image {
    position: absolute;
    inset: 0 70px 65px 0;
    overflow: hidden;
}

.dfa-capabilities-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dfa-capabilities-panel {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(360px, 78%);
    padding: 31px 34px;
    color: #ffffff;
    background: var(--dfa-accent);
}

.dfa-capabilities-panel span {
    display: block;
    padding: 12px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.dfa-capabilities-panel span:last-child {
    border-bottom: 0;
}

/* =========================================================
   SECTORS
========================================================= */

.dfa-sectors {
    padding: 130px 0;
    background: var(--dfa-light);
}

.dfa-sectors-heading {
    max-width: 800px;
    margin-bottom: 55px;
}

.dfa-sectors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.dfa-sector-card {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    padding: 46px;
    overflow: hidden;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}

.dfa-sector-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-position: center;
    background-size: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dfa-sector-card:hover::before {
    transform: scale(1.07);
}

.dfa-sector-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08),
        rgba(0, 0, 0, 0.86)
    );
}

.dfa-sector-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
}

.dfa-sector-content > span {
    color: var(--dfa-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.dfa-sector-content h3 {
    margin: 17px 0 15px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
}

.dfa-sector-content p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.dfa-sector-content strong {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

/* =========================================================
   FINAL CTA
========================================================= */

.dfa-cta {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.dfa-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.88),
        rgba(0, 0, 0, 0.50)
    );
}

.dfa-cta-inner {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    color: #ffffff;
}

.dfa-cta h2 {
    max-width: 850px;
    color: #ffffff;
}

.dfa-cta p {
    max-width: 700px;
    margin: 25px 0 38px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.85;
}

.dfa-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
}

.dfa-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 55px;
    padding: 0 30px;
    color: #ffffff;
    background: var(--dfa-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.dfa-button:hover {
    color: #ffffff;
    background: #079ca7;
    transform: translateY(-2px);
}

.dfa-call-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.dfa-call-link i {
    color: var(--dfa-accent);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {

    .dfa-intro-grid,
    .dfa-capabilities-grid {
        gap: 55px;
    }

    .dfa-purpose-card {
        padding: 45px 30px;
    }
}

@media (max-width: 991.98px) {

    .dfa-hero {
        min-height: 520px;
    }

    .dfa-hero-inner {
        padding-top: 150px;
        padding-bottom: 65px;
    }

    .dfa-intro,
    .dfa-purpose,
    .dfa-values,
    .dfa-capabilities,
    .dfa-sectors {
        padding: 90px 0;
    }

    .dfa-intro-grid,
    .dfa-capabilities-grid {
        grid-template-columns: 1fr;
    }

    .dfa-intro-images {
        min-height: 610px;
    }

    .dfa-purpose-grid {
        grid-template-columns: 1fr;
    }

    .dfa-purpose-image {
        min-height: 430px;
    }

    .dfa-values-top {
        grid-template-columns: 1fr;
        gap: 25px;
    }

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

    .dfa-value-card:nth-child(2) {
        border-right: 1px solid rgba(255, 255, 255, 0.11);
    }

    .dfa-capabilities-visual {
        min-height: 610px;
    }
}

@media (max-width: 767.98px) {

    .dfa-container {
        width: min(90%, 680px);
    }

    .dfa-hero {
        min-height: 500px;
    }

    .dfa-hero h1 {
        letter-spacing: -1.4px;
    }

    .dfa-intro-images {
        min-height: 510px;
    }

    .dfa-intro-image-main {
        right: 10%;
        bottom: 62px;
    }

    .dfa-intro-image-small {
        width: 44%;
        height: 235px;
        border-width: 8px;
    }

    .dfa-experience-card {
        min-width: 200px;
        padding: 21px 22px;
    }

    .dfa-experience-card strong {
        font-size: 40px;
    }

    .dfa-signature-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .dfa-mission-highlight {
        min-height: 510px;
    }

    .dfa-mission-highlight blockquote {
        font-size: clamp(25px, 6vw, 38px);
    }

    .dfa-values-grid,
    .dfa-sectors-grid {
        grid-template-columns: 1fr;
    }

    .dfa-value-card,
    .dfa-value-card:nth-child(2) {
        border-right: 1px solid rgba(255, 255, 255, 0.11);
        border-bottom: 0;
    }

    .dfa-value-card:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .dfa-capabilities-visual {
        min-height: 520px;
    }

    .dfa-capabilities-image {
        right: 35px;
        bottom: 55px;
    }

    .dfa-sector-card {
        min-height: 450px;
        padding: 35px 28px;
    }
}

@media (max-width: 575.98px) {

    .dfa-hero-inner {
        padding-top: 135px;
        padding-bottom: 50px;
    }

    .dfa-hero p {
        font-size: 15px;
    }

    .dfa-intro,
    .dfa-purpose,
    .dfa-values,
    .dfa-capabilities,
    .dfa-sectors {
        padding: 70px 0;
    }

    .dfa-intro-images {
        min-height: 440px;
    }

    .dfa-intro-image-main {
        right: 0;
        bottom: 78px;
    }

    .dfa-intro-image-small {
        display: none;
    }

    .dfa-experience-card {
        left: 18px;
    }

    .dfa-purpose-card {
        padding: 40px 25px;
    }

    .dfa-mission-highlight-inner {
        padding: 75px 0;
    }

    .dfa-value-card {
        min-height: 300px;
        padding: 34px 26px;
    }

    .dfa-capabilities-visual {
        min-height: 460px;
    }

    .dfa-capabilities-image {
        inset: 0 0 100px 0;
    }

    .dfa-capabilities-panel {
        width: 88%;
        padding: 24px 26px;
    }

    .dfa-sector-content h3 {
        font-size: 29px;
    }

    .dfa-cta-inner {
        padding: 80px 0;
    }

    .dfa-cta-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {

    .dfa-about-page *,
    .dfa-about-page *::before,
    .dfa-about-page *::after {
        transition: none !important;
        animation: none !important;
    }
}



/* service main page */

/* =========================================================
   DE FRAMES SERVICES PAGE CONTENT
   Header and footer styles are intentionally excluded.
========================================================= */

.dfs-services-page {
    --dfs-accent: #00b9c6;
    --dfs-dark: #080a0b;
    --dfs-dark-soft: #121617;
    --dfs-text: #24292c;
    --dfs-muted: #687074;
    --dfs-light: #f4f4f2;
    --dfs-border: rgba(15, 22, 24, 0.12);
    --dfs-white: #ffffff;

    color: var(--dfs-text);
    background: #ffffff;
    overflow: hidden;
}

.dfs-services-page *,
.dfs-services-page *::before,
.dfs-services-page *::after {
    box-sizing: border-box;
}

.dfs-services-page img {
    max-width: 100%;
}

.dfs-services-page a {
    text-decoration: none;
}

.dfs-container {
    width: min(92%, 1450px);
    margin: 0 auto;
}

.dfs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--dfs-accent);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.dfs-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: currentColor;
}

.dfs-eyebrow-light {
    color: #ffffff;
}

.dfs-heading-line {
    display: block;
    width: 66px;
    height: 2px;
    margin: 28px 0;
    background: var(--dfs-accent);
}

/* HERO */

.dfs-hero {
    position: relative;
    min-height: 580px;
    display: flex;
    align-items: flex-end;
    background-position: center;
    background-size: cover;
}

.dfs-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.45) 58%, rgba(0,0,0,.20)),
        linear-gradient(180deg, rgba(0,0,0,.14), rgba(0,0,0,.48));
}

.dfs-hero-inner {
    position: relative;
    z-index: 2;
    padding: 175px 0 85px;
    color: #ffffff;
}

.dfs-hero h1 {
    max-width: 1000px;
    margin: 24px 0 22px;
    color: #ffffff;
    font-size: clamp(45px, 6vw, 82px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -2.7px;
}

.dfs-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.80);
    font-size: 17px;
    line-height: 1.8;
}

.dfs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dfs-breadcrumb a,
.dfs-breadcrumb span {
    color: rgba(255,255,255,.74);
}

/* COMMON HEADINGS */

.dfs-intro-content h2,
.dfs-section-head h2,
.dfs-capabilities-content h2,
.dfs-process-heading h2,
.dfs-gallery-head h2,
.dfs-cta h2 {
    margin: 22px 0 0;
    color: var(--dfs-dark);
    font-size: clamp(38px, 4.5vw, 64px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.9px;
}

/* INTRO */

.dfs-intro {
    padding: 115px 0;
}

.dfs-intro-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(55px, 8vw, 120px);
    align-items: center;
}

.dfs-intro-content p {
    color: var(--dfs-muted);
    line-height: 1.9;
}

.dfs-intro-content .dfs-lead {
    color: #303639;
    font-size: 19px;
    line-height: 1.75;
}

.dfs-intro-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    border-top: 1px solid var(--dfs-border);
    border-bottom: 1px solid var(--dfs-border);
}

.dfs-intro-highlights div {
    padding: 25px 22px;
    border-right: 1px solid var(--dfs-border);
}

.dfs-intro-highlights div:first-child {
    padding-left: 0;
}

.dfs-intro-highlights div:last-child {
    border-right: 0;
}

.dfs-intro-highlights strong,
.dfs-intro-highlights span {
    display: block;
}

.dfs-intro-highlights strong {
    color: var(--dfs-dark);
    font-size: 14px;
}

.dfs-intro-highlights span {
    margin-top: 7px;
    color: var(--dfs-muted);
    font-size: 12px;
    line-height: 1.5;
}

.dfs-intro-visual {
    position: relative;
    min-height: 660px;
}

.dfs-intro-visual img {
    width: 100%;
    height: 100%;
    min-height: 660px;
    display: block;
    object-fit: cover;
}

.dfs-intro-badge {
    position: absolute;
    left: -45px;
    bottom: 45px;
    min-width: 260px;
    padding: 28px 32px;
    color: #ffffff;
    background: var(--dfs-accent);
}

.dfs-intro-badge span,
.dfs-intro-badge strong {
    display: block;
}

.dfs-intro-badge span {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dfs-intro-badge strong {
    font-size: 19px;
}

/* SECTION HEAD */

.dfs-section-head {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 75px;
    align-items: end;
    margin-bottom: 58px;
}

.dfs-section-head > p {
    margin: 0;
    color: var(--dfs-muted);
    line-height: 1.85;
}

.dfs-section-head-dark h2 {
    color: #ffffff;
}

.dfs-section-head-dark > p {
    color: rgba(255,255,255,.63);
}

/* RESIDENTIAL */

.dfs-service-block {
    padding: 105px 0 120px;
}

.dfs-service-block-light {
    background: var(--dfs-light);
}

.dfs-feature-layout {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 25px;
}

.dfs-feature-image {
    position: relative;
    min-height: 740px;
    display: flex;
    align-items: flex-end;
    padding: 48px;
    overflow: hidden;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}

.dfs-feature-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-position: center;
    background-size: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.dfs-feature-image:hover::before {
    transform: scale(1.06);
}

.dfs-feature-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.86));
}

.dfs-feature-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.dfs-feature-content > span {
    color: var(--dfs-accent);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dfs-feature-content h3 {
    margin: 16px 0 24px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 55px);
    font-weight: 500;
    line-height: 1.12;
}

.dfs-feature-content strong {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.dfs-service-list {
    background: #ffffff;
}

.dfs-service-row {
    min-height: 123px;
    display: grid;
    grid-template-columns: 55px 1fr 28px;
    gap: 18px;
    align-items: center;
    padding: 23px 28px;
    color: var(--dfs-dark);
    border-bottom: 1px solid var(--dfs-border);
    transition: background-color .3s ease;
}

.dfs-service-row:last-child {
    border-bottom: 0;
}

.dfs-service-row:hover {
    background: #f8fcfc;
}

.dfs-service-number {
    color: var(--dfs-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.dfs-service-row h3 {
    margin: 0 0 7px;
    color: var(--dfs-dark);
    font-size: 18px;
    font-weight: 600;
}

.dfs-service-row p {
    margin: 0;
    color: var(--dfs-muted);
    font-size: 13px;
    line-height: 1.65;
}

.dfs-service-row > i {
    color: var(--dfs-accent);
    font-size: 17px;
    transition: transform .3s ease;
}

.dfs-service-row:hover > i {
    transform: translate(4px,-4px);
}

/* COMMERCIAL */

.dfs-commercial {
    padding: 120px 0;
    color: #ffffff;
    background: var(--dfs-dark);
}

.dfs-commercial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 360px;
    gap: 22px;
}

.dfs-commercial-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 34px;
    overflow: hidden;
    color: #ffffff;
    background-position: center;
    background-size: cover;
}

.dfs-commercial-card-large {
    grid-column: span 2;
}

.dfs-commercial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-position: center;
    background-size: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.dfs-commercial-card:hover::before {
    transform: scale(1.06);
}

.dfs-commercial-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.86));
}

.dfs-commercial-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.dfs-commercial-content > span {
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(255,255,255,.42);
    font-size: 11px;
    letter-spacing: 2px;
}

.dfs-commercial-content small {
    color: var(--dfs-accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dfs-commercial-content h3 {
    margin: 14px 0 12px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.dfs-commercial-card-large h3 {
    font-size: 40px;
}

.dfs-commercial-content p {
    max-width: 470px;
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 13px;
    line-height: 1.7;
}

.dfs-commercial-content i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    transition: background-color .3s ease, border-color .3s ease;
}

.dfs-commercial-card:hover .dfs-commercial-content i {
    background: var(--dfs-accent);
    border-color: var(--dfs-accent);
}

/* CAPABILITIES */

.dfs-capabilities {
    padding: 120px 0;
}

.dfs-capabilities-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(60px, 8vw, 125px);
    align-items: center;
}

.dfs-capabilities-visual {
    position: relative;
    min-height: 690px;
}

.dfs-capabilities-visual img {
    width: 100%;
    height: 100%;
    min-height: 690px;
    display: block;
    object-fit: cover;
}

.dfs-capabilities-label {
    position: absolute;
    right: -35px;
    bottom: 48px;
    min-width: 270px;
    padding: 27px 32px;
    color: #ffffff;
    background: var(--dfs-dark);
}

.dfs-capabilities-label span,
.dfs-capabilities-label strong {
    display: block;
}

.dfs-capabilities-label span {
    margin-bottom: 7px;
    color: var(--dfs-accent);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dfs-capabilities-label strong {
    font-size: 18px;
}

.dfs-capabilities-content > p {
    margin: 28px 0 38px;
    color: var(--dfs-muted);
    line-height: 1.9;
}

.dfs-capabilities-list {
    border-top: 1px solid var(--dfs-border);
}

.dfs-capabilities-list article {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 20px;
    padding: 23px 0;
    border-bottom: 1px solid var(--dfs-border);
}

.dfs-capabilities-list article > span {
    color: var(--dfs-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.dfs-capabilities-list h3 {
    margin: 0 0 8px;
    color: var(--dfs-dark);
    font-size: 18px;
    font-weight: 600;
}

.dfs-capabilities-list p {
    margin: 0;
    color: var(--dfs-muted);
    font-size: 13px;
    line-height: 1.7;
}

/* PROCESS */

.dfs-process {
    padding: 115px 0;
    background: var(--dfs-light);
}

.dfs-process-heading {
    max-width: 760px;
    margin-bottom: 55px;
}

.dfs-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.dfs-process-card {
    min-height: 310px;
    padding: 37px 31px;
    background: #ffffff;
    border: 1px solid var(--dfs-border);
    border-right: 0;
    transition: transform .35s ease, background-color .35s ease;
}

.dfs-process-card:last-child {
    border-right: 1px solid var(--dfs-border);
}

.dfs-process-card:hover {
    z-index: 2;
    color: #ffffff;
    background: var(--dfs-dark);
    transform: translateY(-7px);
}

.dfs-process-card > span {
    color: var(--dfs-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.dfs-process-card h3 {
    margin: 70px 0 18px;
    color: var(--dfs-dark);
    font-size: 24px;
    font-weight: 600;
}

.dfs-process-card p {
    margin: 0;
    color: var(--dfs-muted);
    font-size: 14px;
    line-height: 1.8;
}

.dfs-process-card:hover h3 {
    color: #ffffff;
}

.dfs-process-card:hover p {
    color: rgba(255,255,255,.65);
}

/* GALLERY */

.dfs-gallery-preview {
    padding: 115px 0 125px;
}

.dfs-gallery-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 35px;
    align-items: end;
    margin-bottom: 52px;
}

.dfs-gallery-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--dfs-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.dfs-gallery-link i {
    color: var(--dfs-accent);
    transition: transform .3s ease;
}

.dfs-gallery-link:hover i {
    transform: translate(4px,-4px);
}

.dfs-gallery-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: 330px 330px;
    gap: 20px;
}

.dfs-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.dfs-gallery-item-large {
    grid-row: span 2;
}

.dfs-gallery-item-wide {
    display: none;
}

.dfs-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.dfs-gallery-item:hover img {
    transform: scale(1.06);
}

.dfs-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.74));
}

.dfs-gallery-item strong {
    position: absolute;
    left: 28px;
    bottom: 26px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

/* CTA */

.dfs-cta {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.dfs-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.89), rgba(0,0,0,.49));
}

.dfs-cta-inner {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    color: #ffffff;
}

.dfs-cta h2 {
    max-width: 900px;
    color: #ffffff;
}

.dfs-cta p {
    max-width: 720px;
    margin: 25px 0 38px;
    color: rgba(255,255,255,.72);
    line-height: 1.85;
}

.dfs-cta-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
}

.dfs-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 31px;
    background: var(--dfs-accent);
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    transition: transform .3s ease, background-color .3s ease;
}

.dfs-button:hover {
    color: #ffffff;
    background: #079ca7;
    transform: translateY(-2px);
}

.dfs-call-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.dfs-call-link i {
    color: var(--dfs-accent);
}

/* RESPONSIVE */

@media (max-width: 1199.98px) {

    .dfs-commercial-grid {
        grid-auto-rows: 330px;
    }

    .dfs-intro-highlights {
        grid-template-columns: 1fr;
    }

    .dfs-intro-highlights div,
    .dfs-intro-highlights div:first-child {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--dfs-border);
    }

    .dfs-intro-highlights div:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 991.98px) {

    .dfs-hero {
        min-height: 520px;
    }

    .dfs-hero-inner {
        padding: 150px 0 65px;
    }

    .dfs-intro,
    .dfs-service-block,
    .dfs-commercial,
    .dfs-capabilities,
    .dfs-process,
    .dfs-gallery-preview {
        padding: 90px 0;
    }

    .dfs-intro-grid,
    .dfs-feature-layout,
    .dfs-capabilities-grid {
        grid-template-columns: 1fr;
    }

    .dfs-section-head {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .dfs-intro-visual,
    .dfs-intro-visual img,
    .dfs-capabilities-visual,
    .dfs-capabilities-visual img {
        min-height: 570px;
    }

    .dfs-intro-badge {
        left: 30px;
    }

    .dfs-capabilities-label {
        right: 30px;
    }

    .dfs-feature-image {
        min-height: 590px;
    }

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

    .dfs-commercial-card-large {
        grid-column: span 2;
    }

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

    .dfs-process-card:nth-child(2) {
        border-right: 1px solid var(--dfs-border);
    }
}

@media (max-width: 767.98px) {

    .dfs-container {
        width: min(90%, 680px);
    }

    .dfs-hero {
        min-height: 500px;
    }

    .dfs-hero h1 {
        letter-spacing: -1.4px;
    }

    .dfs-intro-visual,
    .dfs-intro-visual img,
    .dfs-capabilities-visual,
    .dfs-capabilities-visual img {
        min-height: 490px;
    }

    .dfs-feature-image {
        min-height: 510px;
        padding: 34px 27px;
    }

    .dfs-commercial-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 400px;
    }

    .dfs-commercial-card-large {
        grid-column: auto;
    }

    .dfs-process-grid {
        grid-template-columns: 1fr;
    }

    .dfs-process-card,
    .dfs-process-card:nth-child(2) {
        border-right: 1px solid var(--dfs-border);
        border-bottom: 0;
    }

    .dfs-process-card:last-child {
        border-bottom: 1px solid var(--dfs-border);
    }

    .dfs-gallery-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .dfs-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 420px);
    }

    .dfs-gallery-item-large {
        grid-row: auto;
    }
}

@media (max-width: 575.98px) {

    .dfs-hero-inner {
        padding: 135px 0 50px;
    }

    .dfs-hero p {
        font-size: 15px;
    }

    .dfs-intro,
    .dfs-service-block,
    .dfs-commercial,
    .dfs-capabilities,
    .dfs-process,
    .dfs-gallery-preview {
        padding: 70px 0;
    }

    .dfs-intro-visual,
    .dfs-intro-visual img,
    .dfs-capabilities-visual,
    .dfs-capabilities-visual img {
        min-height: 430px;
    }

    .dfs-intro-badge,
    .dfs-capabilities-label {
        left: 18px;
        right: auto;
        bottom: 20px;
        min-width: 230px;
    }

    .dfs-service-row {
        grid-template-columns: 38px 1fr 20px;
        padding: 21px 18px;
    }

    .dfs-feature-image {
        min-height: 450px;
    }

    .dfs-commercial-grid {
        grid-auto-rows: 390px;
    }

    .dfs-commercial-card {
        padding: 27px 23px;
    }

    .dfs-gallery-grid {
        grid-template-rows: repeat(3, 360px);
    }

    .dfs-cta-inner {
        padding: 80px 0;
    }

    .dfs-cta-actions {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {

    .dfs-services-page *,
    .dfs-services-page *::before,
    .dfs-services-page *::after {
        transition: none !important;
        animation: none !important;
    }
}


/* =========================================================
   DE FRAMES — SERVICES CATEGORY PAGE
   Header, footer and banner CSS are not included.
========================================================= */

.dfs-category-page {
    --dfs-accent: #00b9c6;
    --dfs-dark: #080a0b;
    --dfs-text: #252a2c;
    --dfs-muted: #6d7477;
    --dfs-light: #f4f4f2;
    --dfs-border: rgba(15, 22, 24, 0.13);

    color: var(--dfs-text);
    background: #ffffff;
}

.dfs-category-page *,
.dfs-category-page *::before,
.dfs-category-page *::after {
    box-sizing: border-box;
}

.dfs-category-page a {
    text-decoration: none;
}

.dfs-category-page img {
    max-width: 100%;
}


/* =========================================================
   MAIN SECTION
========================================================= */

.dfs-main-categories {
    padding: 95px 0 120px;
    background: var(--dfs-light);
}


/* Heading */

.dfs-category-heading {
    max-width: 820px;
    margin-bottom: 55px;
}

.dfs-category-heading h2 {
    margin: 19px 0 18px;
    color: var(--dfs-dark);
    font-size: clamp(38px, 4.5vw, 62px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.8px;
}

.dfs-category-heading p {
    max-width: 680px;
    margin: 0;
    color: var(--dfs-muted);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   TWO MAIN CATEGORY CARDS
========================================================= */

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

.dfs-category-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--dfs-border);
}


/* Image */

.dfs-category-image {
    position: relative;
    height: 440px;
    display: block;
    overflow: hidden;
}

.dfs-category-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(.2, .7, .2, 1);
}

.dfs-category-card:hover .dfs-category-image img {
    transform: scale(1.06);
}

.dfs-category-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 35%,
            rgba(0, 0, 0, 0.78) 100%
        );
}

.dfs-category-type {
    position: absolute;
    left: 30px;
    bottom: 27px;
    z-index: 2;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* Card content */

.dfs-category-content {
    padding: 35px 34px 38px;
}

.dfs-category-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
}

.dfs-category-title > div > span {
    display: block;
    margin-bottom: 10px;
    color: var(--dfs-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.dfs-category-title h2 {
    margin: 0;
    color: var(--dfs-dark);
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -1px;
}

.dfs-category-arrow {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    color: var(--dfs-dark);
    border: 1px solid var(--dfs-border);
    border-radius: 50%;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.dfs-category-arrow:hover {
    color: #ffffff;
    background: var(--dfs-accent);
    border-color: var(--dfs-accent);
    transform: translate(3px, -3px);
}

.dfs-category-content > p {
    min-height: 78px;
    margin: 23px 0 28px;
    color: var(--dfs-muted);
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   SUBCATEGORY LINKS
========================================================= */

.dfs-subcategory-list {
    border-top: 1px solid var(--dfs-border);
}

.dfs-subcategory-list a {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 4px;
    color: var(--dfs-dark);
    border-bottom: 1px solid var(--dfs-border);
    font-size: 14px;
    font-weight: 500;
    transition:
        color 0.3s ease,
        padding 0.3s ease;
}

.dfs-subcategory-list a i {
    flex-shrink: 0;
    color: var(--dfs-accent);
    transition: transform 0.3s ease;
}

.dfs-subcategory-list a:hover {
    padding-left: 10px;
    color: var(--dfs-accent);
}

.dfs-subcategory-list a:hover i {
    transform: translateX(5px);
}


/* Main category link */

.dfs-view-category {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-top: 31px;
    color: var(--dfs-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.dfs-view-category i {
    color: var(--dfs-accent);
    transition: transform 0.3s ease;
}

.dfs-view-category:hover {
    color: var(--dfs-accent);
}

.dfs-view-category:hover i {
    transform: translateX(5px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .dfs-main-categories {
        padding: 80px 0 95px;
    }

    .dfs-category-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .dfs-category-image {
        height: 500px;
    }

    .dfs-category-content > p {
        min-height: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .dfs-main-categories {
        padding: 65px 0 75px;
    }

    .dfs-category-heading {
        margin-bottom: 38px;
    }

    .dfs-category-heading h2 {
        margin-top: 15px;
        font-size: 37px;
        letter-spacing: -1px;
    }

    .dfs-category-heading p {
        font-size: 14px;
    }

    .dfs-category-image {
        height: 390px;
    }

    .dfs-category-content {
        padding: 28px 24px 31px;
    }

    .dfs-category-title h2 {
        font-size: 28px;
    }

    .dfs-category-arrow {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .dfs-category-image {
        height: 330px;
    }

    .dfs-category-type {
        left: 22px;
        bottom: 21px;
    }

    .dfs-category-content {
        padding: 25px 20px 28px;
    }

    .dfs-category-title {
        gap: 15px;
    }

    .dfs-category-title h2 {
        font-size: 25px;
    }

    .dfs-category-content > p {
        margin: 18px 0 24px;
    }

    .dfs-subcategory-list a {
        min-height: 61px;
        font-size: 13px;
    }
}


/* residential page */

/* =========================================================
   DE FRAMES — RESIDENTIAL PAGE
   Header, footer and common banner CSS are not included.
========================================================= */

.dfr-residential-page {
    --dfr-accent: #00b9c6;
    --dfr-dark: #080a0b;
    --dfr-text: #202527;
    --dfr-muted: #6a7174;
    --dfr-light: #f4f4f2;
    --dfr-border: rgba(16, 22, 24, 0.13);

    position: relative;
    width: 100%;
    color: var(--dfr-text);
    background: #ffffff;
}

.dfr-residential-page *,
.dfr-residential-page *::before,
.dfr-residential-page *::after {
    box-sizing: border-box;
}

.dfr-residential-page a {
    text-decoration: none;
}

.dfr-residential-page img {
    max-width: 100%;
}


/* =========================================================
   RESIDENTIAL SERVICES SECTION
========================================================= */

.dfr-services {
    position: relative;
    padding: 75px 0 0px;
    overflow: hidden;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.dfr-heading {
    max-width: 850px;
    margin-bottom: 55px;
}

.dfr-heading h2 {
    max-width: 760px;
    margin: 18px 0 19px;
    color: var(--dfr-dark);
    font-size: clamp(40px, 4.5vw, 62px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -2px;
}

.dfr-heading p {
    max-width: 690px;
    margin: 0;
    color: var(--dfr-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   SERVICES GRID
========================================================= */

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


/* =========================================================
   SERVICE CARD
========================================================= */

.dfr-service-card {
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--dfr-border);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.dfr-service-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.09);
}


/* =========================================================
   SERVICE IMAGE
========================================================= */

.dfr-service-image {
    position: relative;
    height: 390px;
    display: block;
    overflow: hidden;
    background: #111111;
}

.dfr-service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(.2, .7, .2, 1);
}

.dfr-service-card:hover .dfr-service-image img {
    transform: scale(1.06);
}

.dfr-image-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 35%,
            rgba(0, 0, 0, 0.68) 100%
        );
}

.dfr-service-number {
    position: absolute;
    left: 27px;
    bottom: 23px;
    z-index: 2;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}


/* =========================================================
   SERVICE CONTENT
========================================================= */

.dfr-service-content {
    padding: 31px 30px 34px;
}

.dfr-service-label {
    display: block;
    margin-bottom: 13px;
    color: var(--dfr-accent);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.dfr-service-content h2 {
    margin: 0;
    color: var(--dfr-dark);
    font-size: clamp(26px, 2.4vw, 35px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.9px;
}

.dfr-service-content h2 a {
    color: inherit;
    transition: color 0.3s ease;
}

.dfr-service-content h2 a:hover {
    color: var(--dfr-accent);
}

.dfr-service-content p {
    min-height: 78px;
    margin: 19px 0 26px;
    color: var(--dfr-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}


/* =========================================================
   SERVICE LINK
========================================================= */

.dfr-service-link {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    color: var(--dfr-dark);
    border-top: 1px solid var(--dfr-border);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.dfr-service-link i {
    flex-shrink: 0;
    color: var(--dfr-accent);
    font-size: 17px;
    transition: transform 0.3s ease;
}

.dfr-service-link:hover {
    color: var(--dfr-accent);
}

.dfr-service-link:hover i {
    transform: translate(4px, -4px);
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .dfr-services {
        padding: 85px 0 105px;
    }

    .dfr-service-image {
        height: 350px;
    }

    .dfr-service-content {
        padding: 29px 27px 32px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .dfr-services {
        padding: 78px 0 90px;
        background-position: right top !important;
        background-size: 420px auto !important;
    }

    .dfr-heading {
        margin-bottom: 45px;
    }

    .dfr-services-grid {
        gap: 24px;
    }

    .dfr-service-image {
        height: 320px;
    }

    .dfr-service-content p {
        min-height: 102px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .dfr-services {
        padding: 65px 0 75px;
        background-position: right top !important;
        background-size: 310px auto !important;
    }

    .dfr-heading {
        margin-bottom: 37px;
    }

    .dfr-heading h2 {
        margin-top: 15px;
        font-size: 37px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

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

    .dfr-services-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .dfr-service-image {
        height: 390px;
    }

    .dfr-service-content p {
        min-height: 0;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .dfr-services {
        padding: 58px 0 68px;
        background-size: 250px auto !important;
    }

    .dfr-heading h2 {
        font-size: 33px;
    }

    .dfr-service-image {
        height: 310px;
    }

    .dfr-service-content {
        padding: 25px 21px 28px;
    }

    .dfr-service-content h2 {
        font-size: 26px;
    }

    .dfr-service-content p {
        margin: 16px 0 23px;
        font-size: 13px;
    }

    .dfr-service-link {
        font-size: 10px;
        letter-spacing: 1px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .dfr-service-image {
        height: 275px;
    }

    .dfr-heading h2 {
        font-size: 30px;
    }
}



/*  single page */



/* =========================================================
   DE FRAMES — KITCHEN / DYNAMIC SERVICE PAGE
========================================================= */

.dfkg-page {
    --dfkg-accent: #00b9c6;
    --dfkg-dark: #080a0b;
    --dfkg-text: #24292b;
    --dfkg-muted: #687074;
    --dfkg-light: #f4f4f2;
    --dfkg-border: rgba(15, 22, 24, 0.13);

    width: 100%;
    color: var(--dfkg-text);
    background: #ffffff;
}

.dfkg-page *,
.dfkg-page *::before,
.dfkg-page *::after {
    box-sizing: border-box;
}

.dfkg-page a {
    text-decoration: none;
}

.dfkg-page img {
    max-width: 100%;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.dfkg-description {
    position: relative;
    padding: 100px 0 115px;
    overflow: hidden;
}

.dfkg-description-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(55px, 7vw, 105px);
}

.dfkg-description-content h2 {
    max-width: 740px;
    margin: 18px 0 23px;
    color: var(--dfkg-dark);
    font-size: clamp(42px, 4.5vw, 65px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -2px;
}

.dfkg-heading-line {
    width: 70px;
    height: 2px;
    display: block;
    margin-bottom: 29px;
    background: var(--dfkg-accent);
}

.dfkg-description-content p {
    max-width: 700px;
    margin: 0 0 18px;
    color: var(--dfkg-muted);
    font-size: 15px;
    line-height: 1.85;
}

.dfkg-description-content .dfkg-lead {
    color: var(--dfkg-text);
    font-size: 18px;
    line-height: 1.75;
}

.dfkg-description-image {
    position: relative;
    min-height: 620px;
}

.dfkg-description-image img {
    width: 100%;
    height: 620px;
    display: block;
    object-fit: cover;
}

.dfkg-image-label {
    position: absolute;
    left: -38px;
    bottom: 34px;
    min-width: 280px;
    padding: 22px 25px;
    color: #ffffff;
    background: var(--dfkg-dark);
}

.dfkg-image-label span,
.dfkg-image-label strong {
    display: block;
}

.dfkg-image-label span {
    margin-bottom: 6px;
    color: var(--dfkg-accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.dfkg-image-label strong {
    font-size: 17px;
    font-weight: 500;
}


/* =========================================================
   FOUR FEATURES
========================================================= */

.dfkg-features {
    padding: 105px 0 115px;
    background: #ffffff;
}

.dfkg-section-heading {
    max-width: 800px;
    margin-bottom: 50px;
}

.dfkg-section-heading h2 {
    margin: 18px 0 0;
    color: var(--dfkg-dark);
    font-size: clamp(42px, 4.2vw, 62px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.dfkg-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--dfkg-border);
    border-left: 1px solid var(--dfkg-border);
}

.dfkg-feature-card {
    position: relative;
    min-height: 310px;
    padding: 31px 27px;
    background: var(--dfkg-light);
    border-right: 1px solid var(--dfkg-border);
    border-bottom: 1px solid var(--dfkg-border);
    transition:
        color 0.35s ease,
        background-color 0.35s ease,
        transform 0.35s ease;
}

.dfkg-feature-card:hover {
    z-index: 2;
    color: #ffffff;
    background: var(--dfkg-dark);
    transform: translateY(-6px);
}

.dfkg-feature-number {
    display: block;
    margin-bottom: 35px;
    color: var(--dfkg-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.dfkg-feature-card > i {
    display: block;
    margin-bottom: 26px;
    color: var(--dfkg-accent);
    font-size: 31px;
}

.dfkg-feature-card h3 {
    margin: 0 0 14px;
    color: var(--dfkg-dark);
    font-size: 20px;
    font-weight: 600;
    transition: color 0.35s ease;
}

.dfkg-feature-card p {
    margin: 0;
    color: var(--dfkg-muted);
    font-size: 13px;
    line-height: 1.75;
    transition: color 0.35s ease;
}

.dfkg-feature-card:hover h3 {
    color: #ffffff;
}

.dfkg-feature-card:hover p {
    color: rgba(255, 255, 255, 0.7);
}


/* =========================================================
   GALLERY
========================================================= */

.dfkg-gallery {
    padding: 110px 0 120px;
    background: var(--dfkg-dark);
}

.dfkg-gallery-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.dfkg-gallery-heading > div:first-child {
    max-width: 780px;
}

.dfkg-gallery-heading h2 {
    margin: 18px 0 17px;
    color: #ffffff;
    font-size: clamp(42px, 4.3vw, 63px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.8px;
}

.dfkg-gallery-heading p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.8;
}

.dfkg-gallery-counter {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    color: #ffffff;
}

.dfkg-gallery-counter span {
    font-size: 22px;
    font-weight: 500;
}

.dfkg-gallery-counter small {
    color: var(--dfkg-accent);
    font-size: 14px;
}


/* Gallery grid */

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

.dfkg-gallery-item {
    position: relative;
    height: 410px;
    display: none;
    overflow: hidden;
    background: #151515;
    opacity: 0;
    transform: translateY(18px);
}

.dfkg-gallery-item.dfkg-item-visible {
    display: block;
    animation: dfkgGalleryReveal 0.5s ease forwards;
}

@keyframes dfkgGalleryReveal {

    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

.dfkg-gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(.2, .7, .2, 1);
}

.dfkg-gallery-item:hover img {
    transform: scale(1.07);
}

.dfkg-gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 25%,
            rgba(0, 0, 0, 0.82) 100%
        );
}

.dfkg-gallery-content {
    position: absolute;
    left: 25px;
    right: 75px;
    bottom: 25px;
    z-index: 2;
    color: #ffffff;
}

.dfkg-gallery-content small,
.dfkg-gallery-content strong {
    display: block;
}

.dfkg-gallery-content small {
    margin-bottom: 7px;
    color: var(--dfkg-accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.dfkg-gallery-content strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

.dfkg-gallery-view {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.dfkg-gallery-item:hover .dfkg-gallery-view {
    background: var(--dfkg-accent);
    border-color: var(--dfkg-accent);
}


/* =========================================================
   PAGINATION
========================================================= */

.dfkg-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 47px;
}

.dfkg-pagination-numbers {
    display: flex;
    align-items: center;
    gap: 9px;
}

.dfkg-pagination button {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.dfkg-pagination button:hover,
.dfkg-pagination-number.dfkg-active {
    color: #ffffff;
    background: var(--dfkg-accent);
    border-color: var(--dfkg-accent);
}

.dfkg-pagination button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .dfkg-description-grid {
        gap: 55px;
    }

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

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

@media (max-width: 991.98px) {

    .dfkg-description {
        padding: 80px 0 90px;
        background-size: 420px auto !important;
    }

    .dfkg-description-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .dfkg-description-image,
    .dfkg-description-image img {
        min-height: 520px;
        height: 520px;
    }

    .dfkg-image-label {
        left: 24px;
    }

    .dfkg-features,
    .dfkg-gallery {
        padding: 85px 0 95px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .dfkg-description {
        padding: 65px 0 75px;
        background-size: 300px auto !important;
    }

    .dfkg-description-content h2,
    .dfkg-section-heading h2,
    .dfkg-gallery-heading h2 {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .dfkg-description-content .dfkg-lead {
        font-size: 16px;
    }

    .dfkg-description-image,
    .dfkg-description-image img {
        min-height: 430px;
        height: 430px;
    }

    .dfkg-image-label {
        left: 17px;
        right: 17px;
        bottom: 17px;
        min-width: 0;
    }

    .dfkg-feature-grid {
        grid-template-columns: 1fr;
    }

    .dfkg-feature-card {
        min-height: 260px;
    }

    .dfkg-gallery-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .dfkg-gallery-grid {
        grid-template-columns: 1fr;
    }

    .dfkg-gallery-item {
        height: 430px;
    }
}

@media (max-width: 575.98px) {

    .dfkg-description-content h2,
    .dfkg-section-heading h2,
    .dfkg-gallery-heading h2 {
        font-size: 33px;
    }

    .dfkg-description-image,
    .dfkg-description-image img {
        min-height: 350px;
        height: 350px;
    }

    .dfkg-gallery-item {
        height: 370px;
    }

    .dfkg-pagination {
        gap: 6px;
    }

    .dfkg-pagination-numbers {
        gap: 6px;
    }

    .dfkg-pagination button {
        width: 41px;
        height: 41px;
    }
}


/* career */

/* =========================================================
   DE FRAMES — SIMPLE CAREER PAGE
========================================================= */

.dfcareer-simple-page {
    --dfcareer-accent: #00b9c6;
    --dfcareer-dark: #080a0b;
    --dfcareer-text: #24292b;
    --dfcareer-muted: #687074;
    --dfcareer-light: #f4f4f2;
    --dfcareer-border: rgba(15, 22, 24, 0.13);

    width: 100%;
    color: var(--dfcareer-text);
    background: #ffffff;
}

.dfcareer-simple-page *,
.dfcareer-simple-page *::before,
.dfcareer-simple-page *::after {
    box-sizing: border-box;
}

.dfcareer-simple-page a {
    text-decoration: none;
}


/* =========================================================
   CAREER SECTION
========================================================= */

.dfcareer-simple-section {
    position: relative;
    padding: 105px 0 120px;
    overflow: hidden;
}

.dfcareer-simple-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(55px, 7vw, 110px);
}


/* =========================================================
   CAREER CONTENT
========================================================= */

.dfcareer-simple-content {
    padding-top: 20px;
}

.dfcareer-simple-content h2 {
    max-width: 650px;
    margin: 18px 0 23px;
    color: var(--dfcareer-dark);
    font-size: clamp(42px, 4.3vw, 63px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.9px;
}

.dfcareer-simple-line {
    width: 70px;
    height: 2px;
    display: block;
    margin-bottom: 30px;
    background: var(--dfcareer-accent);
}

.dfcareer-simple-content > p {
    max-width: 660px;
    margin: 0 0 19px;
    color: var(--dfcareer-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
}


/* =========================================================
   EMAIL BOX
========================================================= */

.dfcareer-email-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 35px;
    padding: 26px 0 0;
    border-top: 1px solid var(--dfcareer-border);
}

.dfcareer-email-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #ffffff;
    background: var(--dfcareer-accent);
    border-radius: 50%;
    font-size: 20px;
}

.dfcareer-email-box small,
.dfcareer-email-box a {
    display: block;
}

.dfcareer-email-box small {
    margin-bottom: 5px;
    color: var(--dfcareer-muted);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.dfcareer-email-box a {
    color: var(--dfcareer-dark);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.dfcareer-email-box a:hover {
    color: var(--dfcareer-accent);
}


/* =========================================================
   FORM CONTAINER
========================================================= */

.dfcareer-simple-form-wrap {
    padding: 46px;
    background: #ffffff;
    border: 1px solid var(--dfcareer-border);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.07);
}

.dfcareer-form-heading {
    margin-bottom: 33px;
}

.dfcareer-form-heading > span {
    display: block;
    margin-bottom: 11px;
    color: var(--dfcareer-accent);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.dfcareer-form-heading h3 {
    margin: 0 0 13px;
    color: var(--dfcareer-dark);
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.dfcareer-form-heading p {
    max-width: 580px;
    margin: 0;
    color: var(--dfcareer-muted);
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   FORM FIELDS
========================================================= */

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

.dfcareer-field {
    margin-bottom: 22px;
}

.dfcareer-field label {
    display: block;
    margin-bottom: 9px;
    color: var(--dfcareer-dark);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.dfcareer-field input,
.dfcareer-field textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    color: var(--dfcareer-text);
    background: #fafafa;
    border: 1px solid var(--dfcareer-border);
    border-radius: 0;
    outline: none;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.dfcareer-field textarea {
    min-height: 125px;
    resize: vertical;
}

.dfcareer-field input:focus,
.dfcareer-field textarea:focus {
    background: #ffffff;
    border-color: var(--dfcareer-accent);
}

.dfcareer-field input::placeholder,
.dfcareer-field textarea::placeholder {
    color: #969b9e;
}

.dfcareer-file-box {
    position: relative;
    padding: 14px;
    background: #fafafa;
    border: 1px dashed rgba(15, 22, 24, 0.25);
}

.dfcareer-file-box input[type="file"] {
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
}

.dfcareer-field > small {
    display: block;
    margin-top: 7px;
    color: var(--dfcareer-muted);
    font-size: 10px;
    line-height: 1.5;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.dfcareer-submit-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 15px 29px;
    color: #ffffff;
    background: var(--dfcareer-dark);
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.dfcareer-submit-button:hover {
    background: var(--dfcareer-accent);
}

.dfcareer-submit-button i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.dfcareer-submit-button:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .dfcareer-simple-section {
        padding: 80px 0 95px;
        background-size: 420px auto !important;
    }

    .dfcareer-simple-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .dfcareer-simple-content {
        padding-top: 0;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .dfcareer-simple-section {
        padding: 65px 0 75px;
        background-size: 300px auto !important;
    }

    .dfcareer-simple-content h2 {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .dfcareer-simple-form-wrap {
        padding: 31px 24px;
    }

    .dfcareer-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dfcareer-email-box {
        align-items: flex-start;
    }

    .dfcareer-email-box a {
        font-size: 15px;
        word-break: break-word;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .dfcareer-simple-content h2 {
        font-size: 33px;
    }

    .dfcareer-simple-form-wrap {
        padding: 27px 19px;
    }

    .dfcareer-form-heading h3 {
        font-size: 27px;
    }

    .dfcareer-submit-button {
        width: 100%;
    }
}


/* contact page */

/* =========================================================
   DE FRAMES — CONTACT PAGE COMPLETE CSS
   Includes inner-page banner, contact information,
   contact form, Google Map and responsive styles.
========================================================= */


/* =========================================================
   PAGE VARIABLES
========================================================= */

.dfcontact-page {
    --dfcontact-accent: #00b9c6;
    --dfcontact-dark: #080a0b;
    --dfcontact-text: #24292b;
    --dfcontact-muted: #687074;
    --dfcontact-light: #f4f4f2;
    --dfcontact-white: #ffffff;
    --dfcontact-border: rgba(15, 22, 24, 0.13);

    width: 100%;
    color: var(--dfcontact-text);
    background: var(--dfcontact-white);
}

.dfcontact-page *,
.dfcontact-page *::before,
.dfcontact-page *::after {
    box-sizing: border-box;
}

.dfcontact-page a {
    text-decoration: none;
}

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


/* =========================================================
   COMMON CONTAINER
========================================================= */

.dfcontact-page .dfa-container {
   
    margin: 0 auto;
}


/* =========================================================
   INNER PAGE BANNER
========================================================= */

.dfcontact-page .dfa-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dfcontact-page .dfa-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(4, 7, 8, 0.9) 0%,
            rgba(4, 7, 8, 0.72) 50%,
            rgba(4, 7, 8, 0.42) 100%
        );
}

.dfcontact-page .dfa-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 125px 0 82px;
}

.dfcontact-page .dfa-eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: var(--dfcontact-accent);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dfcontact-page .dfa-eyebrow::before {
    width: 34px;
    height: 1px;
    display: block;
    content: "";
    background: var(--dfcontact-accent);
}

.dfcontact-page .dfa-eyebrow-light {
    color: #ffffff;
}

.dfcontact-page .dfa-eyebrow-light::before {
    background: var(--dfcontact-accent);
}

.dfcontact-page .dfa-hero h1 {
    max-width: 880px;
    margin: 18px 0 18px;
    color: #ffffff;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -2.2px;
}

.dfcontact-page .dfa-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.8;
}

.dfcontact-page .dfa-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
}

.dfcontact-page .dfa-breadcrumb a,
.dfcontact-page .dfa-breadcrumb span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dfcontact-page .dfa-breadcrumb a {
    transition: color 0.3s ease;
}

.dfcontact-page .dfa-breadcrumb a:hover {
    color: var(--dfcontact-accent);
}

.dfcontact-page .dfa-breadcrumb span:last-child {
    color: #ffffff;
}


/* =========================================================
   MAIN CONTACT SECTION
========================================================= */

.dfcontact-main {
    position: relative;
    padding: 105px 0 120px;
    overflow: hidden;
}

.dfcontact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.87fr) minmax(0, 1.13fr);
    align-items: start;
    gap: clamp(55px, 7vw, 105px);
}


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

.dfcontact-info {
    padding-top: 10px;
}

.dfcontact-info h2 {
    max-width: 680px;
    margin: 18px 0 23px;
    color: var(--dfcontact-dark);
    font-size: clamp(42px, 4.3vw, 63px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.9px;
}

.dfcontact-heading-line {
    width: 70px;
    height: 2px;
    display: block;
    margin-bottom: 29px;
    background: var(--dfcontact-accent);
}

.dfcontact-intro {
    max-width: 660px;
    margin: 0;
    color: var(--dfcontact-muted);
    font-size: 15px;
    line-height: 1.85;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.dfcontact-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
    border-top: 1px solid var(--dfcontact-border);
    border-left: 1px solid var(--dfcontact-border);
}

.dfcontact-detail-item {
    position: relative;
    min-height: 205px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 27px 22px;
    background: rgba(255, 255, 255, 0.72);
    border-right: 1px solid var(--dfcontact-border);
    border-bottom: 1px solid var(--dfcontact-border);
    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.dfcontact-detail-item:hover {
    z-index: 2;
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.dfcontact-detail-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #ffffff;
    background: var(--dfcontact-accent);
    border-radius: 50%;
    font-size: 18px;
}

.dfcontact-detail-item small {
    display: block;
    margin-bottom: 7px;
    color: var(--dfcontact-muted);
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.dfcontact-detail-item h3 {
    margin: 0 0 9px;
    color: var(--dfcontact-dark);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.dfcontact-detail-item p,
.dfcontact-detail-item a {
    margin: 0;
    color: var(--dfcontact-muted);
    font-size: 12px;
    line-height: 1.75;
}

.dfcontact-detail-item a {
    display: inline-block;
    word-break: break-word;
    transition: color 0.3s ease;
}

.dfcontact-detail-item a:hover {
    color: var(--dfcontact-accent);
}


/* =========================================================
   CONTACT FORM WRAPPER
========================================================= */

.dfcontact-form-wrap {
    padding: 47px;
    background: #ffffff;
    border: 1px solid var(--dfcontact-border);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.07);
}

.dfcontact-form-heading {
    margin-bottom: 34px;
}

.dfcontact-form-heading > span {
    display: block;
    margin-bottom: 11px;
    color: var(--dfcontact-accent);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.dfcontact-form-heading h3 {
    margin: 0 0 13px;
    color: var(--dfcontact-dark);
    font-size: 31px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.dfcontact-form-heading p {
    max-width: 580px;
    margin: 0;
    color: var(--dfcontact-muted);
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   CONTACT FORM FIELDS
========================================================= */

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

.dfcontact-field {
    margin-bottom: 22px;
}

.dfcontact-field label {
    display: block;
    margin-bottom: 9px;
    color: var(--dfcontact-dark);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.dfcontact-field input,
.dfcontact-field select,
.dfcontact-field textarea {
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    color: var(--dfcontact-text);
    background: #fafafa;
    border: 1px solid var(--dfcontact-border);
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.5;
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.dfcontact-field select {
    cursor: pointer;
    appearance: auto;
}

.dfcontact-field textarea {
    min-height: 145px;
    resize: vertical;
}

.dfcontact-field input:focus,
.dfcontact-field select:focus,
.dfcontact-field textarea:focus {
    background: #ffffff;
    border-color: var(--dfcontact-accent);
    box-shadow: 0 0 0 3px rgba(0, 185, 198, 0.08);
}

.dfcontact-field input::placeholder,
.dfcontact-field textarea::placeholder {
    color: #969b9e;
    opacity: 1;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.dfcontact-submit {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 15px 30px;
    color: #ffffff;
    background: var(--dfcontact-dark);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        transform 0.3s ease;
}

.dfcontact-submit:hover {
    color: #ffffff;
    background: var(--dfcontact-accent);
    transform: translateY(-2px);
}

.dfcontact-submit i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.dfcontact-submit:hover i {
    transform: translateX(4px);
}


/* =========================================================
   CONTACT FORM 7 COMPATIBILITY
========================================================= */

.dfcontact-form-wrap .wpcf7-form {
    margin: 0;
}

.dfcontact-form-wrap .wpcf7-form p {
    margin: 0;
}

.dfcontact-form-wrap .wpcf7-form-control-wrap {
    display: block;
}

.dfcontact-form-wrap .wpcf7-not-valid-tip {
    display: block;
    margin-top: 6px;
    color: #c72c2c;
    font-size: 11px;
}

.dfcontact-form-wrap .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 13px 16px !important;
    border-width: 1px !important;
    font-size: 12px;
    line-height: 1.6;
}

.dfcontact-form-wrap .wpcf7-spinner {
    margin: 0 0 0 12px;
    vertical-align: middle;
}


/* =========================================================
   GOOGLE MAP SECTION
========================================================= */

.dfcontact-map-section {
    background: #ffffff;
}

.dfcontact-map-heading {
    padding: 82px 0 43px;
}

.dfcontact-map-heading h2 {
    margin: 17px 0 0;
    color: var(--dfcontact-dark);
    font-size: clamp(40px, 4vw, 58px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.dfcontact-map {
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    background: #e6e6e6;
}

.dfcontact-map iframe {
    width: 100%;
    height: 500px;
    display: block;
    border: 0;
    filter: grayscale(100%);
    transition: filter 0.4s ease;
}

.dfcontact-map:hover iframe {
    filter: grayscale(0%);
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1199.98px) {

    .dfcontact-page .dfa-container {
        width: min(1140px, calc(100% - 48px));
    }

    .dfcontact-grid {
        gap: 55px;
    }

    .dfcontact-details {
        grid-template-columns: 1fr;
    }

    .dfcontact-detail-item {
        min-height: 155px;
    }

    .dfcontact-form-wrap {
        padding: 40px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .dfcontact-page .dfa-hero {
        min-height: 380px;
    }

    .dfcontact-page .dfa-hero-inner {
        padding: 105px 0 68px;
    }

    .dfcontact-page .dfa-hero h1 {
        font-size: clamp(42px, 7vw, 58px);
    }

    .dfcontact-main {
        padding: 80px 0 95px;
        background-size: 420px auto !important;
    }

    .dfcontact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

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

    .dfcontact-detail-item {
        min-height: 190px;
    }

    .dfcontact-map-heading {
        padding-top: 68px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .dfcontact-page .dfa-container {
        width: calc(100% - 34px);
    }

    .dfcontact-page .dfa-hero {
        min-height: 315px;
        background-position: center;
    }

    .dfcontact-page .dfa-hero-overlay {
        background: rgba(4, 7, 8, 0.72);
    }

    .dfcontact-page .dfa-hero-inner {
        padding: 88px 0 48px;
    }

    .dfcontact-page .dfa-hero h1 {
        margin-top: 14px;
        font-size: 37px;
        line-height: 1.08;
        letter-spacing: -1.2px;
    }

    .dfcontact-page .dfa-hero p {
        font-size: 13px;
        line-height: 1.7;
    }

    .dfcontact-page .dfa-breadcrumb {
        margin-top: 22px;
        gap: 8px;
    }

    .dfcontact-page .dfa-breadcrumb a,
    .dfcontact-page .dfa-breadcrumb span {
        font-size: 8px;
    }

    .dfcontact-main {
        padding: 65px 0 75px;
        background-size: 300px auto !important;
    }

    .dfcontact-info h2,
    .dfcontact-map-heading h2 {
        font-size: 37px;
        letter-spacing: -1px;
    }

    .dfcontact-details {
        grid-template-columns: 1fr;
    }

    .dfcontact-detail-item {
        min-height: auto;
    }

    .dfcontact-form-wrap {
        padding: 31px 24px;
    }

    .dfcontact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .dfcontact-map-heading {
        padding: 58px 0 35px;
    }

    .dfcontact-map,
    .dfcontact-map iframe {
        min-height: 420px;
        height: 420px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .dfcontact-page .dfa-hero {
        min-height: 290px;
    }

    .dfcontact-page .dfa-hero-inner {
        padding: 78px 0 42px;
    }

    .dfcontact-page .dfa-hero h1 {
        font-size: 33px;
    }

    .dfcontact-info h2,
    .dfcontact-map-heading h2 {
        font-size: 33px;
    }

    .dfcontact-form-wrap {
        padding: 27px 19px;
    }

    .dfcontact-form-heading h3 {
        font-size: 27px;
    }

    .dfcontact-submit {
        width: 100%;
    }

    .dfcontact-detail-item {
        gap: 14px;
        padding: 23px 18px;
    }

    .dfcontact-detail-icon {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .dfcontact-map,
    .dfcontact-map iframe {
        min-height: 360px;
        height: 360px;
    }
}

/* =========================================================
   CONTACT PAGE CONTAINER
========================================================= */

.dfcontact-page .dfa-container {
    width: 100%;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}


/* =========================================================
   INNER PAGE BANNER
========================================================= */

.dfcontact-page .dfa-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dfcontact-page .dfa-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(4, 7, 8, 0.9) 0%,
        rgba(4, 7, 8, 0.72) 52%,
        rgba(4, 7, 8, 0.38) 100%
    );
}

.dfcontact-page .dfa-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 125px;
    padding-bottom: 82px;
}

.dfcontact-page .dfa-hero h1 {
    max-width: 880px;
    margin: 18px 0;
    color: #ffffff;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -2.2px;
}

.dfcontact-page .dfa-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.8;
}

.dfcontact-page .dfa-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 27px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .dfcontact-page .dfa-container {
        max-width: 960px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .dfcontact-page .dfa-hero {
        min-height: 380px;
    }

    .dfcontact-page .dfa-hero-inner {
        padding-top: 105px;
        padding-bottom: 68px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .dfcontact-page .dfa-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .dfcontact-page .dfa-hero {
        min-height: 315px;
    }

    .dfcontact-page .dfa-hero-inner {
        padding-top: 88px;
        padding-bottom: 48px;
    }

    .dfcontact-page .dfa-hero h1 {
        font-size: 37px;
        line-height: 1.08;
        letter-spacing: -1.2px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .dfcontact-page .dfa-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dfcontact-page .dfa-hero {
        min-height: 290px;
    }

    .dfcontact-page .dfa-hero-inner {
        padding-top: 78px;
        padding-bottom: 42px;
    }

    .dfcontact-page .dfa-hero h1 {
        font-size: 33px;
    }
}



/* =========================================================
   DE FRAMES TESTIMONIALS
========================================================= */

.df-testimonials-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f7f7f7;
    font-family: "Montserrat", sans-serif;
}

.df-testimonials-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.df-testimonials-heading {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.df-testimonials-eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #00b9c6;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.df-testimonials-title {
    margin: 0 0 16px;
    color: #111;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.2;
}

.df-testimonials-intro {
    max-width: 650px;
    margin: 0 auto;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.df-testimonial-carousel .owl-stage {
    display: flex;
}

.df-testimonial-carousel .owl-item {
    display: flex;
}

.df-testimonial-card {
    width: 100%;
    min-height: 100%;
    padding: 35px;
    background: #fff;
    border: 1px solid #e9e9e9;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.df-testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 185, 198, 0.35);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.df-testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 23px;
}

.df-testimonial-quote {
    color: #00b9c6;
    font-size: 28px;
    line-height: 1;
}

.df-testimonial-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #f2b01e;
    font-size: 13px;
}

.df-testimonial-text {
    margin: 0 0 28px;
    color: #555;
    font-size: 15px;
    line-height: 1.9;
}

.df-testimonial-client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid #eee;
}

.df-testimonial-avatar {
    display: flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    overflow: hidden;
    color: #fff;
    background: #111;
    border-radius: 50%;
}

.df-testimonial-avatar span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.df-testimonial-client-info h3 {
    margin: 0 0 4px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.df-testimonial-client-info span {
    display: block;
    color: #888;
    font-size: 12px;
    line-height: 1.4;
}

/* Owl dots */

.df-testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 35px;
}

.df-testimonial-carousel .owl-dot {
    display: inline-flex;
    padding: 0 !important;
    background: transparent !important;
    border: 0;
}

.df-testimonial-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #c9c9c9;
    border-radius: 20px;
    transition:
        width 0.3s ease,
        background-color 0.3s ease;
}

.df-testimonial-carousel .owl-dot.active span {
    width: 25px;
    background: #00b9c6;
}

/* Hide arrows for a cleaner design */

.df-testimonial-carousel .owl-nav {
    display: none;
}

@media (max-width: 991px) {
    .df-testimonials-section {
        padding: 80px 0;
    }

    .df-testimonials-heading {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .df-testimonials-section {
        padding: 65px 0;
    }

    .df-testimonials-container {
        width: min(100% - 30px, 1180px);
    }

    .df-testimonials-heading {
        margin-bottom: 32px;
    }

    .df-testimonials-title {
        font-size: 30px;
    }

    .df-testimonials-intro {
        font-size: 14px;
        line-height: 1.7;
    }

    .df-testimonial-card {
        padding: 27px 23px;
    }

    .df-testimonial-text {
        font-size: 14px;
        line-height: 1.8;
    }
}

#dframes-hero .df-button {
    position: relative !important;
    overflow: visible !important;
}

/* Keep the original border transparent on hover */
#dframes-hero .df-button:hover,
#dframes-hero .df-button:focus {
    color: #fff !important;
    background: transparent !important;
    border-color: transparent !important;
}

/* Draw a complete white border without affecting position */
#dframes-hero .df-button:hover::after,
#dframes-hero .df-button:focus::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: inherit;
    pointer-events: none;
    box-sizing: border-box;
}


.df-footer-submit-wrap {
    position: relative;
    display: inline-block;
}

.df-footer-submit-wrap .df-footer-form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 58px 14px 28px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.3s ease;
}

.df-footer-submit-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 14px;
    height: 2px;
    background: currentColor;
    pointer-events: none;
    transform: translateY(-50%);
    z-index: 2;
}

.df-footer-submit-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    pointer-events: none;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

.df-footer-submit-wrap .wpcf7-spinner {
    position: absolute;
    left: 100%;
    top: 50%;
    margin: 0 0 0 10px;
    transform: translateY(-50%);
}

/* Hide only screen reader message */


/* Remove unwanted paragraph spacing */
.wpcf7 p {
    margin: 0 !important;
    padding: 0 !important;
}

a,
a:visited {
    color: inherit !important;
    text-decoration: none !important;
}

/* Field spacing */
.df-footer-field {
    margin: 0 !important;
}

.df-footer-form-row {
    margin-bottom: 18px;
}

/* Space below standalone textarea */
.df-footer-enquiry-form > .df-footer-field {
    margin-bottom: 18px !important;
}

/* CF7 field wrapper */
.df-footer-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Error below the corresponding field */
.df-footer-field .wpcf7-not-valid-tip {
    display: block !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    color: #ff3333 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}

/* Invalid field red border */
.df-footer-field .wpcf7-not-valid {
    border-color: #ff3333 !important;
}

/* Submit spacing */
.df-footer-submit-wrap {
    margin-top: 0;
}

/* Hide any validation text accidentally appearing outside fields */
.df-footer-enquiry-form > .wpcf7-not-valid-tip {
    display: none !important;
}

/* Hide only validation summary */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    display: none !important;
}

/* Show success message */
.wpcf7 form.sent .wpcf7-response-output {
    display: block !important;
    margin: 20px 0 0 !important;
    padding: 12px 18px !important;
    border: 1px solid #46b450 !important;
    background: #eef9f0;
    color: #2d7a32;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
}


/*=========================================================
  DE FRAMES SLIDER TITLE & SUBTITLE TYPOGRAPHY
=========================================================*/

/* Slider main title — largest H1-style text on the website */
#dframes-hero .df-title{
    width:760px !important;
    max-width:760px !important;

    color:#ffffff !important;
    font-family:'Montserrat',Arial,sans-serif !important;
    font-size:58px !important;
    font-weight:600 !important;
    line-height:1.12 !important;
    letter-spacing:-0.025em !important;

    white-space:normal !important;
    word-wrap:break-word !important;
    overflow-wrap:break-word !important;
}

/* Slider subtitle / description */
#dframes-hero .df-copy{
    width:680px !important;
    max-width:680px !important;

    color:rgba(255,255,255,.92) !important;
    font-family:'Montserrat',Arial,sans-serif !important;
    font-size:17px !important;
    font-weight:400 !important;
    line-height:1.7 !important;
    letter-spacing:0 !important;

    white-space:normal !important;
    word-wrap:break-word !important;
    overflow-wrap:break-word !important;
}


/*=========================================================
  LARGE DESKTOP
=========================================================*/

@media (min-width:1400px){

    #dframes-hero .df-title{
        width:820px !important;
        max-width:820px !important;
        font-size:64px !important;
        line-height:1.1 !important;
    }

    #dframes-hero .df-copy{
        width:700px !important;
        max-width:700px !important;
        font-size:18px !important;
        line-height:1.7 !important;
    }

}


/*=========================================================
  LAPTOP
=========================================================*/

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

    #dframes-hero .df-title{
        width:760px !important;
        max-width:760px !important;
        font-size:58px !important;
        line-height:1.12 !important;
    }

    #dframes-hero .df-copy{
        width:650px !important;
        max-width:650px !important;
        font-size:17px !important;
        line-height:1.68 !important;
    }

}


/*=========================================================
  SMALL LAPTOP / TABLET LANDSCAPE
=========================================================*/

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

    #dframes-hero .df-title{
        width:760px !important;
        max-width:82vw !important;
        font-size:50px !important;
        line-height:1.14 !important;
        text-align:center !important;
    }

    #dframes-hero .df-copy{
        width:650px !important;
        max-width:76vw !important;
        font-size:17px !important;
        line-height:1.65 !important;
        text-align:center !important;
    }

}


/*=========================================================
  TABLET
=========================================================*/

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

    #dframes-hero .df-title{
        width:680px !important;
        max-width:86vw !important;
        font-size:43px !important;
        font-weight:600 !important;
        line-height:1.16 !important;
        letter-spacing:-0.02em !important;
        text-align:center !important;
    }

    #dframes-hero .df-copy{
        width:600px !important;
        max-width:80vw !important;
        font-size:16px !important;
        line-height:1.65 !important;
        text-align:center !important;
    }

}


/*=========================================================
  MOBILE
=========================================================*/

@media (min-width:481px) and (max-width:767.98px){

    #dframes-hero .df-title{
        width:440px !important;
        max-width:88vw !important;
        font-size:35px !important;
        font-weight:600 !important;
        line-height:1.18 !important;
        letter-spacing:-0.015em !important;
        text-align:center !important;
    }

    #dframes-hero .df-copy{
        width:400px !important;
        max-width:84vw !important;
        font-size:15.5px !important;
        line-height:1.6 !important;
        text-align:center !important;
    }

}


/*=========================================================
  SMALL MOBILE
=========================================================*/

@media (max-width:480px){

    #dframes-hero .df-title{
        width:330px !important;
        max-width:88vw !important;
        font-size:30px !important;
        font-weight:600 !important;
        line-height:1.2 !important;
        letter-spacing:-0.01em !important;
        text-align:center !important;
    }

    #dframes-hero .df-copy{
        width:310px !important;
        max-width:86vw !important;
        font-size:15px !important;
        line-height:1.58 !important;
        text-align:center !important;
    }

}







/*single page */


/*=========================================================
  DE FRAMES — SINGLE PAGE TEMPLATE
  Same banner system as About, Services and Residential.
=========================================================*/

.df-single-page{
    width:100%;
    overflow:hidden;
    background:#ffffff;
}

.df-single-page *,
.df-single-page *::before,
.df-single-page *::after{
    box-sizing:border-box;
}

/*=========================================================
  SINGLE PAGE BANNER SIZE
=========================================================*/

.df-single-hero{
    position:relative;
    min-height:580px;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

.df-single-hero .dfa-hero-inner{
    position:relative;
    z-index:2;
    padding-top:175px;
    padding-bottom:86px;
    color:#ffffff;
}

/* Exact inner-banner title standard */
.df-single-hero .dfa-hero-inner h1.df-inner-hero-title{
    width:auto !important;
    max-width:640px !important;
    margin:22px 0 20px !important;

    font-family:"Montserrat",Arial,sans-serif !important;
    font-size:48px !important;
    font-weight:500 !important;
    line-height:1.12 !important;
    letter-spacing:-0.018em !important;

    color:#ffffff !important;
    text-transform:none !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    text-shadow:0 3px 24px rgba(0,0,0,.28) !important;
}

/* Exact inner-banner subtitle standard */
.df-single-hero .dfa-hero-inner p.df-inner-hero-subtitle{
    width:auto !important;
    max-width:540px !important;
    margin:0 !important;

    font-family:"Montserrat",Arial,sans-serif !important;
    font-size:17px !important;
    font-weight:400 !important;
    line-height:1.70 !important;
    letter-spacing:0 !important;

    color:rgba(255,255,255,.93) !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    text-shadow:0 2px 18px rgba(0,0,0,.28) !important;
}

/*=========================================================
  CONTENT — STANDARD 75PX SECTION SPACING
=========================================================*/

.df-single-content-section{
    padding:75px 0 !important;
    background:#ffffff;
}

.df-single-article{
    width:100%;
    margin:0;
}

.df-single-meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:22px;
    margin:0 0 32px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(15,22,24,.12);
}

.df-single-meta span{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#697176;
    font-family:"Montserrat",Arial,sans-serif;
    font-size:13px;
    font-weight:500;
    line-height:1.5;
}

.df-single-meta i{
    color:#00b9c6;
}

.df-single-entry-content{
    width:100%;
    color:#697176;
}

.df-single-entry-content > *:first-child{
    margin-top:0;
}

.df-single-entry-content > *:last-child{
    margin-bottom:0;
}

.df-single-entry-content p{
    margin:0 0 22px;
    font-family:"Montserrat",Arial,sans-serif !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:1.80 !important;
    color:#697176;
}

.df-single-entry-content h2,
.df-single-entry-content h3,
.df-single-entry-content h4,
.df-single-entry-content h5,
.df-single-entry-content h6{
    color:#111111;
}

.df-single-entry-content img{
    max-width:100%;
    height:auto;
}

.df-single-entry-content ul,
.df-single-entry-content ol{
    margin:0 0 25px;
    padding-left:22px;
}

.df-single-entry-content li{
    margin-bottom:10px;
    font-size:16px;
    line-height:1.75;
}

.df-single-entry-content blockquote{
    margin:35px 0;
    padding:28px 32px;
    border-left:3px solid #00b9c6;
    background:#f4f4f2;
    color:#24292c;
}

.df-single-entry-content blockquote p:last-child{
    margin-bottom:0;
}

.df-single-entry-content table{
    width:100%;
    margin:30px 0;
    border-collapse:collapse;
}

.df-single-entry-content th,
.df-single-entry-content td{
    padding:15px;
    border:1px solid rgba(15,22,24,.12);
    text-align:left;
}

.df-single-entry-content th{
    color:#111111;
    background:#f4f4f2;
}

.page-links{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-top:35px;
}

/*=========================================================
  POST NAVIGATION
=========================================================*/

.df-single-content-section .post-navigation{
    margin:65px 0 0;
    padding-top:35px;
    border-top:1px solid rgba(15,22,24,.12);
}

.df-single-content-section .nav-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px;
}

.df-single-content-section .nav-previous,
.df-single-content-section .nav-next{
    min-width:0;
}

.df-single-content-section .nav-next{
    text-align:right;
}

.df-single-content-section .nav-links a{
    display:flex;
    flex-direction:column;
    gap:8px;
    color:#111111;
    text-decoration:none;
}

.df-single-nav-direction{
    color:#00b9c6;
    font-size:11px;
    font-weight:700;
    line-height:1.3;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.df-single-nav-title{
    font-size:18px;
    font-weight:600;
    line-height:1.45;
    transition:color .3s ease;
}

.df-single-content-section .nav-links a:hover .df-single-nav-title{
    color:#00b9c6;
}

/*=========================================================
  RESPONSIVE
=========================================================*/

/* Large laptop */
@media (max-width:1399.98px){

    .df-single-hero .dfa-hero-inner h1.df-inner-hero-title{
        max-width:600px !important;
        font-size:44px !important;
        line-height:1.14 !important;
    }

    .df-single-hero .dfa-hero-inner p.df-inner-hero-subtitle{
        max-width:520px !important;
        font-size:16px !important;
        line-height:1.68 !important;
    }
}

/* Laptop */
@media (max-width:1199.98px){

    .df-single-hero .dfa-hero-inner h1.df-inner-hero-title{
        max-width:560px !important;
        font-size:40px !important;
        line-height:1.15 !important;
    }

    .df-single-hero .dfa-hero-inner p.df-inner-hero-subtitle{
        max-width:500px !important;
        font-size:16px !important;
        line-height:1.65 !important;
    }
}

/* Tablet */
@media (max-width:991.98px){

    .df-single-hero{
        min-height:520px;
    }

    .df-single-hero .dfa-hero-inner{
        padding-top:150px;
        padding-bottom:65px;
    }

    .df-single-hero .dfa-hero-inner h1.df-inner-hero-title{
        max-width:500px !important;
        font-size:34px !important;
        line-height:1.16 !important;
    }

    .df-single-hero .dfa-hero-inner p.df-inner-hero-subtitle{
        max-width:460px !important;
        font-size:15px !important;
        line-height:1.62 !important;
    }

    .df-single-content-section{
        padding:65px 0 !important;
    }
}

/* Mobile */
@media (max-width:767.98px){

    .df-single-hero{
        min-height:500px;
    }

    .df-single-hero .dfa-hero-inner h1.df-inner-hero-title{
        max-width:320px !important;
        font-size:28px !important;
        line-height:1.18 !important;
        letter-spacing:-0.01em !important;
    }

    .df-single-hero .dfa-hero-inner p.df-inner-hero-subtitle{
        max-width:310px !important;
        font-size:15px !important;
        line-height:1.58 !important;
    }

    .df-single-content-section{
        padding:55px 0 !important;
    }

    .df-single-content-section .nav-links{
        grid-template-columns:1fr;
    }

    .df-single-content-section .nav-next{
        padding-top:25px;
        border-top:1px solid rgba(15,22,24,.12);
        text-align:left;
    }
}

/* Small mobile */
@media (max-width:480px){

    .df-single-hero .dfa-hero-inner{
        padding-top:135px;
        padding-bottom:50px;
    }

    .df-single-hero .dfa-hero-inner h1.df-inner-hero-title{
        max-width:280px !important;
        font-size:24px !important;
        line-height:1.20 !important;
    }

    .df-single-hero .dfa-hero-inner p.df-inner-hero-subtitle{
        max-width:280px !important;
        font-size:14px !important;
        line-height:1.55 !important;
    }

    .df-single-entry-content p,
    .df-single-entry-content li{
        font-size:15px !important;
    }

    .df-single-entry-content blockquote{
        padding:22px;
    }
}

