body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0a0a0a;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-top: 76px;
}

/* Global Enhancements */
* {
    box-sizing: border-box;
}

.container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Smooth transitions for all interactive elements */
a, button, .course-card, .stat-item, .feature-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced Navbar */
.navbar {
    backdrop-filter: blur(10px);
    background: rgba(13, 13, 13, 0.95) !important;
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
    transition: all 0.3s ease;
    z-index: 99999 !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* Ensure dropdown menus appear above other content */
.navbar .dropdown-menu {
    z-index: 100000 !important;
    position: absolute !important;
    background: rgba(13, 13, 13, 0.95) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

/* Fix for Bootstrap navbar positioning */
.navbar-nav .dropdown-menu {
    z-index: 100000 !important;
}

/* Ensure navbar dropdown items are styled properly */
.navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease;
}

.navbar .dropdown-item:hover {
    background: rgba(59, 130, 246, 0.2) !important;
    color: white !important;
}

/* Hover functionality for dropdown */
.navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.navbar .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 0;
}

/* Ensure dropdown stays visible when hovering over the menu itself */
.navbar .nav-item.dropdown:hover .dropdown-menu,
.navbar .dropdown-menu:hover {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Keep the dropdown visible when hovering over the dropdown toggle */
.navbar .dropdown-toggle:hover + .dropdown-menu,
.navbar .dropdown-toggle:focus + .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
}

.nav-link {
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 80%;
}

.btn-outline-primary {
    border: 2px solid #3b82f6;
    color: #3b82f6;
    font-weight: 600;
    border-radius: 25px;
    padding: 0.5rem 1.2rem;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-color: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);
}

/* Enhanced Hero Section Styles */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.hero-text-wrapper {
    animation: fadeInUp 1s ease-out;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge {
    display: inline-block;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.badge-text {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 0.6rem 1.35rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.6px;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.25);
}

.hero-title {
    font-size: clamp(2.75rem, 5vw, 4.25rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.75rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.5px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.text-gradient {
    background: linear-gradient(135deg, #3b82f6, #60a5fa, #93c5fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2.5rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    font-weight: 400;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.stat-item {
    text-align: center;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    min-width: 120px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.stat-number {
    display: block;
    font-size: 2.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffffff, #60a5fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.75rem;
    flex-wrap: wrap;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.feature-item:hover {
    background: rgba(59, 130, 246, 0.2);
    transform: translateY(-2px);
}

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

.hero-technologies {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.75rem;
    flex-wrap: wrap;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tech-item {
    padding: 0.65rem 1.1rem;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: white;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
}

.tech-item:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35);
    border: 2px solid transparent;
    letter-spacing: 0.4px;
}

.btn-primary-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6);
    color: white;
    text-decoration: none;
}

.btn-secondary-custom {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    letter-spacing: 0.4px;
}

.btn-secondary-custom:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
}

.arrow-icon {
    transition: transform 0.3s ease;
    font-style: normal;
}

.btn-primary-custom:hover .arrow-icon {
    transform: translateX(5px);
}

/* Custom Carousel Indicators */
.custom-indicators {
    bottom: 40px;
    z-index: 4;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.custom-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    margin: 0;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.custom-indicators button.active {
    background: #3b82f6;
    border-color: #3b82f6;
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

/* Custom Navigation Buttons */
.custom-nav-btn {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    z-index: 4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-nav-btn:hover {
    background: rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.4);
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.custom-prev-icon,
.custom-next-icon {
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    animation: bounce 2.5s infinite;
    backdrop-filter: blur(5px);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.scroll-text {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.scroll-arrow {
    font-size: 1.1rem;
    animation: bounceArrow 2s infinite;
    opacity: 0.9;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeInUp 1s ease-out;
}

.animate-fade-up-delay {
    animation: fadeInUp 1s ease-out 0.3s both;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

@keyframes bounceArrow {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        padding: 0 1rem;
    }
    
    .hero-stats {
        gap: 1rem;
    }
    
    .stat-item {
        min-width: 80px;
        padding: 0.8rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .hero-features {
        gap: 1rem;
    }
    
    .feature-item {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    .hero-technologies {
        gap: 0.8rem;
    }
    
    .tech-item {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .custom-nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .custom-prev-icon,
    .custom-next-icon {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-stats {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .stat-item {
        width: 100%;
        max-width: 200px;
    }
    
    .hero-features {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-technologies {
        justify-content: center;
    }
}

/* Legacy styles for compatibility */
.sub-heading{
    font-size: 16px;
    margin-top: 8px;
}

.heading{
    font-size: 36px;
    font-weight: 750;
    text-shadow: 2px 2px black;
}

img.bd-placeholder-img {
    object-fit: cover;
    height: 200px;
    width: 250px;
}

img.d-block{
    object-fit: cover;
    height: 690px;
}

.center{
    font-size: 32px;
}

/* blogs */

.blog-head{
    font-size: 39px;
    margin-top: 49px;
    font-weight: 700;
}

.start-button{
    background-color: #050530;
    padding: 11px;
    border-radius: 27px;
    margin-top: 14px;
}

button.start-button:hover{
    background-color: rgba(10, 7, 65, 0.965);
    color: rgb(47, 47, 47);
    transition: 0.3s;
}


.logo-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .logo-carousel-track {
    display: flex;
    animation: logo-scroll 15s linear infinite;
  }
  .logo-carousel-item {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
    flex-shrink: 0;
  }
  .logo-carousel-item img {
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
  }
  .logo-carousel-title {
    margin-bottom: 20px;
    font-size: 33px;

  }
  @keyframes logo-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
/* Enhanced Courses Section */
.courses-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    position: relative;
}

.courses-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.course-heading {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 2rem;
    color: white;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.course-heading::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
}

.courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}

.course-card {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    backdrop-filter: blur(10px);
}

.course-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.course-card:hover::before {
    opacity: 1;
}

.course-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.6);
}

.course-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.course-card:hover .course-img {
    transform: scale(1.1);
}

.course-description {
    padding: 1.5rem;
    text-align: center;
    flex-grow: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-description h3 {
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.course-btn {
    margin: 1rem 0 0 0;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.course-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.course-btn:hover::before {
    left: 100%;
}

.course-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* Responsive Design for Courses */
@media (max-width: 768px) {
    .courses-container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .course-card {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .courses-container {
        grid-template-columns: 1fr;
        padding: 0 0.5rem;
    }
    
    .course-description {
        padding: 1rem;
    }
    
    .course-description h3 {
        font-size: 1rem;
    }
}

/* Enhanced Blog Section */
.blog-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
}

.blog-section h1 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    color: #3b82f6;
}

.blog-section h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
}

.row.mb-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.col-md-6 {
    margin-bottom: 2rem;
}

.row.g-0 {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 20px !important;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.row.g-0:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.6) !important;
}

.col.p-4 {
    padding: 1.5rem !important;
}

.text-primary-emphasis {
    color: #60a5fa !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.col h3 {
    color: white !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

.text-gray-600,
.text-body-secondary {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.9rem;
}

.card-text {
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6;
}

.icon-link {
    color: #3b82f6 !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.icon-link:hover {
    color: #60a5fa !important;
    transform: translateX(5px);
}

.col-auto img {
    border-radius: 15px;
    transition: transform 0.3s ease;
    object-fit: cover;
    width: 200px;
    height: 150px;
}

.row.g-0:hover .col-auto img {
    transform: scale(1.05);
}

/* Enhanced Testimonial Section */
.testimonial-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    position: relative;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.testimonial-section h1 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.testimonial-carousel-container {
    width: 90%;
    max-width: 900px;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border: 1px solid rgba(59, 130, 246, 0.3);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.testimonial-carousel {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.testimonial-slide {
    min-width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-slide p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
    font-style: italic;
    position: relative;
}

.testimonial-slide p::before {
    content: '"';
    font-size: 3rem;
    color: #3b82f6;
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-family: serif;
}

.testimonial-slide p::after {
    content: '"';
    font-size: 3rem;
    color: #3b82f6;
    position: absolute;
    bottom: -2rem;
    right: -1rem;
    font-family: serif;
}

.testimonial-client {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.testimonial-client img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid #3b82f6;
    transition: transform 0.3s ease;
}

.testimonial-client img:hover {
    transform: scale(1.1);
}

.testimonial-client-info {
    text-align: left;
}

.testimonial-client-info h4 {
    margin: 0;
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
}

.testimonial-client-info span {
    font-size: 0.9rem;
    color: #60a5fa;
    font-weight: 500;
}

/* Enhanced Enroll Section */
.enroll-section {
    background-image: url("https://www.iamthecode.org/wp-content/uploads/2021/03/florian-olivo-4hbJ-eymZ1o-unsplash-scaled-e1616631053918.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
    margin: 4rem 0;
}

.enroll-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.enroll-section > * {
    position: relative;
    z-index: 2;
}

.enroll-section h1 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.enroll-section h3 {
    font-size: clamp(1rem, 2vw, 1.3rem);
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    line-height: 1.6;
    font-weight: 400;
}

.enroll-section .btn {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.enroll-section .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6);
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
}

/* Enhanced Stats Section */
.stats-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.stats-section h1 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #3b82f6;
}

.stats-section p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto 3rem auto;
    line-height: 1.6;
}

.border-2 {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 20px !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.border-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.6) !important;
}

.border-2 svg {
    color: #3b82f6 !important;
}

.border-2 h2 {
    color: white !important;
    font-weight: 700;
}

.border-2 p {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Enhanced Logo Carousel */
.logo-carousel-title {
    margin-bottom: 3rem;
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 700;
    color: #3b82f6;
    position: relative;
}

.logo-carousel-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
}

.logo-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
    border-radius: 20px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.logo-carousel-item img {
    width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.8);
    transition: all 0.3s ease;
}

.logo-carousel-item:hover img {
    filter: grayscale(0%) brightness(1);
    transform: scale(1.1);
}

/* Enhanced Footer */
footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.2);
    padding: 2rem 0;
    margin-top: 4rem;
}

footer a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
}

footer a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #3b82f6;
    transition: width 0.3s ease;
}

footer a:hover::after {
    width: 100%;
}

footer a:hover {
    color: #3b82f6;
}

/* Enhanced Buttons */
.btn.bg-blue-900 {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8) !important;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.btn.bg-blue-900:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.5);
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .testimonial-carousel-container {
        width: 98%;
        padding: 1rem;
    }
    .testimonial-slide {
        padding: 1rem 0.5rem;
    }
    .testimonial-client {
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .testimonial-carousel-container {
        width: 100%;
        padding: 0.5rem 0;
        border-radius: 0;
    }
    .testimonial-slide {
        padding: 0.5rem 0.2rem;
        min-width: 100vw;
        box-sizing: border-box;
    }
    .testimonial-client {
        flex-direction: column;
        align-items: center;
        gap: 0.3rem;
        margin-top: 0.5rem;
    }
    .testimonial-client-info {
        text-align: center;
    }
    .testimonial-carousel {
        min-width: 100vw;
    }
    .testimonial-dots {
        justify-content: center;
        display: flex;
        margin-top: 0.5rem;
    }
    .testimonial-nav {
        margin: 0 0.2rem;
    }
}

/* Additional Course Card Enhancements */
.course-description p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 1rem;
}

.course-img-wrapper {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.course-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.feature-tag {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.1));
    color: #60a5fa;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.2));
    transform: translateY(-1px);
}

.course-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
}

.course-btn .arrow-icon {
    transition: transform 0.3s ease;
    font-style: normal;
}

.course-btn:hover .arrow-icon {
    transform: translateX(5px);
}

/* Enhanced Section Spacing */
section {
    margin: 2rem 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Improved Why We Stand Out Section */
.text-white.body-font {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
    padding: 4rem 0;
}

.text-white.body-font::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.text-white.body-font .container {
    position: relative;
    z-index: 1;
}

.text-white.body-font h1 {
    position: relative;
}

.text-white.body-font h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
}

.text-white.body-font .flex.flex-wrap > div {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    border-radius: 20px;
    padding: 2rem;
    margin: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.text-white.body-font .flex.flex-wrap > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.6);
}

.text-white.body-font .w-60 {
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.text-white.body-font .flex.flex-wrap > div:hover .w-60 {
    transform: scale(1.05);
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    .feature-tag {
        font-size: 0.75rem;
        padding: 0.25rem 0.6rem;
    }
    
    .course-features {
        gap: 0.3rem;
    }
    
    .text-white.body-font .flex.flex-wrap > div {
        margin: 0.5rem;
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .course-features {
        justify-content: center;
    }
    
    .feature-tag {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
}

/* Enhanced Blog Section Styles */
.blog-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

.blog-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.blog-section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.blog-section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

.title-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
    margin: 0 auto;
}

.blog-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
}

.blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.blog-card:hover::before {
    opacity: 1;
}

.blog-card:hover {
    transform: translateY(-10px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
}

.blog-card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.1);
}

.blog-category-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 3;
}

.blog-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.blog-date,
.blog-read-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    font-weight: 500;
}

.blog-icon {
    width: 1rem;
    height: 1rem;
    color: #60a5fa;
}

.blog-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-excerpt {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
}

.blog-tags {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.blog-tag {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.1));
    color: #60a5fa;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.blog-tag:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.3), rgba(59, 130, 246, 0.2));
    transform: translateY(-1px);
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: auto;
}

.blog-read-more:hover {
    color: #60a5fa;
    text-decoration: none;
    transform: translateX(5px);
}

.blog-arrow {
    width: 1rem;
    height: 1rem;
    transition: transform 0.3s ease;
}

.blog-read-more:hover .blog-arrow {
    transform: translateX(3px);
}

.blog-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    cursor: pointer;
}

.blog-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6);
    color: white;
}

.blog-cta-arrow {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
}

.blog-cta-button:hover .blog-cta-arrow {
    transform: translateX(5px);
}

/* Responsive Design for Blog Section */
@media (max-width: 768px) {
    .blog-section {
        padding: 60px 0;
    }
    
    .blog-card {
        margin-bottom: 2rem;
    }
    
    .blog-image-wrapper {
        height: 180px;
    }
    
    .blog-content {
        padding: 1.25rem;
    }
    
    .blog-title {
        font-size: 1.2rem;
    }
    
    .blog-meta {
        gap: 0.75rem;
    }
    
    .blog-cta-button {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .blog-image-wrapper {
        height: 160px;
    }
    
    .blog-content {
        padding: 1rem;
    }
    
    .blog-title {
        font-size: 1.1rem;
    }
    
    .blog-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .blog-tags {
        gap: 0.3rem;
    }
    
    .blog-tag {
        font-size: 0.75rem;
        padding: 0.25rem 0.6rem;
    }
}

/* Enhanced Why We Stand Out Section */
.why-stand-out-section {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.why-stand-out-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.feature-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.2);
}

.feature-card-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-icon-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.feature-card:hover .feature-image {
    transform: scale(1.1);
}

.feature-icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.8) 0%, rgba(29, 78, 216, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card:hover .feature-icon-overlay {
    opacity: 1;
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    color: white;
}

.feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3b82f6;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.feature-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
}

.feature-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.highlight-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
}

.feature-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: auto;
}

.feature-link:hover {
    color: #60a5fa;
    text-decoration: none;
    transform: translateX(5px);
}

.link-arrow {
    width: 1rem;
    height: 1rem;
    transition: transform 0.3s ease;
}

.feature-link:hover .link-arrow {
    transform: translateX(3px);
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.6);
    color: white;
}

.cta-arrow {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

/* Responsive Design for Why We Stand Out */
@media (max-width: 768px) {
    .why-stand-out-section {
        padding: 60px 0;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .feature-icon-wrapper {
        height: 150px;
    }
    
    .feature-title {
        font-size: 1.25rem;
    }
    
    .cta-button {
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .feature-highlights {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .highlight-item {
        font-size: 0.8rem;
    }
}
/* ===== ENHANCED STATS SECTION CSS ===== */
/* Fix for stats cards to stay in same row */
.text-white.body-font .flex.flex-wrap.-m-4 {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 1rem;
    justify-content: center;
    align-items: stretch;
    padding: 0 1rem;
}

.text-white.body-font .flex.flex-wrap.-m-4 > div {
    flex: 1 1 0;
    min-width: 0;
    max-width: 280px;
    transition: all 0.3s ease;
}

/* Additional targeting for stats section specifically */
section.text-white.body-font .flex.flex-wrap {
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
}

section.text-white.body-font .flex.flex-wrap > div {
    flex: 1 1 25%;
    min-width: 200px;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Enhanced Stats Card Styling */
.text-white.body-font .border-2 {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 20px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.text-white.body-font .border-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.text-white.body-font .border-2:hover::before {
    opacity: 1;
}

.text-white.body-font .border-2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(59, 130, 246, 0.25);
    border-color: rgba(59, 130, 246, 0.6) !important;
}

.text-white.body-font .border-2 svg {
    color: #3b82f6 !important;
    transition: transform 0.3s ease;
}

.text-white.body-font .border-2:hover svg {
    transform: scale(1.1);
}

.text-white.body-font .border-2 h2 {
    color: white !important;
    font-weight: 700;
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-white.body-font .border-2 p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
}

/* Responsive adjustments for stats */
@media (max-width: 768px) {
    .text-white.body-font .flex.flex-wrap.-m-4 {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding: 0 1rem;
        gap: 0.75rem;
        scrollbar-width: thin;
        scrollbar-color: rgba(59, 130, 246, 0.5) transparent;
    }
    
    .text-white.body-font .flex.flex-wrap.-m-4::-webkit-scrollbar {
        height: 6px;
    }
    
    .text-white.body-font .flex.flex-wrap.-m-4::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
    }
    
    .text-white.body-font .flex.flex-wrap.-m-4::-webkit-scrollbar-thumb {
        background: rgba(59, 130, 246, 0.5);
        border-radius: 3px;
    }
    
    .text-white.body-font .flex.flex-wrap.-m-4 > div {
        min-width: 200px;
        flex-shrink: 0;
    }
    
    section.text-white.body-font .flex.flex-wrap {
        overflow-x: auto;
        padding: 0 1rem;
        gap: 0.75rem;
    }
    
    section.text-white.body-font .flex.flex-wrap > div {
        min-width: 180px;
        flex-shrink: 0;
    }
}

@media (max-width: 480px) {
    .text-white.body-font .flex.flex-wrap.-m-4 > div {
        min-width: 160px;
    }
    
    section.text-white.body-font .flex.flex-wrap > div {
        min-width: 150px;
    }
    
    .text-white.body-font .border-2 {
        padding: 1rem !important;
    }
    
    .text-white.body-font .border-2 h2 {
        font-size: 1.5rem !important;
    }
}

/* ===== ENHANCED FOOTER CSS ===== */
/* Enhanced Footer */
.site-footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.2);
    margin-top: 4rem;
    width: 100%;
    position: relative;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 3rem 0 2rem 0;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-brand h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-brand .text-primary {
    color: #3b82f6;
}

.footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.footer-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    position: relative;
}

.footer-section h4::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-size: 0.9rem;
}

.footer-links a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    transition: width 0.3s ease;
}

.footer-links a:hover::before {
    width: 100%;
}

.footer-links a:hover {
    color: #3b82f6;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-size: 0.9rem;
}

.footer-social {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.social-link:hover::before {
    opacity: 1;
}

.social-link:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
    border-color: rgba(59, 130, 246, 0.5);
}

.social-link svg {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.social-link:hover svg {
    transform: scale(1.1);
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        padding: 2rem 0 1.5rem 0;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-brand h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.5rem;
    }
    
    .footer-section h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links a:hover {
        transform: none;
    }
    
    .footer-brand h3 {
        font-size: 1.2rem;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
    }
    
    .social-link svg {
        width: 18px;
        height: 18px;
    }
}
