
    /* start navbar */
        .navbar {
            position: fixed;
            width: 100%;
            z-index: 1000;
            top: 0px;
        }

        .navbar-user.dropdown {
            position: static;
        }

        .navbar-user .dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            left: auto;
            z-index: 1060;
            min-width: 200px;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .navbar-user .dropdown-menu.show {
            display: block;
        }

        .navbar-user.dropdown {
            position: relative;
        }

        .navbar-user.dropdown .dropdown-item {
            font-size: 14px;
            padding: 10px 20px;
            color: #333;
            transition: background-color 0.3s ease;
        }

        .navbar-user.dropdown .dropdown-item:hover {
            background-color: #f5f5f5;
        }

        .navbar-user.dropdown .dropdown-divider {
            margin: 5px 0;
        }

        .navbar-user {
            display: flex;
            align-items: center;
            border-radius: 20px;
            padding: 5px 15px;
            background-color: #f5f5f5;
            cursor: pointer;
            margin-left: auto;
        }

        .navbar-user-icon {
            width: 30px;
            height: 30px;
            background-color: #f7eaec;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
        }

        .navbar-user-icon i {
            color: #dc3545;
            font-size: 16px;
        }

        .navbar-user-name {
            font-size: 14px;
            color: black;
            font-weight: bold;
        }

        .navbar-brand img {
            max-height: 40px;
            width: auto;
        }

        .vertical-line-navbar {
            height: 40px;
            width: 2px;
            background-color: #8b99b13b;
            margin: 0 20px;
        }

        .vertical-line {
            height: 40px;
            width: 2px;
            background-color: #ffffff63;
            margin: 0 20px;
        }

        .gradient-div {
            position: fixed;
            top: 67px;
            left: 0;
            width: 100%;
            height: 57px;
            z-index: 999;
            background: linear-gradient(147.74deg, #F8902E -0.9%, #CF130F 98.8%);
        }

        .mobile-search-icon {
            display: none;
            width: 40px;
            height: 40px;
            background-color: #8b99b13b;
            border-radius: 50%;
            color: #333;
            cursor: pointer;
            margin-left: 15px;
            align-items: center;
            justify-content: center;
        }

        .mobile-search-icon i {
            font-size: 14px;
        }
    
        .search-container {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 600px; 
            margin-right: auto; 
        }

        .search-container-mobile {
            flex-grow: 1;
            margin-right: 15px;
            position: relative;
        }

        .search-container-mobile .search-icon {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-color: #8b99b13b;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #333;
        }

        .search-container-mobile .search-input {
            width: 100%;
            padding: 10px 15px 10px 60px;
            border-radius: 50px;
            border: 1px solid #f5f5f5;
            height: 40px;
            font-size: 14px;
            background-color: #f5f5f5;
        }

        .search-overlay {
            position: fixed;
            top: 69px;
            left: -100%;
            width: 100%;
            height: 100%;
            background-color: white;
            z-index: 1000;
            transition: left 0.3s ease-in-out;
            overflow-y: auto;
        }

        .search-overlay.active {
            left: 0;
        }

        .search-overlay-content {
            padding: 20px;
        }

        .search-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .search-icon {
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: #8b99b13b;
            border-radius: 50%;
            color: white;
            z-index: 2;
        }

        .search-input {
            padding: 10px 15px 10px 45px;
            border-radius: 50px;
            border: 1px solid #f5f5f5;
            width: 100%;
            height: 40px;
            font-size: 14px;
            background-color: #f5f5f5;
            /* flex-grow: 1;  */
        }

        .search-container-category {
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
            max-width: 600px; 
            margin-right: auto;
        }

        .search-icon-category {
            position: absolute;
            right: 10px; 
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: transparent; 
            color: #8b99b1;
            z-index: 2;
            cursor: pointer; 
        }

        .search-input-category {
            padding: 10px 45px 10px 15px;
            border-radius: 50px;
            border: 1px;
            width: 100%;
            height: 40px;
            font-size: 14px;
            background-color: white;
            flex-grow: 1;
            font-weight: bold;
            color: black;
            font-family: poppins;
            border: 1px solid gainsboro;
        }

        .user-login-section {
            background-color: white;
            border-radius: 20px;
            padding: 5px 15px;
            display: flex;
            align-items: center;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .user-login-section:hover {
            background-color: #f5f5f5;
        }

        .user-icon {
            background-color: #E31111;
            border-radius: 50%;
            color: white;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }

        .user-name {
            font-weight: bold;
            color: #333;
        }

        @media (max-width: 991px) {
            .mobile-search-icon {
                display: flex; 
            }
            .navbar-brand {
                margin-right: auto;
            }

            .navbar-user.dropdown {
                position: static;
            }
            
            .navbar-user .dropdown-menu {
                left: 0;
                right: 0;
                width: auto;
                margin: 0 15px;
            }

            .navbar-brand {
                margin-right: auto;
            }

            .vertical-line {
                display: none;
            }

            .vertical-line-navbar {
                display: none;
            }

            .navbar-user-name {
                display: none;
            }

            .search-container {
                display: none;
            }
            
            .col-lg-2, .col-lg-10 {
                width: 100%;
            }
            
            h5 {
                margin-bottom: 10px;
            }

            .tag-box-container {
                justify-content: flex-center;
            }

            .tag-box {
                font-size: 12px;
                padding: 6px 12px;
                flex: 0 0 auto;
            }

            .tag-box-navbar {
                font-size: 12px;
                padding: 6px 12px;
                flex: 0 0 auto;
            }

            .search-container {
                display: none;
            }

            .mobile-search-icon {
                display: flex;
            }

            .navbar > .container-fluid {
                justify-content: space-between;
            }

            .gradient-div {
                top: 104px;
            }

            .section-2, .section-3 {
                display: none;
            }
        }
    /* end navbar */

    .marquee-container {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }

    .content-margin {
        margin-top: 124px; 
    }

    /* start hero section */
        .headline-news-btn {
            background-color: white;
            color: #000;
            border: none;
            padding: 8px 16px;
            border-radius: 5px;
            font-weight: bold;
            margin-right: 20px;
            height: 40px;
            display: flex;
            align-items: center;
	    white-space: nowrap;
        }
        
        .hero-section {
            position: relative;
            background-size: cover;
            background-position: center;
            height: 500px;
            overflow: hidden;
        }

        .hero-content {
            position: absolute;
            top: 50%;
            left: 50px;
            transform: translateY(-50%);
            max-width: 600px;
            color: #fff;
            padding-right: 100px; 
        }

        .hero-title {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: white;
        }

        .hero-text {
            font-size: 1.1rem;
            margin-bottom: 30px;
            color: white;
        }

        .hero-buttons {
            display: flex;
            gap: 15px;
        }

        .hero-btn {
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .hero-btn-primary {
            background: linear-gradient(0.11deg, #E31111 0.17%, #F85E5E 99.91%);
            color: white;
        }

        .hero-btn-secondary {
            background-color: white;
            color: red;
        }

        .hero-btn:hover {
            opacity: 0.9;
        }

        .carousel-fade .carousel-item {
            /* opacity: 0; */
            transition-duration: .6s;
            /* transition-property: opacity; */
        }

        .carousel-fade .carousel-item.active,
        .carousel-fade .carousel-item-next.carousel-item-start,
        .carousel-fade .carousel-item-prev.carousel-item-end {
            opacity: 1;
        }

        .carousel-fade .active.carousel-item-start,
        .carousel-fade .active.carousel-item-end {
            opacity: 0;
        }

        .carousel-fade .carousel-item-next,
        .carousel-fade .carousel-item-prev,
        .carousel-fade .carousel-item.active,
        .carousel-fade .active.carousel-item-start,
        .carousel-fade .active.carousel-item-prev {
            transform: translateX(0);
            transform: translate3d(0, 0, 0);
        }

        .carousel-indicators {
            justify-content: flex-end;
            margin: 0;
            padding: 0 20px 20px 0;
            left: auto;
            right: 0;
            bottom: 0;
        }

        .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: white;
            opacity: 0.5;
            margin-right: 6px;
            margin-left: 6px;
        }

        .carousel-indicators .active {
            background-color: #E31111;
            opacity: 1;
        }

        @media (max-width: 991px) {
            .headline-news-btn {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2rem;
            }

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

            .hero-buttons {
                flex-direction: column;
            }
        }
        
        @media (max-width: 768px) {
            .hero-content {
                left: 20px;
                right: 20px;
                padding-right: 60px; 
            }
        }

    /* end hero section */

    /* start tag box */
        .tag-box-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            overflow-x: auto;
            white-space: nowrap;
        }

        .tag-box {
            display: inline-block;
            padding: 8px 16px;
            margin: 0 5px;
            background-color: white;
            color: #333;
            text-decoration: none;
            border-radius: 5px;
            font-size: 14px;
            transition: background-color 0.3s ease;
            border: 2px solid gainsboro;
            flex: 1;
            text-align: center;
            min-width: max-content;
        }

        .tag-box:hover {
            background-color: #e0e0e0;
            color: #333;
        }

        .tag-box-navbar {
            display: inline-block;
            padding: 8px 16px;
            margin: 0 5px;
            background-color: white;
            color: #333;
            text-decoration: none;
            border-radius: 5px;
            font-size: 14px;
            transition: background-color 0.3s ease;
            border: 0px solid gainsboro;
            flex: 1;
            text-align: center;
            min-width: max-content;
        }

        .tag-box-navbar:hover {
            background-color: #e0e0e0;
            color: #333;
        }
    /* end tag box */

    /* start top article */
        .main-article, .side-article {
            margin-bottom: 20px;
        }

        .main-article img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            max-height: 25rem !important;
            border-radius: 10px;
        }
    /* end top article */

    .article-meta {
        font-size: 0.9em;
        color: #666;
        margin-bottom: 5px;
    }

    .article-meta .separator {
        margin: 0 5px;
    }

    .article-title {
        margin-bottom: 10px;
    }

    .article-description {
        margin-bottom: 15px;
    }

    .btn-read-more {
        background-color: #f5f5f5;
        color: #333;
        padding: 5px 15px;
        border-radius: 5px;
        text-decoration: none;
        display: inline-block;
    }

    .side-article img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .side-article .article-title {
        font-size: 1.1em;
        margin-bottom: 5px;
    }

    .side-article .read-more {
        font-size: 0.9em;
        color: #007bff;
        text-decoration: none;
    }

    @media (max-width: 767px) {
        .side-article {
            margin-top: 20px;
        }
    }

    /* start navigation wrapper */
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .navigation-wrapper {
            display: flex;
            gap: 10px;
        }

        .custom-nav-btn {
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border: 1px solid #e0e0e0;
            border-radius: 15%;
            cursor: pointer;
            transition: all 0.3s ease;
            color: #666;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .custom-nav-btn:hover {
            background: #f8f9fa;
            color: #333;
        }

        .custom-nav-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .owl-nav {
            display: none;
        }

        @media (max-width: 767px) {
            .navigation-wrapper {
                display: none;
            }
        }
    /* end navigation wrapper */

    /* start event article */
        .layout-card-text {
            margin-top: 3rem;
            margin-left: 2rem;
        }

        .btn-event {
            border-radius: 30px;
            font-weight: bolder;
        }

        .image-category-article {
            height: 26rem;
            border-radius: 15px;
            object-fit: cover;
        }

        .eventArticle {
            padding: 20px 0;
            position: relative;
        }

        .owl-carousel .owl-stage {
            display: flex;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .owl-carousel .owl-item {
            display: flex;
            justify-content: center;
        }

        .event-card {
            width: 300px !important;
            max-width: 100%;
            margin: 0 6px;
        }

        .event-card .card {
            width: 100%;
            height: 100%;
            border-radius: 15px;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 10px 12px rgba(0,0,0,0.1);
        }

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

        .event-card .card-img-top {
            height: 200px;
            object-fit: cover;
            border-radius: 15px;
            padding: 10px;
        }

        .event-card .card-body {
            height: calc(100% - 200px);
            display: flex;
            flex-direction: column;
        }

        .event-card .card-title {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .event-card .card-title a {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .event-card .card-text {
            font-size: 0.9rem;
            color: #6c757d;
            flex-grow: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .event-card .badge {
            font-size: 0.8rem;
        }

        /* Tablet-specific styles */
        @media (min-width: 768px) and (max-width: 991px) {
            .event-card {
                width: 280px !important;
            }
            
            .eventArticle .owl-item {
                max-width: 50% !important;
                height: 380px !important;
            }
            
            .layout-card-text {
                margin-top: 2rem;
                margin-left: 1.5rem;
            }

            .image-category-article {
                height: 28rem;
            }

            /* Adjust owl carousel for tablet */
            .owl-carousel .owl-stage {
                padding: 10px 0;
                justify-content: center;
            }
        }

        /* Mobile-specific styles */
        @media (max-width: 767px) {
            .col-12.col-md-4.position-relative {
                margin-bottom: 0;
                padding: 0; 
            }
            
            .image-category-article {
                height: 20rem;
                margin-bottom: -4rem;
                border-radius: 0; 
                width: 100%; 
            }
            
            .eventArticle {
                margin-top: -2rem;
                padding-top: 0;
                z-index: 1;
            }
            
            .event-card {
                width: 85% !important;
                margin: 0 auto;
            }
            
            .eventArticle .owl-item {
                width: 100% !important; 
                height: 340px !important;
            }
            
            .layout-card-text {
                margin-top: 1.5rem;
                margin-left: 0; 
                text-align: center; 
                width: 100%; 
            }
            
            .btn-event {
                padding: 0.5rem 1rem;
                font-size: 14px;
            }
            
            .owl-carousel {
                width: 100%;
            }
            
            .owl-carousel .owl-stage {
                display: flex;
                align-items: center;
            }
            
            .owl-carousel .owl-item {
                width: 100% !important;
                float: none;
            }
            
            .col-12.col-md-8.px-0 {
                padding: 0 !important;
            }

            .title-event {
                display: none;
            }
        }

        /* Navigation arrows */
        .owl-carousel .owl-nav button.owl-prev,
        .owl-carousel .owl-nav button.owl-next {
            font-size: 2rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.7);
            padding: 10px !important;
            border-radius: 50%;
        }

        .owl-carousel .owl-nav button.owl-prev {
            left: -20px;
        }

        .owl-carousel .owl-nav button.owl-next {
            right: -20px;
        }

        @media (max-width: 767px) {
            .owl-nav button.owl-prev,
            .owl-nav button.owl-next {
                display: none !important;
            }
        }
    /* end event article */

    .bg-section {
        background-color: #f5f5f5;
        padding: 3rem 0;
        margin-top: 3rem;
    }
    
    .full-width-right {
        width: calc(100vw - 8.33333% - 30px);
        margin-right: calc(-50vw + 50%);
    }

    .sidebar-card {
        position: sticky;
        top: 135px; 
        background-color: white;
        padding: 2rem;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .popular-news-list {
        list-style-type: none;
        list-style: none;
        padding: 0;
    }

    .popular-news-list li {
        margin-bottom: 1rem;
        display: flex;
        align-items: flex-start;
    }
    
    .list-number {
        flex-shrink: 0;
        margin-right: 5px;
    }
    
    .list-link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 20px); 
        display: inline-block;
        vertical-align: top;
    }
    
    .popular-news-list a {
        color: #333;
        text-decoration: none;
    }
    
    .popular-news-list a:hover {
        color: red;
    }
    
    @media (max-width: 767.98px) {
        .full-width-right {
            width: 100%;
            margin-right: 0;
        }
    }
    @media (max-width: 991.98px) {
        .custom-col {
            padding-left: 15px;
        }
    }

    @media (max-width: 991px) {
        .bg-section {
            margin-top: 0;
            padding: 0;
        }
        
        .sidebar-card {
            margin-left: 0;
            margin-bottom: 1rem;
        }
        
        .top-1 {
            margin-top: 1rem;
        }
    }

    /* start footer */
        .custom-button {
            display: flex;
            align-items: center;
            border-radius: 15px;
            background: linear-gradient(147.74deg, #F8902E -0.9%, #CF130F 98.8%);
            padding: 10px 20px;
            color: white;
            text-align: left;
            height: 80px;
        }

        .custom-button img {
            width: 40px;
            height: 40px;
        }

        .button-title, .button-desc {
            color: white;
        }

        .button-title {
            font-weight: bold;
            font-size: 16px;
        }

        .button-desc {
            font-size: 12px;
            margin-top: 2px;
        }

        .text-start {
            display: flex;
            flex-direction: column;
        }

        .mobile-contact {
            display: none;
        }

        .row-left {
            margin-left: 2rem;
            margin-top: 5rem;
        }

        .row-left-2 {
            margin-left: 2rem;
        }

        .top-10 {
            margin-top: 13rem;
        }

        @media (max-width: 991px) {
            .footer .row > div {
                margin-left: 0 !important;
            }
            
            .desktop-contact {
                display: none;
            }
            
            .mobile-contact {
                display: block !important;
                margin-bottom: 2rem;
            }
            
            .mobile-center {
                text-align: center;
            }
            
            .social-icons {
                justify-content: center !important;
            }
            
            h5 {
                text-align: left;
            }
            
            .mobile-center h5 {
                text-align: center;
            }

            .row-left {
                margin-left: 0;
                margin-top: 0;
            }

            .row-left-2 {
                margin-left: 0;
            }

            .top-10 {
                margin-top: 0;
            }
        }
    /* end footer */
