/* ===== Banner Section start ===== --*/
.hero-section {
  background-image: url(../img/Banner.jpg);
  margin-top: -80px;
  background-size: cover;
  background-position: center;
}
/* ===== Banner Section end ===== --*/
/*Why Choose Us CSS start*/
.why-choose-us {
    padding-bottom: 80px;
}
.feature-icon {
  background-color: #f37f6e;
  color: #fff;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  margin-left: 10px;
}
.feature-box {
  background: #fff;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  display: inline-flex;
}
/*Why Choose Us CSS end*/


/*service-provider CSS start*/
.service-provider {
    padding: 80px 0;
    background-image: url(assets/img/patter.svg);
    background-color: var(--main-color);
    background-position: center;
    background-size: cover;
}
.service-content {
    position: sticky;
    top: 100px;
}
.service-content {
    width: 100%;
    max-width: 811px;
}
.service-item-block {
    grid-row-gap: 40px;
    flex-flow: column;
    height: 320vh;
    display: flex;
}
.service-item-sticky {
    z-index: 1;
    height: auto;
    position: sticky;
    top: 100px;
}
.sevice-item {
    border: 1px solid #094a2d;
    background-color: var(--blue-gray);
    border-radius: 20px;
    padding: 40px 30px;
}
.service-item-sticky-02 {
    z-index: 2;
    height: auto;
    position: sticky;
    top: 110px;
}
.service-item-sticky-03 {
    z-index: 3;
    height: auto;
    position: sticky;
    top: 120px;
}
.service-item-sticky-04 {
    z-index: 4;
    height: auto;
    position: sticky;
    top: 130px;
}
.service-item-sticky-05 {
    z-index: 5;
    height: auto;
    position: sticky;
    top: 140px;
}
.service-category-block li {
    display: inline-block;
    padding: 10px 20px;
    background-color: #E4C0B8;
    border-radius: 20px;
    margin: 0px 7px 15px 0;
    color: var(--black-color);
    font-weight: 500;
}
.service-category-block {
    list-style: none;
    padding: 0;
}
/*service-provider CSS end*/

/*industries-serve CSS start*/
.industries-serve {
  padding: 80px 0;
}
.industries-serve .card {
	height: 100%;
}
/*industries-serve CSS end*/



/*testimonial css start*/
.testimonial-marquee {
    padding: 80px 0;
}
.marquee-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.marquee-track {
  display: flex;
  gap: 30px;
  /* no animation here */
}
.marquee-item {
  flex: 0 0 auto;
}
.testimonial-card {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #E4E4E4;
  max-width: 400px;
  width: 100%;
  height: 100%;
}
.testimonial-card > img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.testimonial-card h5 {
  margin-top: 10px;
  font-weight: 600;
  color: #1e293b;
  font-size: 0.95rem;
}
.testimonial-card p {
  font-size: 0.9rem;
  color: #334155;
  line-height: 1.5;
}
.client-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.client-info img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}
.client-info h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}
.client-info p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}
/*testimonial css end*/

/*faq css start*/
.faq-section {
  padding: 80px 0;
}
.accordion-item {
   margin-bottom: 20px;
   border: 1px solid #E4e4e4;
   background-color: #F7F5EE;
   border-radius: 15px;
}
.accordion-button {
   background-color: #F7F5EE;
   border-radius: 15px;
}
.accordion-button:not(.collapsed) {
   background-color: #f7f5ee;
   box-shadow: unset;
}
.accordion-button::after {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
   transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
   transition: all 0.5s;
}
/*faq css end*/


/* blog css start */
    .blog-slider-section {
        background-color: var(--main-color);
        padding: 80px 0;
    }
    .blog-slider-section .badge {
        background-color: var(--main-color);
        padding: 10px;
        border-radius: 20px;
    }

    .slider-wrapper {
  position: relative;
}

.slider-track {
  transition: transform 0.6s ease;
}

.slider-track > div {
  flex: 0 0 auto;
}

.blog-slider-section .card {
  overflow: hidden;
  border-radius: 1rem;
      background-color: var(--blue-gray) !important;
    padding: 20px;
}
.blog-slider-section .card-body {
    padding: 20px 0 0;
}
@media (max-width: 991px) {
  .slider-track > div {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .slider-track > div {
    width: 100%;
  }
}
/* blog css end */

/*  ===== Case Studies css start ===== */
.portfolio-section .container{
  background-color: var(--main-color);
  border-radius: 2rem;
  padding: 80px 60px;
}
.case-slider {
  transition: transform 0.5s ease-in-out;
}
.case-slider img {
  object-fit: cover;
}
.case-box {
    background-color: var(--blue-gray);
}
.btn-custom.light-btn {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 1rem;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-custom.light-btn:hover {
  opacity: 0.9;
}
/*  ===== Case Studies css end ===== */


/*  ===== CTA css end ===== */
.cta-section {
	padding: 80px 0;
}
.cta-section .cta-box {
	background-image: url(../img/cta-bg.webp);
	padding: 100px;
	background-size: cover;
	border-radius: 40px;
}
.blog-box {
	background-color: var(--main-color);
	padding: 20px;
	border-radius: 20px;
}
/*  ===== CTA css end ===== */