body {
    overflow-x: hidden !important;
}

html,
body {
    overflow-x: hidden !important;
    width: 100% !important;
}

.navbar.style-4 {
    padding: 0px 15px !important;
}





header.style-4 {
    padding: 0px 0 !important;
}


.img-sec {
    margin-top: -51px !important;
}


.portfolio-page.style-1 .portfolio-projects.style-1 {
    background-color: #f0eff5 !important;
}

.portfolio-page {
    margin-top: 0px !important;
}

.course-sec {
    padding: 11px 0 !important;
}

/* .course-slider {
    margin-top: -115px !important;
} */

.aboutsec {
    padding-top: 20px !important;
    margin-bottom: -74px !important;
}

.placement-sec {
    padding-top: 22px !important;
}


.student-info h6 {
    font-size: 16px !important;
    margin-top: 45px !important;
}

.student-info p {
    font-size: 14px;
    color: #555;
}

.bg-pink {
    background: #f3e3d8 !important;
}

.team {
    margin-top: -45px !important;
}

.testimonials {
    padding-top: 30px !important;
}

.numbers {
    margin-top: -141px !important;
}

header.style-4 .wave {

    height: 220px;

}

.certificate-slider {
    padding: 67px 0 !important;
}

.testimonials-slider {
    width: 100%;
    overflow: hidden;
    /* Hides the extra cut part */
}

.testimonials-slider .swiper-wrapper {
    padding-bottom: 20px;
}

.testimonials-slider .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}


.testimonials-slider .swiper-pagination {
    display: none !important;
}

.portfolio-card .info {
    height: 367px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portfolio-card .info .tags {
    margin-top: auto;
}

.service-box img {
    height: 300px !important;
    object-fit: cover !important;
    width: 100% !important;
    border-radius: 8px !important;
}

.service-box h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}

.category-img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.footerLogo {
    max-width: 76% !important;
}

.contact-sec {
    padding: 47px 0 !important;
}

.placement-grid {
    padding: 49px 0 !important;
}

.banner-info {
    padding-top: 10px !important;
}

.aboutUs {
    padding-top: 0px !important;
}

.milestone {
    padding-top: 44px !important;
}

.partner-pagination {
    margin-bottom: -54px !important;
}

.clients {
    padding-top: 29px !important;
}



.main-info ul {
    padding-left: 0;
    list-style: none;
}

.main-info ul li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.main-info ul li::before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #cc2131;
    margin-right: 8px;
    font-size: 18px;
}

.course-page {
    padding-top: 53px !important;
}

.course-detail-img {
    width: 100% !important;
    height: 450px !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.course-detail-img img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.related-courses-list li {
    position: relative;
    padding-left: 25px;
    /* space for the icon */
    margin-bottom: 10px;
    list-style: none;
}

.related-courses-list li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 14px;
    color: #555;
}

.related-courses-list li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
}

.related-courses-list li a:hover {
    text-decoration: underline;
}




.academic-projects-sec .img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.academic-projects-sec .info .section-head h2 span {
    color: #f28d00;
}

.academic-projects-sec .info .section-head h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.academic-projects-sec .info p {
    font-size: 16px;
    color: #555;
}

.academic-projects {
    padding-top: 29px !important;
}

.bannerSec.style-4 .circle-with-text {
    position: absolute;
    top: 0; /* Fixed base position */
    right: 0;
    width: 150px;
    height: 150px;
    background-color: var(--color-red1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    padding: 10px;
    z-index: 2;
    animation: floatY 6s ease-in-out infinite alternate;
    will-change: transform;
}

@keyframes floatY {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(100px);
    }
}






.student-count-box {
    width: 507px;
    height: 53px;
    background-color: #f7f4ff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    animation: floatX 4s ease-in-out infinite alternate;
    will-change: transform;
}
@keyframes floatX {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(30px); /* Increased from 10px to 30px */
    }
}

.student-info{
    margin-top: 72px !important;
}
 


.certificate-slider .img img {
    height: 350px;
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border: 8px solid #ffffff; /* White border */
    border-radius: 8px; /* Optional: for rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: soft shadow */
    background-color: #ffffff; /* To fill in transparent areas */
}

.teamSwiper {
    overflow: hidden;
    padding: 0;
}

.swiper-slide {
    box-sizing: border-box;
}

.teamSwiper .swiper-pagination {
    margin-bottom: -73px !important;
}

.team-img{
    padding-top: 30px !important;
}
.courseList{
    padding: 47px 0 !important;
}
.solutions.style-10 .solution-card:hover{
    background-color: #cc2131 !important;
}
.two-column-list {
    column-count: 2;
    column-gap: 40px;
    list-style: none;
    padding-left: 0;
}

.two-column-list li {
    margin-bottom: 10px;
    break-inside: avoid;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .two-column-list {
        column-count: 1;
    }
}






.student-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .student-card .img {
    position: relative;
  }
  
  .student-card .img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
  
  .student-card .overlay-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
  }
  
  .overlay-info .student-name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 4px;
  }
  
  .overlay-info .student-role {
    font-size: 13px;
    margin-bottom: 4px;
  }
  
  .overlay-info .student-company {
    font-size: 13px;
    margin: 0;
  }
  
.inner-header.style-5 .content h1 {
    font-size: 60px;
    text-transform: capitalize;
    margin-top: 20px;
  }
  
  
   .section-head.style-5 h1 {
        font-size: 45px;
    }

    .section-head.style-5 h1 span {
        color: var(--color-blue5);
        position: relative;
        display: inline-block;
        padding: 0 5px;
        margin: 0 5px;
    }

    .section-head.style-5 h1 span::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40%;
        background-color: var(--color-blue5);
        opacity: 8%;
    }
  
  .section-head.style-4 h1 {
    font-size: 40px;
    line-height: 1.3;
    color: #000;
}

  
  .navbar-brand {
    margin-right: 3px !important;
    margin-left: -65px !important;
}
  
  
  
  
   @media (max-width: 768px) {
    .student-card .overlay-info {
      padding: 6px 3px;
    }
  
    .overlay-info .student-name {
      font-size: 14px;
    }
  
    .overlay-info .student-role,
    .overlay-info .student-company {
      font-size: 11px;
    }
  }
  



  .offer-highlight {
        background: linear-gradient(to right, #fed9d7, #ffffff);
         padding: 30px 0;
        font-size: 1.1rem;
        line-height: 1.6;
    }

@keyframes blinkColor {

        0%,
        100% {
            opacity: 1;
            color: #dc3545 !important;
        }

        /* red */
        50% {
            opacity: 0.2;
            color: #ff9900 !important;
        }

        /* orange */
    }

    .blinking {
        animation: blinkColor 1s infinite;
    }


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    max-width: 700px;
    width: 100%;
}


@media (max-width: 768px) {
    header.style-4 .content .info .title_small {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .navbar.style-4 .navbar-brand {
        width: 117px !important;
    }

    .navbar-brand {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .banner-info {
        margin-top: 28px !important;
    }

    .img-sec {
        margin-top: -69px !important;
    }

    .header.style-4 .wave {
        height: 163px !important;
    }

    .course-slider {
        margin-top: -69px !important;
    }

    header.style-4 .wave {
        position: absolute;
        left: -3%;
        bottom: -69px !important;
    }

    .portfolio.style-1 .shap_l {
        position: absolute;
        left: 0;
        bottom: -14px !important;
        width: 86% !important;
    }

    .portfolio.style-1 .shap_r {
        position: absolute;
        right: 0;
        top: -9px !important;
        width: 73% !important;
    }

    .course-join {
        margin-top: -63px !important;
    }

    .testimonials-slider .swiper-button-next,
    .testimonials-slider .swiper-button-prev {
        top: 32% !important;
    }

    .numbers.style-8 .numbers-btm .numbers-content .number-card .inf h3 {

        font-size: 27px !important;
    }

    .footerLogo {
        max-width: 57% !important;
    }

    .border-top {
        padding-top: 11px !important;
    }

    .certificate-slider {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    .contact-sec {
        padding-top: 0px !important;

    }

    .placement-grid {
        padding-top: 0px !important;
        padding-bottom: 20px !important;
    }

    .banner-info {
        padding-top: 0px !important;
    }

    .inner-header.style-5 .content {
        padding: 33px 0 !important;
        padding-right: 0px;
        position: relative;
    }


    .main-info ul li {
        font-size: 14px;
        margin-bottom: 10px;
        align-items: flex-start;
        /* important for better alignment */
        line-height: 1.5;
        /* improve readability */
    }

    .main-info ul li::before {
        font-size: 16px;
        margin-right: 8px;
        /* keep a bit more space for clean indent */
        margin-top: 2px;
        /* slight push down for vertical center */
    }

    .services-details-page.style-5 .ser-details .main-info .main-img {
        height: 340px !important;
        margin-bottom: -38px !important;

    }


    .portfolio-card .info {
        height: 439px !important;
    }

    .aboutUs {
        padding-top: 49px !important;
    }

    .about-page.style-2 .about.style-2 .img {
        height: 393px !important;
    }

    .about-header {
        margin-top: -63px !important;
    }

    /* ----------------------card------------- */
    .second-year .row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .second-year .card-year {
        order: 1 !important;
    }

    .second-year .card-info {
        order: 2 !important;
    }

    .fourth-year .row {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .fourth-year .card-year {
        order: 1 !important;
    }

    .fourth-year .card-info {
        order: 2 !important;
    }

    .about-page.style-2 .timeline .timeline-content .timeline-card::after {
        position: absolute;
        content: "";
        left: calc(50% - 14px);
        top: calc(47% - 1px) !important
    }

    /* ----------------------end card----------------------- */
    .clients {
        padding-top: 19px !important;
    }

    .about-footer {
        padding-top: 10px !important;
    }

    .academic-projects-sec .col-lg-6 {
        margin-bottom: 30px;
    }

    .academic-projects-sec .section-head h2 {
        font-size: 24px;
    }

    .academic-projects-sec .info .section-head h2 {
        font-size: 21px !important;
    }

    .course-page {
        padding-top: 30px !important;
    }

    .category-img {
        height: 213px !important;
    }

    .courseDetails {
        padding-top: 0px !important;
    }

    .portfolio.style-1 .portfolio-card .info .text {
        color: #666;
        margin: 15px 0 20px;
        font-size: 16px !important;
    }

    .text {
        font-size: 16px !important;
    }

    .bannerSec.style-4 .circle-with-text {
        width: 90px;
        height: 89px;
        font-size: 13px;
        padding: 4px;
        right: 11px;
        /* top: 25px !important; */

    }

    .student-count-box {
        width: 213px;
        height: 50px;
        background-color: #f7f4ff;
        border-radius: 10px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
     .navbar-brand {
        margin-right: 3px !important;
        margin-left: -11px !important;
    }

}