@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Reem+Kufi:wght@400..700&display=swap');

.banner-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding: 0;
}

section {
    padding: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body {
    color: #1E1E1E;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
    section {
        padding: 40px 16px;
    }
}

@media (max-width: 768px) {
    .slider-event.owl-theme .owl-nav [class*=owl-] {
        left: 0px;
        top: 112%;
    }

    .slider-event.owl-theme .owl-nav [class*="owl-"].owl-next {
        left: auto;
        right: 0px;
    }
}

.navbar-area.style-2 .navbar .navbar-nav .nav-item .nav-link img {
    filter: brightness(0) invert(1);
}

.navbar-area.style-2.sticky .navbar .navbar-nav .nav-item .nav-link img {
    filter: brightness(1);
}

@media (min-width: 900px) and (max-width: 1300px) {
    .navbar-area .navbar .navbar-nav {
        margin-left: 0;
    }
}






.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 0px;
    gap: 80px;
    /* optional dark overlay */
}

.banner-video .banner-content .split {
    display: flex;
    gap: 150px;
}

.banner-video .banner-content h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -3px;
    word-spacing: 26px;
    text-align: center;
    text-transform: uppercase;
    color: white;

    /* Simulate box-shadow effect on each character */
    text-shadow: 1px 7px 0 #000;
}

.banner-video .banner-content h5 {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 6.72px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    /* padding-bottom: 50px; */
    display: flex;
    gap: 10px;
}

.book {
    display: flex;
    gap: 20px;
    width: fit-content;
    font-family: Reem Kufi;
    font-weight: 700;
    font-size: 16px;
    line-height: 17.6px;
    letter-spacing: -0.16px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: white;
    padding: 20px 45px;
    border-radius: 80px;
    background: linear-gradient(90deg, #D91334 0%, #FB4927 50%, #D91334 100%);
}

@media (max-width: 768px) {
    .banner-video .banner-content h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .banner-video .banner-content .split {
        flex-direction: column;
        gap: 0px;
    }

    .banner-video .banner-content {
        gap: 40px;
        padding-top: 60px;
    }

    .book {
        font-size: 14px;
        padding: 14px 30px;
    }
}

@media (max-width: 480px) {
    .banner-video .banner-content h1 {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -1px;
    }

    .banner-video .banner-content h5 {
        font-size: 10px;
        letter-spacing: 3px;
    }

    .banner-video .banner-content {
        gap: 24px;
        padding-top: 40px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .book {
        font-size: 12px;
        padding: 10px 18px;
    }


}



.star-head {
    display: flex;
    gap: 10px;
    align-items: center;
}

.star-head h5 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #110F10;
    margin-bottom: 0;
}

.about-us h3 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 40px;
    line-height: 144%;
    text-transform: capitalize;
}

.about-us p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 164%;
    /* text-transform: capitalize; */
}

.about-us ul li {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 164%;
    text-transform: capitalize;
}

.about-us ul li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url('../img/nirmala/mark.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about-us ul {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 40px;
}

.about-img-card {
    max-width: 623px;
    margin: auto;
    height: 317px;
    border-radius: 32px;
    overflow: hidden;
    padding: 24px;
    display: flex;
    align-items: flex-end;
}

.card-1 {
    background: url('../img/nirmala/one.png') no-repeat center center;
    background-size: cover;
}

.card-2 {
    background: url('../img/nirmala/two.png') no-repeat center center;
    background-size: cover;
}

.card-3 {
    background: url('../img/nirmala/three.png') no-repeat center center;
    background-size: cover;
}

.card-4 {
    background: url('../img/nirmala/four.png') no-repeat center center;
    background-size: cover;
}

.about-counter-card {
    background-color: #fff;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.about-counter-card span {
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 19px;
    text-transform: capitalize;
}

.about-counter-card h4 {
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 40px;
    text-transform: capitalize;
}

.student-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.happy {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -1px;
    vertical-align: middle;
    color: white;
}

.testimonial-card {
    /* width: 421px; */
    padding: 20px;
    /*background: url('../img/nirmala/testimonial.jpg');*/
    background: rgba(0,0,0,0.6);
    background-size: cover;
}

.testimonial-card .test-img {
    width: 94px;
    height: 94px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #FFFFFF
}

.testimonial-card .test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.76px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.testimonial-card h6 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

.testimonial-card p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 15px;
}

.testimonial-card .quote p a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15.67px;
    line-height: 31.34px;
    letter-spacing: -0.39px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #FFFFFF;
}

.quote img {
    width: 27px !important;
    display: inline !important;
}

.destination {
    background: url('../img/nirmala/destination.png') no-repeat center center;
    background-size: cover;
}

.destination .text-center h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;
}

.destination .text-center p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    /* text-transform: capitalize; */
}

.destination-card {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.78%, rgba(0, 0, 0, 0.73) 100%), url('../img/nirmala/usa.jpg') no-repeat center center;
    background-size: cover;
    /* width: 416px; */
    height: 343px;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    overflow: hidden;
    color: white;
}

/*.uk {*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.78%, rgba(0, 0, 0, 0.73) 100%), url('../img/nirmala/uk.jpg') no-repeat center center;*/
/*    background-size: cover;*/
/*}*/

/*.canada {*/
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.78%, rgba(0, 0, 0, 0.73) 100%), url('../img/nirmala/canada.jpg') no-repeat center center;*/
/*    background-size: cover;*/
/*}*/

.destination-card-content {
    width: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.destination-card h3 {
    margin: 0;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(86px);
}

.destination-card p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.destination-card a {
    font-family: Poppins;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    padding: 4px 10px;
    border-radius: 8px;
    color: #FFFFFF;
    background: #D10F0F;
}

.destination-card p,
.destination-card a {
    opacity: 0;
    transform: translateY(80px);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.destination-card:hover p,
.destination-card:hover a {
    opacity: 1;
    transform: translateY(0);
}

.destination-card:hover h3 {
    transform: translateY(0px);
}

.consultation {
    background: url('../img/nirmala/consult.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 16px;
    min-height: 482px;
    max-width: 1290px;
    margin: auto;
    padding: 70px;
}

.consultation h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -1.44px;
    text-transform: capitalize;
}

.consultation p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.16px;
    /* text-transform: capitalize; */
    color: #121C27;
}

.consultation h5 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #121C27;
}

.university {
    background: white;
    height: 100px;
    border-right: 1px solid #D4D5D6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    cursor: pointer;
}

.tit {
    color: #1E1E1E;
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 48px;
}

.events {
    background: url('../img/nirmala/events.jpg') no-repeat center center;
    background-size: cover;
}

.event-card {
    height: 384px;
    border-radius: 8px;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 0.65) 100%), url('../img/nirmala/event-1.png');
    background-size: cover;
}

/*.ev-2 {*/
/*    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 0.65) 100%), url('../img/nirmala/event-2.png');*/
/*    background-size: cover;*/
/*}*/

/*.ev-3 {*/
/*    background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 0.65) 100%), url('../img/nirmala/event-3.png');*/
/*    background-size: cover;*/
/*}*/

.event-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    width: 100%;
}

.event-content h4 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.faqq-item {
    background-color: #fff;
    border: 1px dotted #CDCECF;
    border-radius: 8px;
    margin: 1rem 0;
    padding: 2rem;
    transition: background-color 0.3s ease;
}

.question {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    /* text-transform: capitalize; */
    position: relative;
    padding-right: 2rem;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.question::after,
.question.active::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.question::after {
    content: "\002B";
    /* Plus */
    color: #0F172A;
}

.question.active::after {
    content: "\2212";
    /* Minus */
    background-color: #d00;
}


.answercont {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.answer p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    /* text-transform: capitalize; */
    color: #555555;
}

.answer ul {
    list-style: none;
    padding: 0;
}

.answer ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
    display: flex;
    align-items: baseline;
}

footer {
    background: url('../img/nirmala/footer.jpg') no-repeat center center;
    /*background: #146DC6;*/
    background-size: cover;
    padding: 60px 0;
}

.foot-1 p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    /* text-transform: capitalize; */
    color: white;
    margin: 20px 0;
}

.foot-1 ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
}

.foot-2 h5 {
    font-family: Fira Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    margin-bottom: 23px;
}

.foot-2 ul {
    list-style: none;
    padding: 0;
}

.foot-2 ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: white;
}

.foot-spl li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.consult h5 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.consult a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: white;
    padding: 10px;
    border-radius: 4px;
    margin-right: 10px;
    background: linear-gradient(90deg, #D91334 0%, #FB4927 100%);
}

.copyright {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    color: white;
}

.blog-right-side .more-blg {
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
}

.blog-right-side .more-blg span {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #555555;
}

.blog-right-side .more-blg h2 {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    color: #1E1E1E;
    margin-top: 10px;
}

.blog-right-side .more-blg p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
}

img.dot {
    position: absolute;
    left: 0;
    top: 3px;
}

.blog-left-side {
    padding-right: 90px;
    overflow: hidden;
}

.blog-left-side h1 {
    font-family: Plus Jakarta Sans;
    font-weight: 600;
    font-size: 40px;
    vertical-align: middle;
    text-transform: capitalize;
}

.blog-left-side p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    /* text-transform: capitalize; */
}

.blog-captions ul {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
    margin-top: 20px;
}

.blog-captions ul li {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: #555555;
    display: flex;
}

#blg-img .blog-image img {
    height: 424px;
    width: 100%;
    object-fit: cover;
}

.intakes h4 {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

.intakes p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 159%;
    /* text-transform: capitalize; */
}

@media (max-width: 480px) {
    .about-us h3 {
        font-size: 32px;
        line-height: 144%;
    }

    .about-us ul {
        flex-wrap: wrap;
        gap: 20px;
    }

    .happy {
        font-size: 32px;
    }

    .consultation {
        padding: 30px;
    }

    .consultation h2 {
        font-size: 32px;
    }

    .tit {
        font-size: 32px;
    }

    .blog-left-side {
        padding-right: 0;
    }

    .blog-left-side h1 {
        font-size: 32px;
    }

    .blog-left-side p {
        font-size: 14px;
    }

    .faqq-item {
        padding: 1rem;
    }

    .question {
        font-size: 18px;
    }

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

    .answer ul li {
        font-size: 14px;
    }
}

.stream-calendar {
    background: white;
    border-radius: 10px;
    padding: 0;
}

.months {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

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

.month {
    border: none;
    background: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    color: #d43c3c;
    cursor: pointer;
    white-space: nowrap;
}

.month.active {
    background-color: #d43c3c;
    color: white;
}

.calendar-table {
    width: 100%;
    overflow-x: hidden;
}

.cell {
    flex: 1 0 40px;
    padding: 14px;
    text-align: center;
    background-color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #cdcd;
}

.cell img {
    box-shadow: 0px 4px 10px 0px #00000026;
    width: 36px !important;
    height: 36px;
    border-radius: 2px;
}

.header .cell {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #D91334;
    border: none;
    flex: 1 0 46px;
}

.header .cell.stream-title:first-child {
    background: #E22230;
    border-radius: 12px 0 0 12px;
        color: #fff;
}

i.fa-solid.fa-xmark {
    color: #e22230;
}

.cell.stream-title {
    flex: 1 0 105px;
    background-color: #fff;
    text-align: left;
    padding-left: 20px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    border-right: 1px solid #cdcd;
}

.row:nth-child(even) .cell {
    background-color: #FCE9EAED;
}

/* Positioning the nav container */
.calendar-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Owl default nav wrapper customization */
.calendar-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.calendar-carousel .owl-nav button {
    background: none !important;
    border: none;
    pointer-events: all;
}

/* Custom Previous Button */
.calendar-prev-btn {
    font-size: 26px;
    color: #D91334;
    background-color: white;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: -25px;
}

/* Custom Next Button */
.calendar-next-btn {
    font-size: 26px;
    color: #D91334;
    background-color: white;
    padding: 8px 12px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    user-select: none;
    position: absolute;
    right: -25px;
}

@media (max-width: 768px) {
    .cell img {
        width: 24px !important;
        height: 24px;
    }

    .cell.stream-title {
        flex: 0 0 50px;
        font-size: 14px;
    }

    .header .cell {
        padding: 10px;
        font-size: 12px;
    }
}


/* inner pages */

.section-banner.bg-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/about/breadcrumb.png);
}

.section-banner .section-info {
    background-image: url(../img/nirmala/shape-4.png);
    background-color: #146DC6;
}

.about-content h3 {
    color: #1E1E1E;
    font-family: "Plus Jakarta Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 144%;
    text-transform: capitalize;
}

.about-image {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.founder-name h4 {
    color: #1E1E1E;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    text-transform: capitalize;
}

.founder-name h5 {
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 144%;
    text-transform: capitalize;
}

.founder {
    max-width: 600px;
    height: 500px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.founder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.founder-name {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 16px 32px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    text-align: left;
}


/* Responsive adjustment */
@media (max-width: 768px) {
    .founder {
        height: 350px;
    }

    .founder-name {
        padding: 12px 24px;
        left: 10px;
        bottom: 10px;
    }

    .founder-name h4 {
        font-size: 18px;
    }

    .founder-name h5 {
        font-size: 14px;
    }
}

.counter-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.counter-card .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 800;
    color: #1E1E1E;
    font-family: "Plus Jakarta Sans";
}

.counter-card .counter span {
    padding-bottom: 10px;
}

.counter-card h5 {
    font-family: Poppins;
    font-weight: 600;
}

.countries-card {
    max-width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.countries-image h3 {
    font-family: Plus Jakarta Sans;
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.countries-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px;
    border-radius: 8px;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.countries-image.uk {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/uk.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.canada {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/canada.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.usa {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/usa.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.new {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/new.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.australia {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/australia.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.ireland {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/ireland.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.germany {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
        url(../img/countries/germany.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.france {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/france.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.malta {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/malta.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.lithuania {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/lithuania.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.georgia {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/georgia.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.sweden {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/sweden.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.finland {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/finland.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.dubai {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/dubai.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image.cyprus {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
        url(../img/countries/cyprus.jpg) no-repeat center center;
    background-size: cover;
}

.countries-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.countries-desc {
    position: absolute;
    top: 100%;
    opacity: 0;
    border-radius: 8px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    background-color: #146DC6;
    padding: 20px;
}

.countries-card:hover .countries-desc {
    top: 0;
    opacity: 1;
}

.countries-desc h6 {
    font-family: Poppins;
    font-weight: 600;
    color: white;
    font-size: 24px;
}

.countries-desc p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.read-more {
    background-color: white;
    color: #146DC6;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 8px;
    display: inline-block;
}

.read-more:hover {
    color: #0f6ac6;
    background-color: #ffffff8f;
}

.sticky-menu {
    position: sticky;
    top: 150px;
    z-index: 100;
}

.call {
    background: linear-gradient(90deg, #D91334 0%, #FB4927 50%, #D91334 100%);
    color: white;
    font-weight: 600;
}

.academics-section .academics-left .ac-category ul li a {
    color: #1E1E1E;
    font-family: Poppins;
    font-weight: 600;
}

.academics-section .academics-left .ac-category .submenu {
    display: none;
    padding-left: 25px;
    margin-top: 20px;
}

.academics-section .academics-left .ac-category .submenu li a {
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    display: flex;
    cursor: default;
    font-family: Poppins;
}

.toggle-link {
    cursor: pointer;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.call-back {
    background: #333;
    padding: 40px;
    font-family: "Plus Jakarta Sans";
    margin-top: 40px;
    color: white;
    background-image: url(../img/nirmala/shape-4.png);
    background-size: cover;
}


.academics-item ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.academics-item ul li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.8;
    color: #555;
    text-transform: capitalize;
}

.academics-item ul li::before {
    content: "✧";
    color: #146DC6;
    position: absolute;
    left: 0;
    top: 0;
}

.academics-item {
    padding: 45px 40px;
    background: #f0f6ff;
    border: 1px solid #c2dbf7;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(20, 109, 198, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.academics-item.alt {
    background: #146DC6;
    color: white;
}

.academics-item.alt img {
    filter: invert(1);
}

.academics-item.alt ul li {
    color: white;
}

.academics-item.alt ul li::before {
    color: #fff;
}

.academics-item h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
}

.guide {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 22px;
    text-align: center;
    text-transform: capitalize;
}

.blog-single-card {
    box-shadow:
        0 4px 6px rgba(0, 0, 0, 0.1),
        /* subtle depth */
        0 8px 20px rgba(0, 0, 0, 0.08);
    /* soft spread */
    margin-bottom: 30px;
}

.blog-single-card .content .butn {
    color: #146DC6;
    position: relative;
    font-weight: 500;
}

.clgun .offcanvas-body .social-profile li a {
    background-color: #1E1E1E;
}

.clgun .offcanvas-body .social-profile li a:hover {
    background-color: #1E1E1E;
}

.blog-single-card .content h3 a,
.clgun .offcanvas-body .offcanvas-contact-info h4,
.clgun .offcanvas-body .contact-info li i,
.clgun .offcanvas-body .contact-info li,
.clgun .offcanvas-body .contact-info li a {
    color: #1E1E1E;
}

.blog-single-card .content h3 a:hover,
.clgun .offcanvas-body .contact-info li a:hover {
    color: #1E1E1E;
}

.clgun .offcanvas-body .search-box .searchwrapper .searchbox .btn {
    background: #146DC6;
    color: white;
}

.whatsapp {
    position: fixed;
    bottom: 5%;
    right: 50px;
    z-index: 5;
}

.whatsapp img {
    width: 70px;
    height: 70px;
}

.submit {
    background: linear-gradient(90deg, #D91334 0%, #FB4927 100%);
    border: none;
    outline: none;
    padding: 8px 40px;
    border-radius: 8px;
    font-size: 16px;
    color: white;
}

.contact {
    background: url('../img/nirmala/contact.png') no-repeat center center;
    background-size: cover;
}

.branch-card {
    padding: 25px;
    background: #f5f5f5;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 18%),
        0 4px 8px rgba(0, 0, 0, 0.08);
}

.branch-card ul {
    list-style: none;
    padding: 0;
}

.branch-card ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.branch-card ul li a,
.branch-card ul li i {
    color: #555;
    font-size: 16px;
}

.branch {
    font-family: Plus Jakarta Sans;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.submit {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    border: none;
    outline: none;
    line-height: 100%;
    text-transform: capitalize;
    color: white;
    padding: 10px;
    border-radius: 4px;
    margin-right: 10px;
    background: linear-gradient(90deg, #D91334 0%, #FB4927 100%);
}

.call-now-popup {
  position: fixed;
  bottom: -200px;
  right: 20px;
  /*width: 320px;*/
  background-color: #ffefe6;
  color: #000;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0;
  z-index: 9999;
}

.call-now-popup.show {
  bottom: 20px;
  opacity: 1;
}

.popup-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.call-now-popup button {
  background-color: #e65c00;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
}

.close-popup {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #fff;
  border-radius: 50%;
  padding: 4px 10px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.contact-image {
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.form-container {*/
/*     min-height: 500px; */
/*    border-radius: 0.75rem;*/
/*    background-color: rgba(17, 24, 39, 1);*/
/*    background: url(../img/form.jpg);*/
/*    background-size: cover;*/
/*    padding: 2rem;*/
/*    color: rgba(243, 244, 246, 1);*/
/*}*/

.title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: white;
}

.form-container .form {
    margin-top: 1.5rem;
}

.form-container .input-group {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}


.form-container .input-group input {
    width: 100%;
    border-radius: 0.375rem;
    outline: 0;
    padding: 0.75rem 1rem;
    /* border: 1px solid white; */
    border: none;
    background-color: rgba(255, 255, 255, 0.200);
    color: white;
    margin-bottom: 20px;
}

.form-container .input-group input:focus {
    border-color: rgba(167, 139, 250);
}

.form-container .input-group input::placeholder {
    color: white;
}

.sign {
    display: block;
    width: 100%;
    background-color: #146DC6;
    padding: 0.75rem;
    text-align: center;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
}


@media (max-width: 768px) {
    .guide {
        font-size: 24px;
    }

    .academics-section .academics-left .ac-category .submenu li a {
        font-size: 14px;
    }

    .whatsapp img {
        width: 40px;
        height: 40px;
    }

}






@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
        margin: auto;
        padding-top: 5%;
    }
}


@media (min-width: 1250px) and (max-width: 1350px) {
    .about-counter-card h4{font-size:30px;}
}


