body {
  margin: 0;
}
section {
  transition: opacity 0.6s ease;
  opacity: 0.3;
}
section.active {
  opacity: 1;
}
.card-hover {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  height: 200px;
  transition: all 0.4s ease;
}
.card-hover img.card-img-top {
  max-height: 200px;
  object-fit: contain;
  padding: 5px;
}
.card-hover h5.card-title {
  text-align: center;
  font-size: 16px;
  z-index: 2;
}
.card-hover .overlay-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(211, 211, 211, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: bottom 0.4s ease;
  z-index: 3;
}
.card-hover:hover .overlay-content {
  bottom: 0;
}
.card-hover .float-text {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-hover .btn {
  z-index: 3;
}

.scheme-con {
  display: flex;
  justify-content: space-around;
}
.scheme-logo1 {
  height: 200px;
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 10px;
  /* border:1px solid black; */
}
.scheme-logo2 {
  height: 220px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 10px;
  /* border:1px solid black; */
}
.scheme-logo-img1 {
  height: 380px;
  width: 320px;
  object-fit: contain;
}
.scheme-logo-img2 {
  /* border:1px solid black; */
  height: 200px;
  width: 430px;
  object-fit: contain;
}
.btn-outline-warning-custom {
  color: #f2a41d;
  border-color: #f2a41d;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-warning-custom:hover {
  background-color: #f2a41d;
  color: white;
  border-color: #f2a41d;
}
.btn-case-study {
  background-color: white;
  color: #f2a41d;
}
.btn-case-study:hover {
  background-color: #f2a41d;
  color: white;
}
.custom-orange {
  background-color: #f2a41d;
  color: white;
}

.custom-orange:hover {
  background-color: #f2a41d;
  color: white;
}
/*achievement css*/
#achievement-content {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.slide-in-right {
  transform: translateX(100%);
  opacity: 0;
}
.slide-in-left {
  transform: translateX(-100%);
  opacity: 0;
}
.slide-reset {
  transform: translateX(0%);
  opacity: 1;
}
#achievement-content.upcoming {
  background-color: #f2a41d;
  color: #0f3054;
  padding: 1.5rem;
  border-radius: 12px;
  /*
    background-image: url(assets/images/aboutbanner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    */
}
#achievement-content.upcoming h3,
#achievement-content.upcoming h6,
#achievement-content.upcoming p {
  color: #0f3054;
}
#achievement-content.upcoming a.btn {
  background-color: #0f3054;
  color: #f2a41d;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
#achievement-content.upcoming a.btn:hover {
  background-color: #093047;
  color: #fff;
}
#achievement-box .btn {
  border-radius: 30px;
  font-weight: 600;
}

/* achievement section for mobile responsive */
/* For mobile screens */
@media (max-width: 768px) {
  #achievement-box {
    padding: 1.2rem;
    min-height: auto; /* height auto ho jaye mobile par */
  }

  #achievement-content h3 {
    font-size: 1.4rem;
  }

  #achievement-content h6 {
    font-size: 1rem;
  }

  #achievement-content p {
    font-size: 0.9rem;
  }

  #achievement-box .btn {
    font-size: 0.85rem;
    padding: 6px 16px;
  }
}

/**/

.parallax {
  background-color: #0f3054;
}
.text-title {
  color: white;
}
@media (max-width: 1024px) {
  .ms-auto {
    width: 80%;
  }
  .logo {
    margin-left: 5px;
    margin-bottom: 10px;
  }
}
/* */
#upcoming-text {
  display: inline-block;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    color: var(--accent-color);
  }
  100% {
    transform: scale(1);
  }
}

/* Product Section  */
.product-card {
  border: 13px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  max-width: 340px;
  width: 100%;
}

.product-img {
  height: 280px;
  object-fit: cover;
}
.card-title,
.card-text {
  color: #0f3054;
}

@media (max-width: 768px) {
  .product-img {
    height: 220px;
  }
}

@media (max-width: 576px) {
  .product-img {
    height: 180px;
  }
}

.product-card img {
  transition: transform 0.3s ease-in-out;
}

.product-card:hover {
  border-color: #f2a41d;
  box-shadow: 0 6px 20px rgba(242, 164, 29, 0.4);
}

.product-card:hover img {
  transform: scale(1.1);
}

.logo-scroll {
  gap: 80px;
}

/* sabhi logos ek box ke andar */
.logo-box {
  max-width: 200px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.partner-logo {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}

/* Tablet view */
@media (max-width: 992px) {
  .logo-box {
    width: 160px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .logo-box {
    width: 120px;
    height: 60px;
  }
}
/* testimonial/customer section*/
.testimonial-card {
  border-radius: 15px;
  padding: 20px;
  background: #f7f7f7;
  transition: all 0.3s;
  height: 100%;
  position: relative;
}
.testimonial-card:hover {
  background: #f2a41d;
  color: #fff;
  transform: translateY(-5px);
}
.testimonial-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}
.testimonial-header small {
  font-size: 14px;
  color: #666;
}
.testimonial-card:hover small {
  color: #fff;
}
.read-more {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 18px;
  border: 1px solid #333;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
}
.testimonial-card:hover .read-more {
  border-color: #fff;
  color: #fff;
}
.icon-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* circle background */
  background: #f2a41d; /* default orange */
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .icon-wrapper {
    width: 25px;
    height: 25px;
  }
}

.icon-wrapper svg {
  color: #fff; /* icon white by default */
  transition: all 0.3s ease-in-out;
}

.testimonial-card:hover .icon-wrapper {
  background: #fff; /* white circle */
}
.testimonial-card:hover .icon-wrapper svg {
  color: #f2a41d;
}

.section-padding {
  padding: 80px 0;
}

/* */
/* state section */
/* Slider Wrapper */
.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track with Animation */
.logo-slide-track {
  display: flex;
  width: calc(250px * 12); /* total width = logo width * number of logos */
  animation: scroll 25s linear infinite;
}

/* Individual Logo */
.logo-slide {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.logo-slide img {
  max-width: 150px;
  max-height: 80px;
  transition: transform 0.4s ease;
}

/* Hover Effect */
.logo-slide img:hover {
  transform: scale(1.2) rotate(-3deg);
}

/* Animation Keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .logo-slide img {
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .logo-slide img {
    max-width: 90px;
  }
}
