@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 100%; /* Default for large screens */
}

@media (max-width: 1200px) {
    html {
        font-size: 100%;
    }
}

@media (max-width: 1024px) {
    html {
        font-size: 95%;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 90%;
    }
}

@media (max-width: 600px) {
    html {
        font-size: 85%;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 80%;
    }
}

@media (max-width: 360px) {
    html {
        font-size: 75%;
    }
}


/* Import Google Fonts */
body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

/* Headings using EB Garamond */
h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
}

h1 {
    font-size:3rem;
}
h2 {
    font-size:2.5rem;
}
h3 {
    font-size:2rem;
}
h4 {
    font-size:1.5rem;
}

section {
    padding: 4.375rem 0;
}

hr {
    border-bottom: 1px solid #eeeeee;
}

.section-heading-one {
    font-size: 3rem;
    font-family: 'EB Garamond', serif;
}
.section-heading-two {
    font-size: 2.5rem;
    font-family: 'EB Garamond', serif;
}
.section-heading-three {
    font-size: 2rem;
    font-family: 'EB Garamond', serif;
}
.section-heading-four {
    font-size: 1.5rem;
    font-family: 'EB Garamond', serif;
}
.section-text {
    font-size: 1rem;
    font-family: 'Lato', sans-serif;
}

/* Navbar */
.navbar {
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
    width: 100%;
    height: auto;
}

.navbar-brand.su-logo-promote {
    margin-left:60px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: #333;
    margin-left: 0;
    margin-right: 42px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #007bff;
}

/* Hero Section */
.hero-section {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 0;
}

/* Container */
.hero-section .container {
    max-width: 1140px;
}

.text-white {
    opacity:0.9!important;
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    /* height: 720px; */
    background: #000;
}

.video-wrap video {
    height: 100%;
    opacity:1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}


/* Left Section - Event Details */
.hero-section .left-content {
    background: #000000;
    opacity: 0.8;
    color: white;
    /* padding: 2.5rem; */
    padding: 2rem;
    border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section .left-content h1 {
    font-size: 3rem;
    font-weight: 600!important;
    margin-bottom: 25px;
    line-height: 32px;
}

.hero-section .left-content h4 {
    font-size: 1.25rem;
    font-weight: 600!important;
    margin-bottom: 15px;
}

.hero-section .left-content p {
    font-size: 14px;
    /* font-weight: 600!important; */
    font-weight: 400!important;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 0;
}

/* Right Section - Registration Form */
.hero-section .registration-form {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* Form Headings */
.hero-section .registration-form h2:first-of-type,
.hero-section .registration-form h4:last-of-type {
    font-family: 'Lato', sans-serif;
}

/* Mobile & OTP fields in the same row */
.hero-section .registration-form .form-group.mobile-otp {
    display: flex;
    gap: 10px;
}

.hero-section .registration-form .form-group.mobile-otp .form-control {
    flex: 1;
}

.hero-section .registration-form h3, h4 {
    color: #000 !important; /* Ensures black font color */
}
.hero-section .fw-light {
    color: #fff!important;
}

.hero-section .registration-form h2 {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    padding-bottom: 12px;
    border-bottom: 2px solid #28a745; /* Green Border */
    display: inline-block;
    margin: 0 auto 16px auto;
}

.hero-section .registration-form h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 6px;
}

.hero-section .registration-form h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.examBG {
    background:#efeded;
    padding: 40px 75px;
}
.batchWrap {
    max-width:90%;
}
.borderRight {
    border-right: 1px solid #ccc;
}
/* Form Fields */
.hero-section .registration-form form {
    margin-top: 10px;
}
.hero-section .registration-form .form-group {
    margin-bottom: 8px;
}

.hero-section .registration-form .form-label {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.hero-section .registration-form .form-control {
    border: 1px solid #E2E2E2;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

/* Checkbox */
.hero-section .registration-form .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: 18px;
}

.hero-section .registration-form .form-check-box {
    width:16px;
    height:16px;
    border-radius:3px;
    background:#D9D9D9;
    padding-left: 0;
}

.hero-section .registration-form .form-check-label {
    font-size: 11px;
    font-weight: 400;
}

/* Register Button */
.hero-section .registration-form .btn-primary {
    background: #28a745; /* Green color as per your design */
    border: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 0px;
    font-weight: 700;
    transition: 0.3s;
}

.hero-section .registration-form .btn-primary:hover {
    background: #218838;
}

/* Note */
.hero-section .registration-form .form-note {
    text-align: center;
    font-size: 11px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}

/** End Hero Section **/

/* Features Section */
.features-section {
    display: flex;
    justify-content: center; /* Aligns boxes in the center */
    gap: 28px; /* Space between boxes */
    padding: 68px 0 40px 0;
}

.feature-box {
    width: 392px; /* Set a fixed width */
    height: 192px; /* Set a fixed height */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    text-align: center;
}

/* Blue Box */
.feature-box.blue {
    background: linear-gradient(to bottom, #0E7FB0, #242F6A);
}

/* Green Box */
.feature-box.green {
    background: linear-gradient(to bottom, #E0E21E, #4FB042);
}

/* Orange Box */
.feature-box.orange {
    background: linear-gradient(to bottom, #F7971E, #edcd37);
}

.feature-img {
    position: absolute;
    top: -15px; /* Moves image upwards to overlap */
    left: 50%;
    transform: translateX(-50%); /* Centers the image */
    width: 100px; /* Adjust as needed */
    height: auto;
    z-index: 2; /* Ensures it's above the box */
}

.overlay-text {
    position: absolute;
    text-align: center;
    /* padding: 0 90px; */
}

.overlay-text h4 {
    /* font-size: 2rem; */
    font-size: 1.6rem;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
    color: #fff!important;
    text-transform: uppercase;
}

.overlay-text hr {
    color: #fff; /* Set text color */
    opacity:1;
    margin:10px 0;
}

.overlay-text p {
    margin:0;
}


/* Exam Details */

.examSecWrap {
    display: block;
    margin-top:50px;
}
.examSecWrap .section-text {
    color: #333;
    /* text-align:left; */
    text-align: center;
    font-size: 1rem;
}
.examSecWrap .section-text h4 {
    /* color: #333!important; */
    color: #fff;
}
.examSecWrap .section-text p {
    /* color: #333!important; */
    color: #fff;
}
.key-offerings ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.key-offerings ul li {
    background-image:url('../img/dot-circle-green.png');
    background-repeat: no-repeat;
    text-align: left;
    margin-bottom:5px;
}
.key-offerings ul li p {
   margin-left:15px;
   margin-bottom: 0;
   position:relative;
   top: -8px;
}
.exam-section {
    /* background: url('kickstart-bg.png') no-repeat center center/cover; */
    color: white;
    position: relative;
    padding: 50px 0;
}

/* Content Box */
.exam-box {
    background:#fff;
    opacity: 0.9;
    color: black;
    padding: 2.5rem;
    border-radius: 10px;
    width: 498px; /** Additional Added Width **/
    position:relative;
    left:48px;
}
.exam-box .kick-start {
    max-width: 100%;
    margin-bottom:20px;
}
.exam-box .exam-text {
    font-size:14px;
    color:#000;
}
/* Exam Details Box */
.exam-details {
    padding: 0;
    margin-top: 52px;
    overflow:hidden;
    clear:both;
}

.exam-details h4 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
    font-weight: 600;
}
.exam-det-wrap {
    width:50%;
    float:left;
}
.exam-det-wrap h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform:uppercase;
}
.exam-det-wrap p {
    font-size: 13px;
    font-weight: 400;
}

/* Right-side Image */
.exam-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 270px;/** Newly Added **/
}

.participate-box {
    color: black;
    padding: 0;
    position:relative;
    left:0;
}
.participate-box .kick-start {
    margin-bottom:20px;
}
.participate-box .participate-text {
    font-size:14px;
    color:#000;
}
/* Exam Details Box */
.participate-details {
    padding: 0;
    margin-top: 38px;
    overflow:hidden;
    clear:both;
    position: relative;
    left: -45px;
}

.participate-details h4 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
    font-weight: 600;
}
.part-det-wrap {
    width: calc(100% / 3);
    float: left;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.part-det-wrap.two-col {
    width: calc(100% / 2);
    text-align:center;
    padding: 0 0 0 10px;
    min-height:75px;
}
.part-det-wrap:last-child {
    border-right: none;
}
.part-det-wrap h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform:uppercase;
}
.part-det-wrap p {
    font-size: 13px;
    font-weight: 400;
}

/* Right-side Image */
.part-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 120px;
}

/* FAQ Section */
.faq-section {
    background: url('Rectangle 4.png') no-repeat center center/cover;
    padding: 60px 0;
}

.faq-section h2 {
    text-align: center;
    font-size: 30px;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color:#000000;
    color: #fff;
    border-radius:0!important;
    box-shadow: none;
    font-size: 24px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../img/minus-icon.png');
    background-repeat: no-repeat;
    width: 21px;
    height: 6px;
}
.accordion-button::after {
    background-image: url('../img/plus-icon.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.accordion-button {
    font-weight: bold;
    background-color: #000000;
    color: white;
}
.accordion-button:hover {
    background-color: #31A649;
    border-color: #31A649;
}
.accordion-body {
    background-color: #D9D9D9;
}
.accordion-item {
    margin-bottom: 5px;
}
.accordion-item .accordion-header button {
    font-size: 1.25rem;
    font-weight:600;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* Footer */
.footer {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer-logo-sec {
    display:flex;
    align-items: center;
    justify-content: center;
}
.footer-logo-sec .footer-school-text h4 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.footer-logo-sec .footer-logo img {
    width: 120px;
    height: auto;
    padding-right: 20px;
}
.footer-logo-sec .footer-school-text {
    text-align: left;
}
.footer-logo-sec .footer-school-text p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom:0;
}
.footer-logo-sec .footer-school-text ul {
   padding: 0;
   margin: 0;
   list-style: none;
}
.footer-logo-sec .footer-school-text ul li {
   color: #000;
   margin-bottom:12px;
 }
.footer-logo-sec .footer-school-text li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}
.footer-logo-sec .footer-school-text li a:hover {
    color: #31A649;
    text-decoration: none;
}
.footer .footer-logo-sec .copyright {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.footer .footer-logo-sec .copyright ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.footer .footer-logo-sec .copyright li {
    border-right: 1px solid #ccc;
    padding-right: 6px;
    padding-left: 6px;
}
.footer .footer-logo-sec .copyright li a {
    color: #000;
    text-decoration: none;
}
.footer .footer-logo-sec .copyright li a:hover{
    color: #31A649;
}
.footer .footer-logo-sec .copyright li:last-child {
    border-right: none;
}
.back-to-topsec {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
    color: #fff;
    text-decoration: none;
}

.back-to-topsec button {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #28a745;

   
}
.back-to-topsec button:hover{
    background-color: #218838;
}

.mock-test {
    background-color: #4FB042;
    padding: 1rem;
    border-radius: 12px;
    min-height:233px;
    position:relative;
}
.mock-test h4 {
    color: #ffffff!important;
}
.mock-test .steps-numbering {
    background: #da2128;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 18px;
}
/* */
.feature-boxmainheading {
    position: absolute;
    top: -45px;
    Left: 0;
    font-size: 1.8rem;  
  }
  .feature-boxmainheading.blue {
    color: #242F6A;
    
  }
  .feature-boxmainheading.green {
    color: #4FB042;

  }
  .feature-boxmainheading.orange {
    color: #F7971E;
  }
.who-participate .kick-start {
    font-size: 2.5rem;
}
  
/* new team section */

/* === Slider Section === */
.slider-section {
  padding: 40px 0;
}

.slider-container {
  overflow: hidden;
  max-width: 1197px;
  margin: auto;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* === Card === */
/* .card {
  width: 271px;
  height: 281px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  flex-shrink: 0;
  text-align: center;
  position: relative; 
}

.card-content {
  padding: 65px 35px;
}
.card-name{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 0;
    margin: 0;
}
.card-designation{
      font-size: 12px;
    color: #000;
    padding: 0;
    margin: 0;
}

.topborder {
  width: 140px;         
  height: 8px;
  background-color: #32A649;
  border-radius: 20px;       
  
  position: absolute;
  top: 0;
  left: 50%;         
  transform: translateX(-45%); 
}

.image-container {
  width: 145px;
  height: 145px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 50%;
  background: #eee;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */





    .card {
      width: 271px;
      height: 281px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 15px #D9D9D9;
      margin: 0 10px;
      flex-shrink: 0;
      text-align: center;
      position: relative;
    }

    .topborder {
      width: 140px;
      height: 8px;
      background-color: #32A649;
      border-radius: 20px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-45%);
    }

    .card-content {
      padding-top: 45px;
    }

    .image-container {
      width: 145px;
      height: 145px;
      margin: 0 auto 15px;
      border-radius: 50%;
      overflow: hidden;
      background: #eee;
    }

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

    .card-name {
      font-size: 16px;
      font-weight: bold;
      color: #000;
      margin: 0;
    }

    .card-designation {
      font-size: 12px;
      color: #000;
      margin: 5px 0 0;
    }
.dots {
  margin-top: 15px;
  text-align: center;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: green;
}



/* testomonial section */

.section-subtitle {
    font-size: 24px;
    color: #fff!important;
    /* margin-bottom: 10px; */
}

.section-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff!important;
}

.video-wrapper {
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0 4px 20px #D9D9D9; */
}
.arrow-icon-wrap{
    background: #1C1B1F;
    border-radius: 50px;
      display: flex;
  align-items: center;
  justify-content: center;
    
}
.arrow-icon-wrap img {
  width: 40px;
  height: 40px;
  
}

.carousel-control-next{
    right: -104px;
}
.carousel-control-prev{
    left: -104px;
}
 

.thankyou {
    font-size: 14px;
}
/* .thankyou h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1F2020!important;
}*/
.thankyou p {
    font-size: 1rem;
    color: #707070
} 
.avatar {
    position: relative;
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
}
.avatar.avatar-xl {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.25rem;
}
.bg-success {
    background-color: #1ABE17!important;
}


/* hero sliding image+ vedio */
 .hero-slider {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        overflow:hidden;
    }

    .hero-slider .slide {
        /* width:100%;
        height:100%;
        display:none; */
        position: absolute;
        inset: 0;                 /* top:0; right:0; bottom:0; left:0 */
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        pointer-events: none;     /* prevent click on hidden slides */
    }

    .hero-slider .slide.active {
        opacity: 1;
        pointer-events: auto;
    }


  /* .hero-slider .slide .mob-banner-img{
      background-image: url('../img/hero-slider/resizebanner.jpg')!important;
      width: 100%;
       width:1920px;
        height:auto;    
        object-fit:cover;
        display: block; 
           background-size: cover;
    background-position: center;

    }
     */
    /* img{
      width:1920px;
    height:auto;     
    
  } */


/*   
    @media only screen and (max-width: 768px) {
    .hero-slider .slide .mob-banner-img{
      background-image: url('../img/hero-slider/banner_mobile.jpg')!important;
      width: 100%;
      display: block;
       background-size: cover;
        background-position: center;

    }
  } */

/* Default → Desktop view */
.hero-slider .slide .mob-banner-img{
    background: #ffffff url('../img/hero-slider/ShardaDesktopbanner.jpg');
    width:100%;
    height:100%;
    background-size: cover;
    background-repeat:no-repeat;
    display:block;
    
}

/* Mobile Image Only */
@media only screen and (max-width: 768px) {
    .hero-slider .slide .mob-banner-img{
        background: #ffffff url('../img/hero-slider/newmobileproprtion.jpg') !important; 
        background-position: center;
    }
}


/* Small phones (up to 480px) */
@media only screen and (max-width: 480px) {
    .hero-section {
        padding: 20px 0 40px 0;
    }
    .hero-slider {
        background: #ffffff;
    }
    .hero-slider .slide {
        width:100%;
        height: 60vh;
        background-color: #ffffff;
    }
    .hero-slider .slide .mob-banner-img {
        background: #ffffff url('../img/hero-slider/newmobileproprtion.jpg') !important; 
        background-position: center;
        /* width:100%;
        height: 60vh; */
    }
}

/* Medium phones (481px–600px) */
@media only screen and (min-width: 481px) and (max-width: 600px) {
    .hero-slider .slide .mob-banner-img {
   background: #ffffff url('../img/hero-slider/newmobileproprtion.jpg') !important; 
        background-position: center;
        width:100%;
        /* height: 162vh;    */
     }
}

/* Large phones (601px–768px) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .hero-slider .slide .mob-banner-img {
   background: #ffffff url('../img/hero-slider/newmobileproprtion.jpg') !important; 
        background-position: center;
        width:100%;
        /* height: 162vh;  */
       }
}


  
    .hero-slider video {
    width:100%;
    height:100%;      
    object-fit:cover;  
    display:block;     
    /* width:100%;
    height:auto;     
    object-fit:cover;
    display: block; */
}


    .hero-slider .prev,
    .hero-slider .next {
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        font-size:35px;
        color:white;
        cursor:pointer;
        z-index:10;
        padding:8px 12px;
    }
    .hero-slider .next{ right:20px; }
    .hero-slider .prev{ left:20px; }



  /* Tablet screens */
  @media (max-width: 768px) {
    .feature-boxmainheading {
        top: -105px;
        right: 139px;
        font-size: 1.2rem;
        
    }
  }
  
  /* Mobile screens */
  @media (max-width: 480px) {
    .feature-boxmainheading {
        top: -105px;
        right: 139px;
        font-size: 1.8rem;
    }
    .borderRight {
        border: none;
    }
    .examBG {
        padding:20px;
    }
    .notes-section {
        margin-top:20px!important;
    }
    .participate-details {
        margin-top:20px;
    }
    .batchWrap .section-heading-one {
        text-align:center;
    }
    .awardWrap .awardsWrapInner span {
        margin: 20px 0!important;
    }
    .recognition {
        display: inline-block;
        margin-bottom:20px;
    }
  }
  
/** Scroll Section **/
