@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "times new roman", 'Spartan', sans-serif;
  /* color: white; */
  /* background-color: #000; */
}

body {
    background-color: #000;
    color: #fff;
}

body.no-scroll {
  overflow-y: hidden;
}

hr {
    z-index: 999;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #fff;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #fff;
}

h4 {
  font-size: 20px;
  color: #000000;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  /*color: #465b52;*/
  margin: 15px 0 20px 0;
}

#intro-video {
  background-color: #000;
  width: 100%;
  height: 99.9%;
  /* height:100vh; */
  transition-duration: 0.5s;
  position: absolute;

}



#main {
  position: absolute;
  opacity: 0;
  /* width: 90vw; */
  /* transition-delay: 0.5s; */
  pointer-events: none;
  transition-duration: 0.5s;
}

.map {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  width: 100%;
  height: 100vh;
  border: 2px solid black;
  border-radius: 10px;
  background-color: white;
  justify-content: center;
  align-items: center;
}

.map h1 {
  color: black;
  margin-bottom: 50px;
}

.map iframe {
  width: 70%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  /* border: none; */
  /* border: 1px solid black; */
  border-radius: 20px;
  margin-bottom: 50px;

}

.section-p1 {
  padding: 40px 80px;
}

.section-m1 {
  margin: 40px 0;
}



.blog-card .blog-header h3 {
  font-size: 20px;
  color: #000 !important;
}

.blog-card h4 {
  color: #000 !important;
}

.blog-content .info-section p {
  text-align: justify;
  color: #000 !important;

}

.blog-content .info-section h5 {
  text-align: start;
  color: #000 !important;

}

@media screen and (max-width :768px) {
  .blog-card .blog-header h3 {
    font-size: 15px;
  }



}

button.normal {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}

button.white {
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  outline: none;
  transition: 0.2s;
}

body {
  width: 100%;
  /* overflow: hidden; */
}

/* Header Start */
#header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
  background: #fff;
  border: 2px solid #aaa !important;
  z-index: 999;
  top: 0;
  position: fixed;
}

#header li a {
    color: #000;
}

#header strong {
  font-family: "times new roman";
  font-weight: 900;
  font-size: 1.1rem;
  color: #000;
}

#navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

#navbar li {
  list-style: none;
  padding: 0 20px;
  position: relative;


}

#navbar li a {
  /* text-decoration: none; */
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: 0.3s ease;
  text-decoration: none;
}

#navbar li a:hover,
#navbar li a.active {
  color: #0191f7 !important;
}

#navbar li a.active::after,
#navbar li a:hover::after {
  content: '';
  width: 30%;
  height: 2px;
  background: #0191f7 !important;
  position: absolute;
  bottom: -4px;
  left: 20px;
}
.navbar-logo {
    text-decoration: none;
    /* background-color: red; */
    display: flex;
    margin-left: 20px;
    align-items: center;
}
#mobile {
  display: none;
  align-items: center;
}

#close {
  display: none;
}



/*Home Page*/
#hero {
  background-image: url('./img/indexbanner.jpg');
  height: 90vh;
  width: 100%;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#hero img {
    width: 50%;
    position: absolute;
    right: 0;
    z-index: 0;
}

@media screen and (max-width: 768px) {
  #hero {
    display: flex;
    flex-direction: column;
    
    background-color: black;
    color: white;
    /* Keep contrast */
  }
  #hero .project-btn {
    margin-left: 27%;
    margin-top: 50vh !important;
    transform: scale(0.89);
  }
  #hero img {
    width: 100%;
  }

  #header strong {
    font-size: 1rem;
  }
  #hero h2, #hero a {
    display: none;
  }
}

#hero h4 {
  padding-bottom: 15px;
  -webkit-text-stroke: #000 3px solid;
}

#hero h2 {
  -webkit-text-stroke: #000 3px solid;
}

#hero a {
  text-decoration: none;
}


#hero button {
  background-image: url('button.png');
  background-color: #0191f7;
  color: #fff;
  border: 1 solid #0191f7;
  padding: 14px 80px 14px 65px;
  cursor: pointer;
  font-size: 185x;
  border-radius: 10px;
}

#hero .project-btn {
  margin-top: 20px;
  display: flex;
  width: 11rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  /*#0191f7*/
  text-decoration: none;
  font-size: large;
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
  /* border: 2px solid #0056b3; */
  border: 2px solid #fff;
  transition-duration: 0.5s;
}



#hero .project-btn:hover {
  background-color: #0056b3;
  scale: 1.2;
  /* color: #fff; */
  /* border-color: #fff; */
}

.learning-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #000;
  
}

.section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .section {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-box {
  background: #000;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.feature-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
}

.feature-box p {
  font-size: 1rem;
  color: #fff;
}

.empty-space {
  height: 50px;
}

#upcoming-events {
  scroll-margin-top: 100px;
}

.cards-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  width: 275px;
  height: 450px;
  perspective: 1000px;
  padding-top: 20px;
}


.card-inner {
  /* border: #000 5px solid; */

  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.des span {
  padding-top: 25px;
}

.card-front,
.card-back {

  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;
  transition: 0.2s ease;
}

.card-back h4 {
  color: #fff;
  text-decoration: underline;
}



.card-front img {
  width: 90%;
  object-fit: cover;
  margin-top: -50px;
  border-radius: 25px;
  padding-bottom: 20px;
}

.card-front {
  background-color: #000;
  border: #fff 2px solid;

}

.card-back {
  background-color: #000;
  color: #fff;
  text-align: justify;
  transform: rotateY(180deg);
  border: #fff 1px solid;

}

.card-back-p {
  width: 80%;
}

.card.flipped .card-inner {
  transform: rotateY(180deg);
}



/*^^^^ naya event banner styles end ^^^^ */

/* sponsor banner */
.sponsors-section {
  padding: 40px 20px;
  background-color: #000;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.sponsors-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #fff;
}

.sponsors-container {
    /* background-color: red; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /* background-color: #fff; */
}

.sponsor-box {
  flex: 1 1 300px;
  max-width: 400px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sponsor-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.sponsor-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  background-color: #fff;
}

/* sponsor banner end */

/* our innovation start */
/* Modal */
#innovation {
  text-align: center;
  background-color: #f9f9f9;
  padding: 40px 20px;
}

#innovation h2 {
  font-size: 2.5em;
  font-weight: 600;
  color: #003366;
  /* Robotech brand color */
}

#innovation p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
}

.innovation-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  /* Optional: gap between cards */
  overflow-x: auto;
  /* Horizontal scroll if cards overflow */
  max-width: 100%;
  /* Ensures the container doesn't exceed the width */
}

.innovation-card {
  display: inline-block;
  width: 30%;
  background-color: #fff;
  margin: 10px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.innovation-img {
  width: 80%;
  /* Adjusts the width to 80% of the container */
  max-width: 600px;
  /* Limits the maximum width */
  /* height: ; Keeps the aspect ratio intact */
  border-radius: 8px;
  object-fit: cover;
}

.innovation-card h3 {
  font-size: 1.6em;
  font-weight: 500;
  color: #003366;
}

.innovation-card p {
  font-size: 1em;
  color: #777;
}

.view-more {
  background-color: #003366;
  color: white;
  padding: 10px 20px;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.view-more:hover {
  background-color: #0056b3;
  /* Hover effect */
}

@media (max-width: 768px) {
  .innovation-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-content {
  position: relative;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 600px;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 1.5em;
  cursor: pointer;
}

/* our innovation end */

/* reviews and comments */
.testimonial-section {
  padding: 40px 20px;
  background-color: #000;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #fff;
}

.testimonial-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-track {
  display: flex;
  animation: marquee 10s linear infinite;
}

.testimonial-box {
  flex: 0 0 300px;
  margin: 10px;
  padding: 20px;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}

.quote-mark {
  font-size: 4rem;
  color: #d3d3d3;
  position: absolute;
  top: -20px;
  left: 10px;
}

.testimonial-box p {
  font-size: 1rem;
  color: #555;
  margin: 20px 0;
  text-align: justify;
}

.author {
  display: block;
  font-size: 0.9rem;
  color: #777;
  margin-top: 10px;
}

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

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .testimonial-track {
    flex-wrap: nowrap;
    animation: marquee-vertical 8s linear infinite;
    flex-direction: column;
    height: 500px;
  }

  .testimonial-box {
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  @keyframes marquee-vertical {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-100%);
    }
  }
}

/* copyright mobile version*/
@media (max-width: 768px) {

  footer a,
  footer h4,
  .copyright p {
    font-size: 10px !important;


  }

  .copyright {
    display: flex;
    justify-content: center;
    /* Center align the content */
    align-items: center;
  }

  .copyright p {
    text-align: center;
  }
}

/*^^^^^^ reviews and comments section end ^^^^^ */

/* new dropdown album  */
/* General Styles */
.album-container {
  width: 90%;
  margin: 20px auto;
}

.album-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for a clean look */
}

.album-header {
  display: flex;
  justify-content: center;
  /* Center align the content */
  align-items: center;
  cursor: pointer;
  padding: 20px 10px;
  /* Add padding for a spacious look */
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-family: 'times new roman', sans-serif;
  /* Minimal, clean font */
  text-align: center;
  position: relative;
}

.album-heading h1 {
  color: #000;
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
}

.album-header h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
  /* Minimal dark color */
}

.album-header .arrow {
  position: absolute;
  right: 20px;
  /* Position arrow to the right */
  font-size: 1.5em;
  color: #666;
  transition: transform 0.3s ease;
}

.album-header .arrow.rotate {
  transform: rotate(90deg);
}

.album-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.album-content.expanded {
  max-height: 2000px;
  /* Default max height for larger screens */
  padding: 10px 0;
}

.pro-container {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  justify-content: center;
}

.pro {
  flex: 1 1 calc(30% - 20px);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.pro:hover {
  transform: scale(1.02);
  /* Slight hover effect */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* Hover shadow */
}

.pro img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.pro .des {
  margin-top: 10px;
  font-family: 'times new roman', sans-serif;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .pro {
    flex: 1 1 calc(45% - 20px);
    /* Adjust for smaller screens */
  }
}

@media (max-width: 576px) {
  .album-content.expanded {
    max-height: 500px;
    /* Limit the dropdown height */
    overflow-y: auto;
    /* Add vertical scrollbar for scrolling */
  }

  .pro {
    flex: 1 1 calc(90% - 20px);
    /* Stack items on mobile */
  }

  .album-header h3 {
    font-size: 1.2em;
    /* Adjust font size for smaller screens */
  }

  .album-header .arrow {
    font-size: 1.3em;
    /* Adjust arrow size */
  }
}

/* ^^^^^new dropdown album end^^^^ */

/* navbar logo */
/* Navbar Logo Heading */
/* .navbar-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
  display: flex;
  align-items: center;
  
} */

@media (max-width:768px){
  .navbar-logo {
    position: sticky;
    align-items: center;
    margin-left: 20px;
    justify-content: space-evenly;
    display: flex;
  }

  .navbar-logo strong {
    font-size: 1.1rem !important;
  }
}



/* navbar logo end */

#product1 {
  scroll-margin-top: 100px;
  text-align: center;
}

#product1 h2 {
  color: #000;
}

#product1 .pro-container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  /* flex-wrap: wrap; */
}

#product1 .pro {
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.01);
  margin: 15px 0px;
  transition: 0.2s ease;
  position: relative;
}

#product1 .pro:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}

#product1 .pro img {
  height: 200px;
  /* Set a fixed height for symmetry */
  object-fit: cover;
  /* Maintain aspect ratio while filling the container */
  margin-bottom: 10px;
  width: 100%;
  border-radius: 20px;
}

#product1 .pro .des {
  text-align: start;
  padding: 10px 0;
}

#product1 .pro .des span {
  color: #606063;
  font-size: 12px;
}

#product1 .pro .des h5 {
  padding-top: 7px;
  color: #1a1a1a;
  font-size: 14px;
}

#product1 .pro .des i {
  font-size: 12px;
  color: rgb(243, 181, 25);
}

#product1 .pro .des h4 {
  padding-top: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #0191f7;
}

#cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  background-color: #e8f6ea;
  font-weight: 500;
  color: #0191f7;
  border: 1px solid #cce7d0;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(/assets/img/indexbanner.jpg);
  width: 100%;
  height: 40vh;
  background-color: rgba(0, 0, 0, 0.5);
  /* Add this line */
  background-blend-mode: multiply;
  /* Add this line */
  background-size: cover;
  background-position: center;
}

#banner h4 {
  color: #fff;
  font-size: 16px;
}

#banner .banner-box2 {
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
}

#banner h2 span {
  color: #ef3636;
}

#banner button:hover {
  background: #0191f7;
  color: #fff;
  padding: 18px 20px;
}

#sm-banner .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(./insite\ banner/banner1.png);
  min-width: 580px;
  height: 50vh;
  background-size: cover;
  background-position: center;
  padding: 30px 30px;
}

#sm-banner .banner-box2 {
  background-image: url(./insite\ banner/banner2.jpeg);
}

#sm-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sm-banner .banner-box button:hover {
  background: #0191f7;
  color: #fff;
}

#sm-banner h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

#sm-banner h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

#sm-banner span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}

#banner3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
}

#inno-head h1 {
  display: flex;
  justify-content: center;
  color: #000;
}

#banner3 .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(./img/i1.jpg);
  min-width: 30%;
  height: 30vh;
  background-size: cover;
  background-position: center;
  padding: 20px;
  margin-bottom: 20px;
}

#banner3 h2 {
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}

#banner3 h3 {
  color: #ef3636;
  font-weight: 800;
  font-size: 15px;
}

#banner3 .banner-box2 {
  background-image: url(./img/i2.png);
}

#banner3 .banner-box3 {
  background-image: url(./img/i3.png);
}

/* #newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-image: url(img/banner/b14.png);
  background-repeat: no-repeat;
  background-position: 20% 30%;
  background-color: #041e42;
}
#newsletter h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
#newsletter p {
  font-size: 14px;
  font-weight: 600;
  color: #818ea0;
}
#newsletter p span {
  color: #ffbd27;
}
#newsletter .form {
  display: flex;
  width: 40%;
}
#newsletter input {
  height: 3.125rem;
  padding: 0 1.25em;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
}
#newsletter button {
  background-color: #0191f7;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
} */

footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #333 !important;
}

footer .col {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
}

footer .logo {
  margin-bottom: 30px;
}

footer h4 {
  font-size: 20px;
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
}

footer p {
  font-size: 13px;
  margin: 0 0 8px 0;
}

footer a {
  text-decoration: none;
  color: #5f6e6a;
  font-size: 18px;
  margin-bottom: 10px;
  cursor: pointer;
}

footer a:hover {
  color: #0191f7;
}

footer .follow i {
  color: #5f6e6a;
  padding-right: 4px;
  cursor: pointer;
}

footer .follow i:hover {
  color: #0191f7;
}

/* .follow .icons .contact-icon img{
  width: 10px;
  height: 10px;
} */
/*footer .install .row img{
    border: 1px solid #0191f7;
    border: 6px;
}
footer .install img{
    margin: 10px 0 15px 0;
}*/
.copyright {
  color: #5f6e6a;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333 !important;
  /* text-align: center; */
}

.copyright p {
  text-align: center;
}

/*Shop Page*/
#page-header {
  background-image: url(img/banner/b1.jpg);
  width: 100%;
  height: 40vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 14px;
}

#page-header h2,
#page-header p {
  color: #fff;
}

#pagination {
  text-align: center;
}

#pagination a {
  border-radius: 50px;
  text-decoration: none;
  background-color: #0191f7;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
}

#pagination a i {
  font-size: 16px;
  font-weight: 600;
}

/*media query*/
@media (max-width: 768px) {
  .section-p1 {
    padding: 40px 40px;
  }

  #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -300px;
    height: 99vh;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.01);
    padding: 110px 0 0 10px;
    transition: 0.3s;
  }

  #navbar.active {
    right: 0px;
  }

  #navbar li {
    margin-bottom: 25px;
    /* background-color: #a1d8ff; */
  }

  #mobile {
    display: flex;
    align-items: center;
  }

  #mobile i {
    color: #000;
    font-size: 24px;
    padding-left: 30px;
  }

  #close {
    display: initial;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #000;
    font-size: 24px;
  }

  #close i {
    color: #000;
  }

  #lg-bag {
    display: none;
  }

  #hero {
    height: 70vh;
    padding: 0 80px;
    background-position: top 10% right 30%;
  }

  #feature {
    justify-content: center;
  }

  #feature .fe-box {
    margin: 15px 15px;
  }

  #product1 .pro-container {
    justify-content: center;
  }

  #product1 .pro {
    margin: 15px;
  }

  #banner {
    height: 25vh;
  }

  #sm-banner .banner-box {
    min-width: 100%;
    height: 30vh;
  }

  #banner3 {
    padding: 40px;
  }

  #banner3 .banner-box {
    width: 28%;
  }

  #newsletter .form {
    width: 70%;
  }
}

@media screen and (max-width: 477px) {
  .section-p1 {
    padding: 20px;
  }

  #header {
    padding: 10px 30px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  #hero {
    padding: 0 20px;
    background-position: 55%;
  }

  #feature {
    justify-content: space-between;
  }

  #feature .fe-box {
    width: 155px;
    margin: 0 0 15px 0;
  }

  #product .pro {
    width: 100%;
  }

  #banner {
    height: 40vh;
  }

  #sm-banner .banner-box {
    height: 40vh;
  }

  #sm-banner .banner-box2 {
    margin-top: 20px;
  }

  #banner3 {
    padding: 0 20px;
  }

  #banner3 .banner-box3 {
    width: 100%;
  }

  #newsletter {
    padding: 40px 20px;
  }

  #newsletter .form {
    width: 100%;
  }

  .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .copyright p {
    text-align: center;
  }
}




/* Dark Theme Overrides */



/* 
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff !important;
}

p {
  color: #fff;
}

span,
p {
  color: #fff !important;
}

.section-p1 .col a:hover {
  color: #0056b3 !important;
}

.footer,
.testimonial-section,
.learning-section,
.feature-box,
.card-front,
.card-back,
.sponsor-box,
.album-card {
  background-color: #000 !important;
  color: #f5f5f5 !important;
  border-color: #fff !important;
}

.testimonial-box,
.map,
.innovation-card {
  background-color: #000 !important;
  color: #f5f5f5 !important;
}

button,
.project-btn,
.view-more {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #fff !important;
}

button:hover,
.project-btn:hover,
.view-more:hover {
  background-color: #0056b3 !important;
}

 */




/* Fixed testimonial section CSS */

.testimonial-container:active {
    cursor: grabbing;
}

.testimonial-track {
    display: flex;
    animation: marquee 30s linear infinite;
    will-change: transform;
}

.testimonial-track:hover {
    animation-play-state: paused;
}

.testimonial-box {
    flex: 0 0 350px;
    margin: 10px;
    padding: 20px;
    background: #000;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    box-shadow: 0 4px 6px rgba(1, 1, 1, 0.1);
    position: relative;
    min-height: 200px;
}

.quote-mark {
    font-size: 4rem;
    color: #d3d3d3;
    position: absolute;
    top: -20px;
    left: 10px;
}

.testimonial-box p {
    font-size: 1rem;
    color: #ccc;
    margin: 20px 0;
    text-align: justify;
    line-height: 1.5;
}

.author {
    display: block;
    font-size: 0.9rem;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

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

    100% {
        transform: translateX(-100%);
    }
}

@keyframes verticalScroll {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* Mobile-specific fixes - Vertical scrolling */
@media (max-width: 768px) {
    .testimonial-section {
        padding: 30px 15px;
    }

    .testimonial-section h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .testimonial-container {
        cursor: default;
        max-height: 400px;
        overflow-y: hidden;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
    }

    .testimonial-container::-webkit-scrollbar {
        width: 4px;
    }

    .testimonial-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .testimonial-container::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 2px;
    }

    .testimonial-track {
        flex-direction: column;
        animation: verticalScroll 20s linear infinite;
        gap: 15px;
    }

    .testimonial-box {
        flex: none;
        width: 100%;
        margin: 0;
        padding: 15px;
        min-height: auto;
    }

    .testimonial-box p {
        font-size: 0.9rem;
        margin: 15px 0;
    }

    .quote-mark {
        font-size: 3rem;
        top: -15px;
    }

    .author {
        font-size: 0.8rem;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .testimonial-container {
        max-height: 350px;
    }

    .testimonial-track {
        gap: 12px;
    }

    .testimonial-box {
        padding: 12px;
    }

    .testimonial-box p {
        font-size: 0.85rem;
        margin: 12px 0;
    }

    .quote-mark {
        font-size: 2.5rem;
        top: -10px;
    }

    .author {
        font-size: 0.75rem;
    }
}

/* Utility classes for JavaScript control */
.paused {
    animation-play-state: paused !important;
}

.fast-forward {
    animation-duration: 10s !important;
}

.slow-motion {
    animation-duration: 60s !important;
}

/* Prevent text selection during drag on mobile */
.testimonial-container * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}