* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

/* Global tags  */

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #46C894;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-top: 20px;
    font-weight: 600;
}


.header-sec img {
    width: 96%;
    height: auto;
}

.navbar {
    background-color: #1ABC40;
    color: white;
}

.navbar .navbar-nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
    margin: auto;
}

.navbar .nav-item .nav-link {
    color: white;
    font-size: 1.05rem;
    font-weight: 600;
}

.navbar .nav-item .nav-link:hover {
    color: #0B4539;
}

.navbar .navbar-nav svg {
    width: 13px;
    height: 13px;
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar .dropdown .dropdown-menu {
    margin-top: 0;
    overflow: hidden;
}

.navbar .dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
}


/* Global line scroller style  */
.line-loader {
  position: relative;
  width: 150px; /* adjust as needed */
  height: 5px; /* loader thickness */
  background: rgba(255, 255, 255, 1); /* faint track */
  border-radius: 999px;
  overflow: hidden; /* hides pill overflow during reset */
}
/* Moving pill */
.line-loader .pill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 35px; /* pill length */
  background: #2eccb5; /* mint/teal color */
  border-radius: 999px;
  transform: translateX(-10%); /* start slightly before the track */
  animation: slide 1.2s linear infinite;
}
.line-loader .pill2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px; /* pill length */
  background: #2eccb5; /* mint/teal color */
  border-radius: 999px;
  transform: translateX(-10%); /* start slightly before the track */
  animation: slide 1.2s linear infinite;
  animation-delay: 1s;
}
.line-loader .pill3 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px; /* pill length */
  background: #2eccb5; /* mint/teal color */
  border-radius: 999px;
  transform: translateX(-10%); /* start slightly before the track */
  animation: slide 1.2s linear infinite;
  animation-delay: 2s;
}
.line-loader .pill4 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px; /* pill length */
  background: #2eccb5; /* mint/teal color */
  border-radius: 999px;
  transform: translateX(-10%); /* start slightly before the track */
  animation: slide 1.2s linear infinite;
  animation-delay: 3s;
}

/* Animation: glide across, then jump back cleanly */
@keyframes slide {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(500%);
  }
}
/* Optional: scale for HiDPI crispness */
.line-loader {
  will-change: transform;
}

/* Dropdown menu styles */
.dropdown-menu {
    background: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    min-width: 180px;
    padding: 0;
    margin-top: 0.5rem;
}

/* Dropdown item styles */
.dropdown-menu li a {
    display: block;
    padding: 13px 20px;
    color: #333;
    background: transparent;
    margin: 0;
    transition:
        background 0.2s,
        color 0.2s,
        transform 0.2s;
}

/* Hover effect for dropdown items */
.dropdown-menu li a:hover {
    background: #E8FFF2;
    color: #1ABC40;
    /* transform: translateX(8px); */
}

/* video section  */
.video-section video {
    height: 85vh;
    width: 100%;
    object-fit: cover;
}


/* all Page same background color and texture  */
.allBg{
    background-image: url('../images/all-bg.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
   height: auto;
}




/* Counter section css start  */
.counter-sec .box {
    background-color: #46C894;
    color: white;
    width: 85%;
    height: 95px;
    text-align: center;
    padding: 13px 20px;
    margin: 10px auto;
}

.counter-sec .box .img-box {
    padding: 5px;
    border-radius: 5px;
}

.counter-sec .box2 {
    background-color: #A9FFD0;
    color: #0B4539;

}

.counter-sec .box .img-box2 {
    background-color: #46C894;
}

.counter-sec .box .img-box img {
    width: 37px;
    height: 37px;
}

.counter-sec .box p {
    margin: 0;
    font-weight: 600;
    font-size: 0.9rem;
}

.counter-sec .box h6 {
    font-weight: 600;
    font-size: 18px;
}

/* Counter section css end  */





/* about us section start  */
.about-us {
    background-image: url('../images/about-bg.png');
    width: 100%;
    height: 430px;
    background-size: cover;
    background-position: center;
}

.about-us .about-text {
    justify-content: space-evenly;
    text-align: justify;
    padding: 0 10px;
    margin: auto;
}

.about-us .about-img img {
    margin: 20px auto;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

/* about us section end  */

/* mision-vission section start  */

.mision-vission img {
    width: 90%;
    height: auto;
}

.mision-vission .box {
    width: 85%;
    height: 320px;
    background-color: #48E8A8;
    margin: 20px auto;
    border-radius: 20px;
    position: relative;
    top: 80px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 30px;
}

.mision-vission .box .top-box {
    position: absolute;
    top: -90px;
    left: -20px;
    width: 200px;
    height: 200px;
    background-color: #E8F8F2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    gap: 10px;
    border: 10px solid white;
}

.mision-vission .box .top-box img {
    width: 100px;
}

.mision-vission .box .top-box h5 {
    font-weight: 800;
}

.mision-vission .box p {
    font-weight: 700;
    font-size: 1.1rem;
    text-align: justify;
}

/* mision-vission section end  */

/* objectives section start  */
.objectives {
    background-color: #E3F6E9;
    padding: 20px 0;
    margin-top: 20px;
}

.objectives h2, .bod h2 {
    width: 70%;
    margin: 20px auto;
}

.objectives .box {
    background-color: #E7F6D5;
    border: 2px solid #0B4539;
    padding: 25px 25px 0px 25px;
    border-radius: 20px;
    margin: 10px 0;
    overflow: hidden;
}


.objectives .box h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #0B4539;
    text-align: start;
}


.objectives .box p {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
    margin-top: 10px;
    color: #323232;
    font-weight: 600;
}

.objectives img {
    float: right;
}

/* objectives section end */

/* bod section start  */
.bod .bod-box {
    padding: 20px auto;
    width: 90%;
    height: auto;
    border: 2px solid #007F00;
    background-color: #DEFFED;
    margin: 10px auto;
    overflow: hidden;
    cursor: pointer;
}
.bod .bod-box .img-box{
    overflow: hidden;
}

.bod .bod-box .img-box img {
    width: 100%;
    height: auto;

}

.bod .bod-box .text-box {
    text-align: center;
    padding: 10px;
}

.bod .bod-box .text-box h5 {
    color: #1f855c;
    font-weight: 600;
    font-size: 1.3rem;
}

.bod .bod-box .text-box p {
    font-size: 0.9rem;
    font-weight: 700;
    color: #383838;
}

/* bod section end  */




/* testimonials section  */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

/* Slides */
.slideshow-container {
    background-image: url('../images/Rectangle\ 109.png');
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.slideshow-container h2 {
    font-size: 1.9rem;
}

.slideshow-container .mySlides {
    display: none;
    padding: 40px;
    text-align: center;
}

.slideshow-container .mySlides .t-img {
    width: 180px;
    height: 180px;
    display: flex;
    margin: auto;
    padding-bottom: 20px;

}

.slideshow-container .mySlides .t-img:hover {
    scale: 1.2;
}

/* Next & previous buttons */
.slideshow-container .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.slideshow-container .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .next:hover {
    scale: 1.2;
}

/* Add an italic font style to all quotes */
.slideshow-container q {
    font-style: italic;
    padding-bottom: 20px;
}

/* Add a blue color to the author */
.slideshow-container .author {
    color: #01651F;
    font-weight: 600;
    font-size: 1.3rem;

}

.slideshow-container .designation {
    font-size: 1rem;
    font-weight: 600;
    color: #383838;
}

/* testimonils section end   */



/* Startups Slider section  */
.slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

.slide-track {
    display: flex;
    width: calc(250px * 22);
    /* Number of logos * 2 for duplication */
    animation: scroll 30s linear infinite;
    gap: 40px;
}

.slide {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
    /* filter: drop-shadow(); */
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: contain;

}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 11));
    }

    /* move by half (first set) */
}

/* footer section  */
.footer-sec {
    background-color: #18A439;
    padding: 50px 0 20px 0;
    color: white;
}

.footer-sec .logos {
    width: 100%;
    border-bottom: 2px dashed #007F00;
    padding-bottom: 25px;
   
}

.footer-sec .logos .box {
    width: 300px;
    height: 60px;
    background-color: white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 10px;
}

.footer-sec .logos .box img {
    width: auto;
    height: 35px;
}

.footer-sec .grid-box{
    justify-content: space-between;
    align-items: start;
    display: flex;
    flex-direction: column;
}

.footer-sec .footer-text{
     border-bottom: 2px dashed #007F00;
    padding-bottom: 40px;
}
.footer-sec .footer-text .address p {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    line-height: 2;
}
.footer-sec .social-media-main{
    display: flex;
    justify-content: space-between;
}
.footer-sec .social-media div {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.footer-sec h6 {
    color: white;
    font-weight: 600;
    font-size:1.2rem ;
}

.footer-sec .social-media div a svg , .footer-sec .social-media img{
    width: 35px;
    color: white;
    
}
.footer-sec .social-media div a svg:hover , .footer-sec .social-media img:hover{
    cursor: pointer;
    scale: 1.2;
}

.footer-sec .quick-links div a{
display: block;
text-decoration: none;
 color: white;
 margin-bottom: 2px;
font-weight: 600;

}
.footer-sec .contact-details p{
font-weight: 600;
}





/* POPUP DISTANCE SECTION  */
.distance div:hover, #cross-btn:hover, #airport-cross-btn:hover, #bus-stand-cross-btn:hover {
  cursor: pointer;
}

#railway-popup, #airport-popup, #bus-stand-popop {
  display: none;
  border: 3px solid rgba(0, 0, 0, 0.527);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.671);
}

/* nagpur */
#airport-cross-btn, #bus-stand-cross-btn {
  margin: 15px 15px 0px 0px;
}

.nagpur-airport, .gadchiroli-busstop {
  width: 50%;
  border: 2px solid rgba(17, 66, 225, 0.765);
  margin: auto;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.471);
  background-color: rgba(127, 255, 212, 0.52);
  border-radius: 10px;
}

.nagpur-airport p, .gadchiroli-busstop p {
  padding: 15px;
  font-weight: 600;

}

.nagpur-airport h5, .gadchiroli-busstop h5 {
  color: rgb(185, 27, 27);
  font-weight: 600;
  padding: 15px;
}

.nagpur-airport span, .gadchiroli-busstop span {
  color: rgb(91, 87, 87);
  font-weight: 600;
}




/* Footer popup  */
#railway-popup, #airport-popup, #bus-stand-popop {
  position: fixed;
  background-color: #f1f1f1;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 80%;
  margin: auto;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto; 
}

.wadsa img {
  margin-top: 10px;
  margin-right: 10px;
}

.railway-text div {
  border-right: 2px solid black;
}

.railway-text div:nth-last-child(1) {
  border-right: none;
}

.railway-p p:first-child{
word-spacing: 15px;
}

#railway-popup h2, #airport-popup h2, #bus-stand-popop h2{
text-align: center;
display: flex;
justify-content: center;
align-items: center;
gap: 25px;
}
.railway-text h5 {
  font-weight: 600;
  color: rgb(185, 27, 27);
}
#cross-railway-btn:hover{
  cursor: pointer;
}
.railway-text p {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 8px;
  text-align: justify;
}
.railway-p {
  word-spacing: 30px;
}
@media (max-width: 768px) {
  #railway-popup, #airport-popup, #bus-stand-popop {
    width: 90%;
    height: 77%;
    border-radius: 20px;
  }
  .nagpur-airport, .gadchiroli-busstop {
    width: 85%;
  }
  .nagpur-airport iframe, .gadchiroli-busstop iframe {
    width: 85%;
  }
  
}

@media (min-width: 1700px) {
  .railway-text p {
    padding: 30px;
  }
  
}
.railway-text span {
  font-size: 15px;
  font-weight: 400;
  color: #59595e;
}
