/* Start custom CSS for html, class: .elementor-element-39a4f1d *//* =========================================
   CONTACT PAGE VARIABLES
========================================= */

:root {
    --dcp-cyan: #00d9ff;
    --dcp-gold: #d4af37;
    --dcp-gold-light: #f1d46e;
    --dcp-black: #030507;
    --dcp-dark: #080c12;
    --dcp-card: #0d141d;
    --dcp-white: #ffffff;
    --dcp-text: #aeb9c7;
    --dcp-border: rgba(255, 255, 255, 0.1);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--dcp-white);
    background: var(--dcp-black);
    font-family: "Inter", Arial, sans-serif;
}

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

a {
    color: inherit;
}

.dcp-contact-page {
    overflow: hidden;
    background: var(--dcp-black);
}

.dcp-container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.dcp-section {
    position: relative;
    padding: 115px 0;
}

.dcp-section-label {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    color: var(--dcp-cyan);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.dcp-section-label::before {
    width: 28px;
    height: 2px;
    content: "";
    background: var(--dcp-gold);
}

.dcp-section-title {
    max-width: 800px;
    margin: 0 0 24px;
    color: var(--dcp-white);
    font-size: clamp(40px, 5vw, 60px);
    font-weight: 850;
    line-height: 1.06;
    letter-spacing: -2.8px;
}

.dcp-section-title span {
    color: var(--dcp-cyan);
}

.dcp-description {
    max-width: 720px;
    margin: 0;
    color: var(--dcp-text);
    font-size: 16px;
    line-height: 1.82;
}

.dcp-heading-center {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.dcp-heading-center .dcp-section-label {
    justify-content: center;
}

.dcp-heading-center .dcp-section-title,
.dcp-heading-center .dcp-description {
    margin-inline: auto;
}

/* =========================================
   BUTTONS
========================================= */

.dcp-primary-btn,
.dcp-secondary-btn,
.dcp-whatsapp-btn {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 28px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dcp-primary-btn {
    color: #001014;
    background: linear-gradient(
        135deg,
        var(--dcp-cyan),
        var(--dcp-gold-light)
    );
    box-shadow: 0 16px 45px rgba(0, 217, 255, 0.2);
}

.dcp-primary-btn:hover {
    color: #001014;
    box-shadow: 0 22px 55px rgba(0, 217, 255, 0.32);
    transform: translateY(-4px);
}

.dcp-primary-btn > span {
    font-size: 19px;
    transition: transform 0.3s ease;
}

.dcp-primary-btn:hover > span {
    transform: translateX(5px);
}

.dcp-secondary-btn {
    border: 1px solid var(--dcp-border);
    color: var(--dcp-white);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(14px);
}

.dcp-secondary-btn:hover {
    color: var(--dcp-cyan);
    border-color: var(--dcp-cyan);
    transform: translateY(-4px);
}

.dcp-whatsapp-btn {
    color: var(--dcp-white);
    border: 1px solid rgba(37, 211, 102, 0.4);
    background: rgba(37, 211, 102, 0.1);
}

.dcp-whatsapp-btn:hover {
    border-color: #25d366;
    background: rgba(37, 211, 102, 0.16);
    transform: translateY(-4px);
}

.dcp-whatsapp-btn > span {
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    font-size: 8px;
    font-weight: 900;
}

/* =========================================
   HERO
========================================= */

.dcp-hero {
    position: relative;
    min-height: 100vh;
    padding: 105px 0 85px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(0, 217, 255, 0.12),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 50%,
            rgba(212, 175, 55, 0.09),
            transparent 30%
        ),
        var(--dcp-black);
}

.dcp-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        );
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.dcp-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.dcp-glow-one {
    top: 80px;
    left: -180px;
    width: 440px;
    height: 440px;
    background: rgba(0, 217, 255, 0.1);
}

.dcp-glow-two {
    right: -170px;
    bottom: 30px;
    width: 430px;
    height: 430px;
    background: rgba(212, 175, 55, 0.08);
}

.dcp-hero-wrapper {
    position: relative;
    z-index: 3;
    display: grid;
    align-items: center;
    grid-template-columns: 1.03fr 0.97fr;
    gap: 80px;
}

.dcp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 9px 15px;
    border: 1px solid rgba(0, 217, 255, 0.28);
    border-radius: 50px;
    color: #d9f9ff;
    background: rgba(0, 217, 255, 0.07);
    font-size: 11px;
    font-weight: 750;
}

.dcp-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dcp-cyan);
    box-shadow: 0 0 0 6px rgba(0, 217, 255, 0.12);
}

.dcp-hero-content h1 {
    max-width: 760px;
    margin: 0 0 26px;
    font-size: clamp(50px, 6vw, 78px);
    font-weight: 850;
    line-height: 0.99;
    letter-spacing: -4px;
}

.dcp-hero-content h1 span {
    display: block;
    background: linear-gradient(
        90deg,
        var(--dcp-cyan),
        var(--dcp-gold-light)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dcp-hero-content > p {
    max-width: 670px;
    margin: 0;
    color: var(--dcp-text);
    font-size: 17px;
    line-height: 1.82;
}

.dcp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    gap: 14px;
}

.dcp-hero-points {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 18px;
}

.dcp-hero-points div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d4dbe3;
    font-size: 11px;
}

.dcp-hero-points span {
    display: inline-flex;
    width: 21px;
    height: 21px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #001014;
    background: var(--dcp-cyan);
    font-size: 9px;
    font-weight: 900;
}

/* Hero visual */

.dcp-hero-visual {
    position: relative;
    padding-bottom: 40px;
}

.dcp-hero-image-card {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid rgba(0, 217, 255, 0.22);
    border-radius: 30px;
    background: var(--dcp-card);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.55),
        0 0 70px rgba(0, 217, 255, 0.07);
}

.dcp-hero-image-card img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    transition: transform 0.9s ease;
}

.dcp-hero-image-card:hover img {
    transform: scale(1.05);
}

.dcp-image-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(3, 5, 7, 0.96),
            rgba(3, 5, 7, 0.14) 70%
        ),
        linear-gradient(
            135deg,
            rgba(0, 217, 255, 0.08),
            transparent
        );
}

.dcp-availability-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: rgba(5, 9, 14, 0.8);
    backdrop-filter: blur(18px);
}

.dcp-availability-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #38e37a;
    box-shadow: 0 0 0 6px rgba(56, 227, 122, 0.12);
    animation: dcpPulse 2s ease-in-out infinite;
}

.dcp-availability-card small {
    display: block;
    margin-bottom: 5px;
    color: #8995a3;
    font-size: 9px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dcp-availability-card strong {
    font-size: 13px;
}

/* Floating cards */

.dcp-floating-card {
    position: absolute;
    z-index: 5;
    display: flex;
    min-width: 195px;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--dcp-border);
    border-radius: 15px;
    background: rgba(8, 13, 20, 0.93);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(18px);
    animation: dcpFloat 4.5s ease-in-out infinite;
}

.dcp-floating-email {
    top: 90px;
    left: -55px;
}

.dcp-floating-call {
    right: -40px;
    bottom: 190px;
    animation-delay: 1.2s;
}

.dcp-floating-whatsapp-card {
    right: 20px;
    bottom: -10px;
    animation-delay: 2.2s;
}

.dcp-floating-icon {
    display: inline-flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #001014;
    background: var(--dcp-cyan);
    font-size: 11px;
    font-weight: 900;
}

.dcp-gold-icon {
    background: var(--dcp-gold);
}

.dcp-green-icon {
    color: #ffffff;
    background: #25d366;
}

.dcp-floating-card small {
    display: block;
    margin-bottom: 4px;
    color: #8f9ba8;
    font-size: 9px;
}

.dcp-floating-card strong {
    font-size: 12px;
}

@keyframes dcpFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes dcpPulse {
    0%,
    100% {
        box-shadow: 0 0 0 5px rgba(56, 227, 122, 0.12);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(56, 227, 122, 0.02);
    }
}

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

.dcp-contact-info-section {
    position: relative;
    padding: 45px 0;
    border-top: 1px solid var(--dcp-border);
    border-bottom: 1px solid var(--dcp-border);
    background: var(--dcp-dark);
}

.dcp-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.dcp-contact-info-card {
    position: relative;
    display: flex;
    min-height: 140px;
    align-items: center;
    gap: 13px;
    padding: 20px;
    border: 1px solid var(--dcp-border);
    border-radius: 17px;
    color: inherit;
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
    transition: all 0.3s ease;
}

a.dcp-contact-info-card:hover {
    border-color: rgba(0, 217, 255, 0.3);
    background: rgba(0, 217, 255, 0.04);
    transform: translateY(-5px);
}

.dcp-contact-info-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #001014;
    background: var(--dcp-cyan);
    font-size: 14px;
    font-weight: 900;
}

.dcp-gold-info-icon {
    background: var(--dcp-gold);
}

.dcp-whatsapp-info-icon {
    color: #ffffff;
    background: #25d366;
    font-size: 9px;
}

.dcp-location-info-icon {
    background: linear-gradient(
        135deg,
        var(--dcp-cyan),
        var(--dcp-gold)
    );
}

.dcp-contact-info-card small {
    display: block;
    margin-bottom: 5px;
    color: #83909d;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dcp-contact-info-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
}

.dcp-contact-info-card div > span {
    color: #7f8b98;
    font-size: 9px;
}

.dcp-contact-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    color: var(--dcp-gold);
    font-size: 16px;
}

/* =========================================
   FORM SECTION
========================================= */

.dcp-form-section {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 30%,
            rgba(0, 217, 255, 0.07),
            transparent 30%
        ),
        var(--dcp-black);
}

.dcp-form-glow {
    position: absolute;
    right: -180px;
    bottom: 0;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.07);
    filter: blur(120px);
}

.dcp-form-wrapper {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 85px;
}

.dcp-form-benefits {
    display: grid;
    margin: 32px 0;
    gap: 14px;
}

.dcp-form-benefits article {
    display: flex;
    gap: 13px;
    padding: 18px;
    border: 1px solid var(--dcp-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.025);
}

.dcp-form-benefits article > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #001014;
    background: linear-gradient(
        135deg,
        var(--dcp-cyan),
        var(--dcp-gold)
    );
    font-size: 10px;
    font-weight: 900;
}

.dcp-form-benefits strong {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
}

.dcp-form-benefits p {
    margin: 0;
    color: #94a0ad;
    font-size: 11px;
    line-height: 1.65;
}

.dcp-response-card {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px;
    border: 1px solid rgba(56, 227, 122, 0.18);
    border-radius: 14px;
    background: rgba(56, 227, 122, 0.045);
}

.dcp-response-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: #38e37a;
    box-shadow: 0 0 0 6px rgba(56, 227, 122, 0.11);
    animation: dcpPulse 2s ease-in-out infinite;
}

.dcp-response-card small {
    display: block;
    margin-bottom: 4px;
    color: #82908b;
    font-size: 9px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dcp-response-card strong {
    font-size: 12px;
}

/* Form card */

.dcp-form-card {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border: 1px solid rgba(0, 217, 255, 0.21);
    border-radius: 26px;
    background: rgba(10, 16, 24, 0.96);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.5),
        0 0 65px rgba(0, 217, 255, 0.05);
}

.dcp-form-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: linear-gradient(
        90deg,
        var(--dcp-cyan),
        var(--dcp-gold)
    );
}

.dcp-form-card-header {
    margin-bottom: 30px;
}

.dcp-form-card-header > span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--dcp-gold);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.dcp-form-card-header h3 {
    margin: 0 0 12px;
    font-size: 31px;
    line-height: 1.25;
    letter-spacing: -1px;
}

.dcp-form-card-header p {
    margin: 0;
    color: #9eabba;
    font-size: 13px;
    line-height: 1.7;
}

.dcp-contact-form {
    display: grid;
    gap: 18px;
}

.dcp-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.dcp-form-group {
    display: grid;
    gap: 8px;
}

.dcp-form-group label {
    color: #d7dee6;
    font-size: 11px;
    font-weight: 750;
}

.dcp-form-group input,
.dcp-form-group select,
.dcp-form-group textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #ffffff;
    background: #070c12;
    font-family: inherit;
    font-size: 12px;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.dcp-form-group input,
.dcp-form-group select {
    min-height: 53px;
    padding: 0 15px;
}

.dcp-form-group textarea {
    min-height: 145px;
    padding: 15px;
    resize: vertical;
}

.dcp-form-group input::placeholder,
.dcp-form-group textarea::placeholder {
    color: #65717f;
}

.dcp-form-group select {
    color: #a8b3c0;
    cursor: pointer;
}

.dcp-form-group select option {
    color: #ffffff;
    background: #070c12;
}

.dcp-form-group input:focus,
.dcp-form-group select:focus,
.dcp-form-group textarea:focus {
    border-color: var(--dcp-cyan);
    background: #090f17;
    box-shadow: 0 0 0 4px rgba(0, 217, 255, 0.07);
    outline: none;
}

.dcp-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #8793a1;
    font-size: 10px;
    line-height: 1.6;
    cursor: pointer;
}

.dcp-form-consent input {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 1px;
    accent-color: var(--dcp-cyan);
}

.dcp-submit-btn {
    display: inline-flex;
    width: 100%;
    min-height: 57px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 14px;
    color: #001014;
    background: linear-gradient(
        135deg,
        var(--dcp-cyan),
        var(--dcp-gold-light)
    );
    box-shadow: 0 15px 40px rgba(0, 217, 255, 0.18);
    font-family: inherit;
    font-size: 13px;
    font-weight: 850;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dcp-submit-btn span {
    font-size: 19px;
    transition: transform 0.3s ease;
}

.dcp-submit-btn:hover {
    box-shadow: 0 22px 55px rgba(0, 217, 255, 0.3);
    transform: translateY(-3px);
}

.dcp-submit-btn:hover span {
    transform: translateX(5px);
}

.dcp-form-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    color: #778390;
    font-size: 9px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/* =========================================
   PROCESS
========================================= */

.dcp-process-section {
    background: var(--dcp-dark);
}

.dcp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.dcp-process-grid article {
    text-align: center;
}

.dcp-process-step {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 8px solid var(--dcp-dark);
    border-radius: 50%;
    color: #001014;
    background: var(--dcp-cyan);
    box-shadow: 0 0 0 1px rgba(0, 217, 255, 0.3);
    font-size: 12px;
    font-weight: 900;
}

.dcp-gold-process-step {
    background: var(--dcp-gold);
}

.dcp-process-grid article > div {
    min-height: 270px;
    padding: 28px 23px;
    border: 1px solid var(--dcp-border);
    border-radius: 19px;
    background: var(--dcp-card);
    transition: all 0.3s ease;
}

.dcp-process-grid article:hover > div {
    border-color: rgba(0, 217, 255, 0.3);
    transform: translateY(-7px);
}

.dcp-process-grid small {
    color: var(--dcp-gold);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dcp-process-grid h3 {
    margin: 10px 0 13px;
    font-size: 20px;
}

.dcp-process-grid p {
    margin: 0;
    color: var(--dcp-text);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================
   MAP AND LOCATION
========================================= */

.dcp-location-section {
    background: var(--dcp-black);
}

.dcp-location-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 80px;
}

.dcp-map-card {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid var(--dcp-border);
    border-radius: 27px;
    background: var(--dcp-card);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42);
}

.dcp-map-card iframe {
    width: 100%;
    height: 590px;
    border: 0;
    filter: grayscale(1) invert(0.9) contrast(1.05);
}

.dcp-map-overlay-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    background: rgba(5, 9, 14, 0.86);
    backdrop-filter: blur(17px);
}

.dcp-map-overlay-card span {
    display: block;
    margin-bottom: 6px;
    color: var(--dcp-cyan);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.dcp-map-overlay-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.dcp-map-overlay-card small {
    color: #8f9ba8;
    font-size: 9px;
}

.dcp-business-hours {
    display: grid;
    margin: 30px 0;
    border-top: 1px solid var(--dcp-border);
}

.dcp-business-hours div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 0;
    border-bottom: 1px solid var(--dcp-border);
    gap: 20px;
}

.dcp-business-hours span {
    color: #8f9ba8;
    font-size: 11px;
}

.dcp-business-hours strong {
    font-size: 12px;
}

.dcp-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* =========================================
   FAQ
========================================= */

.dcp-faq-section {
    background: var(--dcp-dark);
}

.dcp-faq-wrapper {
    max-width: 900px;
    margin-inline: auto;
}

.dcp-faq-wrapper details {
    margin-bottom: 17px;
    overflow: hidden;
    border: 1px solid var(--dcp-border);
    border-radius: 17px;
    background: var(--dcp-card);
    transition: border-color 0.3s ease;
}

.dcp-faq-wrapper details:hover {
    border-color: rgba(0, 217, 255, 0.3);
}

.dcp-faq-wrapper summary {
    position: relative;
    padding: 23px 65px 23px 26px;
    color: var(--dcp-white);
    font-size: 16px;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

.dcp-faq-wrapper summary::-webkit-details-marker {
    display: none;
}

.dcp-faq-wrapper summary::after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "+";
    color: var(--dcp-cyan);
    font-size: 26px;
    transform: translateY(-50%);
}

.dcp-faq-wrapper details[open] summary::after {
    content: "−";
    color: var(--dcp-gold);
}

.dcp-faq-wrapper p {
    margin: 0;
    padding: 0 26px 24px;
    color: var(--dcp-text);
    font-size: 13px;
    line-height: 1.75;
}

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

.dcp-final-cta {
    position: relative;
    min-height: 630px;
    display: flex;
    align-items: center;
    padding: 105px 0;
    overflow: hidden;
}

.dcp-final-background {
    position: absolute;
    inset: 0;
}

.dcp-final-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dcp-final-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2, 4, 6, 0.98),
            rgba(2, 4, 6, 0.68)
        ),
        linear-gradient(
            to top,
            rgba(0, 217, 255, 0.09),
            transparent
        );
}

.dcp-final-grid {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
}

.dcp-final-content {
    position: relative;
    z-index: 2;
}

.dcp-final-content h2 {
    max-width: 850px;
    margin: 0 0 23px;
    font-size: clamp(45px, 6vw, 72px);
    font-weight: 850;
    line-height: 1.02;
    letter-spacing: -3.5px;
}

.dcp-final-content h2 span {
    display: block;
    color: var(--dcp-cyan);
}

.dcp-final-content > p {
    max-width: 680px;
    margin: 0;
    color: var(--dcp-text);
    font-size: 16px;
    line-height: 1.8;
}

.dcp-final-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
    gap: 14px;
}

/* =========================================
   FLOATING WHATSAPP
========================================= */

.dcp-floating-whatsapp {
    position: fixed;
    z-index: 9999;
    right: 23px;
    bottom: 23px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 17px 9px 9px;
    border: 1px solid rgba(37, 211, 102, 0.38);
    border-radius: 50px;
    color: var(--dcp-white);
    background: rgba(10, 27, 17, 0.95);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
    text-decoration: none;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
}

.dcp-floating-whatsapp:hover {
    border-color: #25d366;
    transform: translateY(-5px);
}

.dcp-floating-whatsapp > span {
    display: inline-flex;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25d366;
    font-size: 9px;
    font-weight: 900;
}

.dcp-floating-whatsapp small {
    display: block;
    margin-bottom: 3px;
    color: #91a499;
    font-size: 8px;
}

.dcp-floating-whatsapp div {
    font-size: 11px;
    font-weight: 800;
}

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

@media (max-width: 1050px) {

    .dcp-hero-wrapper,
    .dcp-form-wrapper,
    .dcp-location-wrapper {
        gap: 50px;
    }

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

    .dcp-floating-email {
        left: -15px;
    }

    .dcp-floating-call {
        right: -10px;
    }
}

@media (max-width: 900px) {

    .dcp-section {
        padding: 90px 0;
    }

    .dcp-hero-wrapper,
    .dcp-form-wrapper,
    .dcp-location-wrapper {
        grid-template-columns: 1fr;
    }

    .dcp-hero-content {
        max-width: 800px;
        margin-inline: auto;
        text-align: center;
    }

    .dcp-hero-content > p {
        margin-inline: auto;
    }

    .dcp-eyebrow,
    .dcp-hero-actions,
    .dcp-hero-points {
        justify-content: center;
    }

    .dcp-hero-visual,
    .dcp-map-card {
        max-width: 700px;
        width: 100%;
        margin-inline: auto;
    }

    .dcp-form-content,
    .dcp-location-content {
        max-width: 760px;
    }
}

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

@media (max-width: 650px) {

    .dcp-container {
        width: min(100% - 28px, 1180px);
    }

    .dcp-section {
        padding: 72px 0;
    }

    .dcp-hero {
        min-height: auto;
        padding: 70px 0 60px;
    }

    .dcp-hero-content h1 {
        font-size: 44px;
        line-height: 1.02;
        letter-spacing: -2.5px;
    }

    .dcp-hero-content > p {
        font-size: 15px;
    }

    .dcp-hero-actions {
        flex-direction: column;
    }

    .dcp-hero-actions a {
        width: 100%;
    }

    .dcp-hero-points {
        align-items: flex-start;
        flex-direction: column;
        max-width: 250px;
        margin-inline: auto;
        margin-top: 28px;
    }

    .dcp-hero-image-card,
    .dcp-hero-image-card img {
        min-height: 460px;
        height: 460px;
    }

    .dcp-floating-email {
        top: 75px;
        left: 5px;
    }

    .dcp-floating-call {
        right: 5px;
        bottom: 145px;
    }

    .dcp-floating-whatsapp-card {
        display: none;
    }

    .dcp-floating-card {
        min-width: 150px;
        padding: 10px;
    }

    .dcp-contact-info-grid,
    .dcp-process-grid,
    .dcp-form-row {
        grid-template-columns: 1fr;
    }

    .dcp-section-title {
        font-size: 36px;
        letter-spacing: -1.8px;
    }

    .dcp-form-card {
        padding: 29px 22px;
    }

    .dcp-form-card-header h3 {
        font-size: 26px;
    }

    .dcp-form-trust {
        align-items: center;
        flex-direction: column;
        gap: 7px;
    }

    .dcp-process-grid article > div {
        min-height: auto;
    }

    .dcp-map-card,
    .dcp-map-card iframe {
        min-height: 470px;
        height: 470px;
    }

    .dcp-location-actions {
        flex-direction: column;
    }

    .dcp-location-actions a {
        width: 100%;
    }

    .dcp-final-cta {
        min-height: auto;
        padding: 80px 0;
    }

    .dcp-final-content {
        text-align: center;
    }

    .dcp-final-content h2 {
        font-size: 40px;
        letter-spacing: -2px;
    }

    .dcp-final-actions {
        flex-direction: column;
    }

    .dcp-final-actions a {
        width: 100%;
    }

    .dcp-floating-whatsapp {
        right: 14px;
        bottom: 14px;
        padding: 8px;
    }

    .dcp-floating-whatsapp div {
        display: none;
    }
}

@media (max-width: 420px) {

    .dcp-hero-content h1 {
        font-size: 38px;
    }

    .dcp-section-title {
        font-size: 32px;
    }

    .dcp-hero-image-card,
    .dcp-hero-image-card img {
        min-height: 410px;
        height: 410px;
    }

    .dcp-form-card {
        padding: 26px 18px;
    }

    .dcp-form-card-header h3 {
        font-size: 23px;
    }

    .dcp-final-content h2 {
        font-size: 34px;
    }
}

/* =========================================
   ACCESSIBILITY
========================================= */

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

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70cdf91 *//* =========================================
   DIGIFYY PREMIUM FOOTER
========================================= */

.dap-footer {
    position: relative;
    overflow: hidden;
    padding: 85px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    background:
        radial-gradient(
            circle at 50% -20%,
            rgba(0, 217, 255, 0.09),
            transparent 35%
        ),
        #020304;
}

.dap-footer::before {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    content: "";
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 64px 64px;
    mask-image: linear-gradient(
        to bottom,
        black,
        transparent 90%
    );
    pointer-events: none;
}

.dap-footer-glow {
    position: absolute;
    top: -250px;
    left: 50%;
    width: 650px;
    height: 420px;
    border-radius: 50%;
    background: rgba(0, 217, 255, 0.07);
    filter: blur(130px);
    transform: translateX(-50%);
    pointer-events: none;
}

/* =========================================
   FOOTER MAIN GRID
========================================= */

.dap-footer-main {
    position: relative;
    z-index: 2;
    display: grid;
    padding-bottom: 58px;
    grid-template-columns: 1.7fr repeat(3, 1fr);
    gap: 55px;
}

/* =========================================
   BRAND COLUMN
========================================= */

.dap-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

.dap-footer-logo-icon {
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #001014;
    background: linear-gradient(
        135deg,
        #00d9ff,
        #d4af37
    );
    box-shadow: 0 12px 32px rgba(0, 217, 255, 0.18);
    font-size: 22px;
    font-weight: 900;
}

.dap-footer-logo-text {
    color: #ffffff;
    font-size: 27px;
    font-weight: 850;
    letter-spacing: -1.2px;
}

.dap-footer-brand > p {
    max-width: 430px;
    margin: 24px 0 0;
    color: #929eac;
    font-size: 13px;
    line-height: 1.8;
}

.dap-footer-contact-mini {
    display: grid;
    margin-top: 24px;
    gap: 11px;
}

.dap-footer-contact-mini a,
.dap-footer-contact-mini div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #9aa6b3;
    font-size: 11px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dap-footer-contact-mini a:hover {
    color: #00d9ff;
}

.dap-footer-contact-mini span {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 217, 255, 0.2);
    border-radius: 7px;
    color: #00d9ff;
    background: rgba(0, 217, 255, 0.06);
    font-size: 9px;
    font-weight: 900;
}

/* =========================================
   SOCIAL LINKS
========================================= */

.dap-footer-socials {
    display: flex;
    flex-wrap: wrap;
    margin-top: 27px;
    gap: 10px;
}

.dap-footer-socials a {
    display: inline-flex;
    width: 41px;
    height: 41px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    color: #a1acb8;
    background: rgba(255, 255, 255, 0.025);
    font-size: 9px;
    font-weight: 850;
    text-decoration: none;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.dap-footer-socials a:hover {
    color: #001014;
    border-color: #00d9ff;
    background: #00d9ff;
    transform: translateY(-4px);
}

/* =========================================
   FOOTER LINK COLUMNS
========================================= */

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

.dap-footer-column h3 {
    position: relative;
    margin: 0 0 13px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.dap-footer-column h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    content: "";
    background: linear-gradient(
        90deg,
        #00d9ff,
        #d4af37
    );
}

.dap-footer-column a {
    position: relative;
    padding-left: 0;
    color: #8f9ba8;
    font-size: 11px;
    line-height: 1.7;
    text-decoration: none;
    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.dap-footer-column a::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: #00d9ff;
    transition: width 0.3s ease;
}

.dap-footer-column a:hover {
    padding-left: 15px;
    color: #00d9ff;
}

.dap-footer-column a:hover::before {
    width: 8px;
}

/* =========================================
   NEWSLETTER AREA
========================================= */

.dap-footer-newsletter {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    margin-bottom: 45px;
    padding: 32px;
    border: 1px solid rgba(0, 217, 255, 0.16);
    border-radius: 21px;
    background:
        linear-gradient(
            100deg,
            rgba(0, 217, 255, 0.065),
            rgba(212, 175, 55, 0.045)
        ),
        rgba(255, 255, 255, 0.02);
    grid-template-columns: 1fr auto;
    gap: 35px;
    backdrop-filter: blur(16px);
}

.dap-footer-newsletter-content > span {
    display: block;
    margin-bottom: 8px;
    color: #d4af37;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.dap-footer-newsletter-content h3 {
    max-width: 620px;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 750;
    line-height: 1.4;
    letter-spacing: -0.5px;
}

.dap-footer-newsletter-form {
    display: flex;
    min-width: 450px;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: #080d13;
}

.dap-footer-newsletter-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 15px;
    border: 0;
    color: #ffffff;
    background: transparent;
    font-family: inherit;
    font-size: 11px;
    outline: none;
}

.dap-footer-newsletter-form input::placeholder {
    color: #65717f;
}

.dap-footer-newsletter-form button {
    display: inline-flex;
    min-width: 135px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 10px;
    color: #001014;
    background: linear-gradient(
        135deg,
        #00d9ff,
        #d4af37
    );
    font-family: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.dap-footer-newsletter-form button:hover {
    box-shadow: 0 12px 30px rgba(0, 217, 255, 0.2);
    transform: translateY(-2px);
}

.dap-footer-newsletter-form button span {
    font-size: 17px;
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.dap-footer-bottom {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    grid-template-columns: 1fr auto auto;
    gap: 28px;
}

.dap-footer-bottom p,
.dap-footer-bottom-links a {
    margin: 0;
    color: #65717f;
    font-size: 10px;
    text-decoration: none;
}

.dap-footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.dap-footer-bottom-links a {
    transition: color 0.3s ease;
}

.dap-footer-bottom-links a:hover {
    color: #00d9ff;
}

.dap-back-to-top {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 217, 255, 0.22);
    border-radius: 11px;
    color: #00d9ff;
    background: rgba(0, 217, 255, 0.06);
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.dap-back-to-top:hover {
    color: #001014;
    background: #00d9ff;
    transform: translateY(-4px);
}

/* Screen-reader-only label */

.dap-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

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

@media (max-width: 1050px) {

    .dap-footer-main {
        grid-template-columns: 1.4fr repeat(3, 1fr);
        gap: 35px;
    }

    .dap-footer-newsletter-form {
        min-width: 380px;
    }
}

@media (max-width: 900px) {

    .dap-footer-main {
        grid-template-columns: repeat(2, 1fr);
    }

    .dap-footer-newsletter {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .dap-footer-newsletter-form {
        min-width: 0;
        width: 100%;
    }
}

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

@media (max-width: 650px) {

    .dap-footer {
        padding: 68px 0 24px;
    }

    .dap-footer-main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .dap-footer-column h3 {
        margin-bottom: 8px;
    }

    .dap-footer-newsletter {
        padding: 25px 20px;
    }

    .dap-footer-newsletter-content h3 {
        font-size: 19px;
    }

    .dap-footer-newsletter-form {
        align-items: stretch;
        flex-direction: column;
        padding: 7px;
    }

    .dap-footer-newsletter-form button {
        width: 100%;
    }

    .dap-footer-bottom {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .dap-footer-bottom-links {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .dap-back-to-top {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 420px) {

    .dap-footer-logo-text {
        font-size: 24px;
    }

    .dap-footer-newsletter-content h3 {
        font-size: 18px;
    }

    .dap-footer-socials a {
        width: 38px;
        height: 38px;
    }
}/* End custom CSS */