        /* Why Choose Us Section */
        .why_choose_us {
            padding: 80px 0;
            background-color: #f8f8f8;
        }

        .why_choose_us .section_title {
            font-size: 30px;
            font-weight: 700;
            color: #000000;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .why_choose_us .section_subtitle {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.6);
            max-width: 800px;
            margin: 0 auto;
        }

        .feature_box {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 30px 20px;
            height: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
        }

        .feature_box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .feature_icon {
            font-size: 40px;
            color: #0a4271;
            margin-bottom: 20px;
        }

        .feature_icon i {
            background: rgba(10, 66, 113, 0.1);
            width: 80px;
            height: 80px;
            line-height: 80px;
            border-radius: 50%;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .feature_box:hover .feature_icon i {
            background: #0a4271;
            color: #ffffff;
        }

        .feature_content h4 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 15px;
        }

        .feature_content p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 14px;
            line-height: 1.6;
        }

        .trust_text {
            font-size: 16px;
            font-weight: 500;
            color: #0a4271;
            margin-top: 20px;
        }

        /* Quick Stats Section */
        .quick_stats {
            background: linear-gradient(135deg, #0a4271 0%, #1a6bab 100%);
            padding: 60px 0;
            color: #ffffff;
        }

        .stat_box {
            padding: 30px 15px;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .stat_box:last-child {
            border-right: none;
        }

        .stat_box:hover {
            background-color: rgba(255, 255, 255, 0.1);
            transform: translateY(-5px);
        }

        .stat_box h3 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #ffffff;
        }

        .stat_box p {
            font-size: 16px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.8);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin: 0;
        }

        @media (max-width: 767px) {
            .stat_box {
                border-right: none;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                margin-bottom: 15px;
            }

            .stat_box:last-child {
                border-bottom: none;
                margin-bottom: 0;
            }
        }

        /* Testimonials Section */
        .testimonials {
            padding: 80px 0;
            background-color: #ffffff;
        }

        .testimonials .section_title {
            font-size: 30px;
            font-weight: 700;
            color: #000000;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .testimonials .section_subtitle {
            font-size: 16px;
            color: rgba(0, 0, 0, 0.6);
            max-width: 800px;
            margin: 0 auto 30px;
        }

        .highlight_box {
            background-color: #f8f8f8;
            border-radius: 8px;
            padding: 30px 20px;
            height: 100%;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 20px;
        }

        .highlight_box:hover {
            background-color: #0a4271;
        }

        .highlight_icon {
            font-size: 30px;
            color: #0a4271;
            margin-bottom: 20px;
        }

        .highlight_icon i {
            background: rgba(10, 66, 113, 0.1);
            width: 70px;
            height: 70px;
            line-height: 70px;
            border-radius: 50%;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .highlight_box:hover .highlight_icon i {
            background: #ffffff;
            color: #0a4271;
        }

        .highlight_content h4 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 15px;
            transition: all 0.3s ease;
        }

        .highlight_content p {
            color: rgba(0, 0, 0, 0.6);
            font-size: 14px;
            line-height: 1.6;
            transition: all 0.3s ease;
        }

        .highlight_box:hover .highlight_content h4,
        .highlight_box:hover .highlight_content p {
            color: #ffffff;
        }

        .join_text {
            font-size: 16px;
            font-weight: 500;
            color: #0a4271;
            margin: 20px 0 30px;
        }

        .testimonial_card {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
        }

        .testimonial_card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }

        .testimonial_image {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            margin: 0 auto 20px;
            border: 5px solid rgba(10, 66, 113, 0.1);
        }

        .testimonial_image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .testimonial_content p {
            font-style: italic;
            color: rgba(0, 0, 0, 0.7);
            margin-bottom: 20px;
            position: relative;
            padding: 0 15px;
        }

        .testimonial_content p:before,
        .testimonial_content p:after {
            content: '"';
            font-size: 30px;
            color: #0a4271;
            position: absolute;
            opacity: 0.3;
        }

        .testimonial_content p:before {
            top: -15px;
            left: 0;
        }

        .testimonial_content p:after {
            bottom: -15px;
            right: 0;
        }

        .testimonial_content h5 {
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 5px;
        }

        .testimonial_content .text-muted {
            color: #0a4271 !important;
            font-size: 14px;
        }

        .form_input:focus {
            border-color: #0a4271;
            outline: none;
            box-shadow: 0 0 5px rgba(10, 66, 113, 0.3);
        }

        .whatsapp_button:hover {
            background: #20c058;
            transform: translateY(-2px);
        }

        .form_button:hover {
            background: #083558;
            transform: translateY(-2px);
        }
        
#partners .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
#partners .owl-carousel .partner-logo {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
} 

/* Enhanced Team Members Section */
.instructors {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    overflow: hidden;
}

.instructors:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/pattern-dots.png');
    opacity: 0.1;
    z-index: 1;
}

.instructors .container {
    position: relative;
    z-index: 2;
}

.instructors .section_title {
    position: relative;
    margin-bottom: 60px;
    color: #0a4271;
    font-weight: 700;
}

.instructors .section_title:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #0a4271, #1a6bab);
    border-radius: 2px;
}

.instructor_col {
    margin-bottom: 40px;
}

.instructor {
    position: relative;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    overflow: hidden;
}

.instructor:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(135deg, #0a4271 0%, #1a6bab 100%);
    z-index: 1;
    border-radius: 15px 15px 0 0;
}

.instructor:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.instructor_image_container {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.instructor_image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 6px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.instructor:hover .instructor_image {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.9);
}

.instructor_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.instructor:hover .instructor_image img {
    transform: scale(1.1);
}

.instructor_name {
    margin-top: 10px;
    margin-bottom: 5px;
}

.instructor_name a {
    font-size: 20px;
    font-weight: 700;
    color: #0a4271;
    transition: all 0.3s ease;
}

.instructor_name a:hover {
    color: #1a6bab;
    text-decoration: none;
}

.instructor_title {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 500;
}

.instructor_social {
    margin-top: 20px;
}

.instructor_social ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.instructor_social ul li {
    margin: 0 8px;
}

.instructor_social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f5f7fa;
    border-radius: 50%;
    color: #0a4271;
    font-size: 16px;
    transition: all 0.3s ease;
}

.instructor_social ul li a:hover {
    background-color: #0a4271;
    color: #ffffff;
    transform: translateY(-5px);
}

/* Animation for team members */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.instructor_col {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

.instructor_col:nth-child(1) { animation-delay: 0.1s; }
.instructor_col:nth-child(2) { animation-delay: 0.3s; }
.instructor_col:nth-child(3) { animation-delay: 0.5s; }
.instructor_col:nth-child(4) { animation-delay: 0.7s; }
.instructor_col:nth-child(5) { animation-delay: 0.9s; }
.instructor_col:nth-child(6) { animation-delay: 1.1s; }

/* Floating animation for extra visual appeal */
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

.instructor:hover {
    animation: float 3s ease-in-out infinite;
}
#team i:hover{
    color: #fff;
}