/*FUllStack Banner css*/

/* .banner-logo {
  filter: brightness(0) invert(1);
} */

.fs-banner {
  position: relative;
  height: 100vh;
}

.fs-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

.fs-banner img {
  object-fit: cover;
}

.fs-banner-content h1 {
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 25px;
  width: 85%;
  color: #ffffff;
}

.fs-banner-content p {
  font-size: 18px;
  line-height: 30px;
  width: 54%;
  font-weight: 400;
  color: #ffffff;
}

/*Media Queries*/
@media screen and (max-width: 1024px) {
  .fs-banner-content h1 {
    font-size: 50px;
    line-height: 54px;

  }

  .fs-banner-content p {
    font-size: 18px;
    line-height: 25px;
    width: 78%;
  }
}

@media screen and (max-width: 991px) {
  .fs-banner-content h1 {
    font-size: 40px;
    line-height: 43px;
  }

  .fs-banner-content p {
    width: 78%;
  }
}

@media screen and (max-width: 767px) {
  .fs-banner-content h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .fs-banner-content p {
    font-size: 18px;
    line-height: 28px;
    width: 95%;
  }

}

@media screen and (max-width: 360px) {
  .fs-banner-content h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .fs-banner-content p {
    font-size: 14px;
    line-height: 20px;
    width: 86%;
  }
}

/* FullStack Banner css end -----------------*/
/* Capabilities Section Starts*/
.fs-capabilities {
  padding: 60px 0;
}

.fs-capabilities h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 400;
  margin: auto;
  width: 80%;
  color: #333;
  padding-bottom: 50px;

}

.fs-capabilities .card-body {
  padding: 15px 15px 15px 30px;
}

.fs-capabilities .card {
  border: none;
}

.fs-capabilities .card h5 {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  color: #333;
  margin: 15px 0;
}

.fs-capabilities .card-subtitle {
  padding: 5px 0px;
  font-size: 14px;
  display: inline-block;
  margin-top: 22px;
  font-weight: 500;
  margin-bottom: 4px;
  background: linear-gradient(90deg, rgba(255, 37, 109, 1) 28%, rgba(255, 123, 71, 1) 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fs-capabilities .card-text {
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  margin-bottom: 50px;
  color: #646464;
}

.fs-capabilities .fs-hire {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}

.fs-capabilities .card:hover .fs-hire {
  background: linear-gradient(90deg, rgba(255, 67, 111, 1) 8%, rgba(255, 154, 79, 1) 83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateY(-3px);
}

.fs-owl-carousel .owl-item:nth-child(odd) .card {
  border-radius: 0;
  background: #fbfbfb
}

.fs-owl-carousel .owl-item:nth-child(even) .card {
  border-radius: 25px;
  background: #fbfbfb;
}

.fs-hire {
  display: inline-block;
  position: relative;
}

.fs-hire::after {
  content: "";
  position: absolute;
  left: 84px;
  bottom: 11px;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff436f, #ff9a4f);
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
}

.fs-capabilities .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

/* Capabilities Media Queries */
@media screen and (max-width: 1024px) {
  .fs-capabilities h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .fs-capabilities h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .fs-capabilities h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .fs-capabilities h2 {
    font-size: 20px;
    width: 100%;
  }

  .fs-capabilities .card-text {
    margin-bottom: 24px;
  }

  .fs-capabilities .card-subtitle {
    margin-top: 0px;
    font-size: 16px;
  }

  .fs-capabilities .card h5 {
    font-size: 20px;
  }

  .fs-capabilities .fs-hire {
    font-size: 18px;
  }

}

@media screen and (max-width: 360px) {
  .fs-capabilities h2 {
    font-size: 16px;
  }

  .fs-capabilities .card h5 {
    font-size: 18px;
  }

  .fs-capabilities .card-text {
    font-size: 14px;
  }

  .fs-capabilities .card-subtitle {
    margin-top: 5px;
  }
}

/*Capabilities Media Query end */
/* Capabilities Section end ----------------*/
/*Fs TechStack Section Starts*/
.fs-tech-stack {
  padding: 60px 0;
}

.fs-tech-stack h2 {
  text-align: center;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #333;
}

.fs-tech-stack .nav-tabs .nav-item:last-child .nav-link {
  border-right: none;
}

.fs-tech-stack .nav-tabs .nav-link {
  border: unset;
  padding: 10px 78px;
  font-weight: 500;
  color: #000;
  font-size: 16px;
}

.fs-tech-stack .tabdivision {
  margin-top: 40px;
  list-style: none;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 30px;
  justify-items: center;
}

.fs-tech-stack .tabdivision img {
  max-width: 60%;
  height: auto;
  object-fit: contain;
}

.fs-tech-stack .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0000FF !important;
}

@media screen and (max-width: 1024px) {
  .fs-tech-stack h2 {
    font-size: 35px;
  }

  .fs-tech-stack .tabdivision {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media screen and (max-width: 991px) {
  .fs-tech-stack h2 {
    font-size: 32px;
  }

  .fs-tech-stack .tabdivision {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .fs-tech-stack h2 {
    font-size: 24px;
  }

  .fs-tech-stack .tabdivision {
    grid-template-columns: repeat(4, 1fr);
  }

  .fs-tech-stack {
    padding: 20px 0;
  }
}

@media screen and (max-width: 576px) {
  .fs-tech-stack h2 {
    font-size: 28px;
  }

  .fs-tech-stack .tabdivision {
    grid-template-columns: repeat(4, 1fr);
  }

  .fs-capabilities {
    padding: 30px 0;
  }
  .osux-tech.fs-tech-stack .tabdivision {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 360px) {
  .fs-tech-stack h2 {
    font-size: 16px;
  }

  .fs-tech-stack .tabdivision {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Fs TechStack Section end -----------------*/
/*Fs Why Choose Us Section Starts*/
.fs-why-choose {
  padding: 60px 0;
}

.fs-why-choose h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 32px;
  color: #333;
}

.fs-why-choose .fs-choose-p {
  width: 68%;
  font-size: 18px;
  text-align: center;
  margin: auto;
  padding-bottom: 30px;
}

.fs-why-choose .stack-dev-wrapper .grid-box {
  height: 250px;
  position: relative;
}

.fs-why-choose .stack-dev-wrapper h3 {
  color: #333;
  font-size: 20px;
  text-align: left;
}

.fs-why-choose .stack-dev-wrapper p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.fs-why-choose .grid-box .text-gradient {
  background: linear-gradient(90deg, #FF005A, #FF6A00);
  -webkit-background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 40%;
  left: 45%;
}


.fs-why-choose .grid-box:hover .text-gradient {
  background: linear-gradient(90deg, #e8edee, #ecffee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fs-why-choose .grid-box .text-gradient {
  border-bottom: 1px solid #FFFFFF;
}

.fs-why-choose .stack-dev-wrapper .apply-border {
  border: 1px solid #6c757e;
  padding: 20px;
}

.fs-why-choose .stack-dev-wrapper .apply-border:first-child {
  border-top: 0px solid #6c757e;
  border-left: 0px solid #6c757e;
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .apply-border:last-child {
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .apply-border:nth-child(2) {
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
  border-top: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .apply-border:nth-child(3) {
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
  border-top: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .apply-border:nth-child(4) {
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
  border-top: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .apply-border:nth-child(5) {
  border-left: 0px solid #6c757e;
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .apply-border:nth-child(6) {
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .apply-border:nth-child(7) {
  border-right: 0px solid #6c757e;
  border-bottom: 0px solid #6c757e;
}

/*Media Queries*/
@media screen and (max-width: 1024px) {
  .fs-why-choose h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1280px) {
  .stack-dev-wrapper .grid-box {
    height: 285px;
  }

  .faq-head span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}


@media screen and (max-width: 767px) {

  .fs-why-choose .stack-dev-wrapper .apply-border:first-child {
    border-top: 1px solid #6c757e;
    border-left: 1px solid #6c757e;
    border-right: 0px solid #6c757e;
    border-bottom: 1px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(2) {
    border-right: 1px solid #6c757e;
    border-bottom: 1px solid #6c757e;
    border-top: 1px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(4) {
    border-right: 1px solid #6c757e;
    border-bottom: 0px solid #6c757e;
    border-top: 0px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(5) {
    border-left: 1px solid #6c757e;
    border-right: 0px solid #6c757e;
    border-bottom: 0px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(6) {
    border-right: 1px solid #6c757e;
    border-bottom: 0px solid #6c757e;

  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(7) {
    border-right: 0px solid #6c757e;
    border-bottom: 1px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:last-child {
    border-right: 1px solid #6c757e;
    border-bottom: 1px solid #6c757e;
  }

}

@media screen and (max-width: 576px) {
  .fs-why-choose h2 {
    font-size: 22px;
  }

  .stack-dev-wrapper h3 {
    font-size: 16px;
  }

  .fs-why-choose .fs-choose-p {
    width: 100%;
    font-size: 18px;
  }

  .stack-dev-wrapper .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .stack-dev-wrapper p {
    font-size: 12px;
    line-height: 20px;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:first-child {
    border-right: 1px solid #6c757e;
    border-bottom: 0px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(3) {
    border-right: 1px solid #6c757e;
    border-bottom: 1px solid #6c757e;

  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(5) {
    border-right: 1px solid #6c757e;

  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(7) {
    border-right: 1px solid #6c757e;
    border-bottom: 0px solid #6c757e;
  }

  .fs-why-choose {
    padding: 20px 0;
  }
}

@media screen and (max-width: 360px) {
  .fs-why-choose h2 {
    font-size: 20px;
  }

  .stack-dev-wrapper h3 {
    font-size: 18px;
    margin-bottom: 32px;
  }

  .stack-dev-wrapper p {
    font-size: 12px;
    line-height: 16px;
  }

}

/*Fs Why Choose Us Section end */
/*Fs Trusted Brand Section Starts*/
.fs-trusted-brands {
  padding: 60px 0;
  background: white;
  text-align: center;
}

.fs-trusted-brands h2 {
  font-size: 44px;
  margin-bottom: 30px;
  font-weight: 400;

}

.fs-trusted-brands p {
  margin-bottom: 40px;
  width: 68%;
  margin-left: auto;
  font-size: 18px;
  margin-right: auto;
}

.fs-trusted-brands .division {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 85%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 55px;
  justify-items: center;
}

.fs-trusted-brands .division img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.fs-trusted-brands .division li {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.fs-trusted-brands .division li:hover {
  transform: scale(1.08);
}


/* Media Queries */
@media screen and (max-width: 1024px) {
  .fs-trusted-brands h2 {
    font-size: 35px;
  }

  .fs-trusted-brands p {
    font-size: 16px;
    width: 70%;
  }

  .fs-trusted-brands .division {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .fs-trusted-brands .division {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .fs-trusted-brands p {
    font-size: 16px;
    width: 68%;
  }

}

@media screen and (max-width: 767px) {
  .fs-trusted-brands p {
    font-size: 18px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .fs-trusted-brands p {
    font-size: 14px;
    width: 100%;
  }

  .fs-trusted-brands h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 441px) {
  .fs-trusted-brands h2 {
    font-size: 26px;
  }

  .fs-trusted-brands .division {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 360px) {
  .fs-trusted-brands h2 {
    font-size: 22px;
  }
}

/*Trusted Brands Section Ends */
/*Fs Testimonials Section Starts*/
.fs-testimonials {
  padding: 60px 0;
}

.fs-testimonials h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 50px;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}


.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.fs-testimonial-card {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stars {
  color: #ffa726;
  margin-bottom: 15px;
  font-size: 22px;
}

.testimonial-text {
  font-size: 14px;
  width: 75%;
  margin: 30px 0px 40px 0px;
  line-height: 1.6;
}

.testimonial-author {
  display: flex;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: #ff4757;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f7f7f7;
  font-weight: bold;
}

.author-info h4 {
  color: #333;
  margin-bottom: 0px;
  font-size: 18px;
}

.author-info p {
  font-size: 14px;
}

/* Media Queries */
@media screen and (max-width: 1024px) {
  .testimonials-grid {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-text {
    font-size: 18px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .testimonial-author {
    align-items: center;
  }

  .fs-testimonials h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 576px) {
  .testimonial-text {
    font-size: 14px;
    margin: 14px 0px 15px 0px;
  }

  .fs-testimonials h2 {
    font-size: 28px;
  }

  .author-info h4 {
    margin-bottom: 2px;
    font-size: 15px;
  }

  .author-info p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .testimonial-text {
    width: 100%;
  }
}

@media screen and (max-width: 441px) {
  .fs-testimonials h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }


  .testimonial-text {
    font-size: 14px;
  }

  .stars {
    margin-top: 20px;
  }
}

/* Testimonials Section Ends */

.fs-cta {
  background: linear-gradient(90deg, rgba(255, 67, 111, 1) 8%, rgba(255, 154, 79, 1) 83%);
  color: #FFFFFF;
  padding: 80px 50px;
  text-align: center;
  border: none;
  border-radius: 30px;
  margin: 60px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.fs-cta h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 82%;
  text-align: left;
}

.fs-cta p {
  font-size: 18px;
  font-weight: 300;
  width: 70%;
  text-align: left;
}

.fs-cta-button {
  background: #FFFFFF;
  color: #ff4757;
  padding: 18px 20px;
  border: none;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}

.fs-cta-button:hover {
  transform: translateY(-2px);
  background: #000;
  color: #f7f7f7;
}

/* Media Queries */
@media screen and (max-width: 1024px) {

  .fs-cta h2 {
    font-size: 26px;
  }

  .fs-cta p {
    font-size: 16px;
    width: 80%;
  }

  .fs-cta-button {
    padding: 16px 12px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1280px) {

  .fs-cta-button {
    padding: 15px 10px;
    font-size: 12px;
  }

  .fs-cta {
    width: 90%;
  }

}

@media screen and (max-width: 991px) {
  .fs-cta-button {
    padding: 17px 12px;
    font-size: 10px;
  }
}

@media screen and (max-width: 800px) {

  .fs-cta-button {
    padding: 12px 10px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .fs-cta h2 {
    font-size: 28px;
    width: 90%;
  }

  .fs-cta p {
    font-size: 16px;
    width: 90%;
  }

  .fs-cta {
    padding: 30px 0;
  }
}

@media screen and (max-width: 576px) {
  .fs-cta h2 {
    font-size: 22px;
    width: 100%;
  }

  .fs-cta p {
    font-size: 12px;
    width: 100%;
  }

  .fs-cta-button {
    padding: 10px 8px;
    font-size: 10px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 441px) {
  .fs-cta h2 {
    font-size: 20px;
  }

  .fs-cta p {
    font-size: 14px;
  }

  .fs-cta-button {
    padding: 8px 6px;
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .fs-cta h2 {
    font-size: 16px;
  }

  .fs-cta p {
    font-size: 10px;
  }

  .fs-cta-button {
    padding: 6px 15px;
    font-size: 10px;
  }
}
/* Fs CTA Section Ends*/

/*inslights Section Starts*/

.inslights {
  background-color: #ffff;
  padding: 60px 0;
}

.inslights-head {
  font-size: 44px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.inslights .inslights-text {
  margin-bottom: 40px;
  margin-left: auto;
  color: #FFFFFF;
  font-size: 18px;
  margin-right: auto;
}

@media screen and (max-width: 576px) {
  .inslights-head {
    font-size: 24px;
    line-height: 34px;
  }

  .inslights .inslights-text {
    margin-bottom: 10px;
    font-size: 14px;

  }

  .inslights {
    padding: 20px 0;
  }
}

/*Insights Section Ends */

/*Data-awards Section Starts*/
.data-awards {
  padding: 50px 0;
}

.data-awards-grid div {
  background: none !important;
}

.data-awards h2 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
}

.data-awards-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 30px;
  text-align: center;
}

.data-awards-grid h6 {
  font-size: 14px;
  padding: 21px 7px;
  width: 91%;
  margin: auto;
  line-height: 18px;
}

.data-awards p {
  margin-bottom: 40px !important;
  width: 68%;
  margin-left: auto;
  font-size: 18px;
  margin-right: auto;
  text-align: center;
}

.data-awards-grid img {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .fs-tech-stack .nav-tabs .nav-link {
    padding: 10px;
  }

  .data-awards p {
    font-size: 18px;
  }

  .data-awards-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .data-awards p {
    width: 100%;
  }

  .data-awards h2 {
    font-size: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .data-awards p {
    font-size: 16px;
  }

  .data-awards h2 {
    font-size: 25px;
  }

  .data-awards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media screen and (max-width: 441px) {
  .data-awards p {
    font-size: 14px;
  }

  .inslights-head {
    font-size: 24px !important;
    line-height: 27px !important;
  }
}

/*Data-awards Section Ends*/

/* FAQ Section Starts*/
.faq {
  padding: 30px 0;
}

div .accordion-btn {
  font-size: 22px !important;
}

.accordion-body {
  font-size: 14px;
}

.accordion-flush .accordion-item {
  border-top: none !important;
  border-bottom: 1px solid #dee2e6;
}

@media screen and (max-width: 991px) {
  .faq-head {
    font-size: 28px;
    line-height: 30px;
  }

  div .accordion-btn {
    font-size: 18px !important;
  }

  .fw-light {
    font-size: 28px;
  }

  .faq-head span {
    font-size: 30px;
    line-height: 32px;
  }
}

@media screen and (max-width: 576px) {
  .faq-head {
    font-size: 18px;
    line-height: 22px;
  }

  div .accordion-btn {
    font-size: 14px !important;
  }

  .faq-head span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 441px) {
  .faq-head {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-head span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 360px) {
  .faq-head {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-head span {
    font-size: 14px;
    line-height: 16px;
  }
}

.faq-head p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .faq-head {
    font-size: 22px;
    line-height: 26px;
  }

  .faq-head span {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (max-width: 390px) {
  .faq-head {
    font-size: 18px;
    line-height: 39px;
  }
}

.accordion-btn {
  font-size: 18px !important;
}

/*MLOPS Section Starts*/

.insights-head {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.insights-text {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
  line-height: 1.8;
}

.ml-insights-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ml-insights-row {
  display: grid;
  gap: 1.5rem;
}

.ml-insights-row:nth-child(1) {
  grid-template-columns: repeat(4, 1fr);
}

.ml-insights-row:nth-child(2) {
  grid-template-columns: repeat(4, 1fr);
}

.ml-insights-row:nth-child(3) {
  grid-template-columns: repeat(3, 1fr);
}

.ml-insights-row>div {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.ml-insights-row>div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #f9ca24);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.ml-insights-row h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.ml-insights-row p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .custom-container {
    padding: 0 16px;
  }

  .insights-head {
    font-size: 2.2rem;
  }

  .inslights-text {
    font-size: 1.1rem;
  }

  .ml-insights-row>div {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .inslights {
    padding: 60px 0;
  }

  .insights-head {
    font-size: 2rem;
  }

  .inslights-text {
    font-size: 1rem;
    margin-bottom: 3rem;
  }

  .ml-insights-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .ml-insights-row>div {
    padding: 1.25rem;
  }

  .ml-insights-row h3 {
    font-size: 1.2rem;
  }

  .ml-insights-row p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .inslights {
    padding: 40px 0;
  }

  .custom-container {
    padding: 0 12px;
  }

  .insights-head {
    font-size: 1.8rem;
  }

  .inslights-text {
    font-size: 0.95rem;
  }

  .ml-insights-row {
    grid-template-columns: 1fr !important;
  }

  .ml-insights-row>div {
    padding: 1rem;
  }

  .ml-insights-row h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }

  .ml-insights-row p {
    font-size: 0.85rem;
  }
}
/******* MLOPS Section Ends ********/

/************  Multi OS-UX Section Strats   ********/
.osux-banner {
  position: relative;
  height: 100vh;
}

.osux-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}

.osux-banner img {
  object-fit: cover;
}

.osux-banner-content h1 {
  font-size: 65px;
  line-height: 70px;
  margin-bottom: 25px;
  color: #ffffff;
}

.osux-banner-content p {
  font-size: 20px;
  line-height: 30px;
  width: 80%;
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
}

.osux-banner-content .osux-btn {
  display: inline-block;
  font-size: 16px;
  padding: 12px 24px;
 background: linear-gradient(30deg,rgba(247, 170, 56, 1) 49%, rgba(249, 72, 0, 1) 79%);
  color: white;
  margin-top: 28px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.osux-banner-content .osux-btn:hover {
  transform: translateY(-2px);
  background: #000;
  color: #f7f7f7;
}

/* Media Query*/
@media screen and (max-width: 1024px) {
  .osux-banner-content h1 {
    font-size: 54px;
    line-height: 63px;
  }
}

@media screen and (max-width: 768px) {
  .osux-banner-content h1 {
    font-size: 44px;
    line-height: 50px;
  }
}

@media screen and (max-width: 991px) {
  .osux-banner-content h1 {
    font-size: 52px;
    line-height: 54px;
    margin-bottom: 16px;
  }

  .osux-banner br {
    display: none;
  }

  .osux-banner-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .osux-banner-content .osux-btn {
    font-size: 14px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .osux-banner-content h1 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 576px) {
  .osux-banner-content h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  .osux-banner-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .osux-banner-content .osux-btn {
    font-size: 13px;
    margin-top: 8px;
  }
}

.multi-os-ux {
  padding: 40px 0 0 0;
}

.multi-os-ux .bg-light {
  padding: 70px;
}

.multi-os-ux .fw-semibold {
  font-weight: 600 !important;
  width: 70%;
}

/*media queries*/
@media screen and (max-width: 767px) {

  .multi-os-ux .bg-light {
    padding: 30px;
  }

  .multi-os-ux .fw-semibold {
    width: 100%;
  }

  .multi-os-ux .border-start {
    border-left: none !important;
  }

}

/*Multi OS-UX Section ends */

/*multi-os-ux tech stack section starts*/
.osux-tech .tabdivision img {
  width: 100px;
  height: 100px;
}

/*multi-os-ux tech stack section ends*/

/*multi-os-ux why choose us section starts*/
.fs-why-choose .stack-dev-wrapper .os-ux:nth-child(4) {
  border-right: 0px solid #6c757e;
  border-bottom: 1px solid #6c757e;
  border-top: 0px solid #6c757e;
}

.fs-why-choose .stack-dev-wrapper .os-ux:nth-child(7) {
  border-right: 1px solid #6c757e;
  border-bottom: 0px solid #6c757e;
}

@media screen and (max-width: 767px) {
  .fs-why-choose .stack-dev-wrapper .os-ux:nth-child(4) {
    border-right: 1px solid #6c757e;
    border-bottom: 0px solid #6c757e;
    border-top: 0px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(6) {
    border-right: 1px solid #6c757e;
    border-bottom: 1px solid #6c757e;
  }

}

@media screen and (max-width: 576px) {
  .fs-why-choose .stack-dev-wrapper .apply-border:nth-child(6) {
    border-right: 1px solid #6c757e;
    border-bottom: 0px solid #6c757e;
  }

  .fs-why-choose .stack-dev-wrapper .os-ux:nth-child(7) {
    border-right: 1px solid #6c757e;
    border-bottom: 1px solid #6c757e;
  }
}

/*multi-os-ux why choose us section ends*/


/*Faq Section Styles*/

.accordion-body {
    font-size: 18px;
}

@media screen and (max-width: 576px) {
  .accordion-body {
    font-size: 14px;
  }
}

