@media (max-width:575px){
    .navbar .main-menu{
        display: none;
    }
    .header-logo img {
        width: 120px;
    }
    .category-sidebar {
        width: auto;
    }
    .navbar .right-side {
        width: auto;
    }
    .navbar .right-menu {
        width: auto;
    }
    body .gap , body .gap-2 {
        margin-top: 70px !important;
    }
    .enrollment-checkout .header h1 {
        color: #28282B;
        font-size: 28px;
        margin-bottom: 8px;
    }
    .select-batches{
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    .confirmation-success-banner {
        padding: 15px;
        margin-top: 90px;
    }
    .confirmation-action-button {
        width: 100%;
        padding: 16px;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .enrollment-checkout .payment-option {
        flex: none;
        min-width: auto;
        border: 2px solid #eaeaea;
        border-radius: 8px;
        padding: 20px 15px;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
        width: 47%;
    }
    .enrollment-checkout .payment-options {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        flex-direction: row !important;
    }
    body .content .page-title {
        font-size: 20px;
    }
    .content .section-title {
        font-size: 16px;
    }
    .faq-section .section-title,
    .map-section .section-title,
    .values-section .section-title,
    .team-section .section-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .content .contact-form-container {
        padding: 25px;
    }
    .content .contact-info h2 {
        font-size: 20px;
    }
    body .content .contact-info {
        padding: 15px;
    }
    .content .contact-method {
        gap: 1rem;
        padding: 0;
        margin-bottom: 15px;
    }
    .all-courses > h1{
        padding-top: 20px;
        font-size: 26px;
    }
    .content .terms-container {
        display: block;
    }
    .content .highlights-grid {
        gap: 25px;
    }
    .content .highlight-item {
        text-align: center;
        padding: 0;
    }
    .content .filter-buttons {
        justify-content: center;
        flex-wrap: nowrap;        
    }
    .search-filter-container{
        overflow-x: scroll;
        scrollbar-width: thin;
        max-width: 98%;
    }
    .content .course-content {
        padding: 15px;
    }
    .m-column-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .fixed .ielts-sidebar-card{
        position: unset !important;
    }
    body .ielts-sidebar-card{
        transform: translateY(0px);
    }
    .content .course-title {
        font-size: 16px;
        margin-bottom: 0.8rem;
        color: var(--dark);
    }
    .content .course-description {        
        text-align: start;
    }
    .ielts-testimonial-container .ielts-testimonial-container__title {        
        margin-bottom: 10px;
    }
    .ielts-page .ielts-page-main-content {
        padding: 20px 0 0px 0;
    }
    .ielts-testimonial-container {
        padding: 0 0px;
    }
    .ielts-page .ielts-page-subtitle {
        font-size: 14px;
        color: #cbd5e1;
        max-width: 100%;
    }
    .ielts-page .ielts-page-hero {
        background-color: #0b1120;
        color: white;
        padding: 30px 0 30px 0;
    }
    .content .enroll-btn {        
        padding: 7px 13px;
        font-size: 14px;
        border-radius: 4px !important;
    }
    .content p {
        font-size: 14px;
    }
    .content .support-btn {
        width: 100%;
        max-width: 190px;
        justify-content: center;
    }
    .content .contact-methods .method-details p{
        margin-bottom: 0;
    }
    .content .contact-form-container h2 {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }
    .content .form-submit {        
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        width: auto;
        margin: 0 auto;
    }    
    .content .form-group {
        margin-bottom: 15px;
    }
    .content .contact-methods {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 5px;
    }
    .content .social-link {
        width: 40px;
        height: 40px;
    }
    .content .social-links {
        gap: 5px;
        margin-top: 5px;
    }
    .content .social-links {
        display: flex;
        gap: 5px;
        margin-top: 1rem;
    }
    .content .contact-info {
        padding: 2rem;
    }
    .content .method-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .content .contact-info p {
        margin-bottom: 1rem;
        font-size: 14px;
    }
    .content .cta-title {
        font-size: 24px;
    }
    .content .cta-description {
        font-size: 14px;
    }
    .content .cta-button {
        font-size: 14px;
    }
    .content .cta-section {
        padding: 2rem 1rem;
    }
    .content .member-info {
        padding: 10px;
    }
    .m-d-none{
        display: none;
    }
    .content .value-title {
        font-size: 20px;
    }
    .content .values-grid {
        gap: 1rem;
    }
    .content .value-description {
        color: var(--gray);
        font-size: 14px;
    }
    .content .faq-container {
        grid-template-columns: 1fr;
        flex-direction: column-reverse;
        display: flex;
    }
    .content .faq-content {
        padding: 15px 12px;
    }
    .content .faq-sidebar {
        padding: 20px;
    }
    .content .page-header {        
        margin-bottom: 0;
    }
    .content .faq-sidebar h3 {
        font-size: 16px;
    }
    .content .stat-number {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .content .stat-label {
        font-size: 14px;
    }
    .content .about-text h2 {
        font-size: 18px;
    }
    .content .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .content .stats-section {
        padding: 1rem;
    }
    .content .about-hero {
        gap: 1rem;
        margin-bottom: 25px;    
    }
    .content .about-text p {
        color: var(--gray);
        margin-bottom: 10px;
        font-size: 14px;
    }
    .content .contact-support p {
        font-size: 14px;
        margin-bottom: 2rem;
        opacity: 0.9;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .content .contact-support h2 {
        font-size: 20px;
    }
    .content .sidebar-links li {
        margin-bottom: 0;
    }
    .content .sidebar-links {
        list-style: none;
        padding-left: 20px;
    }
    .content .faq-question {
        padding: 10px;
    }
    .content .question-text {        
        font-size: 14px;
    }
    .content .question-icon {
        font-size: 12px;
    }
    .content .faq-item.active .faq-answer {
        padding: 10px;
        max-height: 500px;
        font-size: 12px;        
    }
    .content .answer-content{
        color: #1a1a1a;
    }
    .content .page-subtitle {
        font-size: 14px;
        color: var(--gray);
        max-width: 700px;
        margin: 0 auto 0px;
    }
    .slider-stats {
        position: unset;
        transform: none;
        margin-top: 0px;
    }
    .slideshow-navigation-button {
        height: 30px;
        width: 30px;
    }
    .academy-offline-section .academy-card-media {
        margin-bottom: 5px;
    }
    .academy-info-section .academy-info-title {
        font-size: 26px;
    }
    .academy-info-section {
        border-radius: 0;
        margin: 0px auto;
        padding: 40px 10px 40px 10px;
    }
    .academy-testimonial-section {
        padding: 20px 20px 60px 20px;
        margin: 20px 15px;
    }
    .academy-testimonial-section .academy-quote-icon {
        width: 50px;
        margin-bottom: 10px;
    }
    .academy-app-section {
        padding: 20px;        
        margin: 30px auto;
    }
    .academy-app-section .academy-app-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .academy-app-section .academy-app-visual {
        display: none;
    }
    body .brand-section {
        padding: 40px 0 40px 0;
    }
    .academy-footer .academy-footer-divider {        
        margin: 0px 0 20px 0;
    }
    .academy-footer .academy-footer-bottom {
        justify-content: center;
        flex-direction: column;
        font-size: 11px;
    }
    .academy-layout {
        padding: 40px 0px;
    }
    .academy-layout .academy-support-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        max-width: 100%;
        margin: 0 auto 0px auto;
    }
    .academy-call-image {        
        display: none;
    }
    .academy-layout .academy-call-btn {
        margin: 20px 0 5px 0;
    }
    span.academy-disclaimer {
        font-size: 12px;
    }
    .academy-layout .academy-video-card {
        background: #ffcdd2;
        border-radius: 15px;
        /* padding: 13px 13px; */
        margin-bottom: 20px;
        position: relative;
    }
    .academy-side-boxes h3{
        font-size: 20px;
    }
    .academy-floating-icon {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 50px;
        transform: translate(0%, -50%);
    }
    .academy-footer-copyright {
        text-align: center;
        margin-top: 10px;
    }
    .academy-footer .academy-footer-cta,
    .academy-footer .academy-footer-social-text {
        color: var(--primary);
        font-weight: bold;
        margin: 15px 0 5px 0;
    }
    .academy-footer .academy-footer-contact-item {
        align-items: center;        
        justify-content: center;
        margin: 0 auto 10px auto;
        width: 90%;
    }
    .brand-section .brand-item img {
        height: 180px;
    }
    .academy-footer .academy-footer-social-icons {        
        justify-content: center;
    }
    .academy-footer .academy-footer-column {        
        text-align: center;
    }
    .academy-footer {
        padding: 30px 0 80px 0;
    }
    .academy-info-section .academy-info-text {
        min-width: 100%;
    }
    .academy-info-section .academy-feature-grid {
        min-width: 100%;
    }
    .academy-info-section .academy-feature-card {        
        padding: 10px;
        gap: 5px;
    }
    .slider-stats .stat-label {
        font-size: 13px;
    }
    .academy-info-section .academy-feature-label {
        font-size: 14px;
    }
    .m-column-center{
        text-align: center;
    }
    .academy-offline-title {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .academy-offline-header {
        text-align: center;
        margin-bottom: 20px;
    }
    .academy-offline-subtitle {
        font-size: 16px;
    }
    .academy-testimonial-section .academy-testimonial-text {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .academy-testimonial-section .swiper-pagination {        
        bottom: 10px;
    }
    .slider-section{
        margin-bottom: 0;
    }
    .slide-content {
        height: 160px;
        min-height: auto !important;
        position: relative;
        z-index: 10;
        text-align: left;
        min-height: 100%;
        margin-top: 0px;
    }
    .slider-stats .stat-number {
        font-size: 22px;
    }
    .slider-stats .stats-wrapper {        
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 20px;
    }
    nav.navbar {
        padding: 5px 0;
    }
    body .toggle-menu {
        display: inline-block !important;
        width: auto;
        font-size: 18px;
    }
    .header-logo {
        width: auto;
    }
    .ielts-page .ielts-page-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    /* footer navigation css start */
    body section.footer-nav{
        display: block !important; 
    }
    .footer-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0rem 0;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        display: block !important;
    }

    .footer-nav .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .footer-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #1a1a1a;
        text-decoration: none;
        padding: 0.5rem;
        transition: all 0.3s ease;
        flex: 1;
    }

    .footer-nav .nav-item:hover {
        color: #0d6efd;
        transform: translateY(-3px);
    }

    .footer-nav .nav-icon {
        font-size: 1.5rem;
        margin-bottom: 0rem;
    }

    .footer-nav .nav-text {
        font-size: 0.85rem;
        font-weight: 500;
    }

    .footer-nav .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        padding: 0.5rem;
        flex: 1;
    }

    .footer-nav .logo-icon {
        font-size: 2rem;
        margin-bottom: 0.3rem;
        color: #1a1a1a;
    }

    .footer-nav .logo-text {
        font-size: 0.85rem;
        font-weight: 500;
    }

    .footer-nav .cart-count {
        position: absolute;
        top: -5px;
        right: 15px;
        background-color: #ff5252;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.7rem;
        font-weight: bold;
    }

    .footer-nav .cart-container {
        position: relative;
    }

    .footer-nav .active {
        font-weight: bolder;
        position: relative;
    }

    .footer-nav .active::after {
        display: none;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 5px;
        height: 5px;
        background-color: #0d6efd;
        border-radius: 50%;
    }

    @media (max-width: 768px) {

        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.75rem;
        }

        .footer-nav .nav-icon {
            font-size: 1.3rem;
        }

        .footer-nav .logo-icon {
            font-size: 1.7rem;
        }
    }

    @media (max-width: 480px) {
        .footer-nav .nav-container {
            padding: 0 0.5rem;
        }

        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.7rem;
        }

        .footer-nav .nav-icon {
            font-size: 1.2rem;
        }

        .footer-nav .logo-icon {
            font-size: 2rem;
        }
    }

    /* footer navigation css end */
}
@media (min-width:576px) and (max-width:767px){
    .navbar .main-menu {
        display: none;
    }

    .header-logo img {
        width: 120px;
    }

    .category-sidebar {
        width: auto;
    }

    .navbar .right-side {
        width: auto;
    }

    .navbar .right-menu {
        width: auto;
    }

    body .gap,
    body .gap-2 {
        margin-top: 70px !important;
    }

    body .content .page-title {
        font-size: 20px;
    }

    .content .section-title {
        font-size: 16px;
    }

    .faq-section .section-title,
    .map-section .section-title,
    .values-section .section-title,
    .team-section .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .content .contact-form-container {
        padding: 25px;
    }

    .content .contact-info h2 {
        font-size: 20px;
    }

    body .content .contact-info {
        padding: 15px;
    }

    .content .contact-method {
        gap: 1rem;
        padding: 0;
        margin-bottom: 15px;
    }

    .all-courses>h1 {
        padding-top: 20px;
        font-size: 26px;
    }

    .content .terms-container {
        display: block;
    }

    .content .highlights-grid {
        gap: 25px;
    }

    .content .highlight-item {
        text-align: center;
        padding: 0;
    }

    .content .filter-buttons {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .search-filter-container {
        overflow-x: scroll;
        scrollbar-width: thin;
        max-width: 98%;
    }

    .content .course-content {
        padding: 15px;
    }

    .m-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .fixed .ielts-sidebar-card {
        position: unset !important;
    }

    body .ielts-sidebar-card {
        transform: translateY(0px);
    }

    .content .course-title {
        font-size: 16px;
        margin-bottom: 0.8rem;
        color: var(--dark);
    }

    .content .course-description {
        text-align: start;
    }

    .ielts-testimonial-container .ielts-testimonial-container__title {
        margin-bottom: 10px;
    }

    .ielts-page .ielts-page-main-content {
        padding: 20px 0 0px 0;
    }

    .ielts-testimonial-container {
        padding: 0 0px;
    }

    .ielts-page .ielts-page-subtitle {
        font-size: 14px;
        color: #cbd5e1;
        max-width: 100%;
    }

    .ielts-page .ielts-page-hero {
        background-color: #0b1120;
        color: white;
        padding: 30px 0 30px 0;
    }

    .content .enroll-btn {
        padding: 7px 13px;
        font-size: 14px;
        border-radius: 4px !important;
    }

    .content p {
        font-size: 14px;
    }

    .content .support-btn {
        width: 100%;
        max-width: 190px;
        justify-content: center;
    }

    .content .contact-methods .method-details p {
        margin-bottom: 0;
    }

    .content .contact-form-container h2 {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }

    .content .form-submit {
        padding: 12px 20px;
        font-size: 14px;
        font-weight: 600;
        width: auto;
        margin: 0 auto;
    }

    .content .form-group {
        margin-bottom: 15px;
    }

    .content .contact-methods {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 5px;
    }

    .content .social-link {
        width: 40px;
        height: 40px;
    }

    .content .social-links {
        gap: 5px;
        margin-top: 5px;
    }

    .content .social-links {
        display: flex;
        gap: 5px;
        margin-top: 1rem;
    }

    .content .contact-info {
        padding: 2rem;
    }

    .content .method-icon {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .content .contact-info p {
        margin-bottom: 1rem;
        font-size: 14px;
    }

    .content .cta-title {
        font-size: 24px;
    }

    .content .cta-description {
        font-size: 14px;
    }

    .content .cta-button {
        font-size: 14px;
    }

    .content .cta-section {
        padding: 2rem 1rem;
    }

    .content .member-image {
        width: 100%;
        height: 220px;
        object-fit: contain;
        padding-top: 15px;
    }

    .content .value-title {
        font-size: 20px;
    }

    .content .values-grid {
        gap: 1rem;
    }

    .content .value-description {
        color: var(--gray);
        font-size: 14px;
    }

    .content .faq-container {
        grid-template-columns: 1fr;
        flex-direction: column-reverse;
        display: flex;
    }

    .content .faq-content {
        padding: 15px 12px;
    }

    .content .faq-sidebar {
        padding: 20px;
    }

    .content .page-header {
        margin-bottom: 0;
    }

    .content .faq-sidebar h3 {
        font-size: 16px;
    }

    .content .stat-number {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .content .stat-label {
        font-size: 14px;
    }

    .content .about-text h2 {
        font-size: 18px;
    }

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

    .content .stats-section {
        padding: 1rem;
    }

    .content .about-hero {
        gap: 1rem;
        margin-bottom: 25px;
    }

    .content .about-text p {
        color: var(--gray);
        margin-bottom: 10px;
        font-size: 14px;
    }

    .content .contact-support p {
        font-size: 14px;
        margin-bottom: 2rem;
        opacity: 0.9;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .content .contact-support h2 {
        font-size: 20px;
    }

    .content .sidebar-links li {
        margin-bottom: 0;
    }

    .content .sidebar-links {
        list-style: none;
        padding-left: 20px;
    }

    .content .faq-question {
        padding: 10px;
    }

    .content .question-text {
        font-size: 14px;
    }

    .content .question-icon {
        font-size: 12px;
    }

    .content .faq-item.active .faq-answer {
        padding: 10px;
        max-height: 500px;
        font-size: 12px;
    }

    .content .answer-content {
        color: #1a1a1a;
    }

    .content .page-subtitle {
        font-size: 14px;
        color: var(--gray);
        max-width: 700px;
        margin: 0 auto 0px;
    }

    .slider-stats {
        position: unset;
        transform: none;
        margin-top: 0px;
    }

    .slideshow-navigation-button {
        height: 30px;
        width: 30px;
    }

    .academy-offline-section .academy-card-media {
        margin-bottom: 5px;
    }

    .academy-info-section .academy-info-title {
        font-size: 26px;
    }

    .academy-info-section {
        border-radius: 0;
        margin: 0px auto;
        padding: 40px 10px 40px 10px;
    }

    .academy-testimonial-section {
        padding: 20px 20px 60px 20px;
        margin: 20px 15px;
    }

    .academy-testimonial-section .academy-quote-icon {
        width: 50px;
        margin-bottom: 10px;
    }

    .academy-app-section {
        padding: 20px;
        margin: 30px auto;
    }

    .academy-app-section .academy-app-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .academy-app-section .academy-app-visual {
        display: none;
    }

    body .brand-section {
        padding: 40px 0 40px 0;
    }

    .academy-footer .academy-footer-divider {
        margin: 0px 0 20px 0;
    }

    .academy-footer .academy-footer-bottom {
        justify-content: center;
        flex-direction: column;
        font-size: 11px;
    }

    .academy-layout {
        padding: 40px 0px;
    }

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

    .academy-call-image {
        display: none;
    }

    .academy-layout .academy-call-btn {
        margin: 20px 0 5px 0;
    }

    span.academy-disclaimer {
        font-size: 12px;
    }

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

    .academy-side-boxes h3 {
        font-size: 20px;
    }

    .academy-floating-icon {
        position: absolute;
        top: 50%;
        right: 5px;
        width: 50px;
        transform: translate(0%, -50%);
    }

    .academy-footer-copyright {
        text-align: center;
        margin-top: 10px;
    }

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

    .academy-footer .academy-footer-contact-item {
        align-items: center;
        justify-content: center;
        margin: 0 auto 10px auto;
        width: 90%;
    }

    .brand-section .brand-item img {
        height: 180px;
    }

    .academy-footer .academy-footer-social-icons {
        justify-content: center;
    }

    .academy-footer .academy-footer-column {
        text-align: center;
    }

    .academy-footer {
        padding: 30px 0 80px 0;
    }

    .academy-info-section .academy-info-text {
        min-width: 100%;
    }

    .academy-info-section .academy-feature-grid {
        min-width: 100%;
    }

    .academy-info-section .academy-feature-card {
        padding: 10px;
        gap: 5px;
    }

    .slider-stats .stat-label {
        font-size: 13px;
    }

    .academy-info-section .academy-feature-label {
        font-size: 14px;
    }

    .m-column-center {
        text-align: center;
    }

    .academy-offline-title {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .academy-offline-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .academy-offline-subtitle {
        font-size: 16px;
    }

    .academy-testimonial-section .academy-testimonial-text {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .academy-testimonial-section .swiper-pagination {
        bottom: 10px;
    }

    .slider-section {
        margin-bottom: 0;
    }

    .slide-content {
        height: 160px;
        position: relative;
        z-index: 10;
        text-align: left;
        min-height: 100%;
        margin-top: 0px;
    }

    .slider-stats .stat-number {
        font-size: 22px;
    }

    .slider-stats .stats-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 20px;
    }

    nav.navbar {
        padding: 5px 0;
    }

    body .toggle-menu {
        display: inline-block !important;
        width: auto;
        font-size: 18px;
    }

    .header-logo {
        width: auto;
    }

    .ielts-page .ielts-page-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    /* footer navigation css start */
    body section.footer-nav {
        display: block !important;
    }

    .footer-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 0rem 0;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        display: block !important;
    }

    .footer-nav .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1rem;
    }

    .footer-nav .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #1a1a1a;
        text-decoration: none;
        padding: 0.5rem;
        transition: all 0.3s ease;
        flex: 1;
    }

    .footer-nav .nav-item:hover {
        color: #0d6efd;
        transform: translateY(-3px);
    }

    .footer-nav .nav-icon {
        font-size: 1.5rem;
        margin-bottom: 0rem;
    }

    .footer-nav .nav-text {
        font-size: 0.85rem;
        font-weight: 500;
    }

    .footer-nav .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        padding: 0.5rem;
        flex: 1;
    }

    .footer-nav .logo-icon {
        font-size: 2rem;
        margin-bottom: 0.3rem;
        color: #1a1a1a;
    }

    .footer-nav .logo-text {
        font-size: 0.85rem;
        font-weight: 500;
    }

    .footer-nav .cart-count {
        position: absolute;
        top: -5px;
        right: 15px;
        background-color: #ff5252;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.7rem;
        font-weight: bold;
    }

    .footer-nav .cart-container {
        position: relative;
    }

    .footer-nav .active {
        font-weight: bolder;
        position: relative;
    }

    .footer-nav .active::after {
        display: none;
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 5px;
        height: 5px;
        background-color: #0d6efd;
        border-radius: 50%;
    }

    @media (max-width: 768px) {

        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.75rem;
        }

        .footer-nav .nav-icon {
            font-size: 1.3rem;
        }

        .footer-nav .logo-icon {
            font-size: 1.7rem;
        }
    }

    @media (max-width: 480px) {
        .footer-nav .nav-container {
            padding: 0 0.5rem;
        }

        .footer-nav .nav-text,
        .footer-nav .logo-text {
            font-size: 0.7rem;
        }

        .footer-nav .nav-icon {
            font-size: 1.2rem;
        }

        .footer-nav .logo-icon {
            font-size: 2rem;
        }
    }

    /* footer navigation css end */
}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:992px) and (max-width:1199px){
    
}
@media (min-width:1200px) and (max-width:1300px){
    
}