@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}

body {
    margin: 0px;
    padding: 0px;
    background-color: #f8f9fa;
    font-weight: 300;
    background-image: url("https://public.classwalla.com/0/2025/May/26/16/31/47/bg.jpg");
}

body i {
    cursor: pointer;
}

/* navbar section */

nav {
    /* background-color: #f8f9fa; */
    padding: 10px 20px;
}


.navbar1 {
    display: flex;
    justify-content:space-evenly;
    margin-right: auto;
    margin-bottom: 10px;
    gap: 20px;
  
}

.navbar1 button {
    margin: 0 5px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border: 0.1px solid rgba(0, 0, 0, 0.162);
    min-width: 72px;
    max-height: 30px !important;
    white-space: nowrap;
    font-size: 14px;


}

#CSE {
    min-width: 50px;
}

#admission {
    background-color: red;
    color: white;

}



#student {
    min-width: 96px;
    white-space: nowrap;
    color: black;
    list-style: none;
    border-radius: 7px;
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    max-height: 28px;
    margin-top: 5px;
}

.nxts {
    box-shadow: skyblue;
}

.navbar1 i:hover {
    color: rgba(250, 10, 10, 0.591);
    cursor: pointer;
}

#LIVE {
    min-width: 80px;
    padding: 12px;
}

.navbar1 button:hover {
    color: rgba(250, 10, 10, 0.815);
}


.navbar2 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


#center {
    padding: 9px;
}

.navbar1 i {
    letter-spacing: 2px;
}

.number {
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    width: auto;
    white-space: nowrap;

}

.top-item a {
    padding-top: 20px !important;
}

.card-group .batch-card img {
    border-radius: 7px;
}

/* .Home {
    margin-bottom: 10px !important;

}
#home{
    margin-top: 20px !important;
 
}


@media(max-width:576px){
    #home{
        margin-top: 10px !important;
    }
} */

.para {
    letter-spacing: 1px;
    line-height: 2px;
}

.card-group .batch-card img {
    height: 100px !important;
    object-fit: contain;

}

.playstore {
    cursor: pointer;
}

.services .col {
    display: flex;
    flex-direction: column;
}

/* Equal height for all cards inside services section */
.services .col .bg-white {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make sure images are centered and consistent */
.services .openbook img {
    display: block;
    margin: 0 auto;
}

.topper-talk{
    margin-bottom: 40px;
}

/* Responsive Grid Layout */
@media (max-width: 1024px) {
    .services .row {
        display: flex;
        flex-wrap: wrap;
    }

    .services .col {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .services .col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }
}


/* #student a:hover{
    color: black !important;
    list-style: none !important;
} */
/* .navbar2 li{
    min-width: none;
} */
@media (max-width: 576px) {
    .navbar1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar1 {
        display: flex;
        justify-content: end;
        margin-bottom: 10px;
        /* margin-left: 62%;  */
        margin-left: auto;
  
      
     
    }
     .navbar1 form button {
     display: none;

     }
     .navbar1 form input{
        height: 40px;
        margin-top: auto;
        margin-bottom: auto;
     }

    .navbar1 button {
        flex: 0 0 calc(43.333% - 2.4rem);
        margin: 5px;
        box-sizing: border-box;
        font-size: 10px;
        font-weight: 600;
        margin-left: 12px;
        width: 120px !important;
        margin-top: 18px !important;

    }

    .dist {
        display: none;
    }

    .navbar1 i {
        display: none;
    }

    .col-12 .batch-card {
        margin-left: 0% !important;
        margin-right: 10% !important;
    }

    #renowned {
        font-size: 15px !important;
    }

    .nxts {
        font-size: 14px !important;
        white-space: nowrap;
        font-weight: 700;
    }

}


@media(min-width:768px) {
    .navbar1 i {
        margin-left: 10px;
    }

    .nxts {
        font-size: 28px;
    }

    .navbar1 button {
        padding: 2px !important;
    }

    #Welcome {
        font-weight: 400;
        font-family: "Albert Sans", sans-serif;

    }

    .content h5 {
        font-size: 20px;
        font-family: "Albert Sans", sans-serif;

    }

    .shadow-sm ul li {
        font-size: 16px;
        font-weight: 500;
        font-family: "Albert Sans", sans-serif;
    }

    footer ul li {
        font-size: 16px;
        font-weight: 400;

    }

}

@media (max-width: 576px) {
    .navbar2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin: 0;
        list-style: none;

    }

    .navbar2 .dropbtn {
        margin-top: 15px !important;
    }

    .navbar2 li {
        flex: 0 1 calc(43.333% - 1.2rem);
        margin: 2px;
        box-sizing: border-box;
        font-size: 6px;
        font-weight: 600;
        justify-content: space-evenly;

    }

    .navbar2 button {
        font-size: 10px;
        font-weight: 600;
        height: min-content;
        justify-content: space-evenly;

    }

    .custom-shadow {
        font-size: 19px !important;
        padding: 20px;
        width: 80%;
        line-height: 24px;
        text-align: center;
    }

    .nxts {
        padding: 17px !important;
        font-size: 30px;
        width: 92%;
        line-height: 27px;
        padding-left: 16px !important;
        text-align: center;
    }


    #row-ones {
        display: block !important;
    }

    #second {
        margin-top: 20px !important;
    }

    .bg-light button {
        width: 100% !important;
        flex: 1 100% !important;
        font-size: 14px !important;
        padding: 12px !important;
        margin: 1px !important;
        padding-bottom: 38px !important;
    }

    .btns button {
        padding: 10px !important;
        height: auto !important;
        justify-content: space-between;
        padding-bottom: 37px !important;
        font-size: 12px;
        width: 85% !important;
        flex-direction: column;
    }

    #center {
        display: flex;
        flex: 0 0 100%;
        width: 90%;
        max-width: 320px !important;
        font-size: 16px;
        font-weight: 400;
        padding: 16px 22px 20px;
        border: none;
        font-size: 17px !important;
        font-weight: 800;
        margin-left: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }


    .location {
        display: block !important;
        flex-direction: row !important;
    }

    #c-affair {
        margin-bottom: 15px !important;
    }

    .image-box {
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px;
    }

    .card-group .batch-card {
        width: 100%;
        object-fit: contain;
    }


}


@media(max-width:576px) {
    .navbar2 li {
        flex: 0 1 calc(43.333% - 2px);
        margin: 2px;
        box-sizing: border-box;
        font-size: 9px;
        font-weight: 700;
        justify-content: space-evenly;
        padding: 6px;
        flex-direction: column;
    }

    .dist {
        display: none;

    }

    .navbar2 button {
        margin-left: 148px;
    }

    .mb-5 {
        font-size: 28px !important;
    }

    .General {
        padding: 2px !important;
    }

    .col-8 {
        display: flex;
        gap: 6px;
    }

    .col-8 .navbar1 button {
        height: 30px;
        margin-left: 30px;

    }

    .dropdown-content {
        width: auto;
    }

    #storiess {
        font-size: 32px !important;
    }



}


@media (min-width:340px) and (max-width:768px) {
    .containertext {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .containertext .card {
        width: 100%;
    }

}

.navbar2 li {
    /* margin: 0 4px; */
}

.navbar2 li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    justify-content: end;
    margin-right: 32px;
}


.navbar2 li a:hover {
    color: red;
}


.navbar2 button {
    margin: 0 5px;
    padding: 5px 5px 5px 5px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    list-style: none !important;
}

.navbar2 button a {
    color: white;
    text-decoration: none;
}

.navbar2 button:hover {
    background-color: #DF9755;
}

.actions button a {
    list-style: none !important;
}

#dropdown {
    position: relative;

}

#view-all {
    border-radius: 8px;
    padding: 6px 10px;

}

.view-btn {
    margin-bottom: 20px;
}

#view-btn-all {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dropbtn {
    background-color: red;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.dropbtn:hover {
    background-color: yellowgreen;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}


.dropdown-content li {
    padding: 8px 20px;
}

.dropdown-content li a {
    text-decoration: none;
    color: #000;
    display: block;
}

.dropdown-content li a:hover {
    background-color: red;
    color: white;
}

#dropdown:focus-within .dropdown-content {
    display: block;
}


/* Large Tablets & Small Laptops (landscape) */
@media (max-width: 1024px) {
    .img1 {
        min-height: 600px;
        background-repeat: no-repeat;
    }
}

/* iPad Mini, iPad Air, Galaxy Tab, and Medium Devices */
@media (max-width: 820px) {
    .img1 {
        min-height: 500px;
        width: auto;
        background-repeat: no-repeat;
    }
}

/* Pixel 7, iPhone XR, Galaxy S20 Ultra, and smaller devices */
@media (max-width: 768px) {
    .img1 {
        min-height: 400px;
        object-position: center;
        width: 100%;
        background-repeat: no-repeat;
    }
}

/* iPhone SE, Galaxy S8, and Extra Small Phones */
@media (max-width: 480px) {
    .img1 {
        min-height: 300px;
        object-position: center;
        width: auto;
        background-repeat: no-repeat;
    }

}

/* Very Small Devices */
@media (max-width: 360px) {
    .img1 {
        min-height: 250px;
        object-position: center;
        width: 100%;
        background-repeat: no-repeat;

    }
}


footer p li li+a {
    font-size: medium;
}

#heading {
    color: red !important;
    text-align: center;
    margin-bottom: 8px;
    white-space: nowrap;
    padding: 10px;
}

#table {
    display: flex !important;
    gap: 40px;
    position: relative !important;
}

h1 {
    text-align: start;
    padding-left: 20px;
    font-size: 55px !important;
    font-weight: 600px !important;
}

.navbar2 li a {
    white-space: nowrap;
}

.navbar2 li {
    font-weight: bold !important;
}

.topper-talk {
    font-size: 32px;
}

@media(max-width:340px) {
    #cours {
        font-size: 12px;
        white-space: nowrap !important;
    }
}

@media(max-width:576px) {
    h1 {
        text-align: start;
        padding-left: 20px;
        font-size: 36px !important;
        font-weight: 600px !important;
    }

    h2 {
        font-weight: bold !important;
        font-size: 10px;
    }

    .card-title {
        font-size: 20px !important;
    }

    #cours {
        font-size: 18px !important;
    }

    .bg-light button {
        height: 26px !important;
        font-size: 0.6rem;
        font-weight: 700;
    }

    .btn #center {
        flex: 0 0 calc(50% - 10px);
        height: 30px;
        font-size: 7pt;
    }

    .bg-white ul li {
        font-weight: 500;
        font-size: 14px;
    }

    .initaives {
        font-size: 42px;
    }

    .col-3 {
        width: 100%;
        text-align: center;
        justify-content: center !important;
    }

    .col-9 {
        width: 100%;
    }

    .images {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* Individual initiative items */
    .image-box {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 12px;
        background: #f8f9fa;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }

    .slider-container {
        margin-left: 7px;
    }

    .image-box h3 {
        display: block !important;
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        overflow-wrap: break-word;
    }

    .image-box img {
        width: 200px !important;
        object-fit: contain;
        border-radius: 4px;
        border: none;

    }

    #UPSC {
        white-space: pre;
        margin-left: 1px !important;
        font-weight: 700;

    }

    #logotext {
        font-size: 16px;
        margin-left: 26px;
    }


    .image-box.col {
        display: block;
        border: none;

    }

    .image-box.col h3 {
        display: block;
        margin-top: 8px;
    }

    footer ul li {
        font-size: 16px;
    }

    .footerpara {
        font-size: 16px;
    }

    #toppertalks {
        margin-left: 17px !important;
    }

    .visually-hidden {
        height: 10px !important;
    }

    /* .visually-hidden:hover{
        height: 10px !important;
    } */



}

@media (max-width: 576px) {
    #carouselExampleRide img {
        height: 120px !important;
        width: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        background-color: #eeebeb !important;
        display: block;
    }
}

@media(max-width:768px) {
    #carouselExampleRide button {
        margin: 50%;
    }
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .row {
        flex-direction: row;
    }

    .col-3 {
        width: 25%;
        text-align: left;
        justify-content: flex-start !important;
    }

    .col-9 {
        width: 75%;
    }

    .images {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .image-box {
        width: calc(100% - 15px);
        flex-direction: column;
        text-align: center;
    }

    .image-box img {
        width: 100%;
        height: auto;
        max-height: 120px !important;

    }

    .dropdown-container {
        display: none;
    }
}

#table h2 {
    color: red;
}

.btns button {
    flex: 1 30%;
    border-radius: 5px;
    border: 1px solid red;
    background-color: white;
    padding: 5px;
    color: red;
    font-weight: bold !important;
}

.btns button:hover {
    background-color: red;
    color: white;
}

*,
::after,
::before {
    box-sizing: border-box;
}

h2 {
    font-weight: bold !important;
    font-size: 20px;
}


#storiess {
    font-size: 32px;
}

#cours {
    font-size: 30px;
}


.btn button {
    border-radius: 5px;
    border: 1px solid red;
    background-color: white;
    padding: 5px;
    color: red;
    font-weight: bold !important;
}

.top-item {
    background-color: rgb(239, 239, 239);
    border: 1px solid rgb(210, 210, 210);
    border-radius: 10px;
}

.top-btn {
    font-size: 15pt;
    border-bottom: 2px solid red !important;
    color: red !important;
    text-decoration: none;
}

.btn button:hover {
    background-color: red;
    color: white;
}


.mb-5 {
    text-align: center;
}

ul li {
    font-size: small;
    padding: 6px;
}

.card-title {
    font-size: large;
    font-weight: bold !important;
}



.services {
    background-color: #E9EDFF !important;
}


.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 20px;
}


.card {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    /* transition: transform 0.2s ease, box-shadow 0.2s ease; */
}

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


.card-body {
    padding: 15px;
}

@media(max-width: 576px) {
   .card-body iframe {
    width: 94%;
    height: 100%;
    border: none;
    margin-right: 10% !important;
    object-fit: contain;
}
}



.openbook i {
    background-color: red !important;
    color: white;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}


.card-link {
    color: rgba(255, 255, 0, 0.753);
    text-decoration: none;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.card-link:hover {
    color: rgba(255, 255, 0, 0.776);

}


@media (max-width: 768px) {
    .card {
        width: 100%;

    }

    .cards-container {
        gap: 10px;

    }

    .card-group .batch-card img {
        object-fit: contain;

    }
}

.content {
    display: inline-flex !important;

}

.content img {
    margin-left: 10px !important;

}

.services div {
    margin-bottom: 10px !important;
}


.cards-container {
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 20px;
}


.card {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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


.card-body {
    padding: 15px;
}


.card-link {
    color: rgba(255, 255, 0, 0.781);
    text-decoration: none;
    margin-right: 10px;
    transition: color 0.3s ease;
}

.card-link:hover {
    color: rgba(255, 255, 0, 0.817);

}




@media (max-width: 768px) {
    .card {
        width: 100%;
    }

    .cards-container {
        gap: 10px;
    }
}

.font {
    display: flex;
}


.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
}

.card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.container {
    margin: auto;
}

@media(max-width:820px) {
    .carousel-item {
        /* padding-top: 90px !important; */
    }
}

@media(max-width:576px) {
    .container {
        max-width: 600px;
    }

    .scroll-carousel {
        margin-top: 0px !important;
        max-height: 120px !important;
    }

    .carousel-control-prev-icon {
        display: none !important;
    }

    .carousel-inner {
        width: 100% !important;
    }

    .carousel-item {
        width: 100% !important;
    }

    .carousel-item img {
        /* height: 100px !important; */
        /* width: 100% !important;
        object-fit: contain !important; */
    }

    .carousel-control-next-icon {
        display: none !important;
    }


    .next-button {
        object-fit: contain;
    }

    .next-button:hover {
        background-color: #0d0d0d !important;
    }
}

.custom-shadow {
    box-shadow: 0px 0px 20px 9px rgba(220.66003112792967, 0, 0, 0.78);
    font-size: 25pt;
}

/* .row.g-4 {
    gap: 1rem;
} */

@media (max-width: 768px) {
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* .scroll-carousel {
    margin-top: 40px !important;
} */

.column {
    float: left;
    width: 25%;
    padding: 0 10px;
}

/* .row {
    margin: 0 -5px;   
} */

.row:after {
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}



.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    gap: 20px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    padding: 1px;
    width: 100%;
}

.grid-container>div {
    background-color: rgb(239, 239, 239);
    font-size: 30px;
    border-radius: 5px;
}

.grid-container>div p {
    padding-left: 5px;
    flex-wrap: wrap;
    font-size: large;
    padding: 10px;
}

.grid-container>div h2 {
    padding: 10px;
}

.grid-container>div:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.card {
    margin: 20px;
}

.topperstories {
    margin-top: 20px;
}

.containertext {
    display: flex;
}

.containertext img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    align-items: center !important;
    margin: auto;
    margin-top: 40px;
}

.containertext div:hover {
    transition-timing-function: ease-in-out;
}


#centers {
    text-align: center;
}

.img111 img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 1px solid black;
    text-align: center !important;

}

.img111 p {
    width: contain;
    font-size: small;

}

.card h2 {
    font-size: small;
}


.topstories {
    margin-bottom: 20px;
}

body,
h2,
h3,
p {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}


.images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

/* our initiatives */
.image-box {
    /* flex: 0 1 calc(25% - 15px);
    max-width: calc(100% - 100%); */
    max-height: 200px !important;
    max-width: 200px;
    justify-content: center;
    align-self: center;
    text-align: center;
}

.image-box img {
    width: 100%;
    max-width: 170px !important;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}


.image-box img:hover {
    transform: scale(1.05);
}

/* our initiatives */


.text-section .headings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.text-section h3 {
    flex: 1 1 calc(25% - 15px);
    text-align: center;
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {

    .image-box,
    .text-section h3 {
        flex: 1 1 calc(50% - 15px);
    }
}

@media screen and (max-width: 480px) {

    .image-box,
    .text-section h3 {
        flex: 1 1 100%;
    }

    .heading h2 {
        font-size: 1.5rem;
    }

    .text-section h3 {
        font-size: 1rem;
    }
}


.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

.col-sm-3 {
    gap: 10px !important;
    margin: 33px;
}

.col-sm-3 img {
    height: 100px;
    width: 200px;
    border-radius: 5px;
    display: flex !important;

}

.Ourinitiatives {
    margin-bottom: 40px !important;
}

.Help {
    margin-bottom: 40px;
}

#Help {
    border-radius: 5px;
    color: red;
    font-size: large;
}

.Help div {
    height: 150px;
    border-radius: 5px;
}

h3 {
    font-size: large;
    margin-left: 3px;
    padding: 10px;
    padding-top: 20px;
}

#coaching {
    margin-left: 50%;
}

.footer {
    background-color: #ECF0F1;
    padding-top: 10px;
}

.footer ul li {
    list-style: none;

}

.footerpara {
    text-align: center !important;
    padding-bottom: 10px !important;
}

/* Container */
.dropdown-container {
    position: relative;
    list-style: none;
}

/* Hamburger */
.dropbtn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: #333;
    z-index: 1001;
}

/* Overlay */
.dropdown-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Slide-in menu */
.dropdown-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 4px 4px;
    box-sizing: border-box;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Show menu when active */
.dropdown-container.active .dropdown-content {
    transform: translateX(0);
}

.dropdown-container.active .dropdown-overlay {
    display: block;
}

.dropdown-content li {
    list-style: none;
    overflow-y: hidden;
}

.dropdown-content a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 8px 0;
}

.close-btn {
    background: none;
    border: none;
    font-size: 23px !important;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    color: #333;
    width: 35px !important;
}



.slider-container {
    overflow: hidden;
    position: relative;
}

.slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
}

.slider::-webkit-scrollbar {
    display: none;
}

.card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-right: 16px;
}

.slider .card img {
    object-fit: contain;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    justify-items: center;
    align-items: center;
    margin-top: 10px;
}

.centers {
    text-align: center;
}

.para {
    text-align: center;
    line-height: normal;
    align-self: center;

}

#more {
    margin-left: 130px;
    margin-top: 10px;
}


.card-img-top {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}


/* Media Queries */
@media (min-width: 768px) {
    .card {
        flex: 0 0 calc(33.333% - 16px);
    }
}

@media (max-width: 576px) {
    .Ourinitiatives .image-box h3 {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        margin-top: 8px;
    }
}

@media (max-width: 576px) {
    .Ourinitiatives .images {
        flex-direction: column;
    }
}


.para {
    padding-left: 12px;
}

#topper-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: visible;
    scroll-behavior: smooth;
}

/* Mobile styles */
@media (max-width: 576px) {
    #topper-slider {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        gap: 0;
        margin: 0 -15px;
        padding: 0 15px;
    }

    #topper-slider .col {
        flex: 0 0 100%;
        scroll-snap-align: start;
        padding: 0 5px;
    }

    #topper-slider::-webkit-scrollbar {
        display: none;
    }
}

.carousel-inner {
  
    /* width: 100%; */
    justify-content: center;
    align-items: center;
    text-align: center;
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
}

.lates-text {
    font-size: 42px;
    white-space: nowrap;
}

.slider-item .container .row {
    gap: 22px !important;
}

/* .carousel-control-next {
    font-size: 22px !important;
    font-family: "Albert Sans", sans-serif;
}

.slider-item .carousel-control-next-icon {
    background-color: #1690b9;
    height: 45px !important;
    width: 45px !important;
    border-radius: 50%;
    text-align: center;
} */

.next-button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px;
    background-color: #ddd;
    text-align: center;
}


@media (max-width:576px) {
    .carousel-inner {
        /* width: 100%; */
    }

    .latest-text {
        font-size: 32px !important;
        font-weight: bold;
        white-space: nowrap;
        /* width: 100%; */
        flex-direction: row !important;
        margin-top: 20px;
    }

    .slider-item .container {
        flex-direction: column;
    }

    /* .carousel-control-next-icon {
        margin-top: 20px !important;
    } */
}

@media(max-width:1024px) {
    .carousel-inner {
        width: 100%;
    }
}

.carousel-item {
    object-fit: cover !important;
    /* height: 330px !important; */
    /* margin-top: 10px; */
}

@media (max-width: 576px) {
    .carousel-item {
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .row.align-items-center {
        display: flex !important;
        flex-wrap: nowrap !important;
        /* overflow-x: hidden !important; */
    }

    .row.align-items-center>.col-md-3 {
        width: 15% !important;
        flex: 0 0 15% !important;
    }

    .row.align-items-center>.col-md-7 {
        width: 70% !important;
        flex: 0 0 70% !important;
    }

    .row.align-items-center>.col-md-2 {
        width: 15% !important;
        flex: 0 0 15% !important;
    }

    .batch-card {
        width: 98% !important;
    }
}

.row.align-items-center {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.row.align-items-center>.col-md-3 {
    width: 15% !important;
    flex: 0 0 25% !important;
}

.row.align-items-center>.col-md-7 {
    width: 70% !important;
    flex: 0 0 60% !important;
}

.row.align-items-center>.col-md-2 {
    width: 15% !important;
    flex: 0 0 15% !important;
}

.Ourinitiatives {
    display: none !important;
}


/* For screens 576px and below */
@media (max-width: 576px) {
    #offer-row-item {
        display: block !important;
        animation-play-state: paused;
        width: 300px !important;
    }

    .latest-offer {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        text-align: center !important;
        align-items: center !important;
    }

    .latest-text {
        margin-left: 0 !important;
        float: left !important;
        white-space: normal !important;
        text-align: center !important;
        float: inline-start;
        width: 50% !important;
        white-space: nowrap !important;
        margin: 0 auto !important;
        margin-top: 22px !important;
    }

    .offer {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .next-button {
        display: none;
    }
}




/* Remove width: 15% from carousel controls and add your custom style */
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 0;
    color: #fff;
    background: none;
    height: 100%;
    max-width: 100%;
    width: 90px;
    opacity: 0.7;
    transition: opacity 0.15s;
}

@media (max-width: 576px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 28px;
        max-width: 4px;
    }
}

@media (max-width: 820px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 48px;
        max-width: 220px;
        margin-top: 7px;
    }
}




@media(min-width: 900px) {
    .card-text {
        white-space: nowrap;.
        
    }
}