/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Roboto Condensed', sans-serif;
    /* color: #444444; */


    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;

    scroll-behavior: smooth;
}

:root {
    --primary-text: #333;
    --accent-red: #106eea;
    --accent-yellow: #F5C518;
    --accent-green: #2EC4B6;
    --accent-orange: #ff6b00;
    --white: #ffffff;
    --dark-bg: #1a1d21;
    --card-bg: #23272b;
}

a {
    color: #106eea;
    text-decoration: none;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #106eea;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #3284f1;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.logo-section {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 0px;
}

.logo-section img {
    width: 100%
}

.menu-section {
    width: 100%;
    float: left;
    background: #50691e;
    padding: 5px 0px 5px 0px;
}

.banner-section {
    width: 100%;
    float: left;
}

.welcome-section {
    width: 100%;
    padding: 50px 0px;
}

.img-wrap {
    width: 100%;
}

.img-wrap img {
    width: 100%;
}

.welcome {
    width: 100%;
    float: left;
}

.welcome p {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    font-size: 18px;
    color: #01358D;
    font-weight: 500;
}

.welcome h2 {
    margin: 20px 0px 0px 0px;
    padding: 0px;
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.paragraph {
    margin: 25px 0px 0px 0px !important;
    padding: 0px 0px 0px 15px;
    text-align: justify;
    font-size: 15px !important;
    font-weight: normal !important;
    color: #000 !important;
    line-height: 25px;
}

.know-more-btn {
    margin: 20px 0px 0px 0px;
}

.logo-area {
    width: 160px;
    float: left;
}

.logo-area img {
    width: 100%;
    margin: 5px 0px 5px 0px;
    float: left;
}

@media (max-width: 768px) {
    .logo-area {
        width: 100px;
        float: left;
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #003366;
    height: 45px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}

#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: white;
}

.noticeboard {
    width: 100%;
    float: left;
    position: relative;
}

.notice-title {
    width: 90%;
    position: absolute;
    right: 0px;
    top: 25px;
    background: #01358D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 13px 0px 13px 0px;

    box-shadow: 4px 14px 22px -5px rgba(0, 0, 0, 0.27);
}

.notice-title h1 {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    font-size: 20px;
    color: #fff;
}

.notice-list {
    width: 90%;
    float: right;
    height: 330px;
    margin-top: 65px;

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 4px 14px 22px -5px rgba(0, 0, 0, 0.27);
    border: 1px dashed #88b37c;
}

.notice-list ul {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.notice-list ul li {
    display: inline;
}

.notice-list ul li a {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 20px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.notice-list ul li a:hover {
    color: #ff7e00;
}

.courses-section {
    width: 100%;
    float: left;
}

.courses-section {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
    background: #dcf4d5;
}

.curses-block {
    width: 95%;
    margin: 0px auto;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 14px 22px -5px rgba(0, 0, 0, 0.27);
    border: 1px dashed #88b37c;
}

.coures-img {
    margin: 30px 0px 0px 0px;
    cursor: pointer;
}

.curses-block h2 {
    margin: 0px;
    padding: 20px 0px 15px 0px;
    text-align: center;
    color: #17178e;
    font-size: 20px;
    text-transform: uppercase;
}

.curses-block p {
    margin: 0px;
    padding: 0px 15px 15px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}

.curses-block p a {
    color: #000;
    font-weight: bold;
}

.curses-block p a:hover {
    color: #ff7e00;
}

.academic-section {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
    background: #dcf4d5;
}

.academic-section p {
    margin: 0px;
    padding: 0px;
    text-align: left;
    color: #17178e;
}

.academic-section h2 {
    margin: 0px;
    padding: 15px 0px 20px 0px;
    text-align: left;
    color: #17178e;
    font-size: 35px;
    color: #000;
}

.profile-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    border: 1px dashed #88b37c;
}

.profile-wrapper img {
    width: 80%;
    margin: 20px 0px 0px 0px;
}

.profile-wrapper h3 {
    margin: 15px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 19px;
}

.profile-wrapper p {
    margin: 5px 0px 10px 0px;
    padding: 0px;
    text-align: center;
    font-size: 13px;
}

.academic-read {
    margin: 20px 0px 20px 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0px 5px 0px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
    padding: 5px 0px 5px 0px;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #106eea;
}

#header .logo img {
    max-height: 40px;
}

.scrolled-offset {
    margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 8px 10px 0px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
    text-decoration: none;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #106eea;
    text-decoration: none;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
    color: #1a3429;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #106eea;
    text-decoration: none;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #106eea;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    text-align: center;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/* --------------------------------------------------our facility section-1 start */
.facility-section {
    max-width: 1200px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 25px;
}

.facility-wrapper {
    padding: 20px;
}

.top-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.top-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

/* overlay */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 40, 80, 0.7);
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay h3 {
    font-size: 18px;
}

.arrow {
    background: #fde610;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: 0.3s;
}

.arrow i {
    color: #fff;
}

/* hover effect */
.top-card:hover img {
    transform: scale(1.1);
}

.top-card img {
    transition: 0.4s;
}

.top-card:hover .arrow {
    background: #00e676;
}

/* --------------------------------------------------our facility section-1 end */


/* --------------------------------------------------EXTRA facility  section start */

.course-section {
    background: #e9ecef;
    padding: 50px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

/* header */
.course-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.course-header h2 {
    color: #4aa4ff;
}

.course-header h2 i {
    color: #fde610;
    margin-right: 10px;
}

.view-btn {
    background: #2389e9;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* cards */
.card-1 {
    background-color: #F5C518;
}

.card-4 {
    background-color: rgb(189, 57, 255);
}

.card-2 {
    background-color: #fd4040;
}

.card-3 {
    background-color: #15d12e;
}

.course-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
}

.course-card {
    /* background: #fff; */
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.course-card:hover {
    transform: translateY(-8px);
    background-color: #003366;
    color: white;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.course-card h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}

.course-card p {
    font-size: 15px;

    margin-bottom: 15px;
}



.read-more {
    color: #1a6aff;
    text-decoration: none;
    font-weight: bold;
}

/* responsive */
@media(max-width:768px) {
    .course-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* --------------------------------------------------EXTRA facility  section end */

/* ================= ABOUT  section start================= */

.about-section-main {
    background: #fff;
    padding: 50px 20px;
}

.about-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.about-left-content {
    flex: 1;
}

.about-left-content h2 {
    font-size: 30px;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.about-left-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.about-read-btn {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* grid */
.about-right-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.about-grid-item {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.3s;
}

.about-grid-item i {
    font-size: 30px;
    margin-bottom: 10px;
}

.about-grid-item:nth-child(odd) {
    background: #f4b400;
}

.about-grid-item:nth-child(even) {
    background: #000;
}

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

/* ================= ABOUT  section end================= */

/* ------------------------------------why choose section start */
.why-section {
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
}

/* HEADING */
.why-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.why-title span {
    color: #e63946;
}

/* GRID */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ITEM */
.why-item {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.why-item:hover {
    transform: translateY(-5px);
}

/* ICON */
.why-item::before {
    content: "✔";
    color: #2a9d8f;
    font-weight: bold;
    margin-right: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------why choose section end */

/* ================= Event section start================= */


.results-section-main {
    background: #ffffff;
    padding: 60px 0;
}

.results-title {
    /* margin-left: 40px; */
    margin-bottom: 30px;
    letter-spacing: 5px;
}

.results-container {
    width: 900%;
    margin: auto;
}

/* slider */
.results-slider-container {
    overflow: hidden;
    position: relative;
    /* padding: 0 40px; */
    width: 85%;
    align-items: center;
}

.results-slider-track {
    display: flex;
    gap: 20px;
    animation: resultsScroll 20s linear infinite;
}

/* pause on hover */
.results-slider-container:hover .results-slider-track {
    animation-play-state: paused;
}

/* animation */
@keyframes resultsScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* card */
.result-card-box {
    min-width: 220px;
    background: #fff;
    text-align: center;
    transition: 0.3s;
    box-shadow: 4px 14px 22px -5px rgba(0, 0, 0, 0.27);
}

.result-card-box img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.result-card-body {
    padding: 15px;
    height: 90px;
    line-height: 7px;
    font-size: 16px;
    font-weight: 600;
}

.result-card-box:hover {
    transform: translateY(-10px);

}

/* responsive */
@media(max-width:768px) {
    .about-wrapper {
        flex-direction: column;
    }

    .about-right-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ================= event section end================= */


/* --- -------------------------------- about-1 magic bis start--- */
.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 40px auto;
    gap: 60px;
    padding: 20px;
    position: relative;
}

.image-group {
    position: relative;
    flex: 1;
    max-width: 500px;
}

.dots-bg {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 1;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(var(--accent-red) 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.3;
}

.main-photo {
    position: relative;
    z-index: 2;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.hero-text {
    flex: 1;
}

.hero-text h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: var(--primary-text);
}

.hero-text span {
    color: var(--accent-red);
    font-weight: 600
}

.features {
    list-style: none;
    padding: 0;
}

.features li {
    margin: 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.check {
    color: var(--accent-yellow);
    font-weight: bold;
}

.decor-circle {
    position: absolute;
    top: -20px;
    right: 40px;
    width: 80px;
    height: 80px;
    border: 10px solid var(--accent-yellow);
    border-radius: 50%;
    z-index: -1;
}

/* -----------------------------------------about-1 magic bis end */
/* --- SECTION 2: SCHOLARSHIP (BLACK CTA) --- */
.scholarship-section {
    background: #000;
    color: white;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.scholarship-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.scholarship-content h2 {
    font-size: 2.5rem;
    margin: 0 0 15px;
}

.scholarship-content p {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 30px;
}

.cta-button {
    background: var(--accent-red);
    color: white;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.scholarship-image img {
    max-width: 400px;
}

/* --- SECTION 3: LEGACY COUNTERS (DARK) --- */
.legacy-section {
    background: var(--dark-bg);
    color: white;
    padding: 80px 20px;
    text-align: center;
}

.legacy-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.legacy-subtitle {
    color: #a0a0a0;
    margin-bottom: 50px;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.counter-card {
    background: var(--card-bg);
    padding: 40px 20px;
    border-radius: 12px;
    border: 1px solid #363b41;
}

.counter-number {
    font-size: 3rem;
    color: var(--accent-orange);
    margin: 0;
    display: inline-block;
}

.symbol {
    font-size: 2rem;
    color: var(--accent-orange);
    font-weight: bold;
}

.counter-card p {
    margin-top: 10px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    color: #ddd;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {

    .hero-section,
    .scholarship-container {
        flex-direction: column;
        text-align: center;
    }

    .scholarship-image img {
        width: 80%;
    }

    .video-box {
        position: relative;
        top: 0;
        right: 0;
        margin: 20px auto;
        width: 80%;
    }

    .features li {
        justify-content: center;
    }
}





/*  */
.text-white2 {
    color: #ffffff;
    text-align: justify;
}

.footer-section {
    background-image: url();
}

footer li {
    list-style-type: none;
    margin-left: -30px;
    line-height: 32px;
}

footer .quick li:before {
    content: "\f0da";
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    color: #ffffff;
    font-size: 14px;
}

footer a {
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
}

footer a:hover {
    color: #d24882;
    transition: 0.3s all;
}

footer .opening li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bcc5d0;
}

.abc {
    border: none !important;
}

footer .social {
    font-size: 20px;
    padding: 10px 17px;
    border-radius: 50%;
}

.footer-img {
    background: url(../img/slider/sl1.png), linear-gradient(rgb(114, 111, 108), black);
    background-blend-mode: multiply;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* Footer Section End */

/* ==============================index gallery section start */

.gallery3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    /* Space between images */
    padding: 20px;
}

.gallery-item3 {
    width: 200px;

    height: 150px;

    object-fit: cover;
    cursor: pointer;

    transition: transform 0.3s ease;


}

.gallery-item3:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

/* Lightbox styling */
.lightbox3 {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    /* Semi-transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Ensure it appears on top */
}

.lightbox3 img {
    max-width: 80%;
    max-height: 80%;
    border: 2px solid #fff;
}

#close-btn3 {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.nav-btn3 {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1001;
}

#prev-btn3 {
    left: 20px;
}

#next-btn3 {
    right: 20px;
}

#prev-btn3:hover,
#next-btn3:hover {
    background-color: rgba(255, 0, 0, 0.8);
}

/* Responsive styling */
@media (max-width: 768px) {
    .gallery-item3 {
        width: 115px;
        /* Adjust width for smaller screens */
        height: 90px;
        border: 3px solid rgb(255, 255, 255);
    }

    #prev-btn3 {
        left: -10px;
        margin-top: -25px;
    }

    #next-btn3 {
        right: -10px;
        margin-top: -25px;
    }
}

.gallery-img-1 {
    background: url(../img/slider/sl2.png), linear-gradient(rgb(114, 111, 108), black);
    background-blend-mode: multiply;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* ==============================index gallery section end */
/* --------------------------------------------Marque start */

.marquee_box2 {
    animation: colorBlink 2s infinite;
    color: white;
    padding-top: 5px;
    background-color: #fbff00;

}

/* --------------------------------------------Marque end */

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

.regi-heading {
    background-color: #0DCAF0;
    color: white;
    padding: 6px;
    font-size: 21px;
}

/* ---------------------------------------magicbis tour start */
.our-institute {
    width: 600px;
    height: 400px;
}


@media (max-width: 768px) {
    .our-institute {
        width: 250px;
        height: 300px;
    }
}

.welcome-institute {
    width: 100%;
    float: left;
    padding: 50px 0px 20px 0px;
}


/* ---------------------------------------magicbis tour end */

/* ====================================soccial media second start */


.social-media-box2 {
    height: 350px;
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    border: 2px solid#858585;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

}

.homework {
    background: url(../img/compt.jpg), linear-gradient(rgb(114, 111, 108), black);
    background-blend-mode: multiply;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}


.social-media-box2 td,
th {
    padding: 10px;
}

.social-media-box2 tr:nth-child(even) {
    background-color: #dddddd;
}

.social-media-box2 table {
    width: 100%;
}



/* ====================================soccial media second end */


/* ====================================soccial media & Link third start */
.social-media-header3 {
    text-align: center;
    color: rgb(124, 0, 0);

    font-size: 20px;
    padding: 10px;
    width: 100%;
    background-color: #feffa8;
    /* background: linear-gradient(to left, #ff1900, #052c51, #052c51); */
    border-radius: 20px;
    /* margin: 5px; */
}

.social-media-box3 {
    height: 350px;
    width: 100%;
    /* border-radius: 10px; */
    margin-top: 10px;
    padding-top: 20px;
}

.social-media-box3 p {

    line-height: 15px;
    text-align: center;
    font-size: 25px;

}

.social-media-box3 a {
    text-decoration: none;
}

/* ---------------------------------facebook */

.scroll-container4 {
    width: 100%;
    height: 320px;
    overflow-y: auto;
    /* Enables vertical scrolling */
    overflow-x: hidden;
    /* Prevents horizontal scrolling */

}






/* ---------------------------------------toper rank start */
.social_header_3 {
    background: #1082e4;
    color: #fff;
    font-weight: 700;
    padding: 8px;
    font-size: 22px;
    border-radius: 8px;
    text-align: center;
}

.social_box_3 {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px;
}

.container_3 {
    max-width: 95%;
    margin: auto;
}

input[type="radio"] {
    display: none;
}

/* 
.button_3 {
    display: inline-block;
    background-color: rgb(255, 255, 191);
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 4px solid gold;
    margin: 5px;
    font-weight: 600;
    border-radius: 12px;
}

.button_3:hover {
    background: #f1f1f1;
}

.messages_3 {
    margin-top: 20px;
}

.message_3 {
    display: none;
}

#btn1_3:checked~.messages_3 #message1_3,
#btn2_3:checked~.messages_3 #message2_3,
#btn3_3:checked~.messages_3 #message3_3,
#btn4_3:checked~.messages_3 #message4_3,
#btn5_3:checked~.messages_3 #message5_3 {
    display: block;
}

.regi_heading_3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.btn_submit_3 {
    background: rgb(247, 185, 15);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;

} */

/* ---------------------------------------toper rank end */



/*----------------------------------- Course section end   */


/* ---------------------------------Magicbis head  start */
.course_section_11 {
    padding: 60px 20px;
    background: #f6f6f6;
    font-family: Arial;
}

.course_title_11 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.course_grid_11 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.course_card_11 {
    position: relative;
    background: #fff;
    /* padding: 20px; */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.41);
    overflow: hidden;
    transition: 0.4s;
    border-bottom: 10px solid #2873be;
}


@media (max-width: 768px) {
    .course_card_11 {
        margin: 15px;
    }
}


.course_card_11 img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    margin-bottom: 15px;
}


/* hover red panel */

.course_hover_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff1100;
    color: #fff;
    padding: 25px;
    opacity: 0;
    transition: 0.4s;

}

.course_card_11:hover .course_hover_11 {
    opacity: 1;
}

.course_hover_22 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #57ce3f;
    color: #fff;
    padding: 25px;
    opacity: 0;
    transition: 0.4s;

}

.course_card_22:hover .course_hover_22 {
    opacity: 1;
}

.course_hover_33 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5861e2;
    color: #fff;
    padding: 25px;
    opacity: 0;
    transition: 0.4s;

}

.course_card_33:hover .course_hover_33 {
    opacity: 1;
}

.course_hover_44 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #808129;
    color: #fff;
    padding: 25px;
    opacity: 0;
    transition: 0.4s;

}

.course_card_44:hover .course_hover_33 {
    opacity: 1;
}

/* default red box */

.active_red {
    background: #ef3d2f;
    color: #fff;
}

.active_red button {
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 6px 12px;
    margin: 5px;
}

/* buttons */

button {
    padding: 6px 14px;
    margin-top: 10px;
    cursor: pointer;
}

/* responsive */

@media(max-width:1000px) {

    .course_grid_11 {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width:600px) {

    .course_grid_11 {
        grid-template-columns: 1fr;
    }

}

/* ---------------------------------Magicbis  head end */


.tabs {
    display: flex;
    overflow-x: auto;
    background: #079c07;
    border-radius: 8px;
}

.tabs button {
    flex: 1;
    padding: 8px 15px;
    color: #fff;
    border: none;
    background: transparent;
    cursor: pointer;
}

.tabs button.active {
    background: #ff9800;
}

/* SUB TABS */
.sub-tabs {
    display: none;
    padding: 10px;
    /* background: #fff; */
    flex-wrap: wrap;
}

.sub-tabs button {
    margin: 5px;
    padding: 10px 15px;
    border: none;
    background: #eee;
    cursor: pointer;
    border-radius: 5px;
}

.sub-tabs button:hover {
    background: #ff9800;
    color: #fff;
}

/* CARDS */



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