﻿/*********** PREMIUM CONTACT CSS START ***********/

.premium-contact {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

    .premium-contact * {
        box-sizing: border-box;
    }

body {
    overflow-x: hidden;
}

.premium-contact img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

.premium-contact .container,
.premium-contact .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
}

/*************************************************
    HERO SECTION
*************************************************/

.premium-contact .inner-hero-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0 65px;
    background: linear-gradient(135deg, #ffffff 0%, #fcf6ff 50%, #fff9f1 100%);
}

/*************************************************
    GLOW
*************************************************/

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
}

.hero-glow-left {
    width: 340px;
    height: 340px;
    top: -140px;
    left: -70px;
    background: rgba(141,11,134,0.12);
}

.hero-glow-right {
    width: 320px;
    height: 320px;
    bottom: -140px;
    right: -70px;
    background: rgba(245,154,35,0.12);
}

/*************************************************
    HERO CONTENT
*************************************************/

.premium-contact .inner-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.premium-contact .section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 18px;
}

.premium-contact .inner-hero-content h1 {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #111827, #8d0b86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium-contact .inner-hero-content p {
    color: #53627a;
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto;
}

/*************************************************
    CONTACT SECTION
*************************************************/

.premium-contact .contact-page-section {
    padding: 35px 0 70px;
    position: relative;
    z-index: 2;
}

/*************************************************
    CONTACT INFO CARD
*************************************************/

.premium-contact .contact-info-card {
    background: rgba(255,255,255,0.74);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 22px;
    padding: 26px 22px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
}

    .premium-contact .contact-info-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 55px rgba(0,0,0,0.10);
    }

    .premium-contact .contact-info-card h2 {
        color: var(--text-dark);
        font-size: 30px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 22px;
    }

/*************************************************
    CONTACT INFO ITEM
*************************************************/

.premium-contact .contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

    .premium-contact .contact-info-item:last-child {
        margin-bottom: 0;
    }

    .premium-contact .contact-info-item i {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 14px;
        background: linear-gradient(135deg, rgba(141,11,134,0.12), rgba(245,154,35,0.14));
        color: var(--primary);
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .premium-contact .contact-info-item span {
        color: #44536b;
        font-size: 15px;
        line-height: 1.7;
    }

    .premium-contact .contact-info-item strong {
        color: #263248;
        font-weight: 700;
    }

/*************************************************
    FORM CARD
*************************************************/

.premium-contact .contact-form-card {
    background: rgba(255,255,255,0.74);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 22px;
    padding: 26px 22px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: all 0.35s ease;
}

    .premium-contact .contact-form-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 24px 55px rgba(0,0,0,0.10);
    }

    .premium-contact .contact-form-card h2 {
        color: var(--text-dark);
        font-size: 30px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 22px;
    }

/*************************************************
    FORM CONTROLS
*************************************************/

.premium-contact .form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #d8dde7;
    padding: 12px 16px;
    font-size: 15px;
    color: #53627a;
    background: #fff;
    box-shadow: none;
    transition: 0.3s ease;
}

.premium-contact textarea.form-control {
    min-height: 110px;
    resize: vertical;
    padding-top: 14px;
}

.premium-contact .form-control::placeholder {
    color: #7f8a9a;
}

.premium-contact .form-control:focus {
    border-color: rgba(141,11,134,0.28);
    box-shadow: 0 0 0 4px rgba(141,11,134,0.05);
}

/*************************************************
    BUTTON
*************************************************/

.premium-contact .primary-btn {
    width: 100%;
    min-height: 52px;
    border-radius: 12px;
    background: var(--primary);
    border: 2px solid var(--primary);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease;
}

    .premium-contact .primary-btn:hover {
        background: #760670;
        border-color: #760670;
        color: #fff;
        transform: translateY(-2px);
    }

/*************************************************
    VALIDATION
*************************************************/

.premium-contact .text-danger {
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}

/*************************************************
    FOOTER FIX
*************************************************/

footer,
.footer-section {
    position: relative;
    z-index: 1;
    clear: both;
}

/*************************************************
    RESPONSIVE
*************************************************/

@media (max-width:1199.98px) {

    .premium-contact .inner-hero-content h1 {
        font-size: 50px;
    }
}

@media (max-width:991.98px) {

    .premium-contact .inner-hero-section {
        padding: 100px 0 55px;
    }

    .premium-contact .inner-hero-content h1 {
        font-size: 42px;
    }

    .premium-contact .inner-hero-content p {
        font-size: 16px;
    }

    .premium-contact .contact-info-card,
    .premium-contact .contact-form-card {
        padding: 22px 18px;
    }

        .premium-contact .contact-info-card h2,
        .premium-contact .contact-form-card h2 {
            font-size: 26px;
        }
}

@media (max-width:767.98px) {

    .premium-contact .inner-hero-section {
        padding: 85px 0 45px;
    }

    .premium-contact .inner-hero-content h1 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .premium-contact .inner-hero-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .premium-contact .contact-page-section {
        padding: 25px 0 50px;
    }

    .premium-contact .contact-info-card,
    .premium-contact .contact-form-card {
        padding: 18px 16px;
        border-radius: 18px;
    }

        .premium-contact .contact-info-card h2,
        .premium-contact .contact-form-card h2 {
            font-size: 22px;
            margin-bottom: 18px;
        }

    .premium-contact .contact-info-item {
        gap: 12px;
        margin-bottom: 16px;
    }

        .premium-contact .contact-info-item i {
            width: 42px;
            height: 42px;
            min-width: 42px;
            font-size: 16px;
            border-radius: 12px;
        }

        .premium-contact .contact-info-item span {
            font-size: 14px;
        }

    .premium-contact .form-control {
        min-height: 48px;
        font-size: 14px;
        padding: 10px 14px;
    }

    .premium-contact textarea.form-control {
        min-height: 100px;
    }

    .hero-glow-left,
    .hero-glow-right {
        display: none;
    }
}

@media (max-width:575.98px) {

    .premium-contact .inner-hero-content h1 {
        font-size: 28px;
    }

    .premium-contact .inner-hero-content p {
        font-size: 14px;
    }

    .premium-contact .contact-info-card h2,
    .premium-contact .contact-form-card h2 {
        font-size: 20px;
    }

    .premium-contact .contact-info-card,
    .premium-contact .contact-form-card {
        padding: 16px 14px;
    }

    .premium-contact .primary-btn {
        min-height: 48px;
    }
}

/*********** PREMIUM CONTACT CSS END ***********/
