/* Premium Service Page Styles */

/* Google Fonts for premium feel */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.service-page {
    font-family: 'Inter', 'Poppins', sans-serif !important;
    color: #333;
}

/* Service Hero Banner */
.service-hero {
    background: url('../images/service-banner.png') center center/cover no-repeat;
    padding: 120px 0 120px;
    color: white;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.service-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(16, 55, 92, 0.95) 0%, rgba(16, 55, 92, 0.8) 40%, rgba(16, 55, 92, 0) 100%);
    z-index: 1;
}

.service-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0;
}

.service-hero span {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    text-shadow: none;
    line-height: 1.2;
    display: block;
}

.service-hero p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.service-hero .btn-hero {
    background: #aae0ff;
    color: #0b4372;
    padding: 12px 35px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}
.service-hero .btn-hero:hover {
    background: #89cdfa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #0b4372;
}

/* Hero Enquiry Form */
.hero-form {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    max-width: 420px;
}

@media (min-width: 992px) {
    .hero-form.ms-lg-auto {
        margin-left: auto;
    }
}

.hero-form h4 {
    color: #0b4372;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-align: center;
}

.hero-form .form-group {
    margin-bottom: 1rem;
}

.hero-form input,
.hero-form textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #333;
    outline: none;
    transition: all 0.3s ease;
}

.hero-form input:focus,
.hero-form textarea:focus {
    border-color: #0D78BC;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(13, 120, 188, 0.1);
}

.hero-form textarea {
    resize: vertical;
    min-height: 90px;
}

.hero-form .hero-submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #0D78BC 0%, #0b4372 100%);
    color: #fff;
    border: none;
    padding: 0.85rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0.5rem;
}

.hero-form .hero-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 120, 188, 0.3);
}

/* About Section */
.service-about {
    padding: 80px 0;
    background: #fff;
}
.about-badge {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #4a8fbf;
    color: #4a8fbf;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}
.about-text {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.8;
}
.about-image {
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Why Choose Section */
.why-choose-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    color: #0D78BC;
    font-weight: 700;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    width: 80%;
}
.section-header h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #0D78BC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    border-top: 0px solid transparent;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(13, 120, 188, 0.15);
    border-top: 0px solid #0D78BC;
}
.feature-icon {
    font-size: 40px;
    color: #0D78BC;
    margin-bottom: 20px;
}
.feature-card h5 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}

/* Courses Grid Section */
.courses-section {
    padding: 80px 0;
    background: #fff;
}
.course-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}
.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(135deg, #0D78BC 0%, #1865AB 100%);
    transition: all 0.4s ease;
    z-index: -1;
    border-radius: 16px;
}
.course-card:hover::before {
    height: 100%;
}
.course-card:hover {
    transform: translateY(-5px);
}
.course-card:hover h4, .course-card:hover p, .course-card:hover .course-icon {
    color: #fff;
}
.course-icon {
    font-size: 45px;
    color: #0D78BC;
    margin-bottom: 20px;
    transition: color 0.4s ease;
}
.course-card h4 {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 15px;
    transition: color 0.4s ease;
}
.course-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.7;
    transition: color 0.4s ease;
}

/* Split Section (Career) */
.career-section {
    padding: 80px 0;
    background: #f0f7fb;
    display: flex;
    align-items: center;
}
.career-img-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.career-img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.career-img-box:hover img {
    transform: scale(1.05);
}
.career-text h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0D78BC;
    margin-bottom: 20px;
}
.career-text p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

/* Premium Trust Section */
.premium-trust-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.trust-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    position: relative;
}

@media (max-width: 991px) {
    .trust-card {
        padding: 30px 20px;
    }
}

.trust-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(13, 120, 188, 0.1);
    color: #0D78BC;
    border-radius: 50%;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.trust-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin-bottom: 0;
}

.trust-title .highlight {
    color: #0D78BC;
}

.trust-content .trust-desc {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.trust-highlight-box {
    background: linear-gradient(135deg, #f0f7fb 0%, #e1f0fa 100%);
    padding: 25px 30px;
    border-radius: 12px;
    position: relative;
}

.trust-highlight-box .quote-icon {
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 1.8rem;
    color: #0D78BC;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.trust-highlight-box p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0b5f95;
    line-height: 1.6;
    margin-top: 5px;
}

/* Call to Action Section */
.cta-section {
    padding: 100px 0;
    background: #f4f9fc;
}
.modern-cta {
    background: linear-gradient(135deg, #0D78BC 0%, #084c78 100%);
    border-radius: 24px;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 20px 40px rgba(13, 120, 188, 0.2);
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
@media (min-width: 992px) {
    .modern-cta {
        flex-direction: row;
        padding: 60px 80px;
    }
}
.modern-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 0;
}
.modern-cta::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: 0;
}
.cta-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    text-align: center;
}
@media (min-width: 992px) {
    .cta-content {
        text-align: left;
    }
}
.cta-content h2 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.cta-content .main-desc {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}
.cta-content .sub-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.cta-action {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}
@media (min-width: 992px) {
    .cta-action {
        margin-top: 0;
        margin-left: 40px;
    }
}
.btn-cta-modern {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #0D78BC;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.btn-cta-modern .btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    background: #f0f7fb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.btn-cta-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: #084c78;
}
.btn-cta-modern:hover .btn-icon {
    background: #0D78BC;
    color: #ffffff;
}
.btn-premium {
    background: #0D78BC;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}
.btn-premium:hover {
    background: #1865AB;
    box-shadow: 0 10px 20px rgba(13, 120, 188, 0.3);
    transform: translateY(-3px);
    color: #fff;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #fff;
}
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}
.custom-accordion .accordion-button {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
    background-color: #fff;
    padding: 20px 25px;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.custom-accordion .accordion-button:not(.collapsed) {
    color: #0D78BC;
    background-color: #f0f7fb;
}
.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230D78BC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.custom-accordion .accordion-body {
    padding: 20px 25px;
    color: #555;
    line-height: 1.7;
    font-size: 1rem;
    background-color: #fff;
}

@media (max-width: 768px) {
    .service-hero {
        padding: 80px 0 60px;
        text-align: center;
    }
    .service-hero::before {
        background: linear-gradient(to bottom, rgba(16, 55, 92, 0.95) 0%, rgba(16, 55, 92, 0.85) 100%);
    }
    .service-hero span {
        font-size: 2.2rem;
    }
    .service-hero p {
        font-size: 1rem;
        margin-bottom: 20px;
    }
    .service-hero p br {
        display: none;
    }
    .service-hero h1 { font-size: 2rem; }
    .hero-form {
        max-width: 100%;
        padding: 1.5rem;
        margin: 0 auto;
    }
    .service-hero-content {
        max-width: 100%;
        margin-top: 2rem;
    }
    .career-text { margin-top: 40px; }
    .courses-section { padding: 50px 0; }
    .faq-section { padding: 50px 0; }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hero-form {
        max-width: 100%;
    }
    .service-hero-content {
        max-width: 100%;
    }
}


.dropdown-content {
    display: none;
}

.dropdown.active .dropdown-content {
    display: block;
}