@media (max-width: 1200px) {
    .hero-section .left-content h1 {
        font-size: 2rem;
    }
    .hero-section .registration-form {
        position: relative;
        right: 25px;
    }
    .hero-section .left-content {
        position:relative;
        left:25px;
    }
    .hero-section .registration-form {
        padding: 1.125rem;
        position: relative;
    }
    .section-heading-one {
        font-size: 2rem;
    }
    .overlay-text h4 {
        font-size:1.5rem;
    }
    .feature-img {
        top: -18px;
    }
    .exam-box {
        width: 90%;
        left: 0;
        padding: 1.25rem;
        margin:0 auto;
    }
    .exam-image img {
        right: 150px;
        margin-bottom: 30px;
    }
    .exam-box .kick-start {
        max-width: 100%;
        font-size: 2rem;
    }
    .exam-box .exam-text {
        font-size: 1.2rem;
    }
    .exam-details {
        margin-top:20px;
    }
    .exam-det-wrap {
        margin-top:10px;
    }
    .participate-box .participate-text {
        font-size: 1rem;
    }
    .participate-box {
        padding-left: 0!important;
    }
    .part-img {
        text-align:center!important;
        margin-bottom:30px;
    }
    .who-participate hr {
        margin-top:30px!important;
    }
    .participate-details {
        left: 0;
    }
    .faq-section hr {
        margin-top:60px!important;
    }
    section {
        padding: 40px 0;
    }
    .about-sws {
        padding: 0 0 60px 0!important;
    }
    .affiliate {
        max-width: 46%;
    }
    .about-sws hr {
        margin-top:0px!important;
    }
    .footer-logo-sec {
        justify-content: start;
        margin-top:20px;
    }
    .copyright-wrap {
        justify-content:center;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
    .su-logo-promote {
        display:none;
    }
    .exam-image img {
        position: relative;
        margin-top: 30px;
    }
    .part-image img {
        position: relative;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .su-logo-promote {
        display:none;
    }
}

@media (max-width: 600px) {
    .hero-section .left-content {
        width:90%;
        margin:20px auto;
        left: 0;
    }
    .hero-section .registration-form {
        right: 0;
        width:90%;
        margin: 0 auto;
    }
    .features-section {
        gap:12px;
        padding: 20px;
    }
    .feature-box {
        width:calc(100%/2);
        margin: 0 auto;
    }
    .exam-image img {
        right:50px;
        max-width:70%;
    }
    .part-img img {
        max-width:80%;
    }
    .participate-box {
        padding:20px!important;
    }
    .about-sws .part-img img {
        max-width:60%;
    }
    .affiliations {
        display:block!important;
        text-align:center!important;
        padding: 20px!important;
    }
    .affiliations h6 {
        font-size:1rem;
    }
    .affiliate {
        max-width:80%;
    }
    .about-sws {
        padding: 0 0 20px 0!important;
    }
    .footer {
        padding:30px;
    }
    .footer-logo-sec {
        margin-bottom:10px;
    }
    .footer .footer-logo-sec .copyright {
        margin-bottom:0;
    }
    .footer .footer-logo-sec .copyright ul {
        display:block;
    }
    .footer .footer-logo-sec .copyright li {
        border-right: none;
        margin-bottom:12px;
    }
    .su-logo-promote {
        display:none;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    .notes-section {
        font-size: 1.2rem;
    }
    .notes-section-bottom p {
        font-size: 1rem!important;
    }
    .keyoffers .section-text {
        font-size: 1.2rem;
    }
    .key-offerings ul li p {
        font-size: 1.2rem;
    }
    .onlineExamWrap {
        padding: 10px;
        clear:both;
    }
    .mock-test {
        min-height: auto;
        margin-bottom: 20px;
    }
    .feature-box {
        margin-bottom: 60px;
    }
    .feature-box:last-child {
        margin-bottom: 0;
    }
    .feature-boxmainheading {
        /* top: -25px;
        right: 300px; */
        top:-35px;
        right: 320px;
    }
    .part-det-wrap {
        width:100%;
        margin-bottom:20px;
        border: none;
    }
    .part-det-wrap:last-child {
        margin-bottom:0;
    }
    .part-det-wrap.two-col:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
}

@media (max-width: 480px) {
    .navbar .navbar-brand {
        margin-right: 0;
        width:250px;
    }
    .hero-section {
        /* padding:20px 0; */
        padding: 20px 0 40px 0;
    }
    .hero-section .left-content {
        padding:20px;
        text-align:center;
    }
    .features-section {
        padding: 50px 0 20px 0;
        display:block;
    }
    .feature-box {
        width:95%;
    }
    .exam-box {
        width:95%;
    }
    .participate-box {
        padding:10px!important;
    }
    .participate-box .kick-start{
        font-size:2rem;
    }
    .part-det-wrap.two-col {
        width:100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding:0;
        margin-bottom:15px;
    }
   .participate-details {
    margin-top:20px;
   }
   .reduce-top-marg {
    margin-top:0;
   }
   .part-det-wrap.two-col.last-child {
    border-bottom: none;
   }
   .who-participate hr {
    margin-top:0!important;
   }
   .accordion {
    padding:10px;
   }
   .accordion-item .accordion-header button {
    font-size: 16px;
   }
   .affiliations{
    padding: 0!important;
   }
   .affiliations h6 {
    font-size:18px;
   }
   .footer {
    padding:15px;
   }
   .overlay-text h4 {
    font-size:2rem;
   }
}



@media (max-width: 768px) {
  .slider-container {
    max-width: 100%;
    padding: 0 10px; /* Optional: Adds some space on the sides */
  }

  .card {
    width: 100%; 
    height: auto;
    margin: 10px auto;
  }

  .slider-track {
    /* flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; */
  } 

    /* .slider-track {
    transition: none!important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  } */

  .card-content {
    padding: 20px;
  }

  .image-container {
    width: 120px;
    height: 120px;
  }

  .card-name {
    font-size: 14px;
  }

  .card-designation {
    font-size: 12px;
  }

  .dots {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .section-subtitle {
    font-size: 18px;
  }

  .section-title {
    font-size: 24px;
  }

  .video-wrapper iframe {
    height: 200px; 
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 10%;
    width: 30px;
  }

  .carousel-control-prev {
    left: 0px;
  }

  .carousel-control-next {
    right: 0px;
  }

  .arrow-icon-wrap img {
    width: 28px;
    height: 28px;
  }

  .arrow-icon-wrap {
    padding: 4px;
  }

  .exam-section {
    padding: 30px 10px !important;
  }

  .col-md-8 {
    max-width: 100% !important;
  }
}
