.elementor-1785 .elementor-element.elementor-element-32cad3c{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-32cad3c *//* =========================================
   CONTACT SECTION
========================================= */

.contact-section {
    position: relative;
    min-height: 720px;

    display: flex;
    align-items: center;

    padding: 120px 7%;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(91, 202, 230, 0.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061d30 0%,
            #082c43 52%,
            #0b3b55 100%
        );

    color: #ffffff;
}


/* =========================================
   BACKGROUND DETAILS
========================================= */

.contact-section::before {
    content: "";

    position: absolute;

    width: 430px;
    height: 430px;

    right: -180px;
    bottom: -200px;

    border: 1px solid rgba(120, 216, 236, 0.13);
    border-radius: 50%;
}


.contact-section::after {
    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    left: -140px;
    top: -150px;

    border: 1px solid rgba(120, 216, 236, 0.08);
    border-radius: 50%;
}


/* =========================================
   CONTAINER
========================================= */

.contact-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: auto;

    display: grid;
    grid-template-columns: 1.2fr 0.8fr;

    gap: 100px;
    align-items: center;
}


/* =========================================
   CONTENT
========================================= */

.contact-content {
    max-width: 700px;
}
/* =========================================
   CONTACT SECTION — READABLE VERSION
========================================= */

.contact-section {
    position: relative;
    min-height: 720px;

    display: flex;
    align-items: center;

    padding: 120px 7%;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(87, 198, 226, 0.18),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061d30 0%,
            #082c43 52%,
            #0b3b55 100%
        );

    color: #ffffff;
}


/* =========================================
   BACKGROUND DETAILS
========================================= */

.contact-section::before {
    content: "";

    position: absolute;
    width: 430px;
    height: 430px;

    right: -180px;
    bottom: -200px;

    border: 1px solid rgba(150, 230, 245, 0.16);
    border-radius: 50%;
}

.contact-section::after {
    content: "";

    position: absolute;
    width: 280px;
    height: 280px;

    left: -140px;
    top: -150px;

    border: 1px solid rgba(150, 230, 245, 0.10);
    border-radius: 50%;
}


/* =========================================
   CONTAINER
========================================= */

.contact-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: auto;

    display: grid;
    grid-template-columns: 1.2fr 0.8fr;

    gap: 100px;
    align-items: center;
}


/* =========================================
   MAIN CONTENT
========================================= */

.contact-content {
    max-width: 700px;
}


.contact-label {
    display: inline-block;

    margin-bottom: 22px;

    color: #8fe7f5;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;
}


.contact-content h1 {
    margin: 0 0 28px;

    color: #ffffff;

    font-size: clamp(44px, 5vw, 70px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 800;
}


.contact-content h1 span {
    display: block;

    color: #8fe7f5;

    background: none;

    -webkit-text-fill-color: initial;
}


.contact-content p {
    max-width: 650px;

    margin: 0 0 38px;

    color: #d8edf2;

    font-size: 17px;

    line-height: 1.85;

    font-weight: 400;
}


/* =========================================
   CTA BUTTON
========================================= */

.contact-btn {
    display: inline-flex;

    align-items: center;
    gap: 16px;

    padding: 16px 25px;

    border: 1px solid #9ae9f5;

    border-radius: 12px;

    background: #8fe7f5;

    color: #062236;

    font-size: 14px;
    font-weight: 800;

    text-decoration: none;

    box-shadow:
        0 15px 35px rgba(79, 199, 226, 0.25);

    transition: all 0.35s ease;
}


.contact-btn span {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(6, 34, 54, 0.12);

    color: #062236;

    font-size: 17px;

    transition: transform 0.35s ease;
}


.contact-btn:hover {
    transform: translateY(-5px);

    background: #b6f1f8;

    box-shadow:
        0 20px 45px rgba(79, 199, 226, 0.35);
}


.contact-btn:hover span {
    transform: translate(3px, -3px);
}


/* =========================================
   CONTACT INFORMATION
========================================= */

.contact-info {
    padding-left: 40px;

    border-left: 1px solid rgba(160, 230, 242, 0.30);
}


.contact-info-item {
    display: flex;

    align-items: center;

    gap: 20px;

    padding: 25px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}


.contact-info-item:last-child {
    border-bottom: none;
}


/* =========================================
   ICON
========================================= */

.contact-icon {
    width: 50px;
    height: 50px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(143, 231, 245, 0.40);

    border-radius: 12px;

    background: rgba(143, 231, 245, 0.12);

    color: #9ae9f5;

    font-size: 17px;
    font-weight: 800;
}


/* =========================================
   LABEL
========================================= */

.contact-info-item small {
    display: block;

    margin-bottom: 7px;

    color: #8fe7f5;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}


/* =========================================
   EMAIL / LOCATION / LINKEDIN
========================================= */

.contact-info-item a,
.contact-info-item p {
    margin: 0;

    color: #ffffff;

    font-size: 15px;

    line-height: 1.6;

    font-weight: 500;

    text-decoration: none;
}


.contact-info-item a:hover {
    color: #9ae9f5;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .contact-section {
        padding: 90px 7%;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .contact-info {
        padding-left: 0;

        border-left: none;
    }
}


@media (max-width: 600px) {

    .contact-section {
        padding: 75px 6%;
    }

    .contact-content h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .contact-content p {
        color: #e0f2f5;
        font-size: 15px;
    }

    .contact-info-item a,
    .contact-info-item p {
        color: #ffffff;
        font-size: 14px;
    }
}

.contact-label {
    display: inline-block;

    margin-bottom: 22px;

    color: #78d8ec;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 3px;
}


.contact-content h1 {
    margin: 0 0 25px;

    font-size: clamp(44px, 5vw, 70px);

    line-height: 1.08;

    letter-spacing: -2px;

    font-weight: 800;
}


.contact-content h1 span {
    display: block;

    background: linear-gradient(
        90deg,
        #78d8ec,
        #b1edf7
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.contact-content p {
    max-width: 650px;

    margin: 0 0 38px;

    color: rgba(235, 247, 251, 0.72);

    font-size: 16px;
    line-height: 1.85;
}


/* =========================================
   SINGLE CTA BUTTON
========================================= */

.contact-btn {
    position: relative;

    display: inline-flex;

    align-items: center;
    gap: 16px;

    padding: 16px 25px;

    border: 1px solid rgba(145, 226, 241, 0.55);
    border-radius: 12px;

    background: linear-gradient(
        135deg,
        #78d8ec,
        #54b9d2
    );

    color: #062236;

    font-size: 14px;
    font-weight: 800;

    text-decoration: none;

    box-shadow:
        0 15px 35px rgba(70, 190, 220, 0.18);

    transition: all 0.35s ease;
}


.contact-btn span {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.25);

    font-size: 17px;

    transition: transform 0.35s ease;
}


.contact-btn:hover {
    transform: translateY(-5px);

    box-shadow:
        0 20px 45px rgba(70, 190, 220, 0.28);

    background: linear-gradient(
        135deg,
        #a5e9f5,
        #70d0e6
    );
}


.contact-btn:hover span {
    transform: translate(3px, -3px);
}


/* =========================================
   CONTACT INFO
========================================= */

.contact-info {
    padding-left: 35px;

    border-left: 1px solid rgba(130, 220, 238, 0.20);
}


.contact-info-item {
    display: flex;

    align-items: center;

    gap: 20px;

    padding: 25px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}


.contact-info-item:last-child {
    border-bottom: none;
}


.contact-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(120, 216, 236, 0.25);

    border-radius: 12px;

    background: rgba(120, 216, 236, 0.08);

    color: #78d8ec;

    font-size: 17px;
    font-weight: 800;
}


.contact-info-item small {
    display: block;

    margin-bottom: 7px;

    color: #78d8ec;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}


.contact-info-item a,
.contact-info-item p {
    margin: 0;

    color: #ffffff;

    font-size: 14px;

    line-height: 1.6;

    text-decoration: none;
}


.contact-info-item a {
    transition: color 0.3s ease;
}


.contact-info-item a:hover {
    color: #78d8ec;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 900px) {

    .contact-section {
        padding: 90px 7%;
    }

    .contact-container {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .contact-content {
        max-width: 800px;
    }

    .contact-info {
        padding-left: 0;

        border-left: none;
    }
}


@media (max-width: 600px) {

    .contact-section {
        padding: 75px 6%;
    }

    .contact-content h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .contact-content p {
        font-size: 14px;
    }

    .contact-info-item {
        gap: 15px;
    }
}/* End custom CSS */