html,
body {
    box-sizing: 0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
}

/* Logo styles */
.logo-container img,
.logo-container-right img {
    height: 50px;
}

.captcha_text {
    color: #959595 !important;
    font-weight: 600;
}

/* Navbar link colors */
.nav-link {
    color: #333 !important;
    transition: color 0.3s;
    font-size: 17px !important;
    font-weight: 500 !important;
    font-weight: 500 !important;
    padding: 10px 13px !important;
}

.nav-link:hover {
    color: #f5a101 !important;
}

.nav-link.active {
    font-weight: bold;
    color: #f5a101 !important;
}

.logo-container-right {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

/* Section styles for demo */
section {
    padding-left: 50px;
    padding-right: 50px;
}

.logo-container-right img {
    height: 50px;
}

.navbar-brand img {
    height: 65px;
}

.form-info-container {
    max-width: 100%;
}

.captcha-box {
    background-color: lightgreen;
    padding: 5px 20px;
    font-size: 1rem;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
}

.banner_form_container {
    background-color: #223871;
    margin-top: 6rem;
}

@media (max-width: 768px) {
#section08 {
    padding-top: 5.3rem !important;
}
    .fa-bars:before,
    .fa-navicon:before {
        content: "\f0c9";
        color: #fff;
    }

    .navbar-toggler {
        color: #fff;
        background-color: #e2680e !important;
        border: 1px solid #e2680e !important;
    }

    .banner_form_container {
        background-color: #223871;
        margin-top: 4.5rem;
    }

    section {
        padding: 20px;
    }

    .about-heading {
        font-size: 1.8rem;
    }

    .about-paragraph {
        text-align: justify;
    }

    .form-info-container {
        margin-top: 10px;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

.form-info-heading {
    color: #223871;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}

.form-info-container {
    margin-right: 1rem;
}

.form-control {
    width: 100%;
    height: 32px;
    font-size: 13px !important;
}

select {
    width: 100%;
    height: 32px;
    font-size: 13px !important;
}

.form-check-label {
    font-size: 14px;
}

.submit_btn {
    color: #fff !important;
    background-color: #f5a101 !important;
    font-size: 13px !important;
    padding: 4px 23px !important;
    font-weight: 600 !important;
}

.about-heading {
    font-weight: 700;
    font-size: 2.2rem;
}

.about-paragraph {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    font-family: 'Livvic', sans-serif !important;
}

.about-heading {
    margin-bottom: 30px;
    margin-top: 20px;
}

.about-heading span,
.choose-heading span,
.gallery-heading span {
    font-size: 40px;
    font-weight: bold;
    border-bottom: 2px solid #f5a101;
    color: #223871;
    position: relative;
}

.learning-container {
    background-color: #e0e0e0;
}

.learning-content {
    padding: 20px;
}

.learning-number {
    font-size: 1.7rem;
    font-weight: 700;
    color: #223871;
}

.learning-icon img {
    width: 60px;
    margin: 10px 0;
}

.learning-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #223871;
}

/* Mobile tweaks */
@media (max-width: 576px) {
    .learning-number {
        font-size: 1.8rem;
    }

    .learning-icon img {
        width: 50px;
    }

    .learning-text {
        font-size: 1rem;
    }
}

.choose-heading {
    font-size: 2.2rem;
    font-weight: 700;
}

.tab-logo {
    max-width: 200px;
}

.nav-tabs .nav-link {
    position: relative;
    z-index: 2;
}

.tab-content {
    position: relative;
    z-index: 1;
}

.nav-tabs .nav-link {
    border: none;
    background: transparent;
}

.content_box {
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
}

.offer-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

.tab-content img {
    width: 75%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}

@media (max-width: 768px) {
    .content_box {
        padding: 0px;
        border-radius: 10px;
    }

    .tab-logo {
        max-width: 90px;
    }

    .offer-text {
        text-align: justify;
    }
}

/* our toppers slider code */

.gallery-heading span {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 700;
    color: #1f3c88;
    border-bottom: 2px solid #f5a623;
    padding-bottom: 6px;
}

/* Image */
.our_toppers {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

@media (max-width: 991px) {
    .our_toppers {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 575px) {
    .our_toppers {
        width: 180px;
        height: 180px;
    }
}

/* Caption */
.caption h4 {
    font-weight: 700;
    color: #1f3c88;
    margin-top: 15px;
    font-size: 20px;
}

.caption p {
    font-weight: 600;
    color: #1f3c88;
    font-size: 16px;
}

/* Carousel arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 6%;
}

.carousel-control-prev {
    height: 35px;
    position: absolute;
    top: 45% !important;
    transform: translateY(-50%);
}

.carousel-control-next {
    height: 35px;
    position: absolute;
    top: 45% !important;
    transform: translateY(-50%);
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 25px;
    color: #1f3c88;
    position: relative;

}

.carousel-control-prev i {
    right: 5rem;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px !important;
    height: 8px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #3276b1 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    position: relative !important;
    top: 2rem !important;
}

.carousel-control-next i {
    left: 5rem;
}

/* Hide arrows on small screens */
@media (max-width: 575px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

/* Indicators */
.carousel-indicators [data-bs-target] {
    background-color: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #1f3c88;
}

.pillar-img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #eee;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
    margin-bottom: 1rem;
}

.pillar-name {
    color: #1f3769;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.pillar-role {
    color: #1f3769;
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 0.7;
}

@media (max-width: 576px) {
    .pillar-img {
        width: 100px;
        height: 100px;
    }

    .pillar-name {
        font-size: 1rem;
    }

    .pillar-role {
        font-size: 0.85rem;
    }
}

/* faqs code css */

.faq-section {
    padding-left: 30px;
    padding-right: 30px;
}

.faq-heading {
    font-weight: 700;
    font-size: 36px;
    position: relative;
}

.faq-heading::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #f4b400;
    display: block;
    margin: 10px auto 0;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    background: #ffffff;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #f4f4f4;
    color: #000;
}

.accordion-body {
    background: #ffffff;
    line-height: 1.4;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 576px) {
    .faq-section {
        padding: 30px;
    }

    .faq-heading {
        font-size: 28px;
    }
}

.accordion-button:not(.collapsed) {
    background: #f5f5f5 !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    color: #333 !important;
}

.accordion-button {
    background: #f5f5f5 !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    color: #333 !important;
}

.accordion-item {
    background-color: transparent !important;
    border: none !important;
}

.testimonials-container {
    padding: 30px;
}

.testimonials-container .carousel-item {
    height: 400px;
    width: 100%;
    border-radius: 20px;
}

.testimonials-container iframe {
    height: 400px;
    width: 100%;
    border-radius: 20px;
}

.carousel-indicators {
    margin-bottom: 0 !important;
}

/* univercity placement css code */

.universitySwiper {
    padding: 20px 0;
}

.university_img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: 0.3s ease;
}

.university_img:hover {
    /* filter: grayscale(0%); */
    transform: scale(1.05);
}

/* Mobile */
@media (max-width: 576px) {

    .placement-container {
        padding: 0px;
    }

    .testimonials-container {
        padding: 0px;
    }

    .gallery-heading span {
        font-size: 26px;
    }

    .university_img {
        max-height: 80px;
    }
}

.placement-container {
    padding: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #1f3c88 !important;
}

.swiper-button-next,
.swiper-button-next {
    color: #1f3c88 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 25px !important;
    text-transform: none !important;
    font-weight: 900;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

/* gallery img css code */

.gallery-desc {
    max-width: 900px;
    margin: 20px auto 0;
    font-size: 18px;
    color: #222;
}

.gallery-card {
    position: relative;
    overflow: hidden;
}

.gallery-card img {
    width: 100%;
    height: 182px;
    object-fit: contain;
    display: block;
}

.gallery-label {
    background: #ff5a00;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
}

/* Video Play Icon */
.video-card .play-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    background: red;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover Effect */
.gallery-card:hover img {
    transform: scale(1.05);
    transition: 0.4s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-title {
        font-size: 32px;
    }

    .gallery-desc {
        font-size: 16px;
    }

    .gallery-card img {
        height: 220px;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .awards-container {
        padding: 0px;
    }

    .gallery-card img {
        height: 200px;
        object-fit: cover;
    }
}

.awards-container {
    padding: 30px;
}

.awards-content-text p {
    margin: auto;
    color: #333;
}

.img-container {
    overflow: hidden;
    transition: 0.4s ease;
}

.img-container img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: 0.4s ease;
}

.img-container:hover img {
    transform: scale(1.08);
}

.border-radius,
.border-radius img {
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-heading span {
        font-size: 30px;
    }

    .img-container img {
        height: 140px;
    }
}


@media (max-width: 576px) {
    
    .logocard-content {
        padding: 0px;
        width: 100%;
        margin: auto;
    }

    .img-container img {
        height: 120px;
    }
}

.custom-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.custom-card img {
    height: 240px;
    object-fit: contain;
    width: 100%;
    margin: auto;
}

.card-text {
    text-align: justify;
    height: 135px;
    font-size: 14px;
}

.logocard-content {
    padding: 30px;
    width: 93%;
    margin: auto;
}

.card-title {
    color: #FFA500 !important;
    font-size: 18px;
}

/* map css code  */

.map_content {
    max-width: 100%;
    overflow: hidden;
}

/* Overlay div */
.mob_map {
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    display: none;
    font-size: 14px;
}

/* Desktop view */
@media (min-width: 768px) {
    .mob_map {
        display: none !important;
    }
}

/* Mobile view */
@media (max-width: 767px) {
    .mob_map {
        display: block;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        width: 85%;
        text-align: center;
    }
}

.map_content {
    padding: 30px;
}

/* footer css code */

.footer {
    background-color: #e0e0e0;
    color: #333;
    padding: 5px 0;
}

.footer img {
    max-width: 100%;
    height: auto;
}

.footer-section1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-section1 div {
    text-align: center;
}

.footer-section1 img {
    margin: 5px;
    height: 50px;
}

.footer-section2 {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

.midea_img {
    /* width: 100% !important; */
    height: 100px !important;
}

/* Mobile */
@media (max-width: 767px) {
  
    .footer-section1 {
        flex-direction: column;
    }

    .footer-section1 img {
        max-height: 45px;
    }
}

small.text-danger {
    display: block;
    font-size: 13px;
}

.form-control {
    border: 1px solid #f5a101 !important;
}

.navbar-nav {
    border-bottom: 2px solid #f5a101;
}
#section04{
    padding-top: 5rem;
}
#section05{
        padding-top: 5rem;
}
#section08{
        padding-top:4rem;
}
#section10{
     padding-top:5rem;
}
#section11{
     padding-top:3rem;
}

::ng-deep .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    right: 0rem !important;
}

.swiper-horizontal{
    padding: 0 2rem !important;
}