/* ============================================
   CONTACT, ABOUT & UMRAH PAGES - BETTER UI
   Professional & Clean Design
   ============================================ */

/* ========== CONTACT PAGE ENHANCEMENTS ========== */
body.contact-page {
    background: #f8f9fa;
}

/* Contact Hero/Banner */
.contact-page #contact-banner,
.contact-page .page-header {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.95), rgba(230, 126, 34, 0.95));
    padding: 4rem 2rem;
    margin-bottom: 3rem;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.contact-page #contact-banner h1,
.contact-page #contact-banner h2,
.contact-page .page-header h1,
.contact-page .page-header h2 {
    color: white !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-weight: 700;
}

.contact-page #contact-banner p,
.contact-page .page-header p {
    color: white !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
    font-size: 1.1rem;
}

/* Contact Info Boxes */
.contact-page .contact-info-box,
.contact-page .info-box {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-page .contact-info-box:hover,
.contact-page .info-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(243, 156, 18, 0.15);
}

.contact-page .contact-info-box i,
.contact-page .info-box i {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.contact-page .contact-info-box h4,
.contact-page .info-box h4 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.contact-page .contact-info-box p,
.contact-page .info-box p {
    color: #6c757d;
    margin-bottom: 0;
}

/* Contact Form */
.contact-page .contact-form,
.contact-page form {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.contact-page .form-control,
.contact-page .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.contact-page .form-control:focus,
.contact-page .form-select:focus {
    border-color: #f39c12;
    box-shadow: 0 0 0 0.2rem rgba(243, 156, 18, 0.15);
}

.contact-page .btn-submit,
.contact-page .btn-orange {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    border: none;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-page .btn-submit:hover,
.contact-page .btn-orange:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(243, 156, 18, 0.3);
}

/* ========== ABOUT PAGE ENHANCEMENTS ========== */
body.about-page {
    background: #f8f9fa;
}

/* About Hero/Banner */
.about-page #about-banner,
.about-page .page-header {
    background: linear-gradient(135deg, rgba(26, 115, 232, 0.95), rgba(0, 188, 212, 0.95));
    padding: 4rem 2rem;
    margin-bottom: 3rem;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.about-page #about-banner h1,
.about-page #about-banner h2,
.about-page .page-header h1,
.about-page .page-header h2 {
    color: white !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-weight: 700;
}

.about-page #about-banner p,
.about-page .page-header p {
    color: white !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
    font-size: 1.1rem;
}

/* About Content Sections */
.about-page section {
    background: white;
    border-radius: 16px;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.about-page .feature-box,
.about-page .service-box {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.about-page .feature-box:hover,
.about-page .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(26, 115, 232, 0.15);
}

.about-page .feature-box i,
.about-page .service-box i {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #f39c12, #f12711);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.8rem;
    color: white;
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.about-page .feature-box h3,
.about-page .service-box h3 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.about-page .feature-box p,
.about-page .service-box p {
    color: #6c757d;
    line-height: 1.6;
}

/* ========== UMRAH PACKAGES PAGE ENHANCEMENTS ========== */
.umrah-page section {
    background: white;
    border-radius: 16px;
    padding: 3rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Umrah Package Cards */
.umrah-page .tour-block,
.umrah-page .main-block,
.umrah-page .package-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.umrah-page .tour-block:hover,
.umrah-page .main-block:hover,
.umrah-page .package-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 32px rgba(34, 139, 34, 0.15);
}

.umrah-page .main-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.umrah-page .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.umrah-page .tour-block:hover .main-img img,
.umrah-page .main-block:hover .main-img img {
    transform: scale(1.1);
}

/* Umrah Price Badge */
.umrah-page .offer-price,
.umrah-page .offer-price-2 {
    background: linear-gradient(135deg, #228b22, #2e7d32);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(34, 139, 34, 0.3);
}

/* Umrah Info Section */
.umrah-page .tour-info,
.umrah-page .main-info {
    padding: 1.5rem;
}

.umrah-page .tour-title a,
.umrah-page .main-title a {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.umrah-page .tour-title a:hover,
.umrah-page .main-title a:hover {
    color: #228b22;
}

/* ========== COMMON ENHANCEMENTS ========== */
.page-heading h2,
.section-heading h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-heading p,
.section-heading p {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Buttons */
.btn-default,
.btn-primary {
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-default:hover,
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Cards */
.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .contact-page #contact-banner,
    .contact-page .page-header,
    .about-page #about-banner,
    .about-page .page-header {
        padding: 3rem 1.5rem;
        border-radius: 0 0 20px 20px;
    }
    
    .contact-page section,
    .about-page section,
    .umrah-page section {
        padding: 2rem 1rem;
    }
    
    .contact-page .contact-info-box,
    .about-page .feature-box,
    .umrah-page .tour-block {
        margin-bottom: 1.5rem;
    }
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-page .contact-info-box,
.about-page .feature-box,
.umrah-page .tour-block {
    animation: fadeInUp 0.6s ease-out;
}

.contact-page .contact-info-box:nth-child(1) { animation-delay: 0.1s; }
.contact-page .contact-info-box:nth-child(2) { animation-delay: 0.2s; }
.contact-page .contact-info-box:nth-child(3) { animation-delay: 0.3s; }

.about-page .feature-box:nth-child(1) { animation-delay: 0.1s; }
.about-page .feature-box:nth-child(2) { animation-delay: 0.2s; }
.about-page .feature-box:nth-child(3) { animation-delay: 0.3s; }
