/* ===== Contact Page Hero Section ===== */

.contact-hero {
    background: linear-gradient(to left, #ffffff 70%, #902943 100%);
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.hero-bg-shape {
    opacity: 0.1; /* Adjust for design */
    pointer-events: none;
}


.tagline {
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 17px;
    color: #902943;
}

.contact-hero h1 {
    color: #111;
    font-weight: 700;
}

.highlight {
    color: #902943;
    text-decoration: underline;
}

.contact-hero .lead {
    font-size: 1.1rem;
    color: #333;
    font-weight: 700;
    max-width: 450px;
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 40px 20px;
    }

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

/* ===== Unique Contact Details Section ===== */

.contact-details-heading {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
}

.contact-details-item {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

.contact-details-item a {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

.contact-details-item a:hover {
    text-decoration: underline;
    color: #902943;
}

.contact-details-item .icon {
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.contact-map iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .contact-details-heading {
        font-size: 22px;
    }

    .contact-details-item {
        font-size: 15px;
    }

    .contact-details-section {
        padding: 20px;
    }
}

/* ===== Contact Form Section ===== */
.contact-form-section {
    background: url('images/color/team.webp') no-repeat center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.contact-form-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* Form container */
.contact-form-section .bg-white {
    background-color: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(3px);
}

/* Section heading */
.contact-form-section h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #902943;
}

/* Form labels */
.contact-form-section .form-label {
    font-weight: 600;
    color: #444;
}

/* Inputs and textarea */
.contact-form-section .form-control {
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    font-size: 0.95rem;
}

/* Button */
.contact-form-section .btn-primary {
    background-color: #902943;
    border-color: #902943;
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s ease;
}

.contact-form-section .btn-primary:hover {
    background-color: #721c33;
    border-color: #721c33;
}

.wrapper {
    position: relative;
    z-index: 0;
}