body {
    background-color:white;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 500px; /* Adjust as needed */
}

.carousel-item img {
  height: 700px;
  object-fit: cover;
}
.text-container {
  padding: 20px;
}
/* Responsive Styles */

.custom-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.badge {
  position: absolute;
  top: 10px;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}

.before {
  left: 10px;
  background-color: #343a40;
  color: #fff;
}

.after {
  right: 10px;
  background-color: #6f42c1;
  color: #fff;
}

.card-content h5 {
  font-weight: bold;
  margin-top: 10px;
}

.tags span {
  display: inline-block;
  background: #e9ecef;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 10px;
}


body {
  background-color: #f8f9fa;
}

.content-box {
  border-radius: 10px;
  color: #fff;
  text-align: start;
  height: 100%;
}

.fw-bold {
  text-align: center !important;
}
.mission-content {
  background-color: #E57373;
}

.vision-content {
  background-color: #9575CD;
}

.values-content {
  background-color: #546E7A;
}


.param{
  padding-right: 1%;
  padding-left: 1%;
  color: white;
}

.main-heading {
    font-size: 24px;
    font-weight: bold;
}

.sub-heading {
    font-size: 20px;
    font-weight: 600;
}
h1{
    color: white;
 }

p{
    color: white;
}
.custom-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.trusted-brands-section {
    text-align: center;
    margin: 40px 0;
    /* background-color: aliceblue; */
    margin-bottom: 20px;
    
  }
.custom-btn {
    padding: 10px 20px;
    font-size: 16px;
}
.hero-section {
    text-align: center;
    padding: 50px 20px;
    background: url('/Assets/home\ page\ banner.jpg') no-repeat center center/cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
.btn-group .btn {
    margin: 10px;
}
.p{
    color: white;
}
.wrapper {
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 200px; /* Increased height to accommodate images */
    margin-top: 2rem;
    overflow: hidden;
    mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0)
    );
    
  }
  
  @keyframes scrollLeft {
    to {
      left: -200px;
    }
  }
  .cta-section {
    padding: 50px 20px;
    background-color: black;
}

.cta-title {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}
/* Form Input Styles */
.strategy-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
    
    .strategy-form label {
    text-align: left;
    font-size: 14px;
    margin-bottom: -21px;
    }
    .strategy-form input {
    padding: 12px;
    border: 1px solid #444;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    }
    
    .strategy-form span {
    color: red;
    }
    .trusted-brands-heading {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 20px;
        color: #333;
        text-align: center;
        margin-top: 2rem;
      }

      .testimonials-section {
        padding: 50px 20px;
    }
    
    
    .section-title {
        font-size: 2rem;
        font-weight: bold;
    }
    
    .section-subtitle {
        font-size: 1.2rem;
        margin-bottom: 30px;
        color: #6c757d;
    }
    
    .testimonial-card {
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
        margin-bottom: 20px;
    }
    
    .testimonial-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-bottom: 10px;
    }
    
    .testimonial-name {
        font-size: 1.1rem;
        font-weight: bold;
    }
    
    .testimonial-role {
        color: #6c757d;
        font-size: 0.9rem;
    }
    
    .testimonial-text {
        font-size: 1rem;
        color: #333;
    }
    

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.cta-buttons .btn {
    margin: 10px;
    padding: 10px 20px;
    font-size: 1rem;
}


.carousel {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 211px; /* Increased height to accommodate images */
  margin-top: 2rem;
  overflow: hidden;
}
.image {
  width: 100%;
}
.box {
  width: 200px;
  height: 200px; /* Increased height to match carousel */
  background-color: transparent;
  border-radius: 6px;
  position: absolute;
  left: max(calc(200px * 7), 100%);
  animation-name: scrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  overflow: hidden; /* Ensure images don't overflow */
}

.box-image {
  width: 100%;
  height: 86%;
  display: block;
}

/* Animation delays for each box */
.box1 {
  animation-delay: calc(30s / 7 * (7 - 1) * -1);
}

.box2 {
  animation-delay: calc(30s / 7 * (7 - 2) * -1);
}

.box3 {
  animation-delay: calc(30s / 7 * (7 - 3) * -1);
}

.box4 {
  animation-delay: calc(30s / 7 * (7 - 4) * -1);
}

.box5 {
  animation-delay: calc(30s / 7 * (7 - 5) * -1);
}

.box6 {
  animation-delay: calc(30s / 7 * (7 - 6) * -1);
}

.box7 {
  animation-delay: calc(30s / 7 * (7 - 7) * -1);
}

  .services-section {
    background: #fff;
}
.wrapper1 {
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 400px;
    /* margin-top: 5rem; */
    overflow: hidden;
    /* mask-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 0)
    ); */
  }
  
  @keyframes scrollLeft {
    to {
      left: -200px;
    }
  }
  
  .item {
    width: 200px;
    height: 375px;
    background-color: red;
    border-radius: 6px;
    position: absolute;
    left: max(calc(200px * 10), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .bubble {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(173, 216, 230, 0.5);
    border-radius: 50%;
    animation: float 5s infinite linear;
    transition: transform 0.3s, background-color 0.3s;
}

.bubble:hover {
    transform: scale(1.5);
    background-color: rgba(255, 255, 255, 0.8);
}
.HELLO-1{
  display: none !important;
}                                                                       
@keyframes float {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateY(-10vh);
        opacity: 0;
    }
}
  .item iframe {
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  
  .item1 {
    animation-delay: calc(30s / 10 * (10 - 1) * -1);
  }
  
  .item2 {
    animation-delay: calc(30s / 10 * (10 - 2) * -1);
  }
  
  .item3 {
    animation-delay: calc(30s / 10 * (10 - 3) * -1);
  }
  
  .item4 {
    animation-delay: calc(30s / 10 * (10 - 4) * -1);
  }
  
  .item5 {
    animation-delay: calc(30s / 10 * (10 - 5) * -1);
  }
  
  .item6 {
    animation-delay: calc(30s / 10 * (10 - 6) * -1);
  }
  
  .item7 {
    animation-delay: calc(30s / 10 * (10 - 7) * -1);
  }
  
  .item8 {
    animation-delay: calc(30s / 10 * (10 - 8) * -1);
  }
  .item9 {
    animation-delay: calc(30s / 10 * (10 - 9) * -1);
  }
  .item10 {
    animation-delay: calc(30s / 10 * (10 - 10) * -1);
  }
  
  .dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.service-card {
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.video-container, .image-container {
  padding: 15px;
}
/* Hide mobile Swiper on desktop */
.mobile-view {
  display: none !important;
}
.desktop-view{
  margin-top: 5%;
}



.service-card:hover {
    transform: translateY(-5px);
}

.icon {
    font-size: 2rem;
    color: #6f42c1;
}
p{
    color: black;
}



p {
    color: #bbb;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Mobile adjustments */

h2 {
  font-weight: bold;
  color: #333;
}

h3 {
  color: #0056b3;
}

.comparison-box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.image-container {
  width: 48%;
  text-align: center;
}

.image-container img {
  width: 100%;
  border-radius: 8px;
}

.steps {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.step {
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-size: 16px;
}

.step-number {
  background: #007bff;
  color: white;
  font-weight: bold;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 18px;
}

.intro-text {
  font-size: 17px;
  line-height: 1.5;
  color: black;
}

@media (max-width: 768px) {
  .comparison-box {
      flex-direction: column;
      align-items: center;
  }
  
  .image-container {
      width: 100%;
      margin-bottom: 10px;
  }

  .step {
      flex-direction: column;
      align-items: flex-start;
  }

  .step-number {
      width: 30px;
      height: 30px;
      font-size: 16px;
      margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .row {
      flex-direction: column;
      gap: 15px;
  }
}
@media (max-width: 768px) {
  .hero-section {
      padding: 30px 10px;
  }
  h1 {
      font-size: 1.8rem;
  }
  p {
      font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
      height: 70vh; /* Reduce height for smaller screens */
      padding: 30px 15px; /* Reduce padding */
      background-size: cover;
  }
  
  .main-heading {
      font-size: 1.5rem; /* Adjust font size for mobile */
  }
}
/* Hide desktop Swiper on mobile */
@media screen and (max-width: 768px) {
.desktop-view {
    display: none !important;
}
.mobile-view {
    display: block !important;
}
}

@media (max-width: 768px) {
.video-container, .image-container {
    text-align: center;
}

}
@media (max-width: 768px) {
.cta-title {
    font-size: 1.5rem;
}

.cta-subtitle {
    font-size: 1rem;
}

.cta-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.image {
  width: 100%;
  margin-top: 26%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
content: 'prev';
margin-bottom: -232%;    
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
content: 'next';
margin-bottom: -223%;
}
.swiper-button-prev:after {
font-family: swiper-icons;
font-size:140% !important;
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
color: white;
margin-top: 213%;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size:140% !important;
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
color: white;
margin-top: 213%;
}
@media (max-width: 768px) {
.testimonial-card {
  margin: 0 auto 20px;
}
.cta-buttons{
  margin-left: -5%;
}

} 
@media (max-width: 768px) {
.content-box {
margin-bottom: 20px;
}
}
}
@media (max-width: 768px) {
.custom-card {
  text-align: center;
}
.tags span {
  display: block;
  margin: 5px auto;
}
}
@media (max-width: 768px) {
  .carousel-item img {
    height: 400px;
  }
}


@media (max-width: 768px) {
  .row {
      flex-direction: column !important;
  }
  .image-container, .text-container {
      width: 100%;
      text-align: center;
  }
}
@media (max-width: 767px) {
  .swiper {
      max-width: 90%; /* Adjust for smaller screens */
  }
}