/*--------------- NAVBAR CSS START ---------------*/
.header-logo img {
    width: 160px;
}
.header-logo {
    width: 20%;
}
nav.navbar {
    background: #fff;
    padding: 0px;    
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.navbar .logo a {
    font-size: 20px;
    font-weight: 700;
    color: #353535;
    text-transform: uppercase;
}

.navbar .main-menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
}

.navbar .main-menu ul li {
    padding: 0px 0;
    /* position: relative; */
}

.navbar .main-menu ul li a {
    font-size: 14px;
    color: var(--black);
    padding: 45px 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--bangla);
}
.navbar .main-menu .mega_menu a{
    color: #28282b;
}
.navbar .main-menu ul li a span{
    line-height: initial;
}
.navbar .main-menu ul > li > a > i{
    font-size: 18px;      
    color: #ccc;
    transition: 3ms;
}
.navbar .main-menu ul > li > a > i.fa-angle-down,
.navbar .main-menu ul.sub_menu li.has_dropdown i{
    font-size: 10px;      
}
.navbar .main-menu ul.sub_menu li.has_dropdown i {
    color: #353535;
}
.navbar .main-menu ul.sub_menu li{
    padding: 0;
    transition: 3ms;
}
.navbar .main-menu ul.sub_menu li.has_dropdown a{
    justify-content: space-between;
    transition: 3ms;
}
.navbar .main-menu ul.sub_menu a:hover,
.navbar .main-menu ul.sub_menu a:hover i{
    color: var(--primary) !important;
}
.navbar .main-menu ul>li>a{
    transition: 3ms;
}
.navbar .main-menu ul>li>a:hover{
    color: var(--primary) !important;
}
.navbar .main-menu ul > li > a {
    font-size: 16px;
    font-weight: 500;
    /* color: var(--primary); */
    text-transform: capitalize;
}
.navbar .main-menu ul .has_dropdown li.has_dropdown .active,
.navbar .main-menu ul .has_dropdown li.has_dropdown:hover>a {
    color: #28282b;
}
/* Container for the button */
.nav-actions {
    display: flex;
    align-items: center;
    padding: 10px;
}

/* Base Button Styling */
.right-menu .auth-btn {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--hover) 0%, var(--primary) 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 6px rgba(118, 75, 162, 0.2);
    border: none;
    text-align: center;
}

/* Hover State */
.right-menu .auth-btn:hover {
    background: linear-gradient(135deg, var(--primary) 0%, var(--hover) 100%);
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(118, 75, 162, 0.3);
    color: #ffffff;
}

/* Active/Click State */
.right-menu .auth-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(118, 75, 162, 0.2);
}
.navbar .main-menu ul li ul {    
    background: #fff;
    transition: 0.5s;
    box-shadow: -4px -2px 30px 2px rgb(0 0 0 / 17%);
}
.navbar .main-menu ul.sub_menu{
    width: 220px;
    padding: 15px 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.navbar .main-menu ul li ul li a {
    padding: 5px 15px 5px 25px;
    font-size: 12px;
    color: #28282b;
    transition: 3ms;
    text-transform: capitalize;
}
.navbar .main-menu ul li ul li a:hover{
    color: #28282b;
}

.navbar .main-menu ul li ul li a i {
    float: right;
}

.navbar .main-menu ul li ul li ul {
    left: 100%;
    top: 0;
}

.navbar .mega_menu_dropdown {
    position: static !important;
}

.navbar .mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 30%);
    padding: 0 15px;
}

.navbar .mega_menu_item {
    width: 20%;
    padding: 30px 20px;
}

.navbar .main-menu ul li .mega_menu_item a {
    padding: 10px 0;
}

.navbar .main-menu ul li .mega_menu_item a:hover {
    color: var(--hover-color);
}

.navbar .mega_menu_item h3 {
    margin-bottom: 15px;
}

.navbar .mega_menu_item img {
    width: 100%;
}

.navbar .mobile_btn {
    display: none;
}
.navbar .main-menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
}
.navbar .main-menu .has_dropdown .has_dropdown .sub_menu{    
    margin-top: 0px;
}
.navbar .main-menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
    z-index: 11;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 33px 33px;
}

.navbar .main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    margin-top: 4px;
    z-index: 10;
}

.navbar .main-menu ul li:hover>.mega_menu {
    visibility: visible;
    opacity: 1;    
    margin-top: 0px;
}
.navbar .right-menu{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.navbar .arrival-menu{
    color: #ffbb00;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
} 
.navbar .outlet-menu{
    color: #ff4a4a;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.category-sidebar{
    width: 240px;
} 
.navbar .right-side{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc( 100% - 240px );
} 
.navbar .main-menu{
    width: 80%;
}
.navbar .right-menu{
    width: 20%;
}
/* Parent Container */
.edu-dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 15px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Individual Card */
.edu-dashboard .edu-card {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Highlighted/Hover State */
.edu-dashboard .edu-card.active,
.edu-dashboard .edu-card:hover {
    background-color: var(--hover);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Icon Box Styling */
.edu-dashboard .icon-box {
    width: 60px;
    height: 45px;
    border: 2px solid #a3b2fd;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #4a6cf7;
    font-size: 18px;
    position: relative;
    background: white;
}

/* Tripod legs for the icon */
.edu-dashboard .icon-box::after,
.edu-dashboard .icon-box::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 2px;
    height: 10px;
    background: #444;
}

.edu-dashboard .icon-box::after {
    left: 15px;
    transform: rotate(20deg);
}

.edu-dashboard .icon-box::before {
    right: 15px;
    transform: rotate(-20deg);
}

/* Color Variations */
.edu-dashboard .icon-box.highlight {
    color: var(--primary);
}

.edu-dashboard .icon-box.hsc {
    color: var(--primary);
    font-size: 14px;
}

/* Text Content */
.edu-dashboard .edu-card-content {
    margin-left: 20px;
    flex-grow: 1;
}

.edu-dashboard .edu-title {
    margin: 0;
    font-size: 18px;
    color: #28282B;
    font-weight: 700;
    transition: all 0.3s ease;
}
.edu-dashboard .edu-card:hover .edu-title, 
.edu-dashboard .edu-card:hover .edu-subtitle,
.edu-dashboard .edu-card:hover .edu-card-arrow
{
    color: white;
}
.edu-dashboard .edu-subtitle {
    margin: 4px 0 0 0;
    font-size: 13px;
    color: #777;
    transition: all 0.3s ease;
}

/* Arrow Icon */
.edu-dashboard .edu-card-arrow {
    color: #555;
    font-size: 20px;
    margin-left: 15px;
    transition: transform 0.2s ease;
}

.edu-dashboard .edu-card:hover .edu-card-arrow {
    transform: translateX(5px);
}
/*--------------- NAVBAR CSS END ---------------*/
/*--------------- SLIDER CSS START ---------------*/
.slider-section{
    margin-bottom: 150px;
    position: relative;
}
.slider-section .container{
    padding-left: 0px;
}
.swiper-container {
    width: calc( 100% - 0px );
    height: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
}
.swiper-container .slide-image{
    border-radius: 0px;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.slide-content {
    position: relative;
    z-index: 2;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    /* semi-transparent black */
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 10;
    /* max-width: 1200px; */
    /* min-width: 800px; */
    text-align: left;
    min-height: calc( 100vh - 250px );
    margin-top: 0px;
}

.slide-title {
    font-size: 3rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: var(--font);
    font-weight: normal;
}

.slide-desc {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.slide-buttons .btn {
    margin-right: 1rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    transition: 0.3s;
}

.slide-buttons .btn:hover {
    color: white;
    border-color: var(--secondary);
    background-color: var(--secondary);
}

@media (min-width: 45em) {
    .slide-title {
        font-size: 5vw;
        max-width: none;
    }
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}

.slideshow-pagination {
    position: absolute;
    bottom: 3rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
    cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}

.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}

.slideshow-navigation-button {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
    border-radius: 4px;
    background: var(--primary);
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
    left: 15px;
}

.slideshow-navigation-button.next {
    right: 15px;
}

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: var(--font);
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

.slide-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
}
/* Main background section to show the white card effect */
.slider-stats {
    background-color: transparent;
    padding: 0px 0px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    width: 100%;
}

/* The White Card */
.slider-stats .stats-wrapper {
    background-color: #ffffff;
    width: 100%;    
    max-width: 1100px;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Individual Stat Block */
.slider-stats .stat-item {
    text-align: center;
    flex: 1;
}

/* Number Styling */
.slider-stats .stat-number {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Hind Siliguri', sans-serif;
}

/* Label Styling */
.slider-stats .stat-label {
    font-size: 16px;
    color: #5a5a89;
    margin: 0;
    font-family: 'Hind Siliguri', sans-serif;
}

/* Colors based on the image */
.slider-stats .color-pink {
    color: #ff5e7d;
}

.slider-stats .color-blue {
    color: #00a3ff;
}

.slider-stats .color-teal {
    color: #00c2a7;
}

.slider-stats .color-orange {
    color: #ffb800;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .slider-stats .stats-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}
/*--------------- SLIDER CSS END ---------------*/
/*--------------- CATEGORY CSS END ---------------*/
.brand-section{
    padding: 40px 0 80px 0;
}
.brand-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.brand-section .swiper-slide {
    position: relative;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.brand-section .swiper-slide:hover {
    transform: translateY(-5px);
}

.brand-item {
    transition: 300ms;
    position: relative;
    width: 100%;
}

.brand-item:hover img {
    border-color: var(--primary) !important;
}

.brand-section .brand-item img {
    height: 220px;
    border: 2px solid #e8e8e8;
    padding: 0px 0px;
    border-radius: 6px;
    transition: 300ms;
}
/* Force the transition to be linear */
.brand-section .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brand-item:hover .text {
    color: var(--primary);
}

.brand-item .text {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #28282b;
    transition: 300ms;
}

.brand-item .brand-badge {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    background: var(--primary);
    color: white;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 12px;
}
/*--------------- CATEGORY CSS END ---------------*/
/*--------------- FOOTER CSS END ---------------*/
/* Background and Container */
.academy-footer {
    background-color: #e8f1f8;
    padding: 60px 0 30px 0;
    font-family: 'Hind Siliguri', sans-serif;
    color: #4a4a4a;
}

.academy-footer .academy-footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0 20px;
}

.academy-footer .academy-footer-column {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
}

/* Typography */
.academy-footer .academy-footer-heading {
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.academy-footer .academy-footer-cta,
.academy-footer .academy-footer-social-text {
    color: var(--primary);
    font-weight: bold;
    margin: 15px 0;
}

/* Lists and Links */
.academy-footer .academy-footer-list {
    list-style: none;
    padding: 0;
}

.academy-footer .academy-footer-list li {
    margin-bottom: 12px;
}

.academy-footer .academy-footer-list a {
    text-decoration: none;
    color: #4a4a4a;
    transition: 0.3s;
}

.academy-footer .academy-footer-list a:hover {
    color: #6c5ce7;
}

/* Contact Items */
.academy-footer .academy-footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.academy-footer .academy-footer-icon {
    margin-right: 12px;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Social Icons */
.academy-footer .academy-footer-social-icons {
    display: flex;
    gap: 10px;
}

.academy-footer .academy-footer-social-icons a {
    width: 40px;
    height: 40px;
    background: white;
    padding: 8px;
    border-radius: 8px;
}

/* Bottom Bar */
.academy-footer .academy-footer-divider {
    border: 0;
    border-top: 1px dotted #ccc;
    margin: 40px 0 20px 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.academy-footer .academy-footer-bottom {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0.85rem;
    color: var(--black);
    font-weight: 600;
}

.academy-footer .academy-footer-legal a {
    text-decoration: none;
    color: var(--black);
    margin: 0 5px;
}
.academy-footer .academy-footer-logo{
    width: 180px;
    height: auto;
}
/*--------------- FOOTER CSS END ---------------*/
/* Layout & Grid */
.academy-layout {
    font-family: 'Hind Siliguri', sans-serif;
    background-color: #000;
    padding: 100px 20px;
}

.academy-layout .academy-support-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto 0px auto;
}

/* Support Section (Image 2) */
.academy-layout .academy-call-box {
    background: linear-gradient(to right, #e0f2f1, #fff9c4);
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 30px;
    justify-content: space-between;
}

.academy-layout .academy-call-content h2 {
    color: var(--primary);
    font-size: 24px;
    margin-bottom: 10px;
}

.academy-layout .academy-time-tag {
    background: transparent;
    /* padding: 5px 15px; */
    margin-top: 10px;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
}

.academy-layout .academy-video-card {
    background: #ffcdd2;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    position: relative;
}

.academy-layout .academy-social-card {
    background: #c5cae9;
    border-radius: 15px;
    padding: 25px;
    position: relative;
}

.academy-layout .academy-mini-btn {
    background: #ffffffa1;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    color: var(--primary);
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    transition: 400ms;
}
.academy-layout .academy-mini-btn:hover{
    background: var(--primary);
    color: #fff;
}
.academy-call-image {
    width: 200px;
    height: 220px;
}
.academy-layout .academy-call-btn {
    background: var(--primary);
    border: 1px solid transparent;
    color: white;
    padding: 12px 0px;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin: 40px 0 5px 0;
    width: auto;
    max-width: 200px;
    text-align: center;
    transition: 400ms;
}
.academy-layout .academy-call-btn:hover{
    background: transparent;
    border-color: var(--primary);
    color: var(--primary);
}
.academy-floating-icon {
    position: absolute;
    top: 25px;
    right: 15px;
}
/* Section Background and Container */
.academy-info-section {
    background-color: var(--primary);
    padding: 50px 40px 200px 40px;
    border-radius: 24px;
    font-family: 'Hind Siliguri', sans-serif;
    margin: 20px auto;
    max-width: 1200px;
}

.academy-info-section .academy-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left Content Styles */
.academy-info-section .academy-info-text {
    flex: 1;
    min-width: 300px;
}

.academy-info-section .academy-info-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.academy-info-section .academy-info-description {
    color: #e0e0e0;
    font-size: 18px;
    line-height: 1.6;
    max-width: 500px;
}

/* Right Feature Grid Styles */
.academy-info-section .academy-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
    min-width: 300px;
}

/* Individual Card Styles */
.academy-info-section .academy-feature-card {
    background-color: #eceff1;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.academy-info-section .academy-feature-card:hover {
    transform: translateY(-3px);
}

/* Icon and Label Styles */
.academy-info-section .academy-feature-icon {
    font-size: 28px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.academy-info-section .academy-feature-label {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .academy-info-section .academy-info-container {
        flex-direction: column;
        text-align: center;
    }

    .academy-info-section .academy-feature-grid {
        width: 100%;
    }
}
/* Container Layout */
.academy-testimonial-section {
    background-color: #ffffff;
    padding: 30px 40px;
    font-family: 'Hind Siliguri', sans-serif;
    border-radius: 24px;
    margin: -150px auto 80px auto;
    max-width: 900px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
}
.academy-testimonial-section .swiper-pagination {
    transform: translate(-50%, 0);
    z-index: 10;
    bottom: -40px;
    left: 50%;
}

.academy-testimonial-section .academy-testimonial-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Quote and Text Styles */
.academy-testimonial-section .academy-quote-icon {
    width: 60px;
    margin-bottom: 20px;
}

.academy-testimonial-section .academy-testimonial-text {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
}

.academy-testimonial-section .academy-student-name {
    color: var(--primary);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
}

.academy-testimonial-section .academy-student-info {
    color: #757575;
    font-size: 14px;
}

/* Video Thumbnail Styling */
.academy-testimonial-section .academy-video-wrapper {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.academy-testimonial-section .academy-video-card {
    position: relative;
    width: 350px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.academy-testimonial-section .academy-thumb-img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* Overlay and Play Button */
.academy-testimonial-section .academy-play-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.academy-testimonial-section .academy-play-button {
    background: var(--primary);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 4px solid white;
    cursor: pointer;
}

/* Bottom Caption inside Video Card */
.academy-testimonial-section .academy-video-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px;
    text-align: center;
    color: white;
}

.academy-testimonial-section .academy-caption-main {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
    color: #ffd600;
}

.academy-testimonial-section .academy-caption-sub {
    font-size: 16px;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .academy-testimonial-section .academy-testimonial-container {
        flex-direction: column;
        text-align: left;
    }

    .academy-testimonial-section .academy-video-wrapper {
        width: 100%;
        justify-content: center;
    }

    .academy-testimonial-section .academy-video-card {
        width: 100%;
        max-width: 450px;
    }
}
/* Section Wrapper */
.academy-app-section {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 24px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
    font-family: 'Hind Siliguri', sans-serif;
    max-width: 1200px;
    margin: 40px auto;
}

.academy-app-section .academy-app-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* Visual Side (Mockup & Yellow Badge) */
.academy-app-section .academy-app-visual {
    flex: 1;
    background: linear-gradient(135deg, #F19932 0%, #EC6F35 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
    position: relative;
    min-height: 300px;
}

.academy-app-section .academy-phone-mockup {
    width: 180px;
    background: #fff;
    border: 8px solid #333;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.academy-app-section .academy-screen-img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Promo Text Badge */
.academy-app-section .academy-promo-badge {
    text-align: left;
}

.academy-app-section .academy-badge-text {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    color: #000;
    display: block;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0px #fff;
}

.academy-app-section .academy-badge-google img {
    width: 140px;
}

/* Content Side (Typography) */
.academy-app-section .academy-app-content {
    flex: 1.2;
}

.academy-app-section .academy-app-title {
    font-size: 32px;
    font-weight: 800;
    color: #28282B;
    margin-bottom: 15px;
}

.academy-app-section .academy-app-subtitle {
    font-size: 16px;
    color: #616161;
    margin-bottom: 30px;
}

/* Buttons Grid */
.academy-app-section .academy-download-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.academy-app-section .academy-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #f1f3f4;
    color: #28282B;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    min-width: 200px;
    transition: 0.3s ease;
    border: 1px solid transparent;
}

.academy-app-section .academy-download-btn:hover {
    background-color: #e8eaed;
    border-color: var(--primary);
    transform: translateY(-2px);
}

.academy-app-section .academy-btn-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* Responsive */
@media (max-width: 992px) {
    .academy-app-section .academy-app-container {
        flex-direction: column;
        text-align: center;
    }

    .academy-app-section .academy-download-grid {
        justify-content: center;
    }
}
/* Container & Background */
.academy-offline-section {
    background-color: #000000;
    padding: 60px 20px;
    font-family: 'Hind Siliguri', sans-serif;
    color: #ffffff;
}

.academy-offline-section .academy-offline-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Typography - Header */
.academy-offline-header {
    text-align: center;
    margin-bottom: 50px;
}

.academy-offline-title {
    color: #ff3d3d;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}

.academy-offline-subtitle {
    color: #e0e0e0;
    font-size: 18px;
    opacity: 0.9;
}

/* Grid Layout */
.academy-offline-section .academy-offline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Individual Card Styling */
.academy-offline-section .academy-offline-card {
    display: flex;
    flex-direction: column;
}

.academy-offline-section .academy-card-media {
    width: 100%;
    aspect-ratio: 16 / 10;
    border: 2px solid #331111;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #33111173;
}

.academy-offline-section .academy-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.academy-offline-section .academy-card-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.academy-offline-section .academy-card-text {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
}

/* Action Buttons Styling */
.academy-offline-section .academy-offline-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.academy-offline-section .academy-btn-primary {
    background-color: var(--primary);
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.academy-offline-section .academy-btn-primary:hover {
    background-color: #008541;
    transform: translateY(-2px);
}

.academy-offline-section .academy-btn-secondary {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.academy-offline-section .academy-btn-secondary:hover {
    border-bottom: 1px solid #ffffff;
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .academy-offline-section .academy-offline-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .academy-offline-section .academy-offline-title {
        font-size: 28px;
    }
}