hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #14183e
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 0;
    color: rgba(255, 255, 255, .7);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 1);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* Apply Poppins font to all content */
body {
    font-family: 'Poppins', sans-serif !important;
}

/* Hero Section Styles */
.hero-section-modern {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 50%, #3b82f6 100%);
    color: white;
    position: relative;
    overflow: hidden;
}


.hero-title-modern {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0.8rem;
    color: white;
}

.hero-location-text {
    background: linear-gradient(135deg, #ffffff, #dbeafe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.95;
}

.rating-section-modern {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.rating-stars .fas {
    color: #fbbf24;
    font-size: 0.9rem;
}

.rating-number {
    font-size: 1rem;
    font-weight: 600;
}

.rating-reviews {
    font-size: 0.75rem;
    opacity: 0.8;
}

.verified-badge {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    margin-right: 6px;
}

.top-choice-badge {
    background: rgba(251, 146, 60, 0.2);
    color: #fb923c;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
}

.feature-card-modern {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
    transition: all 0.3s ease;
}

.feature-icon .fas {
    font-size: 1.2rem;
}

.feature-icon .fa-chalkboard-teacher {
    color: #fbbf24;
}

.feature-icon .fa-briefcase {
    color: #34d399;
}

.feature-icon .fa-certificate {
    color: #f97316;
}

.feature-title {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 0.85rem;
}

.feature-subtitle {
    font-size: 0.75rem;
    opacity: 0.8;
}

.btn-modern-primary {
    background: linear-gradient(135deg, #f59e0b, #ea580c);
    color: white;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.3);
    font-size: 0.85rem;
}

.btn-modern-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    font-size: 0.85rem;
}

.form-container-modern {
    margin-top: 0.5rem;
}

.feature-card-modern:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-modern-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4) !important;
    background: linear-gradient(135deg, #ea580c, #dc2626) !important;
}

.btn-modern-secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2) !important;
}

@media (max-width: 768px) {
    .hero-section-modern .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-fluid .container,
    .container.p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .hero-title-modern {
        font-size: 1.75rem !important;
    }

    .features-grid-modern .col-6 {
        margin-bottom: 0.5rem;
    }

    .cta-buttons-modern .d-flex {
        flex-direction: column !important;
    }

    .cta-buttons-modern .btn-modern-primary,
    .cta-buttons-modern .btn-modern-secondary {
        width: 100%;
        justify-content: center;
    }
}

/* Card styles moved from body */
.simple-card {
    background: white;
    border: none;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.simple-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.card-title {
    color: #1a1a1a;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    line-height: 1.3;
}

.card-title::after {
    display: none;
}

.card-content {
    color: #333;
    margin-bottom: 32px;
    line-height: 1.7;
    font-size: 0.95rem;
}

.card-content p {
    margin-bottom: 16px;
    text-align: justify;
}

.card-content p:last-child {
    margin-bottom: 0;
}

.card-content a {
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.2s ease;
}

.card-content a:hover {
    text-decoration: none;
    color: #000;
}

.card-sections {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.card-section {
    padding: 24px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.card-section:hover {
    background: #f8f8f8;
    border-color: #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-title {
    color: #1a1a1a;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.section-title::before {
    display: none;
}

.section-content {
    color: #333;
    line-height: 1.7;
    font-size: 0.95rem;
}

.section-content p {
    margin-bottom: 14px;
    text-align: justify;
}

.section-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

.feature-list,
.career-list,
.responsibility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li,
.career-list li,
.responsibility-list li {
    padding: 12px 0 12px 24px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    line-height: 1.5;
}

.feature-list li:hover,
.career-list li:hover,
.responsibility-list li:hover {
    background: #f5f5f5;
    padding-left: 28px;
}

.feature-list li:before,
.career-list li:before,
.responsibility-list li:before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 0.8rem;
    top: 14px;
}

.feature-list li:last-child,
.career-list li:last-child,
.responsibility-list li:last-child {
    border-bottom: none;
}

/* Enhanced scrollbar styling */
.simple-card {
    max-height: 600px !important;
    overflow-y: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #999 #f5f5f5 !important;
}

.simple-card::-webkit-scrollbar {
    width: 10px !important;
}

.simple-card::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 5px !important;
}

.simple-card::-webkit-scrollbar-thumb {
    background: #999 !important;
    border-radius: 5px !important;
    border: 2px solid #f5f5f5 !important;
}

.simple-card::-webkit-scrollbar-thumb:hover {
    background: #666 !important;
}

/* Remove any conflicting styles */
.section-title::after {
    display: none !important;
}

/* Certificate Section Styles */
.certificate-section .simple-card {
    padding: 16px;
}

.certificate-section .card-title {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.certificate-section .card-content {
    margin-bottom: 16px;
}

.certificate-section .card-sections {
    gap: 12px;
}

.certificate-section .card-section {
    padding: 12px;
}

.certificate-section .section-title {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.certificate-section .card-section p {
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.certificate-section .card-section .me-2 {
    margin-right: 8px;
}

.certificate-section .card-section svg {
    width: 16px;
    height: 16px;
}

.certificate-section .d-flex.pt-1 {
    padding-top: 4px;
}

.certificate-section .img-fluid {
    max-height: 220px;
    object-fit: contain;
}

/* Trending Courses Section Styles */
.trending-courses-section {
    background: #ffffff;
}

.trending-courses-section .section-title {
    font-weight: 700;
    color: #2c3e50;
}

.trending-courses-section .course-card {
    background: #ffffff;
    border-left: 3px solid #e74c3c;
    transition: all 0.3s ease;
    height: 180px;
}

.trending-courses-section .course-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    border-color: #c0392b;
}

.trending-courses-section .course-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.trending-courses-section .course-title {
    font-weight: 700;
    color: #2c3e50;
    font-size: 0.95rem;
}

.trending-courses-section .course-meta {
    font-size: 0.75rem;
}

.trending-courses-section .course-meta i {
    color: #e74c3c;
}

.trending-courses-section .course-btn {
    font-weight: 600;
    border-radius: 6px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.trending-courses-section .course-btn:hover {
    background: #e74c3c;
    color: #ffffff;
    border-color: #e74c3c;
}

/* Course-specific colors */
.trending-courses-section .course-abap {
    border-left-color: #e74c3c;
}

.trending-courses-section .course-abap:hover {
    border-color: #c0392b;
}

.trending-courses-section .course-abap .course-icon {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.trending-courses-section .course-abap .course-meta i {
    color: #e74c3c;
}

.trending-courses-section .course-abap .course-btn:hover {
    background: #e74c3c;
    border-color: #e74c3c;
}

.trending-courses-section .course-mm {
    border-left-color: #3498db;
}

.trending-courses-section .course-mm:hover {
    border-color: #2980b9;
}

.trending-courses-section .course-mm .course-icon {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.trending-courses-section .course-mm .course-meta i {
    color: #3498db;
}

.trending-courses-section .course-mm .course-btn:hover {
    background: #3498db;
    border-color: #3498db;
}

.trending-courses-section .course-basis {
    border-left-color: #27ae60;
}

.trending-courses-section .course-basis:hover {
    border-color: #229954;
}

.trending-courses-section .course-basis .course-icon {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}

.trending-courses-section .course-basis .course-meta i {
    color: #27ae60;
}

.trending-courses-section .course-basis .course-btn:hover {
    background: #27ae60;
    border-color: #27ae60;
}

.trending-courses-section .course-sd {
    border-left-color: #f39c12;
}

.trending-courses-section .course-sd:hover {
    border-color: #e67e22;
}

.trending-courses-section .course-sd .course-icon {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.trending-courses-section .course-sd .course-meta i {
    color: #f39c12;
}

.trending-courses-section .course-sd .course-btn:hover {
    background: #f39c12;
    border-color: #f39c12;
}

.trending-courses-section .course-pp {
    border-left-color: #9b59b6;
}

.trending-courses-section .course-pp:hover {
    border-color: #8e44ad;
}

.trending-courses-section .course-pp .course-icon {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
}

.trending-courses-section .course-pp .course-meta i {
    color: #9b59b6;
}

.trending-courses-section .course-pp .course-btn:hover {
    background: #9b59b6;
    border-color: #9b59b6;
}

.trending-courses-section .course-hcm {
    border-left-color: #16a085;
}

.trending-courses-section .course-hcm:hover {
    border-color: #138d75;
}

.trending-courses-section .course-hcm .course-icon {
    background: linear-gradient(135deg, #16a085 0%, #138d75 100%);
}

.trending-courses-section .course-hcm .course-meta i {
    color: #16a085;
}

.trending-courses-section .course-hcm .course-btn:hover {
    background: #16a085;
    border-color: #16a085;
}

.trending-courses-section .course-fico {
    border-left-color: #e67e22;
}

.trending-courses-section .course-fico:hover {
    border-color: #d35400;
}

.trending-courses-section .course-fico .course-icon {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
}

.trending-courses-section .course-fico .course-meta i {
    color: #e67e22;
}

.trending-courses-section .course-fico .course-btn:hover {
    background: #e67e22;
    border-color: #e67e22;
}

.trending-courses-section .course-pm {
    border-left-color: #34495e;
}

.trending-courses-section .course-pm:hover {
    border-color: #2c3e50;
}

.trending-courses-section .course-pm .course-icon {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
}

.trending-courses-section .course-pm .course-meta i {
    color: #34495e;
}

.trending-courses-section .course-pm .course-btn:hover {
    background: #34495e;
    border-color: #34495e;
}

/* Custom purple button outline class for SAP PP course */
.btn-outline-purple {
    color: #9b59b6 !important;
    border-color: #9b59b6 !important;
    background-color: transparent !important;
}

.btn-outline-purple:hover {
    color: white !important;
    background-color: #9b59b6 !important;
    border-color: #9b59b6 !important;
}

/* Override general course-btn hover for PP course */
.trending-courses-section .course-pp .btn-outline-purple.course-btn {
    color: #9b59b6 !important;
    border-color: #9b59b6 !important;
}

.trending-courses-section .course-pp .btn-outline-purple.course-btn:hover {
    color: white !important;
    background-color: #9b59b6 !important;
    border-color: #9b59b6 !important;
}

@media (max-width: 991px) {

    /* Header with highest z-index to override inline styles */
    .sticky-top.main-nav,
    .main-nav.sticky-top {
        position: sticky !important;
        top: 0 !important;
        z-index: 99999 !important;
    }

    .sticky-top {
        position: sticky !important;
        top: 0 !important;
        z-index: 99999 !important;
    }

    /* Ensure header is visible on mobile */
    .main-nav {
        display: block !important;
        z-index: 99999 !important;
    }

    /* Mobile navbar adjustments */
    .navbar {
        height: auto !important;
        min-height: 60px !important;
        z-index: 99999 !important;
    }

    .navbar-brand {
        display: flex !important;
        align-items: center !important;
    }

    /* Ensure mobile top bar with phone numbers is visible */
    .gradiant-bg {
        display: block !important;
        z-index: 99999 !important;
    }

    /* Lead generation form should stay below header - override inline styles */
    .col-md-3 .sticky-top[style*="z-index"],
    .sticky-top[style*="z-index: 1000"],
    .sticky-top[style*="z-index:1000"] {
        z-index: 99 !important;
        position: sticky !important;
    }

    #led_gen_form {
        z-index: 99 !important;
    }

    .simple-card.sticky-top:not(.main-nav) {
        z-index: 99 !important;
    }

    /* Any sticky element that's not the main nav */
    .sticky-top:not(.main-nav):not(.gradiant-bg):not(.navbar) {
        z-index: 99 !important;
    }
}

/* FAQ Zero-Click Section Styles - Compact */
.faq-zero-click-section {
    background: #ffffff;
    padding: 30px 0;
}

.faq-zero-click-header {
    text-align: center;
    margin-bottom: 25px;
}

.faq-zero-click-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
}

.faq-zero-click-title::after {
    display: none;
}

.faq-zero-click-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    margin-top: 12px;
}

.faq-zero-click-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    max-height: 350px;
    overflow-y: auto;
}

.faq-zero-click-container:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-item-zero-click {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease;
}

.faq-item-zero-click:last-child {
    border-bottom: none;
}

.faq-item-zero-click:hover {
    background: #f8f9fa;
    margin: 0 -10px;
    padding: 12px 10px;
    border-radius: 4px;
}

.faq-question-zero-click {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.faq-number-badge {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.faq-question-text h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.faq-answer-zero-click {
    margin-left: 36px;
    color: #64748b;
    line-height: 1.5;
    font-size: 0.9rem;
    text-align: justify;
}

.faq-answer-zero-click p {
    margin: 0;
}

.faq-answer-zero-click a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.faq-answer-zero-click a:hover {
    text-decoration: underline;
    color: #1d4ed8;
}

.faq-cta-zero-click {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.faq-cta-zero-click-text {
    font-size: 1rem;
    color: #1e293b;
    margin-bottom: 16px;
    font-weight: 600;
}

.faq-cta-zero-click-button {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
}

.faq-cta-zero-click-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

/* Integrated Form Styles */
.faq-form-integrated {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    height: 100%;
}

.faq-form-title-integrated {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
}

.faq-form-title-integrated::after {
    display: none;
}

/* Remove conflicting styles */
.faq-form-card-compact {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.faq-form-title-compact {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-zero-click-section {
        padding: 20px 0;
    }

    .faq-zero-click-title {
        font-size: 1.5rem;
    }

    .faq-zero-click-container {
        padding: 16px;
    }

    .faq-item-zero-click {
        padding: 10px 0;
    }

    .faq-item-zero-click:hover {
        margin: 0 -8px;
        padding: 10px 8px;
    }

    .faq-number-badge {
        width: 20px;
        height: 20px;
        font-size: 0.65rem;
        margin-right: 10px;
    }
}

.faq-item-zero-click:last-child {
    border-bottom: none;
}

.faq-item-zero-click:hover {
    background: #f8f9fa;
    margin: 0 -10px;
    padding: 12px 10px;
    border-radius: 4px;
}

.faq-question-zero-click {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.faq-number-badge {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    margin-right: 12px;
    flex-shrink: 0;
}

.faq-question-text h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

.faq-answer-zero-click {
    margin-left: 36px;
    color: #64748b;
    line-height: 1.5;
    font-size: 0.9rem;
    text-align: justify;
}

.faq-answer-zero-click p {
    margin: 0;
}

.faq-answer-zero-click a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.faq-answer-zero-click a:hover {
    text-decoration: underline;
    color: #1d4ed8;
}

.faq-cta-zero-click {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.faq-cta-zero-click-text {
    font-size: 1rem;
    color: #1e293b;
    margin-bottom: 16px;
    font-weight: 600;
}

.faq-cta-zero-click-button {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
}

.faq-cta-zero-click-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
}

/* Integrated Form Styles */
.faq-form-integrated {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    height: 100%;
}

.faq-form-title-integrated {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    text-align: center;
    position: relative;
}

.faq-form-title-integrated::after {
    display: none;
}

/* Remove conflicting styles */
.faq-form-card-compact {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.faq-form-title-compact {
    display: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-zero-click-section {
        padding: 20px 0;
    }

    .faq-zero-click-title {
        font-size: 1.5rem;
    }

    .faq-zero-click-container {
        padding: 16px;
    }

    .faq-item-zero-click {
        padding: 10px 0;
    }

    .faq-item-zero-click:hover {
        margin: 0 -8px;
        padding: 10px 8px;
    }

    .faq-number-badge {
        width: 20px;
        height: 20px;
        font-size: 0.65rem;
        margin-right: 10px;
    }

    .faq-question-text h4 {
        font-size: 0.9rem;
    }

    .faq-answer-zero-click {
        margin-left: 30px;
    }

    .faq-cta-zero-click {
        padding: 16px;
    }
}

/* Associates Section Styles */
.associates-wrapper {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.associates-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 15px;
    align-items: center;
    justify-items: center;
}

.associate-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    min-height: 60px;
    position: relative;
    overflow: hidden;
}

.associate-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent, rgba(59, 130, 246, 0.05), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.associate-logo:hover::before {
    transform: translateX(100%);
}

.associate-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #3b82f6;
}

.associate-logo img {
    max-height: 40px;
    max-width: 85px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.associate-logo:hover img {
    filter: grayscale(0%);
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
}

/* Footer link spacing */
.footer .d-flex.flex-wrap a.btn.btn-link[href*="student-testimonials"],
.footer .d-flex.flex-wrap a.btn.btn-link[href*="certificate-validate"],
.footer .d-flex.flex-wrap a.btn.btn-link[href*="sitemap"],
.footer .d-flex.flex-wrap a.btn.btn-link[href*="blog.php"] {
    margin-right: 1rem !important;
    margin-bottom: 0.5rem !important;
}

/* Footer Styles - Clean and Comprehensive */
.footer {
    background-color: var(--dark) !important;
    background-image: url(../img/footer.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/* Footer Text Colors - Maximum specificity override */
.container-fluid.footer *,
.container-fluid.bg-dark.footer *,
.footer.bg-dark *,
.footer.container-fluid * {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Override global heading color #14183e in footer */
.container-fluid.footer h1,
.container-fluid.footer h2,
.container-fluid.footer h3,
.container-fluid.footer h4,
.container-fluid.footer h5,
.container-fluid.footer h6,
.footer.bg-dark h1,
.footer.bg-dark h2,
.footer.bg-dark h3,
.footer.bg-dark h4,
.footer.bg-dark h5,
.footer.bg-dark h6,
.container-fluid.bg-dark.footer h1,
.container-fluid.bg-dark.footer h2,
.container-fluid.bg-dark.footer h3,
.container-fluid.bg-dark.footer h4,
.container-fluid.bg-dark.footer h5,
.container-fluid.bg-dark.footer h6,
h1.footer,
h2.footer,
h3.footer,
h4.footer,
h5.footer,
h6.footer,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #ffffff !important;
}

.container-fluid.footer .text-white,
.footer.bg-dark .text-white,
.container-fluid.bg-dark.footer .text-white {
    color: #ffffff !important;
}

.container-fluid.footer .text-white-50,
.footer.bg-dark .text-white-50,
.container-fluid.bg-dark.footer .text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Footer Headings */
.footer h5 {
    color: #ffffff !important;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Footer Paragraphs and Text */
.footer p {
    color: rgba(255, 255, 255, 0.7) !important;
    line-height: 1.6;
}

.footer .btn-link {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    padding: 0.25rem 0;
    margin: 0.25rem 0;
    display: block;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.footer .btn-link:hover {
    color: #ffffff !important;
    text-decoration: underline;
    transform: translateX(3px);
}

/* Popular Links alignment - align to start (left) */
.footer .col-md-6.col-lg-3:nth-child(3) .btn-link {
    text-align: left !important;
    display: block !important;
    width: fit-content !important;
}

/* Square icon styling for Popular Links */
.footer .col-md-6.col-lg-3:nth-child(3) .btn-link .square-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.footer .col-md-6.col-lg-3:nth-child(3) .btn-link:hover .square-icon {
    border-color: #ffffff;
    transform: scale(1.2);
}

.footer .btn-primary {
    background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
    border: none !important;
    padding: 8px 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.footer .btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.footer .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    margin-top: 2rem;
}

.footer .copyright a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer .copyright a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer .footer-menu a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

.footer .footer-menu a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer .col-md-6 {
        margin-bottom: 2rem;
    }

    .footer .btn-link {
        font-size: 0.85rem;
    }

    .footer .btn-outline-light {
        width: 32px;
        height: 32px;
    }
}


/* CSS Variables for consistency */
:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}

.section-title::after {
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1rem;
    color: #64748b;
    margin-top: 10px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .associates-grid {
        grid-template-columns: repeat(9, 1fr);
        gap: 10px;
    }

    .associate-logo {
        padding: 6px;
        min-height: 50px;
    }

    .associate-logo img {
        max-height: 30px;
        max-width: 65px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .associates-wrapper {
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .associates-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .associate-logo {
        padding: 4px;
        min-height: 40px;
    }

    .associate-logo img {
        max-height: 25px;
        max-width: 55px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .associates-wrapper {
        padding: 15px 10px;
    }
}

/* Gallery Heading Fix */
.gallery-heading {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    margin-bottom: 0.8rem !important;
    padding: 1rem 0 !important;
}

@media (max-width: 768px) {
    .gallery-heading {
        font-size: 1.1rem !important;
        padding: 0.8rem 0 !important;
    }
}

@media (max-width: 480px) {
    .gallery-heading {
        font-size: 1rem !important;
        padding: 0.6rem 0 !important;
    }
}

/* Card Section Title Fix */
.card-section .section-title {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 0.6rem !important;
}

@media (max-width: 768px) {
    .card-section .section-title {
        font-size: 1rem !important;
    }
}

@media (max-width: 480px) {
    .card-section .section-title {
        font-size: 0.95rem !important;
    }
}

/* FINAL FOOTER STYLES - Force override all other styles */
.container-fluid.bg-dark.text-white-50.footer.pt-5 *,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h1,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h2,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h3,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h4,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h5,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h6,
.container-fluid.bg-dark.text-white-50.footer.pt-5 p,
.container-fluid.bg-dark.text-white-50.footer.pt-5 span,
.container-fluid.bg-dark.text-white-50.footer.pt-5 div,
.container-fluid.bg-dark.text-white-50.footer.pt-5 a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.container-fluid.bg-dark.text-white-50.footer.pt-5 h1,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h2,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h3,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h4,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h5,
.container-fluid.bg-dark.text-white-50.footer.pt-5 h6,
.container-fluid.bg-dark.text-white-50.footer.pt-5 .text-white {
    color: #ffffff !important;
}

.container-fluid.bg-dark.text-white-50.footer.pt-5 {
    background-color: #14183E !important;
    background-image: url(../img/footer.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}