body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
        }

        /* Header Section */
        .header {
            background-color: #006D70;
            color: white;
            padding: 10px 0;
        }

        .logo {
            font-size: 30px;
            font-weight: bold;
            color: #fff;
        }

        .logo span {
            color: orange;
        }

        .search-container input {
            width: 500px;
            border-radius: 0;
        }

        .search-btn {
            background-color: orange;
            color: white;
            border: none;
        }

        .query-info a {
            color: #FFD700;
            font-weight: bold;
            text-decoration: none;
        }

        .login-signup a {
            color: white;
            text-decoration: none;
            margin-right: 10px;
            font-weight: bold;
        }

        /* Menu Section */
        .menu {
            background-color: white;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .nav-item a {
            color: black;
            font-weight: bold;
            text-decoration: none;
            padding: 10px 15px;
        }

        .nav-item a:hover {
            background-color: #f8f9fa;
            color: #00796B;
        }

        .dropdown-menu {
            width: 100%;
            background-color: #ffffff;
            border: none;
        }

        .dropdown-item {
            color: black;
        }

        .dropdown-item:hover {
            background-color: #f1f1f1;
            color: #00796B;
        }

        /* Mega Menu */
        .mega-menu {
            display: flex;
            justify-content: space-between;
            padding: 15px;
        }

        .mega-menu .column {
            width: 30%;
        }

        .mega-menu h5 {
            font-weight: bold;
            border-bottom: 1px solid #ddd;
            margin-bottom: 10px;
            padding-bottom: 5px;
        }

        @media (max-width: 768px) {
            .search-container input {
                width: 100%;
            }
        }
         /* Background image styling */
        .background {
            background: url('img/jadavpuruniversity.jpg') no-repeat center center/cover;
            height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            color: #fff;
        }
        /* Overlay styling */
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* Transparent dark layer */
            z-index: 1;
        }
        /* Content styling */
        .content {
            z-index: 2;
            text-align: center;
        }
        .content h1 {
            font-weight: bold;
        }
        .content p {
            font-size: 16px;
            margin-bottom: 20px;
        }
        /* Search box styling */
        .search-box {
            max-width: 600px;
            margin: 0 auto;
        }
        .search-box input {
            border: none;
            padding: 15px;
            font-size: 16px;
        }
        .search-box button {
            padding: 15px 30px;
            background-color: #ff6600;
            color: white;
            border: none;
            cursor: pointer;
        }
        .search-box button:hover {
            background-color: #e65c00;
        }
        /*college*/
        .card-container {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto; /* Makes it horizontally scrollable if needed */
        }
        .card {
            width: 250px;
            margin: 10px;
            border: 1px solid #ddd;
            box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
        }
        .card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            background-color: #fff;
            font-weight: bold;
        }
        .card-header img {
            width: 50px;
            height: 50px;
            object-fit: contain;
        }
        .card-body {
            padding: 10px;
        }
        .card-body h6 {
            font-weight: bold;
            color: #0056b3;
            font-size: 14px;
        }
        .card-body p {
            font-size: 12px;
            margin: 0;
        }
        .card-footer {
            padding: 10px;
            background-color: #002e5b;
            color: #fff;
            font-size: 12px;
            text-align: center;
            font-weight: bold;
        }
        .featured-label {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            background-color: #ddd;
            color: #333;
            padding: 5px;
            font-size: 12px;
            font-weight: bold;
            margin-right: 5px;
        }
        /*click menu*/
        .tab-links {
            text-align: center;
            margin-top: 20px;
        }
        .tab-links a {
            margin: 0 15px;
            font-weight: bold;
            color: #333;
            text-decoration: none;
            cursor: pointer;
        }
        .tab-links a.active {
            color: teal;
            border-bottom: 2px solid teal;
        }
        .tab-content {
            display: none;
            text-align: center;
            margin-top: 30px;
        }
        .tab-content.active {
            display: block;
        }
        .tab-section {
            display: inline-block;
            width: 250px;
            margin: 15px;
            vertical-align: top;
        }
        .tab-section img {
            width: 50px;
            height: 50px;
            margin-bottom: 10px;
        }
        .tab-section h5 {
            font-weight: bold;
            color: teal;
        }
        .tab-section p {
            font-size: 14px;
            color: #555;
        }
        /*click show*/
        /* Custom Styling for Tabs */
        .nav-tabs .nav-link {
            font-weight: bold;
            color: #333;
            border: none;
        }
        .nav-tabs .nav-link.active {
            color: teal;
            border-bottom: 2px solid teal;
        }
        .tab-pane {
            padding: 20px 10px;
        }
        .icon-section {
            text-align: center;
            margin: 20px 0;
        }
        .icon-section img {
            width: 50px;
            height: 50px;
        }
        .icon-section h5 {
            margin-top: 10px;
            font-weight: bold;
            color: teal;
        }
        .icon-section p {
            color: #555;
            font-size: 14px;
        }
        /* news card */
        .news-card {
            transition: transform 0.2s;
            border: none;
            margin-bottom: 20px;
        }
        .news-card:hover {
            transform: scale(1.02);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
        }
        .news-title {
            font-weight: bold;
            font-size: 1.1rem;
            color: #000;
        }
        .news-meta {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .icon {
            color: #6c757d;
        }
        .live-badge {
            background-color: red;
            color: white;
            font-size: 0.8rem;
            padding: 3px 7px;
            border-radius: 4px;
            margin-right: 8px;
        }

        /* video Section */
        .video-title {
            font-weight: bold;
            margin-top: 10px;
            font-size: 1.1rem;
        }
        .video-meta {
            color: #6c757d;
            font-size: 0.9rem;
        }
        .next-video {
            cursor: pointer;
            transition: transform 0.2s;
        }
        .next-video:hover {
            transform: scale(1.03);
            background-color: #f1f1f1;
        }
        .main-video {
            border-radius: 5px;
            overflow: hidden;
        }
        /* top exam */
        .exam-section {
            padding: 40px 0;
        }

        .exam-tag {
            border: 1px solid #6f42c1;
            color: #6f42c1;
            border-radius: 50px;
            padding: 6px 15px;
            margin: 5px;
            display: inline-block;
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .exam-tag:hover {
            background-color: #6f42c1;
            color: #fff;
            text-decoration: none;
        }

        h2 {
            font-weight: bold;
            text-align: center;
            margin-bottom: 25px;
        }
        /* trending webnar*/
        .webinar-card {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease;
        }

        .webinar-card:hover {
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
        }

        .date-icon {
            color: #f39c12;
            font-weight: bold;
        }

        .btn-enroll {
            background-color: #f7631b;
            color: white;
            border-radius: 5px;
        }

        .btn-enroll:hover {
            background-color: #e65c0f;
            color: white;
        }

        .icon-text {
            color: #777;
            font-size: 14px;
        }

        h5 {
            font-weight: bold;
        }

    /* predic college */
    /* Custom Carousel */
        .carousel-item img {
            border-radius: 8px;
        }

        .carousel-card {
            background-color: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 10px;
            text-align: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.3s ease;
        }

        .carousel-card:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .carousel-card p {
            margin: 0;
            color: #555;
        }

        .carousel-card h5 {
            margin: 5px 0;
            font-weight: bold;
        }

        /* Trending Courses */
        .trending-courses {
            padding: 20px 0;
            text-align: center;
        }

        .trending-courses h3 {
            font-weight: bold;
            margin-bottom: 20px;
        }

        .badge-custom {
            border: 1px solid #dc3545;
            color: #dc3545;
            border-radius: 20px;
            padding: 8px 12px;
            font-size: 14px;
            margin: 5px;
            display: inline-block;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .badge-custom:hover {
            background-color: #dc3545;
            color: white;
        }
        /*top board section */
        /* Custom Styling for Boards */
        .boards-section {
            text-align: center;
            padding: 30px 0;
        }

        .badge-board {
            border: 1px solid #ccc;
            border-radius: 20px;
            padding: 8px 15px;
            font-size: 14px;
            margin: 5px;
            color: black;
            background-color: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .badge-board:hover {
            background-color: #007bff;
            color: white;
            border-color: #007bff;
        }

        /* Trending Colleges */
        .trending-section {
            padding: 30px 0;
            text-align: center;
        }

        .trending-section h3 {
            font-weight: bold;
            margin-bottom: 20px;
        }

        .badge-college {
            border: 1px solid #007bff;
            color: #007bff;
            border-radius: 20px;
            padding: 8px 15px;
            font-size: 14px;
            margin: 5px;
            display: inline-block;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .badge-college:hover {
            background-color: #007bff;
            color: white;
        }
        /*feature career */
        .featured-articles {
            padding: 40px;
            background-color: #f8f9fa;
        }

        .article-item {
            display: flex;
            flex-direction: row;
            gap: 15px;
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
        }

        .article-item:last-child {
            border-bottom: none;
        }

        .article-content {
            flex-grow: 1;
        }

        .article-title {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            text-decoration: none;
        }

        .article-title:hover {
            color: #007bff;
        }

        .live-badge {
            background-color: red;
            color: white;
            padding: 2px 6px;
            border-radius: 5px;
            font-size: 12px;
            display: inline-block;
            margin-right: 5px;
        }

        .article-image {
            width: 100px;
            height: 70px;
            object-fit: cover;
            border-radius: 5px;
        }

        .view-all {
            text-align: center;
            padding: 20px 0;
        }

        .view-all a {
            text-decoration: none;
            color: #007bff;
            border: 1px solid #007bff;
            padding: 8px 15px;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        .view-all a:hover {
            background-color: #007bff;
            color: white;
        }
        /* footer */
        .footer {
            padding: 40px 20px;
            background-color: #444;
        }
        .footer h5 {
            font-weight: bold;
            margin-bottom: 15px;
        }
        .footer ul {
            list-style: none;
            padding: 0;
        }
        .footer ul li a {
            color: #ddd;
            text-decoration: none;
            margin-bottom: 8px;
            display: block;
            transition: color 0.3s ease;
        }
        .footer ul li a:hover {
            color: #00aced;
        }
        .app-buttons img {
            width: 150px;
            margin-top: 10px;
        }
        /* footer*/
        .footer-links {
            background-color: #111;
            padding: 10px 20px;
            font-size: 14px;
            color: #ddd;
        }

        .footer-links a {
            color: #ccc;
            text-decoration: none;
            margin-right: 15px;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #00aced;
        }

        .copyright {
            text-align: right;
            color: #aaa;
            font-size: 12px;
        }
/* Base Styles */
header .header {
    padding: 10px 20px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .logo {
    font-size: 1.5rem;
    font-weight: bold;
}

header .search-container {
    flex-grow: 1;
    margin: 0 15px;
}

header .search-container input {
    width: calc(100% - 80px);
    margin-right: 10px;
}

header .search-container button {
    width: 70px;
}

header .query-info,
header .login-signup {
    display: flex;
    align-items: center;
}

header .login-signup a {
    margin-left: 15px;
    text-decoration: none;
    color: #007bff;
}

/* Menu Styles */
.menu .navbar {
    padding: 0;
    background-color: #fff;
}

.menu .navbar-nav {
    flex-direction: row;
}

.menu .nav-item {
    margin: 0 10px;
}

.menu .dropdown-menu {
    text-align: left;
}

/* Media Queries */

/* Tablet Screens (max-width: 768px) */
@media (max-width: 768px) {
    header .container-fluid {
        flex-wrap: wrap;
        text-align: center;
    }

    header .logo {
        width: 100%;
        margin-bottom: 10px;
    }

    header .search-container {
        width: 100%;
        margin: 10px 0;
    }

    header .query-info,
    header .login-signup {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .menu .navbar-nav {
        flex-direction: column;
    }

    .menu .nav-item {
        margin: 5px 0;
    }

    .menu .dropdown-menu {
        position: static;
        width: 100%;
    }
}

/* Mobile Screens (max-width: 480px) */
@media (max-width: 480px) {
    header .search-container input {
        width: calc(100% - 60px);
        margin-right: 5px;
    }

    header .search-container button {
        width: 50px;
    }

    .menu .navbar {
        flex-direction: column;
    }

    .menu .navbar-nav {
        width: 100%;
    }

    .menu .dropdown-menu {
        position: static;
        background-color: #f8f9fa;
        border: none;
    }

    .menu .dropdown-toggle::after {
        display: none;
    }
}
