/* =====================================
   Contact Hero Section
===================================== */
.contact-main-bg {
    background-image: url(../../../assets/images/home-main-bg.webp);
    background-repeat: no-repeat;
    background-position: top right;
}
.contact-hero-section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.contact-content-wrapper {
    max-width: 600px;
    padding-top: 60px;
}

/* Small Label */

.contact-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fecf1842;
    color: #4E1FA8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 2px;
    margin-bottom: 30px;
    border-left: 4px solid var(--secondary-color);
}
.contact-main-title::after {
       content: "";
    background-image: url(../../../assets/images/underline.webp);
    height: 9px;
    width: 45%;
    right: 0;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -5px;
    background-size: contain;
}
.contact-main-title span {
    color: #410284;
}
/* Heading */

.contact-main-title {
    font-size: 75px;
    font-weight: 800;
    line-height: 0.95;
    color: var(--primary-color);
    position: relative;
    margin:10px 0 20px;
    width: fit-content;
}
 

/* Subtitle */

.contact-subtitle {
    font-size: 36px;
    font-weight: 700;
    color: #1C1B1B;
    margin-bottom: 25px;
    line-height: 1.2;
}

/* Description */

.contact-description {
    font-size: 20px;
    line-height: 1.6;
    color: var(--dark-gray);
    max-width: 560px;
}

.contact-section {
    padding: 100px 0;
    background: #F6F3F2;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

.contact-title {
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.contact-desc {
    color: var(--dark-gray);
    font-size: 18px;
    margin-bottom: 50px;
}
.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.icon-box {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    background: #ece7f4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a2ca0;
    font-size: 28px;
    flex-shrink: 0;
}

.contact-item span {
    font-size: 20px;
    font-weight: 600;
    color: #1C1B1B;
}

.location-box {
    margin-top: 50px;
    height: 250px;
    border-radius: 25px;
    background: #d8d8d8;
    border: 6px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #555;
    font-weight: 600;
}

.location-box i {
    font-size: 40px;
    margin-bottom: 10px;
}

.enquiry-card {
    background: var(--secondary-color);
    border-radius: 35px;
    padding: 50px;
    position: relative;
    border-top: 10px solid var(--primary-color);
}

.enquiry-card h3 {
    font-size: 36px;
    font-weight: 800;
    color: #6F5900;
    margin-bottom: 35px;
}
.enquiry-card label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #574500;
    letter-spacing: 1px;
        margin-left: 20px;
}

.enquiry-card .form-control,
.enquiry-card .form-select {
    height: 58px;
    border: 0;
    border-radius: 15px;
    box-shadow: none;
}

.enquiry-card textarea.form-control {
    height: auto;
    resize: none;
    padding-top: 15px;
}

.submit-btn {
    width: 100%;
    height: 70px;
    border: 0;
    border-radius: 10px;
    background: var(--primary-color);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.security-text {
    text-align: center;
    margin-top: 25px;
    color: #574500;
    font-size: 15px;
}
 
/* ==========================
   FAQ SECTION
========================== */

.faq-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.faq-badge {
    display: inline-block;
    background: #fecf1842;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-left: 4px solid var(--secondary-color);
}

.faq-title {
    color: var(--primary-color);
    font-size: 60px;
    font-weight: 800;
    line-height: 0.95;
    margin: 0;
}
.faq-inner-wrp {
    padding-left: 7em;
}
/* Decorative Number */
.faq-number {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 220px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #f7cc00;
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
}

/* ==========================
   FAQ CARD
========================== */

.faq-card {
    background: #f5f3f3;
    border-radius: 35px;
    padding: 35px 40px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    border: 1px solid #E5E2E1;
}

.faq-card:last-child {
    margin-bottom: 0;
}

/* Header */
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 20px;
}

.faq-header h4 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    line-height: 1.4;
}

/* Plus / Minus Icon */
.faq-icon {
    min-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #5a2ca0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

/* Content */
.faq-content {
    margin-top: 20px;
    display: none;
}

.faq-content p {
    color: var(--dark-gray);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

/* Hidden State */
.faq-card:not(.active) .faq-content {
    display: none;
}

/* Active State */
.faq-card.active {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.faq-card.active .faq-icon {
    transform: rotate(180deg);
}

/* Hover */
.faq-card:hover {
    transform: translateY(-2px);
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 1199px) {
    .faq-title {
        font-size: 64px;
    }

    .faq-number {
        font-size: 180px;
    }
}
 
/* ==========================
   Tablet
========================== */
@media (max-width: 991px) {

    .contact-content-wrapper {
        padding: 0 20px 50px;
        max-width: 100%;
    }

    .contact-main-title {
        font-size: 60px;
    }

    .contact-subtitle {
        font-size: 28px;
    }

    .contact-description {
        font-size: 18px;
    }
 .contact-title {
        font-size: 38px;
    }

    .enquiry-card {
        padding: 30px;
    }

    .enquiry-card h3 {
        font-size: 36px;
    }
  
   .faq-section {
        padding: 80px 0;
    }

    .faq-title {
        font-size: 52px;
        margin-bottom: 50px;
    }

    .faq-card {
        padding: 30px;
    }

    .faq-header h4 {
        font-size: 22px;
    }

    .faq-content p {
        font-size: 17px;
    }

    .faq-number {
        font-size: 140px;
        right: 10px;
        top: 30px;
    }
    
}

/* ==========================
   Mobile
========================== */

@media (max-width: 767px) {
.faq-inner-wrp {
    padding-left: 0;
}
.contact-section {
        padding: 50px 20px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.contact-content-wrapper {
    padding: 0 20px 0;
}
    .contact-hero-section {
        padding: 40px 0;
    }

    .contact-main-title {
        font-size: 48px;
    }

    .contact-subtitle {
        font-size: 24px;
    }

    .contact-description {
        font-size: 16px;
        line-height: 1.7;
    }
 

    .contact-tag {
        font-size: 12px;
        padding: 10px 18px;
    }
    
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 42px;
    }

    .faq-card {
        padding: 25px;
        border-radius: 25px;
    }

    .faq-header h4 {
        font-size: 18px;
    }

    .faq-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .faq-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 20px;
    }

    .faq-number {
        font-size: 100px;
    }
}