/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
}

/* Top Bar Styles */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    font-size: 0.9rem;
}

.top-bar i {
    font-size: 1rem;
}

/* Navbar Styles */
.navbar {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 0.5rem 0;
    top: 35px !important;
}

.navbar-brand img {
    max-height: 60px;
}

.nav-link {
    font-weight: 500;
    color: #333;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #0056b3;
}

.nav-item:last-child .nav-link {
    background: #0056b3;
    color: white !important;
    border-radius: 30px;
    padding: 8px 20px !important;
    margin-left: 10px;
    margin-top: 14px;
    transition: all 0.3s ease;
}

.nav-item:last-child .nav-link:hover {
    background: #004494;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 86, 179, 0.2);
}

/* Hero Section */
.hero-section {
    margin-top: 100px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.govt-certification {
    display: flex;
    align-items: center;
    gap: 15px;
    display: inline-flex;
}

.govt-emblem {
    height: 140px;
}

.govt-emblem img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.govt-text {
    font-size: 2.1rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .govt-certification {
        padding: 12px 20px;
    }

    .govt-emblem {
        height: 200px;
    }

    .govt-text {
        font-size: 1.6rem;
    }
}

.hero-content h1 {
    line-height: 1.2;
}

.hero-content .text-primary {
    color: #0056b3 !important;
}

.hero-buttons .btn {
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #0056b3;
    border: none;
}

.btn-primary:hover {
    background: #004494;
    transform: translateY(-2px);
}

.btn-outline-primary {
    border: 2px solid #0056b3;
    color: #0056b3;
}

.btn-outline-primary:hover {
    background: #0056b3;
    color: white;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-section {
        padding: 60px 0;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .floating-card {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-buttons .btn {
        width: 100%;
        margin: 10px 0;
    }
}

/* Hero Section Updates */

.certification-badges .badge {
    font-weight: 500;
    font-size: 0.9rem;
    border: 1px solid #dee2e6;
}

#heroCarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 2.4/1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 20px;
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

/* Hero Image Styles */
.hero-image img {
    transition: all 0.5s ease;
}

.hero-image:hover img {
    transform: scale(1.02);
}

/* Responsive Updates */
@media (max-width: 991px) {
    .top-bar {
        font-size: 0.8rem;
    }

    .navbar {
        top: 55px !important;
    }

    .hero-section {
        padding-top: 160px;
    }

    .main-logo {
        height: 60px;
    }

    .certification-badges {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .top-bar .container {
        font-size: 0.75rem;
    }

    .certification-badges .badge {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Top Bar Updates */
.top-bar {
    font-size: 0.85rem;
}

.top-links a {
    text-decoration: none;
    transition: opacity 0.3s;
}

.top-links a:hover {
    opacity: 0.8;
}

/* Navbar Updates */
.navbar {
    padding: 0.5rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-logo {
    height: 70px;
}

.nav-link {
    padding: 1.5rem 1rem !important;
    font-weight: 500;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #0056b3;
    transition: all 0.3s;
    transform: translateX(-50%);
}

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

/* Hero Section Updates */
.hero-section {
    padding: 60px 0 60px;
    margin-top: 100px;
}

.hero-content {
    padding-right: 3rem;
}

.action-buttons {
    max-width: 300px;
}

.action-buttons .btn {
    text-align: left;
    padding: 12px 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.action-buttons .btn:hover {
    transform: translateX(5px);
}

/* Banner Updates */
.hero-banner {
    position: relative;
    height: 100%;
}

.carousel-item img {
    height: 450px;
    /* Adjust this value to match your content height */
    object-fit: cover;
    border-radius: 15px;
}

.carousel-custom-nav {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-btn:hover {
    background: #0056b3;
    color: white;
}

/* Button Colors */
.btn-success {
    background: #28a745;
}

.btn-info {
    background: #17a2b8;
}

.btn-warning {
    background: #ffc107;
    color: #000;
}

/* Responsive Updates */
@media (max-width: 991px) {
    .hero-section {
        margin-top: 140px;
        padding: 20px 0;
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .action-buttons {
        max-width: 100%;
    }

    .nav-link {
        padding: 0.5rem 1rem !important;
    }

    .carousel-item img {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .top-bar {
        font-size: 0.75rem;
    }

    .carousel-item img {
        height: 250px;
    }
}

/* Certification Badges */
.certification-badges {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.badge-item {
    background: white;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    width: 100%;
}

.badge-item:hover {
    transform: translateY(-3px);
}

.badge-item i {
    color: #0056b3;
    font-size: 1.5rem;
}

.badge-item span {
    font-weight: 500;
    color: #333;
}

/* Hero Buttons */
.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}

.hero-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-radius: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover {
    transform: translateX(10px);
}

.hero-buttons .btn i.fa-arrow-right {
    opacity: 0;
    width: 0;
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover i.fa-arrow-right {
    opacity: 1;
    width: auto;
    margin-left: 10px;
}

/* Floating Elements */
.float-element {
    position: absolute;
    background: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
    animation: float 3s ease-in-out infinite;
}

.float-icon {
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    font-size: 1.2rem;
}

.float-content {
    line-height: 1.2;
}

.float-content h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.float-content p {
    margin: 0;
    font-size: 0.8rem;
    color: #6c757d;
}

.certificate {
    top: 20%;
    left: -20px;
}

.placement {
    bottom: 20%;
    right: -20px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Carousel Arrows */
.carousel-arrows {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-btn:hover {
    background: #0056b3;
    color: white;
}

.arrow-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dee2e6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #0056b3;
    width: 24px;
    border-radius: 4px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section {
        margin-top: 130px;
    }

    .certification-badges {
        flex-direction: column;
    }

    .hero-buttons {
        max-width: 100%;
    }

    .float-element {
        display: none;
    }
}

/* Custom Buttons */
.primary-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.btn-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 30px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    width: 100%;
}

.primary-buttons-2 .btn-custom {
    padding: 10px;
}

.btn-custom.primary {
    background: #0056b3;
    color: white;
}

.btn-custom.secondary {
    background: white;
    color: #0056b3;
    border: 2px solid #0056b3;
}

.btn-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.btn-custom img:hover {
    transform: scale(1.05);

}

.btn-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-arrow {
    margin-left: 15px;
}

.btn-arrow svg {
    stroke: currentColor;
    transition: transform 0.3s ease;
}

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

/* Designer Navigation */
.carousel-nav {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.nav-arrow {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: white;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-arrow:hover {
    background: #0056b3;
    color: white;
}

.nav-dots {
    display: flex;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dee2e6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #0056b3;
    width: 24px;
    border-radius: 4px;
}

/* Banner Top Actions */
.banner-top-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 15px;
    /* Reduced margin */
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.action-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.action-card:hover {
    transform: translateY(-3px);
    color: #0056b3;
}

.icon-box {
    width: 35px;
    height: 35px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
}

/* Updated Banner Styles */
.hero-banner {
    position: relative;
    padding: 0 20px;
}

.carousel-item img {
    height: 320px;
    /* Reduced height */
    object-fit: cover;
    border-radius: 12px;
}

/* Floating Elements */
.float-element {
    position: absolute;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
    animation: float 3s ease-in-out infinite;
}

.float-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
}

.float-content {
    line-height: 1.2;
}

.float-content h6 {
    margin: 0;
    font-weight: 600;
}

.float-content p {
    margin: 0;
    font-size: 0.8rem;
    color: #6c757d;
}

.certificate {
    top: 30%;
    left: -20px;
}

.placement {
    bottom: 25%;
    right: -20px;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Minimal Navigation */
.carousel-minimal-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.6);
    padding: 8px 15px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    z-index: 3;
}

.nav-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    color: #0056b3;
}

.nav-dots {
    display: flex;
    gap: 5px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dee2e6;
    transition: all 0.3s ease;
}

.dot.active {
    background: #0056b3;
    width: 18px;
    border-radius: 3px;
}

/* Responsive Updates */
@media (max-width: 991px) {
    .banner-top-actions {
        flex-wrap: wrap;
    }

    .action-card {
        padding: 10px;
        font-size: 0.9rem;
    }

    .carousel-item img {
        height: 280px;
    }

    .float-element {
        display: none;
    }

    .primary-buttons {
        flex-wrap: wrap;
        gap: 15px;
    }

    .btn-custom {
        width: calc(50% - 8px);
        min-width: unset;
        padding: 14px 20px;
        font-size: 0.95rem;
    }
}

/* Social Media Icons */
.social-icons {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.social-icon.facebook {
    background: #1877f2;
    color: white;
}

.social-icon.instagram {
    background: #e4405f;
    color: white;
}

.social-icon.youtube {
    background: #ff0000;
    color: white;
}

.social-icon.whatsapp {
    background: #25D366;
    color: white;
}

/* होवर इफेक्ट्स */
.social-icon:hover {
    transform: translateY(-3px);
    color: white;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .social-icons {
        display: none;
    }
}

/* About Section Styles */
.about-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

/* Section Title */
.section-title {
    margin-bottom: 30px;
}

.section-title .subtitle {
    color: #0056b3;
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
}

/* About Content */
.about-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .feature-card {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .feature-card .icon-box {
        margin-bottom: 15px;
    }

    .feature-content {
        width: 100%;
    }

    .feature-content h3 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .feature-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .features-grid {
        margin-top: 30px;
    }
}

.feature-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: #e7f0ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-icon i {
    color: #0056b3;
    font-size: 1.5rem;
}

.feature-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.feature-item p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

/* Custom Design Space */
.about-image-wrapper {
    padding: 20px;
}

.custom-design-space {
    width: 100%;
    aspect-ratio: 1;
    background: #f8f9fa;
    border-radius: 20px;
    overflow: visible;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#logoCarousel {
    height: 85%;
    margin-bottom: 15px;
}

#logoCarousel .carousel-inner {
    height: 100%;
}

#logoCarousel .carousel-item {
    height: 100%;
    padding: 30px;
}

#logoCarousel img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

#logoCarousel .carousel-item:hover img {
    transform: scale(1.05);
}

/* Educational Infographics */
.edu-infographics {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
}

.info-box {
    background: white;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 200px;
    animation: float 3s ease-in-out infinite;
}

.info-box.students {
    animation-delay: 0s;
}

.info-box.placement {
    animation-delay: 1.5s;
}

.icon-wrapper {
    width: 45px;
    height: 45px;
    background: #e7f0ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper i {
    color: #0056b3;
    font-size: 1.2rem;
}

.info-content {
    flex: 1;
}

.info-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.info-content p {
    font-size: 0.9rem;
    color: #666;
    margin: 0;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .edu-infographics {
        position: relative;
        bottom: 0;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }

    .info-box {
        width: 100%;
    }
}

/* Custom Navigation */
.logo-carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-dot {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot:hover {
    background: #0056b3;
    color: white;
}

/* Progress Bar */
.progress-bar {
    width: 100px;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.progress {
    width: 0;
    height: 100%;
    background: #0056b3;
    transition: width 0.3s linear;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .section-title h2 {
        font-size: 1.8rem;
    }
}

/* Grid and card styles */
.flexibility-card {
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: #333;
    transition: transform 0.3s ease;
}

.flexibility-card:hover {
    transform: translateY(-5px);
}

/* Header styles */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.arrow-icon {
    background-color: rgba(255, 255, 255, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

/* Body styles */
.card-body p {
    margin-top: 15px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Color themes */
.color-1 {
    background: linear-gradient(145deg, #fdfde1, #fef7c3);
}

.color-2 {
    background: linear-gradient(145deg, #e1f8fd, #c3f7fe);
}

.color-3 {
    background: linear-gradient(145deg, #fde1e1, #fec3c3);
}

.color-4 {
    background: linear-gradient(145deg, #e1fde6, #c3fecb);
}

/* Decorative shapes */
.flexibility-card::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8), transparent);
    opacity: 0.3;
    border-radius: 50%;
}



/* Director Message Section */
.director-message {
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.message-content {
    padding-right: 50px;
}

.message-text {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease forwards;
}

.message-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

.director-info {
    margin-bottom: 20px;
}

.director-info h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.director-info span {
    color: #0056b3;
    font-weight: 500;
}

/* Director Image */
.director-image-wrapper {
    position: relative;
    padding: 20px;
}

.image-container {
    position: relative;
    z-index: 2;
    transform: translateX(20px);
    opacity: 0;
    animation: slideLeft 0.8s ease 0.3s forwards;
}

.director-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.pattern-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background: linear-gradient(135deg, rgba(236, 253, 245, 1) 0%, rgba(229, 241, 255, 1) 100%);
    border-radius: 20px;
    z-index: 1;
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    left: -20px;
    background: white;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease 0.6s forwards;
}

.experience-badge .years {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #0056b3;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.9rem;
    color: #666;
}

/* Animations */
@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .message-content {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .director-info,
    .signature {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Why Choose Us Section */
.why-choose-us {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.features-grid {
    display: grid;
    gap: 25px;
    margin-top: 40px;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-card .icon-box {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e7f0ff 0%, #f5f9ff 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card .icon-box i {
    font-size: 1.5rem;
    color: #0056b3;
}

.feature-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.feature-content p {
    color: #666;
    margin: 0;
}

/* Stats Container */
.stats-container {
    position: relative;
    padding: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e7f0ff 0%, #f5f9ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.stat-icon i {
    font-size: 1.8rem;
    color: #0056b3;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.stat-label {
    color: #666;
    font-weight: 500;
}

/* Counter Animation */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-number.animate {
    animation: countUp 1s ease forwards;
}

/* Updated Why Choose Us styles */
.section-title .main-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-top: 20px;
    padding-right: 40px;
}

/* Updated Stats styles */
.stat-card {
    background: white;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #0056b3, #00a0dc);
    opacity: 0;
    transition: all 0.3s ease;
}

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

.stat-number {
    font-size: 2.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0056b3, #00a0dc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 15px 0;
}

.stat-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #555;
}

.stat-card.highlight {
    background: linear-gradient(135deg, #0056b3, #00a0dc);
}

.stat-card.highlight .stat-icon {
    background: rgba(255, 255, 255, 0.2);
}

.stat-card.highlight .stat-icon i {
    color: white;
}

.stat-card.highlight .stat-text {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section-title .main-description {
        padding-right: 0;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
}

/* Updated Branches Section Styles */
.branches-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
}

.branches-slider-container {
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
}

.branches-wrapper {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.branches-wrapper::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.branch-card {
    min-width: 400px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s ease;
    scroll-snap-align: start;
}

.branch-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.branch-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.branch-image {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
}

.branch-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branch-title h3 {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

.branch-details {
    padding: 20px;
}

.detail-item {
    margin-bottom: 10px;
}

.detail-item strong {
    color: #555;
    margin-right: 8px;
    white-space: nowrap;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
    align-items: flex-start;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0056b3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-link:hover {
    color: #003d7a;
}

.contact-link i {
    width: 30px;
    height: 30px;
    background: rgba(0, 86, 179, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.branch-address {
    display: flex;
    gap: 10px;
    margin: 15px 0;
    color: #666;
}

.branch-address i {
    color: #0056b3;
    margin-top: 3px;
    margin-left: 5px;
}

.branch-description p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1200px) {
    .branches-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .branch-header {
        flex-direction: column;
        text-align: center;
    }

    .branch-image {
        margin: 0 auto;
    }

    .contact-info {
        align-items: flex-start;
    }
}

.scroll-indicator {
    position: absolute;
    right: 0;
    bottom: -30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 0.9rem;
    animation: bounce 2s infinite;
}

.scroll-indicator i {
    color: #0056b3;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

@media (max-width: 576px) {
    .branch-card {
        min-width: 300px;
    }
}

/* Management Team Section */
.management-team {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.team-slider-container {
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
}

.team-wrapper {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    padding: 20px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.team-wrapper::-webkit-scrollbar {
    display: none;
}

.team-card {
    min-width: 280px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    scroll-snap-align: start;
    text-align: center;
    padding-bottom: 20px;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.member-image {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.member-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .member-image img {
    transform: scale(1.1);
}

.member-info {
    padding: 20px;
}

.member-info h3 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 5px;
}

.designation {
    color: #0056b3;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #0056b3;
    color: white;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 576px) {
    .team-card {
        min-width: 260px;
    }

    .member-image {
        height: 260px;
    }
}

/* Blog Section */
.blog-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.blog-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.blog-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

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

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

.category-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 86, 179, 0.9);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.blog-content {
    padding: 25px;
}

.blog-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.blog-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #0056b3;
}

.blog-excerpt {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* Blog Details Styles */
.blog-details-section {
    padding: 80px 0;
}

.blog-details-section__main {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.blog-details-section__image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.blog-details-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-section__content {
    padding: 30px;
}

.blog-details-section__title {
    font-size: 2.5rem;
    color: #2d3436;
    margin-bottom: 15px;
}

.blog-details-section__meta {
    color: #636e72;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.blog-details-section__meta i {
    margin-right: 5px;
}

.blog-details-section__description {
    color: #2d3436;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* Sidebar Styles */
.blog-details-section__sidebar {
    position: sticky;
    top: 100px;
}

.blog-details-section__widget {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.blog-details-section__widget-title {
    font-size: 1.5rem;
    color: #2d3436;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
}

.blog-details-section__post {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.blog-details-section__post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.blog-details-section__post-image {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
}

.blog-details-section__post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details-section__post-content h4 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.blog-details-section__post-content h4 a {
    color: #2d3436;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-details-section__post-content h4 a:hover {
    color: #0056b3;
}

.blog-details-section__post-date {
    font-size: 0.85rem;
    color: #636e72;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .blog-details-section__image {
        height: 300px;
    }

    .blog-details-section__title {
        font-size: 2rem;
    }

    .blog-details-section__sidebar {
        margin-top: 40px;
        position: static;
    }
}

@media (max-width: 576px) {
    .blog-details-section__image {
        height: 200px;
    }

    .blog-details-section__title {
        font-size: 1.5rem;
    }

    .blog-details-section__content {
        padding: 20px;
    }
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Left Column - Grid Styles */
.testimonial-grid {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-item {
    position: absolute;
    width: 85px;
    height: 85px;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 2;
    top: -85px;
    left: 35%;
}

.testimonial-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    background: #fff;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.grid-item:hover .testimonial-avatar {
    border-color: rgba(0, 86, 179, 0.3);
    transform: scale(1.05);
}

.grid-item.active .testimonial-avatar {
    border-color: #0056b3;
    transform: scale(1.15);
    box-shadow: 0 8px 25px rgba(0, 86, 179, 0.2);
}

.grid-item:hover img {
    transform: scale(1.1);
}

/* Decorative Elements */
.decorative-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border: 2px dashed rgba(0, 86, 179, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.decorative-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    border: 1px solid rgba(0, 86, 179, 0.1);
    border-radius: 50%;
}

.decorative-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    border: 1px solid rgba(0, 86, 179, 0.05);
    border-radius: 50%;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .testimonial-grid {
        width: 350px;
        height: 350px;
        margin-top: 60px;
    }

    .grid-item {
        width: 70px;
        height: 70px;
    }

    .decorative-circle {
        width: 280px;
        height: 280px;
    }

    .decorative-circle::before {
        width: 240px;
        height: 240px;
    }

    .decorative-circle::after {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 576px) {
    .testimonial-grid {
        width: 300px;
        height: 300px;
        margin-top: 50px;
    }

    .grid-item {
        width: 60px;
        height: 60px;
    }
}

/* Right Column - Card Styles */
.testimonial-cards-wrapper {
    position: relative;
    height: 400px;
}

.testimonial-card {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.testimonial-card.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Card Header with Avatar */
.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.student-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.student-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-info {
    flex: 1;
}

.student-info h4 {
    color: #333;
    margin-bottom: 5px;
}

.quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.quote-icon::before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 150px;
    color: rgba(0, 86, 179, 0.03);
    z-index: -1;
    transform: rotate(8deg);
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.rating i {
    color: #ffc107;
    font-size: 16px;
    margin-right: 2px;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-grid {
        width: 350px;
        height: 350px;
        margin-top: 60px;
    }

    .grid-item {
        width: 70px;
        height: 70px;
    }

    .decorative-circle {
        width: 280px;
        height: 280px;
    }

    .decorative-circle::before {
        width: 240px;
        height: 240px;
    }

    .decorative-circle::after {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 576px) {
    .testimonial-grid {
        width: 300px;
        height: 300px;
        margin-top: 50px;
    }

    .grid-item {
        width: 60px;
        height: 60px;
    }
}

/* Photo Gallery Section */
.album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.album-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.album-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.album-preview {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.album-slider {
    height: 100%;
}

.album-slider .slide {
    height: 250px;
}

.album-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.album-card:hover .album-overlay {
    opacity: 1;
}

.btn-view-album {
    background: #fff;
    color: #2d3436;
    padding: 12px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-view-album:hover {
    background: #2563eb;
    color: #fff;
}

.album-info {
    padding: 20px;
}

.album-info h3 {
    margin: 0 0 5px;
    font-size: 1.2rem;
    color: #2d3436;
}

.photo-count {
    color: #64748b;
    font-size: 0.9rem;
}

/* Slide animation के लिए additional styles */
.album-slider .slick-slide {
    opacity: 1;
    /* fade effect हटाया */
}

.album-slider .slide {
    transform: scale(1);
    transition: transform 0.3s ease;
}

/* Optional: smoother transitions के लिए */
.album-slider .slick-track {
    display: flex;
    align-items: center;
}

/* Slick Slider Customization */
.album-slider .slick-dots {
    bottom: 10px;
}

.album-slider .slick-dots li button:before {
    color: #fff;
}

/* Gallery Section */
.gallery-section {
    padding: 80px 0;
    background: #fff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1;
}

.gallery-image {
    width: 100%;
    height: 100%;
    position: relative;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 86, 179, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay a {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0056b3;
    font-size: 1.2rem;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-overlay a {
    transform: translateY(0);
}

.gallery-overlay a:hover {
    background: #0056b3;
    color: white;
}

/* Fancybox Customization */
.fancybox-caption {
    text-align: center;
    font-size: 1rem;
    padding: 15px;
}

/* Courses Section Styles */
.courses-pdf-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-title {
    margin-bottom: 40px;
}

.course-pdf-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-pdf-card:hover {
    transform: translateY(-5px);
}

.course-pdf-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    /* 3:2 Aspect Ratio */
    overflow: hidden;
}

.course-pdf-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(51, 153, 204, 0.9);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.course-pdf-category {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    /* Changed from center to flex-start */
}

.category-box {
    background: #e9ecef;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 1.2;
    /* Added for better line height */
    text-align: center;
    /* Center text if wraps to second line */
    word-break: break-word;
    /* Prevents overflow of long words */
    max-width: 100%;
    /* Ensures box doesn't overflow container */
}

.pdf-title {
    padding: 0 15px;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    flex-grow: 1;
}

/* New Course Details Styles */
.course-pdf-details {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px;
    margin-top: auto;
    /* Pushes details to bottom */
}

.detail-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    width: 48%;
    /* Gives some space between items */
}

.detail-item i {
    margin-right: 8px;
    color: #3399cc;
    font-size: 16px;
}

.detail-item span {
    white-space: nowrap;
    /* Prevents awkward wrapping */
}

.buy-btn {
    display: block;
    background: #3399cc;
    color: #fff;
    text-align: center;
    padding: 12px;
    margin: 0 15px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
}

.buy-btn:hover {
    background: #2980b9;
    color: #fff;
    text-decoration: none;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .course-pdf-details {
        flex-direction: column;
        gap: 10px;
    }

    .detail-item {
        width: 100%;
    }

    .category-box {
        font-size: 13px;
        padding: 6px 12px;
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* Updated Footer Styles */
.main-footer {
    background: #fff;
    padding: 80px 0 0;
}

.footer-links-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    flex-wrap: nowrap;
    width: 100%;
}

.footer-links-row h4 {
    color: #333;
    font-size: 1.2rem;
    margin: 0;
    min-width: 120px;
    white-space: nowrap;
    font-weight: 600;
}

.footer-links-row i {
    color: #0056b3;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.footer-links-row:hover i {
    transform: translateX(5px);
}

.horizontal-links,
.office-hours,
.contact-info {
    display: flex;
    align-items: center;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.horizontal-links li a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
    padding-bottom: 2px;
}

.horizontal-links li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0056b3;
    transition: width 0.3s ease;
}

.horizontal-links li a:hover {
    color: #0056b3;
}

.horizontal-links li a:hover::after {
    width: 100%;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .footer-links-row {
        flex-direction: column;
        gap: 15px;
        padding: 15px 0;
    }

    .footer-links-row h4 {
        margin-bottom: 10px;
    }

    .footer-links-row i {
        display: none;
    }

    .horizontal-links {
        flex-wrap: wrap;
        gap: 12px;
    }

    .horizontal-links li {
        margin-right: 0;
    }

    .contact-info-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        width: 100%;
    }

    .info-item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        white-space: normal;
    }

    .info-item i {
        min-width: 20px;
    }

    .info-item span,
    .info-item a {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .footer-links-wrapper {
        padding: 0 15px;
    }

    .horizontal-links {
        gap: 10px;
    }

    .horizontal-links li a {
        font-size: 0.9rem;
    }

    .contact-info-wrapper {
        gap: 12px;
    }

    .info-item {
        font-size: 0.85rem;
    }
}

/* Updated Social Links */
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:nth-child(1) {
    background: #1877f2;
    /* Facebook */
}

.social-link:nth-child(2) {
    background: #1da1f2;
    /* Twitter */
}

.social-link:nth-child(3) {
    background: #e4405f;
    /* Instagram */
}

.social-link:nth-child(4) {
    background: #0077b5;
    /* LinkedIn */
}

.social-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Updated Copyright Bar */
.copyright-bar {
    background: #f8f9fa;
    padding: 15px 0;
    margin-top: 60px;
    border-top: 1px solid #eee;
}

.copyright-bar p {
    color: #666;
    margin: 0;
    font-size: 0.9rem;
}

.developer-link {
    color: #0056b3;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.developer-link:hover {
    color: #003d82;
}

/* मोबाइल रेस्पॉन्सिव */
@media (max-width: 767px) {
    .copyright-bar {
        text-align: center;
        padding: 12px 0;
        margin-top: 0px;
    }

    .copyright-bar p {
        font-size: 0.85rem;
    }

    .developed-by {
        margin-top: 5px;
    }

    .text-md-end {
        text-align: center !important;
    }
}

/* About Text Update */
.about-text {
    color: #666;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Contact Info Update */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
    align-items: flex-start;
}

.contact-info span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.95rem;
}

.contact-info i {
    color: #0056b3;
}

.contact-info a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #0056b3;
}

@media (max-width: 991px) {
    .contact-info {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Contact Info Styles */
.contact-info-wrapper {
    display: flex;
    align-items: flex-start;
    /* Changed from center to flex-start */
    gap: 30px;
    flex: 1;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.info-item {
    display: inline-flex;
    flex-direction: column;
    /* Changed to column */
    align-items: center;
    /* Center align items */
    gap: 8px;
    color: #666;
    font-size: 0.95rem;
    white-space: nowrap;
    text-align: center;
    /* Center align text */
}

.info-item i {
    color: #0056b3;
    font-size: 1.2rem;
    /* Slightly larger icons */
    margin-bottom: 5px;
    /* Added space between icon and text */
}

.info-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-item a:hover {
    color: #0056b3;
}

/* Courses Slider Styles */
.courses-section {
    padding: 100px 0;
}

.courses-slider-wrapper {
    position: relative;
    margin-right: -15%;
    padding-top: 40px;
    width: 100%;
    /* Ensure wrapper doesn't exceed container */
}

.slider-nav {
    position: absolute;
    top: 0;
    right: 0;
    /* Changed from right: 15% */
    display: flex;
    gap: 10px;
    z-index: 2;
    padding-right: 15px;
    /* Add some padding from right edge */
}

.nav-btn {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #0056b3;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-btn:hover {
    background: #0056b3;
    color: #fff;
}

.course-card {
    margin: 10px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.course-image {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.course-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-content {
    padding: 20px;
}

.course-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.course-link {
    color: #0056b3;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.course-link i {
    transition: transform 0.3s ease;
}

.course-link:hover i {
    transform: translateX(5px);
}

/* Slick Slider Specific Styles */
.courses-slider {
    overflow: hidden;
    /* Added this line */
    width: 100%;
}

.courses-slider .slick-list {
    overflow: visible;
    width: 100%;
}

.courses-slider .slick-track {
    display: flex;
    gap: 20px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .courses-slider-wrapper {
        margin-right: -10%;
    }

    .slider-nav {
        right: 10%;
    }
}

@media (max-width: 768px) {
    .courses-slider-wrapper {
        margin-right: -30%;
    }

    .slider-nav {
        right: 30%;
    }

    .course-card {
        margin: 5px;
    }
}

/* Left Column Styles */
.section-heading {
    margin-bottom: 40px;
}

.section-heading .subtitle {
    color: #0056b3;
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}

.section-heading p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Stats Wrapper Styles */
.stats-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.stat-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 5px;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Responsive styles for left column */
@media (max-width: 991px) {
    .section-heading {
        text-align: center;
        margin-bottom: 50px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .stats-wrapper {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 28px;
    }

    .stats-wrapper {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .stat-item {
        width: 100%;
        max-width: 200px;
    }
}

/* Inner Hero Section */
.inner-hero {
    padding: 170px 0 140px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.inner-hero .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.inner-hero .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.inner-hero .breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--heading-color);
}

.hero-text {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 30px;
    line-height: 1.6;
}

.hero-image-wrapper {
    position: relative;
    padding: 20px;
}

.hero-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.hero-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.hero-image:hover img {
    transform: scale(1.05);
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary-color);
    color: white;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.experience-badge .years {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.experience-badge .text {
    font-size: 0.9rem;
}

.shape-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.shape-divider svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
    fill: #ffffff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .inner-hero {
        padding: 80px 0 100px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-image-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .inner-hero {
        padding: 60px 0 80px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-text {
        font-size: 1rem;
    }
}

/* Specific styles for about page */
.about-section {
    padding: 100px 0;
    background-color: #fff;
}

/* About image styles */
.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.experience-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: var(--primary-color);
    color: white;
    padding: 20px 30px;
    border-radius: 15px;
    text-align: center;
}

.experience-overlay .number {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.experience-overlay .text {
    font-size: 1rem;
    margin-top: 5px;
    display: block;
}

/* About content styles */
.about-content {
    padding-left: 30px;
}

/* Mission Vision styles */
.mission-vision-section {
    margin-top: 80px;
}

.mission-box,
.vision-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mission-box:hover,
.vision-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: #0056b3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-wrapper i {
    font-size: 30px;
    color: white;
}

.mission-box h3,
.vision-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--heading-color);
}

.mission-box p,
.vision-box p {
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
}

/* Responsive styles */
@media (max-width: 991px) {
    .about-section {
        padding: 70px 0;
    }

    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .about-image img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 50px 0;
    }

    .mission-vision-section {
        margin-top: 50px;
    }

    .about-image img {
        height: 300px;
    }
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
}

.location-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

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

.location-info {
    padding: 20px;
}

.location-badge {
    display: inline-block;
    padding: 8px 16px;
    background: #007bff;
    color: #fff;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.location-badge.branch {
    background: #28a745;
}

.location-info h3 {
    font-size: 1.5rem;
    color: #2d3436;
    margin-bottom: 25px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item i {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 1.2rem;
}

.contact-item h4 {
    font-size: 1rem;
    color: #2d3436;
    margin-bottom: 5px;
}

.contact-item p {
    margin: 0;
    color: #636e72;
}

.contact-item a {
    color: #636e72;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #007bff;
}

.location-map {
    height: 100%;
    min-height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .location-card {
        padding: 20px;
    }

    .location-info {
        margin-bottom: 20px;
    }

    .location-map {
        min-height: 350px;
    }
}

@media (max-width: 576px) {
    .location-map {
        min-height: 300px;
    }

    .contact-item i {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* Courses Section */
/* Course Card Redesign */
.courses-inner-section .course-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.courses-inner-section .course-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.courses-inner-section .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Duration Badge */
.courses-inner-section .duration-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(5px);
    z-index: 1;
}

.courses-inner-section .duration-badge i {
    font-size: 0.8rem;
    color: #fff;
}

.courses-inner-section .course-content {
    padding: 25px;
}

.courses-inner-section .course-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.courses-inner-section .course-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.courses-inner-section .course-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Card Footer Redesign */
.courses-inner-section .course-footer {
    padding: 0 25px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.courses-inner-section .footer-button {
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.courses-inner-section .btn-study {
    background: #2563eb;
    color: #fff;
}

.courses-inner-section .btn-study:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

.courses-inner-section .btn-learn {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.courses-inner-section .btn-learn:hover {
    background: #f1f5f9;
    color: #1e293b;
    transform: translateY(-2px);
}

/* Hover Effects */
.courses-inner-section .course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.courses-inner-section .course-card:hover .course-image img {
    transform: scale(1.05);
}

/* Course Details Section */
.course-details-section {
    padding: 80px 0;
}

.course-details-section .course-featured-image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.course-details-section .course-featured-image img {
    width: 100%;
    height: auto;
}

.course-details-section .course-info-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course-details-section .course-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.course-details-section .course-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.course-details-section .highlight-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.course-details-section .highlight-item:hover {
    transform: translateY(-3px);
}

.course-details-section .highlight-item .icon {
    width: 45px;
    height: 45px;
    background: #007bff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-details-section .highlight-item .icon i {
    color: #fff;
    font-size: 20px;
}

.course-details-section .highlight-item .info .label {
    font-size: 0.9rem;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.course-details-section .highlight-item .info .value {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    margin: 0;
}

/* Admission Card Styles */
.course-details-section .admission-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.course-details-section .admission-card .card-header {
    text-align: center;
    margin-bottom: 25px;
}

.course-details-section .admission-card .card-header h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.course-details-section .admission-card .card-header p {
    color: #666;
    margin: 0;
}

.course-details-section .quick-info {
    margin-bottom: 25px;
}

.course-details-section .info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #666;
}

.course-details-section .info-row i {
    color: #007bff;
}

.course-details-section .price-block {
    text-align: center;
    margin-bottom: 25px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.course-details-section .price-block .label {
    display: block;
    color: #666;
    margin-bottom: 5px;
}

.course-details-section .price-block .price {
    font-size: 2rem;
    font-weight: 700;
    color: #007bff;
}

.course-details-section .btn-admission {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.course-details-section .btn-admission:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.course-details-section .btn-study-materials {
    width: 100%;
    padding: 12px 20px;
    border: 2px solid #007bff;
    background: transparent;
    color: #007bff;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.course-details-section .btn-study-materials:hover {
    background: #f0f7ff;
    border-color: #0056b3;
    color: #0056b3;
    transform: translateY(-2px);
}

.course-details-section .btn-study-materials i {
    font-size: 1.1rem;
}

.course-details-section .support-block {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.course-details-section .support-block i {
    width: 40px;
    height: 40px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
}

.course-details-section .support-content span {
    display: block;
    font-size: 0.9rem;
    color: #666;
}

.course-details-section .support-content a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.course-details-section .support-content a:hover {
    color: #007bff;
}

@media (max-width: 991px) {
    .course-details-section .admission-card {
        position: static;
        margin-top: 30px;
    }

    .course-details-section .course-highlights {
        grid-template-columns: 1fr;
    }
}

.course-details-section .course-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

/* Branches Section */
.branches-inner-section {
    padding: 80px 0;
}

.branches-inner-section__card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.branches-inner-section__card:hover {
    transform: translateY(-5px);
}

.branches-inner-section__header {
    display: flex;
    align-items: center;
    padding: 25px;
    border-bottom: 1px solid #eee;
    gap: 20px;
}

.branches-inner-section__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.branches-inner-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.branches-inner-section__title {
    flex: 1;
}

.branches-inner-section__title h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.branches-inner-section__designation {
    color: #666;
    font-size: 0.95rem;
}

.branches-inner-section__content {
    padding: 25px;
}

.branches-inner-section__info {
    display: grid;
    gap: 20px;
}

.branches-inner-section__info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.branches-inner-section__info-item i {
    width: 35px;
    height: 35px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007bff;
    font-size: 1rem;
}

.branches-inner-section__info-content {
    flex: 1;
}

.branches-inner-section__info-content label {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 3px;
}

.branches-inner-section__info-content span {
    color: #333;
    font-weight: 500;
}

.branches-inner-section__info-content a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.branches-inner-section__info-content a:hover {
    color: #007bff;
}

.branches-inner-section__footer {
    padding: 20px 25px;
    border-top: 1px solid #eee;
    text-align: right;
}

.branches-inner-section__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.branches-inner-section__btn:hover {
    background: #0056b3;
    color: #fff;
    transform: translateX(5px);
}

.branches-inner-section__btn i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.branches-inner-section__btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .branches-inner-section__header {
        flex-direction: column;
        text-align: center;
    }

    .branches-inner-section__image {
        margin: 0 auto;
    }
}

/* Faculty Section */
.faculty-section {
    padding: 80px 0;
}

.faculty-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.faculty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.faculty-card__image {
    width: 150px;
    height: 150px;
    margin: 30px auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.faculty-card:hover .faculty-card__image {
    transform: scale(1.05);
}

.faculty-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faculty-card__content {
    padding: 20px;
}

.faculty-card__name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.faculty-card__position {
    display: block;
    font-size: 0.95rem;
    color: #007bff;
    margin-bottom: 15px;
}

.faculty-card__social {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-3px);
}

/* Hover Effects */
.faculty-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 123, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

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

/* Responsive Adjustments */
@media (max-width: 991px) {
    .faculty-card__image {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 576px) {
    .faculty-card {
        max-width: 280px;
        margin: 0 auto;
    }
}

/* Certificate Search Section */
.certificate-search {
    padding: 80px 0;
}

.certificate-search__card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    text-align: center;
}

.certificate-search__header {
    margin-bottom: 30px;
}

.certificate-search__icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.certificate-search__icon i {
    font-size: 32px;
    color: #fff;
}

.certificate-search__header h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.certificate-search__header p {
    color: #666;
    margin-bottom: 0;
}

.certificate-search__body {
    max-width: 400px;
    margin: 0 auto;
}

.form-floating>.form-control {
    padding: 1rem 1rem;
    height: 60px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1.1rem;
}

.form-floating>.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
}

.form-floating>label {
    padding: 1rem;
}

.certificate-search__error {
    background: #fff5f5;
    color: #dc3545;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
}

.certificate-search__error i {
    font-size: 1.1rem;
}

.certificate-search__button {
    width: 100%;
    background: #007bff;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.certificate-search__button:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
}

.certificate-search__button i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.certificate-search__button:hover i {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .certificate-search__card {
        padding: 30px 20px;
    }

    .certificate-search__header h2 {
        font-size: 1.5rem;
    }
}

.certificate-result {
    padding: 80px 0;
    background: #f8f9fa;
}

.certificate-result__header {
    text-align: center;
    margin-bottom: 50px;
}

.certificate-result__header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.divider {
    width: 80px;
    height: 4px;
    background: #007bff;
    margin: 0 auto;
    border-radius: 2px;
}

/* Student Profile Card */
.student-profile-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 30px;
}

.profile-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Student Details Card */
.student-details-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.card-header {
    padding: 25px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    gap: 15px;
}

.card-header i {
    font-size: 1.5rem;
    color: #007bff;
}

.card-header h3 {
    margin: 0;
    font-size: 1.3rem;
    color: #333;
}

.details-table {
    padding: 25px;
}

.details-table table {
    width: 100%;
}

.details-table tr {
    border-bottom: 1px solid #eee;
}

.details-table th {
    width: 30%;
    padding: 15px 10px;
    color: #666;
    font-weight: 500;
}

.details-table td {
    padding: 15px 10px;
    color: #333;
}

.card-actions {
    padding: 25px;
    border-top: 1px solid #eee;
    text-align: right;
}

.btn-view-certificate {
    background: #28a745;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-view-certificate:hover {
    background: #218838;
    transform: translateY(-2px);
}

/* Certificate Modal */
.certificate-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    padding: 0;
}

.certificate-modal .modal-content {
    background: transparent;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100000;
}

.certificate-modal .modal-header {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.certificate-modal .modal-header h4 {
    color: #fff;
    margin: 0;
}

.certificate-modal .close-modal {
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.certificate-modal .close-modal:hover {
    transform: rotate(90deg);
}

.certificate-modal .modal-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: auto;
}

.certificate-modal .modal-body img {
    max-width: 95%;
    height: auto;
    object-fit: contain;
    cursor: zoom-in;
    display: block;
    margin: auto;
    aspect-ratio: auto;
    /* Maintain original aspect ratio */
}

/* When zoomed */
.certificate-modal .modal-body img.zoomed {
    max-width: none;
    max-height: none;
    cursor: zoom-out;
}

@media (max-width: 768px) {
    .certificate-result__header h2 {
        font-size: 2rem;
    }

    .details-table th {
        width: 40%;
    }
}

/* Admission Form Styles */
.admission-form-section {
    padding: 80px 0;
}

.admission-form-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-header {
    margin-bottom: 40px;
    text-align: center;
}

.form-header h2 {
    color: #2d3436;
    margin-bottom: 10px;
    font-weight: 600;
}

.contactus_box {
    max-width: 100%;
}

.contactus_box .position-relative {
    margin-bottom: 20px;
}

.intsa {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.intsa:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    outline: none;
}

.form-control {
    height: 50px;
    border-radius: 8px;
}

select.form-control {
    padding: 10px 20px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.certificate_img {
    margin: 20px 0;
}

.certificate_img label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}

.form-control-file {
    border: 1px dashed #ddd;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
}

.sbmt {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sbmt:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.error {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .admission-form-wrapper {
        padding: 20px;
    }

    .intsa,
    .form-control {
        height: 45px;
    }
}

/* Admission Form Styles */
.btn-hero-admission {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2563eb;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
}

.btn-hero-admission:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 15px 25px rgba(37, 99, 235, 0.3);
}

.btn-hero-admission i {
    transition: transform 0.3s ease;
}

.btn-hero-admission:hover i {
    transform: translateX(5px);
}

/* Sidebar Admission Card */
.admission-sidebar {
    position: sticky;
    top: 100px;
}

.admission-sidebar .admission-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #f1f5f9;
}

.admission-sidebar .admission-card__icon {
    width: 70px;
    height: 70px;
    background: #2563eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.admission-sidebar .admission-card__icon i {
    font-size: 30px;
    color: #fff;
}

.admission-sidebar .admission-card h3 {
    color: #1e293b;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.admission-sidebar .admission-card p {
    color: #64748b;
    margin-bottom: 25px;
}

.admission-sidebar .btn-sidebar-admission {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #2563eb;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}

.admission-sidebar .btn-sidebar-admission:hover {
    background: #1d4ed8;
    color: #fff;
    transform: translateY(-2px);
}

.admission-sidebar .btn-sidebar-admission i {
    transition: transform 0.3s ease;
}

.admission-sidebar .btn-sidebar-admission:hover i {
    transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .admission-sidebar .admission-sidebar {
        margin-top: 40px;
        position: static;
    }
}

/* Skills CTA Section */
.skills-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.skills-cta-wrapper {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.highlight-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff3e6;
    color: #ff8c00;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.skills-cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2d3436;
}

.skills-cta-section p {
    font-size: 1.1rem;
    color: #636e72;
    margin-bottom: 30px;
    line-height: 1.6;
}

.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-item i {
    color: #00b894;
    font-size: 1.2rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #2d3436;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    background: #00b894;
    color: #ffffff;
    transform: translateY(-2px);
}

.cta-image {
    position: relative;
    text-align: center;
}

.cta-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.floating-element {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    animation: floatStats 3s ease-in-out infinite;
}

.floating-element .stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.floating-element .number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3436;
}

.floating-element .label {
    font-size: 0.9rem;
    color: #636e72;
}

@keyframes floatStats {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .skills-cta-wrapper {
        padding: 40px;
    }

    .skills-cta-section h2 {
        font-size: 2rem;
    }

    .cta-image {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .features-list {
        grid-template-columns: 1fr;
    }
}

/* Student Records Table Styling */
.student-records-section {
    padding: 40px 0;
}

.table-container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    margin: 0;
}

.custom-table thead tr {
    background: transparent;
}

.custom-table thead th {
    border: none;
    color: #6c757d;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-table tbody tr {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.custom-table tbody tr:hover {
    transform: translateY(-2px);
}

.custom-table td {
    border: none;
    padding: 20px;
    vertical-align: middle;
}

/* Student Avatar */
.student-avatar {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    overflow: hidden;
}

.student-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Date Info */
.date-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.date-info .day {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3436;
}

.date-info .month-year {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Student Info */
.student-info .student-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #2d3436;
}

.student-info .father-name {
    margin: 5px 0 0;
    font-size: 0.85rem;
    color: #6c757d;
}

.student-info .father-name span {
    color: #2d3436;
    font-weight: 500;
}

/* Course Info */
.course-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.course-name {
    font-weight: 500;
    color: #2d3436;
}

.branch-badge {
    display: inline-block;
    padding: 4px 12px;
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Payment Info */
.payment-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.amount {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3436;
}

.payment-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.payment-status.approved {
    background: #e8f5e9;
    color: #2e7d32;
}

.payment-status.pending {
    background: #fff3e0;
    color: #ef6c00;
}

.txn-id {
    font-size: 0.85rem;
    color: #6c757d;
}

@media (max-width: 991px) {
    .table-container {
        padding: 15px;
    }

    .custom-table td {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .student-avatar {
        width: 45px;
        height: 45px;
    }

    .date-info .day {
        font-size: 1.2rem;
    }
}

/* Policy Styles */
.policy-section {
    background-color: #f8f9fa;
}

.policy-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.policy-content h2 {
    color: #0056b3;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.policy-content p {
    margin-bottom: 1.2rem;
}

.policy-content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.policy-content ul li {
    margin-bottom: 0.5rem;
}

.policy-content a {
    color: #0056b3;
    text-decoration: none;
    transition: all 0.3s ease;
}

.policy-content a:hover {
    color: #003d7a;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .policy-content {
        padding: 1.5rem !important;
    }

    .policy-content h2 {
        font-size: 1.3rem;
    }
}

/* PDF Modal Styles */
#buyPdfModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

#buyPdfModal .modal-header {
    padding: 1.5rem;
    background: linear-gradient(45deg, #4e73df, #224abe);
}

#buyPdfModal .form-floating {
    position: relative;
}

#buyPdfModal .form-control {
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    padding: 1rem;
    height: auto;
    transition: all 0.3s ease;
}

#buyPdfModal .form-control:focus {
    border-color: #4e73df;
    box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

#buyPdfModal .btn-primary {
    background: linear-gradient(45deg, #4e73df, #224abe);
    border: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

#buyPdfModal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(78, 115, 223, 0.3);
}

#buyPdfModal .form-floating label {
    padding: 1rem;
    color: #6c757d;
}

#buyPdfModal textarea.form-control {
    min-height: 100px;
}

/* Animation */
.modal.fade .modal-dialog {
    transform: scale(0.8);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* Back to Top Button */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #0056b3;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 9999;
}

#backToTop.show {
    display: flex;
}

#backToTop:hover {
    background: #003d82;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    #backToTop {
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* मोबाइल कॉन्टैक्ट बार */
.mobile-contact-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    justify-content: space-around;
    align-items: center;
}

.mobile-contact-bar .contact-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.mobile-contact-bar .contact-item:active .contact-icon {
    transform: scale(0.9);
}

.mobile-contact-bar .contact-item i {
    font-size: 22px;
}

/* कॉल आइकन */
.mobile-contact-bar .contact-item:nth-child(1) .contact-icon {
    background: #e8f3ff;
}

.mobile-contact-bar .contact-item:nth-child(1) i {
    color: #007bff;
}

/* ईमेल आइकन */
.mobile-contact-bar .contact-item:nth-child(2) .contact-icon {
    background: #ffe8eb;
}

.mobile-contact-bar .contact-item:nth-child(2) i {
    color: #dc3545;
}

/* व्हाट्सएप आइकन */
.mobile-contact-bar .contact-item:nth-child(3) .contact-icon {
    background: #e7f7e8;
}

.mobile-contact-bar .contact-item:nth-child(3) i {
    color: #25D366;
}

@media (max-width: 768px) {
    .mobile-contact-bar {
        display: flex;
    }

    footer {
        padding-bottom: 70px !important;
    }
}

/* Update Course Title Styling */
.courses-slider .card-title a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    padding-bottom: 5px;
}

.courses-slider .card-title a:hover {
    color: #0056b3;
    /* Primary Brand Color */
    transform: translateX(5px);
}

.courses-slider .card-title a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0056b3;
    transition: width 0.3s ease;
}


/* Offer Popup Styles */
.offer-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.offer-popup-overlay.active {
    opacity: 1;
}

.offer-popup-content {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: scale(0.8) translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.8);
    overflow: hidden;
}

.offer-popup-overlay.active .offer-popup-content {
    transform: scale(1) translateY(0);
}

.popup-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-close-btn:hover {
    background: #FF5C5C;
    color: white;
    transform: rotate(90deg);
}

.popup-decoration {
    position: absolute;
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, rgba(0, 86, 179, 0.1), rgba(0, 200, 81, 0.1));
    border-radius: 50%;
    z-index: 0;
}

.decoration-1 {
    top: -50px;
    left: -50px;
}

.decoration-2 {
    bottom: -50px;
    right: -50px;
}

.popup-inner {
    position: relative;
    z-index: 1;
}

.popup-icon {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #FFC107, #FF9800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
    animation: bounce 2s infinite;
}

.popup-title {
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
}

.popup-discount {
    font-size: 3.5rem;
    font-weight: 800;
    color: #28a745;
    margin: 10px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.popup-description {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.popup-cta {
    display: inline-block;
    padding: 12px 30px;
    background: #0056b3;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 86, 179, 0.3);
}

.popup-cta:hover {
    background: #004494;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 86, 179, 0.4);
    color: white;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}