/*==================================
        CONTACT HERO
===================================*/

.contact-hero {

        position: relative;

        padding: 170px 0 120px;

        background: url(images/contact-banner.jpg) center center/cover;

        overflow: hidden;

}

.hero-overlay {

        position: absolute;

        inset: 0;

        background: linear-gradient(90deg,

                        rgba(8, 27, 54, .92),

                        rgba(8, 27, 54, .72));

}

.contact-hero .container {

        position: relative;

        z-index: 2;

}

.hero-tag {

        display: inline-flex;

        align-items: center;

        gap: 10px;

        padding: 12px 24px;

        background: rgba(255, 255, 255, .10);

        backdrop-filter: blur(15px);

        border-radius: 50px;

        color: #FFD166;

        margin-bottom: 25px;

}

.hero-tag i {

        color: #C59D2A;

}

.contact-hero h1 {
        font-family: 'Outfit', sans-serif;
        font-size: 68px;

        font-weight: 800;

        color: #fff;

        line-height: 1.1;

        margin-bottom: 20px;

}

.contact-hero h1 span {

        color: #C59D2A;

}

.contact-hero p {

        font-size: 18px;

        line-height: 34px;

        color: #d8d8d8;

        max-width: 650px;

        margin-bottom: 35px;

}

.hero-btn {

        display: flex;

        gap: 15px;

        flex-wrap: wrap;

        margin-bottom: 40px;

}

.hero-btn .btn {

        height: 56px;

        padding: 0 32px;

        display: flex;

        align-items: center;

        gap: 10px;

        border-radius: 50px;

        font-weight: 600;

}

.breadcrumb-contact {

        display: flex;

        gap: 12px;

        color: #fff;

}

.breadcrumb-contact a {

        color: #fff;

        text-decoration: none;

}

.breadcrumb-contact span:last-child {

        color: #C59D2A;

}

/* Right Card */

.hero-contact-card {

        padding: 40px;

        background: rgba(255, 255, 255, .10);

        backdrop-filter: blur(20px);

        border-radius: 30px;

        border: 1px solid rgba(255, 255, 255, .15);

}

.contact-item {

        display: flex;

        gap: 18px;

        align-items: flex-start;

        padding: 18px 0;

        border-bottom: 1px solid rgba(255, 255, 255, .10);

}

.contact-item:last-child {

        border: none;

        padding-bottom: 0;

}

.contact-item i {

        width: 55px;

        height: 55px;

        border-radius: 50%;

        background: #C59D2A;

        display: flex;

        align-items: center;

        justify-content: center;

        color: #fff;

        font-size: 20px;

}

.contact-item span {

        display: block;

        color: #FFD166;

        margin-bottom: 5px;

        font-size: 14px;

}

.contact-item h5 {

        color: #fff;

        font-size: 18px;

        margin: 0;

}

/* Mobile */

@media(max-width:991px) {

        .contact-hero {

                padding: 140px 0 90px;

        }

        .contact-hero h1 {

                font-size: 42px;

        }

        .contact-hero p {

                font-size: 16px;

                line-height: 30px;

        }

        .hero-btn {

                flex-direction: column;

        }

        .hero-btn .btn {

                width: 100%;

                justify-content: center;

        }

        .hero-contact-card {

                margin-top: 40px;

                padding: 30px;

        }

}


/*==================================
      CONTACT SECTION
===================================*/

.contact-section {

        padding: 120px 0;

        background: linear-gradient(135deg, #F8FAFC, #EEF3F8);

}

.contact-info p {

        color: #666;

        line-height: 30px;

        margin: 25px 0 40px;

}

.contact-box {

        display: flex;

        align-items: center;

        gap: 18px;

        margin-bottom: 25px;

        padding: 22px;

        background: #fff;

        border-radius: 18px;

        box-shadow: 0 12px 35px rgba(0, 0, 0, .06);

        transition: .35s;

}

.contact-box:hover {

        transform: translateX(8px);

}

.contact-icon {

        width: 65px;

        height: 65px;

        background: #FFF6E3;

        border-radius: 50%;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 22px;

        color: #C59D2A;

        flex-shrink: 0;

}

.contact-box span {

        font-size: 14px;

        color: #888;

        display: block;

}

.contact-box h5 {

        margin: 5px 0 0;

        font-size: 18px;

        color: #081B36;

        font-weight: 600;

}

.social-contact {

        display: flex;

        gap: 15px;

        margin-top: 40px;

}

.social-contact a {

        width: 48px;

        height: 48px;

        border-radius: 50%;

        background: #081B36;

        color: #fff;

        display: flex;

        align-items: center;

        justify-content: center;

        transition: .35s;

}

.social-contact a:hover {

        background: #C59D2A;

        transform: translateY(-5px);

}

/* FORM */

.contact-form-box {

        background: #fff;

        padding: 45px;

        border-radius: 30px;

        box-shadow: 0 20px 60px rgba(0, 0, 0, .10);

}

.contact-form-box h3 {

        font-size: 34px;

        margin-bottom: 10px;

        color: #081B36;

}

.contact-form-box p {

        color: #666;

        margin-bottom: 35px;

}

.form-control,

.form-select {

        height: 58px;

        border-radius: 14px;

        border: 1px solid #E5E7EB;

        padding: 15px 18px;

        box-shadow: none;

}

textarea.form-control {

        height: auto;

}

.form-control:focus,

.form-select:focus {

        border-color: #C59D2A;

        box-shadow: none;

}

.contact-form-box .btn {

        height: 58px;

        border-radius: 50px;

        font-weight: 600;

        font-size: 17px;

}

/* Mobile */

@media(max-width:991px) {

        .contact-section {

                padding: 80px 0;

        }

        .contact-form-box {

                padding: 30px;

                margin-top: 20px;

        }

        .contact-form-box h3 {

                font-size: 28px;

        }

}

/*==================================
        WHY VISIT US
===================================*/

.visit-us {

        padding: 110px 0;

        background: #F8FAFC;

}

.visit-card {

        background: #fff;

        padding: 40px 30px;

        border-radius: 24px;

        text-align: center;

        box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

        transition: .35s;

        height: 100%;

}

.visit-card:hover {

        transform: translateY(-10px);

        box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

}

.visit-icon {

        width: 80px;

        height: 80px;

        margin: auto;

        margin-bottom: 25px;

        border-radius: 50%;

        background: #FFF5DD;

        display: flex;

        align-items: center;

        justify-content: center;

        font-size: 34px;

        color: #C59D2A;

}

.visit-card h4 {

        font-size: 24px;

        font-weight: 700;

        margin-bottom: 15px;

        color: #081B36;

}

.visit-card p {

        color: #666;

        line-height: 28px;

        margin: 0;

}

/*==================================
        CTA
===================================*/

.visit-cta {

        padding-bottom: 100px;

        background: #F8FAFC;

}

.cta-box {

        padding: 60px;

        border-radius: 30px;

        background: linear-gradient(135deg, #081B36, #13386A);

        color: #fff;

        box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

}

.cta-box h2 {

        font-size: 42px;

        font-weight: 700;

        margin-bottom: 15px;

}

.cta-box p {

        color: #d6dce5;

        margin: 0;

}

.cta-buttons {

        display: flex;

        flex-wrap: wrap;

        justify-content: flex-end;

        gap: 15px;

}

.cta-buttons .btn {

        height: 56px;

        padding: 0 28px;

        display: flex;

        align-items: center;

        gap: 10px;

        border-radius: 50px;

        font-weight: 600;

}

.btn-success {

        background: #25D366;

        border: none;

}

@media(max-width:991px) {

        .cta-box {

                padding: 35px 25px;

                text-align: center;

        }

        .cta-box h2 {

                font-size: 30px;

        }

        .cta-buttons {

                justify-content: center;

                margin-top: 30px;

        }

        .cta-buttons .btn {

                width: 100%;

                justify-content: center;

        }

}

/*==================================
      WHY VISIT DARK
===================================*/

.visit-dark {

        position: relative;

        padding: 120px 0;

        background: #081B36;

        overflow: hidden;

}

/* Gold Glow */

.visit-dark::before {

        content: "";

        position: absolute;

        top: -180px;

        right: -180px;

        width: 420px;

        height: 420px;

        background: rgba(197, 157, 42, .18);

        border-radius: 50%;

        filter: blur(90px);

}

.visit-dark::after {

        content: "";

        position: absolute;

        bottom: -150px;

        left: -150px;

        width: 350px;

        height: 350px;

        background: rgba(255, 255, 255, .05);

        border-radius: 50%;

        filter: blur(90px);

}

.visit-dark .container {

        position: relative;

        z-index: 2;

}

.visit-box {

        padding: 40px 30px;

        text-align: center;

        border-radius: 24px;

        background: rgba(255, 255, 255, .06);

        backdrop-filter: blur(20px);

        border: 1px solid rgba(255, 255, 255, .08);

        transition: .4s;

        height: 100%;

}

.visit-box:hover {

        transform: translateY(-10px);

        background: #C59D2A;

}

.visit-box i {

        width: 85px;

        height: 85px;

        display: flex;

        align-items: center;

        justify-content: center;

        margin: auto;

        margin-bottom: 25px;

        border-radius: 50%;

        background: rgba(255, 255, 255, .10);

        font-size: 34px;

        color: #FFD166;

        transition: .35s;

}

.visit-box:hover i {

        background: #fff;

        color: #081B36;

}

.visit-box h4 {

        color: #fff;

        font-size: 24px;

        margin-bottom: 15px;

        font-weight: 700;

}

.visit-box p {

        color: #d7dce5;

        line-height: 28px;

        margin: 0;

}

.visit-box:hover p {

        color: #fff;

}