body {
  font-family: poppins !important;
}
.navbar-nav{
  margin-left: 35%;
}
.nav-item{
  margin-left: 30px;
}
.nav-link{
  font-weight: 400;
  color: #fff;
}
/* Hero Section */
.hero {
    position: relative;
  }
  .heroSwiper .swiper-slide img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
  }

  .custom-arrow {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
  }

/* Button */
.btn-custom {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #2ECC71, #1ABC9C);
    color: white;
    font-size: 18px;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(46, 204, 113, 0.3);
    animation: fadeInUp 1.4s ease-in-out;
}

.btn-custom:hover {
    background: linear-gradient(to right, #27AE60, #16A085);
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(46, 204, 113, 0.5);
}

.btn-custom .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
}

.btn-custom:hover .arrow {
    transform: translateX(5px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {

    .hero-title {
        font-size: 2.5rem;
    }
    .hero-subtitle {
        font-size: 1.1rem;
    }
    .heroSwiper .swiper-slide img{
        height: 50vh;
    }
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.bg-body-tertiary{
    background: transparent !important;
    background-color: none !important;
}



  .navbar-nav{
    float: right !important;
  }

  .submitBtn {

      font-size:15px;
      width: 165px;
      height: 46px;
      border-radius: 30px;
      border: none;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.13);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-weight: 600;
      cursor: pointer;
      color: white;
      background: #164b3b;
      letter-spacing: 1px;
    }

    .submitBtn:hover .arrow {
      animation: slide-in-left 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @keyframes slide-in-left {
      0% {
        transform: translateX(-10px);
        opacity: 0;
      }

      100% {
        transform: translateX(0px);
        opacity: 1;
      }
    }

    .submitBtn:active {
      transform: scale(0.97);
    }



    /* About us section  */
 /* About Section */
.about {
    background: #f8f9fa;
    padding: 60px 0;
}

.about-title {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(to right, #ff9800, #4caf50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.underline {
    width: 60px;
    height: 4px;
    background: #ff9800;
    margin: 10px 0 20px;
}

.about-text {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

/* Image Overlay */
.about-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* Read More Button */
.read-more-btn {
    display: inline-block;
    background: linear-gradient(to right, #ff9800, #4caf50);
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.read-more-btn:hover {
    background: linear-gradient(to right, #4caf50, #ff9800);
    transform: scale(1.05);
}

.read-more-btn .arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover .arrow {
    transform: translateX(5px);
}




  /* why choose us  */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {}
  a,
  a:hover,
  a:focus,
  a:active {
      text-decoration: none;
      outline: none;
  }

  a,
  a:active,
  a:focus {
      color: #333;
      text-decoration: none;
      transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      -webkit-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-duration: .2s;
      -ms-transition-duration: .2s;
      -moz-transition-duration: .2s;
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
  }

  ul {
      margin: 0;
      padding: 0;
      list-style: none;
  }
  img {
max-width: 100%;
height: auto;
}
span, a, a:hover {
display: inline-block;
text-decoration: none;
color: inherit;
}
.section-head {
margin-bottom: 60px;
}
.section-head h4 {
position: relative;
padding:0;
color:#164b3b;
line-height: 1;
letter-spacing:0.3px;
font-size: 34px;
font-weight: 700;
text-align:center;
text-transform:none;
margin-bottom:30px;
}
.section-head h4:before {
content: '';
width: 60px;
height: 3px;
background: #164b3b;
position: absolute;
left: 0px;
bottom: -10px;
right:0;
margin:0 auto;
}
.section-head h4 span {
font-weight: 700;
padding-bottom: 5px;
color:#2f2f2f
}
p.service_text{
color:#cccccc !important;
font-size:16px;
line-height:28px;
text-align:center;
}
.section-head p, p.awesome_line{
color:#818181;
font-size:16px;
line-height:28px;
text-align:center;
}

.extra-text {
font-size:34px;
font-weight: 700;
color:#2f2f2f;
margin-bottom: 25px;
position:relative;
text-transform: none;
}
.extra-text::before {
content: '';
width: 60px;
height: 3px;
background: #164b3b;
position: absolute;
left: 0px;
bottom: -10px;
right: 0;
margin: 0 auto;
}
.extra-text span {
font-weight: 700;
color:#164b3b;
}
.item {
background: #fff;
text-align: center;
padding: 30px 25px;
-webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
border-radius: 20px;
border:5px solid rgba(0, 0, 0, 0.07);
margin-bottom: 30px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;

}
.item:hover{
background:#164b3b;
box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
background:#fff;
border-radius:10px;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
color:#fff;
-webkit-transition: all .5s ease 0;
transition: all .5s ease 0;
transition: all 0.5s ease 0s;
}
.item .icon {
font-size: 40px;
margin-bottom:25px;
color: #164b3b;
width: 90px;
height: 90px;
line-height: 96px;
border-radius: 50px;
}

.item .feature_box_col_one{
background:rgba(247, 198, 5, 0.20);
color:#164b3b
}
.item .feature_box_col_two{
background:rgba(255, 77, 28, 0.15);
color:#164b3b
}
.item .feature_box_col_three{
background:rgba(0, 147, 38, 0.15);
color:#164b3b
}
.item .feature_box_col_four{
background:rgba(0, 108, 255, 0.15);
color:#164b3b

}
.item .feature_box_col_five{
background:rgba(146, 39, 255, 0.15);
color:#164b3b
}
.item .feature_box_col_six{
background:rgba(23, 39, 246, 0.15);
color:#164b3b;
}
.item p{
font-size:15px;
line-height:26px;
}
.item h6 {
margin-bottom:20px;
color:#2f2f2f;
}
.mission p {
margin-bottom: 10px;
font-size: 15px;
line-height: 28px;
font-weight: 500;
}
.mission i {
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
background: #164b3b;
border-radius: 50%;
color: #fff;
font-size: 25px;
}
.mission .small-text {
margin-left: 10px;
font-size: 13px;
color: #666;
}
.skills {
padding-top:0px;
}
.skills .prog-item {
margin-bottom: 25px;
}
.skills .prog-item:last-child {
margin-bottom: 0;
}
.skills .prog-item p {
font-weight: 500;
font-size: 15px;
margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
width: 100%;
height: 10px;
background: #e0e0e0;
border-radius:20px;
position: relative;
}
.skills .prog-item .skills-progress span {
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #164b3b;
width: 10%;
border-radius: 10px;
-webkit-transition: all 1s;
transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
content: attr(data-value);
position: absolute;
top: -5px;
right: 0;
font-size: 10px;
font-weight:600;
color: #fff;
background:rgba(0, 0, 0, 0.9);
padding: 3px 7px;
border-radius: 30px;
}


/* catalogue  */
.catalogue .inner .row{

  /* display: flex;
  justify-content:space-between; */
}
.catalogue .inner .row .cata{
  display: flex;
  justify-content: end;
}
.catalogue .inner{
  background-color: #e0e0e0;
  margin: 0;
  padding: 20px 150px;
}
.catalogue .inner .row h5{
  font-size: 25px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 10px;

}
.button {
  padding: 0.8rem 4rem;
  border: none;
  outline: none;
  font-size: 1.3rem;
  border-radius: 0.3rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.953);
  position: relative;

  /* transition: 0.4s ease-in-out; */
}

.button .text {
  position: absolute;
  left: 2.5rem;
  top: 1.0rem;
  transition: 0.4s ease-in-out;
  color: rgb(50, 50, 50);
}

.svg {
  transform: translateY(-20px) rotate(30deg);
  opacity: 0;
  width: 2rem;
  transition: 0.4s ease-in-out;
}

.button:hover {
  background-color: #164b3b !important;
}

.button:hover .svg {
  display: inline-block;
  transform: translateY(0px) rotate(0deg);
  opacity: 1;
}

.button:hover .text {
  opacity: 0;
}

.button:active {
  scale: 0.97;
}


/* footer  */
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #151414;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #44b244;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul .contact{
  width: 100%;
  color: #878787;
}
.footer-widget ul li a:hover{
color: #fff;
}
.footer-widget ul li:hover{
  color: #fff;
  }
.footer-widget ul li a {
color: #878787;
text-decoration: none !important;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #fca636;
text-decoration: none !important;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
text-decoration: none !important;
color: #878787;
}






/* products page  */
.products{
  background-color: #f5f5f5;
  padding: 10px;
}
.products a{
  text-decoration: none !important;
  color: #000;
  font-family: poppins;
  font-size: 17px;
  font-weight: 500;
}
.products h1{
  font-size: 40px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 10px;
}
.category{
  width: 13% !important;
  height: 150px;
  background-color: #fff;
  margin-left: 3%;
  margin-top: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  cursor: pointer;

  box-shadow: 0 0 10px gray;

}
.category img {
  width: 50px;
  margin-bottom: 5px;
}

.bakery_equipments .card{
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
  /* background: #f3f2f2; */
 box-shadow: 0 0 10px rgb(198, 198, 201);
  /* background-color: lightskyblue?; */
  border-radius: 10px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;


}
.bakery_equipments .card .img{
  overflow: hidden;
}

.bakery_equipments .card:hover{
  /* background-color: lightblue; */
  box-shadow: none;
}
.bakery_equipments .card img {
  border-radius: 10px;
  transition: 0.7s;
}
.bakery_equipments .card img:hover{
  scale: 1.1;
  transition: 0.7s;
}
.bakery_equipments .card h3{
  font-family: poppins ;
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
}
.bakery_equipments .card a {
  width: 100%;
}
.bakery_equipments .card button {
  width: 100% !important;
  height: 40px;
  /* border-radius: 10px; */
  background-color: #164b3b;
  color: #fff;
  font-size: 17px;
  font-family: poppins;
  font-weight: 500;
  border: none;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 10px gray;
  border-radius: 0 0 10px 10px;
}

.prod .card{
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  border-radius: 0px;
  /* background: #f3f2f2; */
 box-shadow: 0 0 10px rgb(198, 198, 201);
  /* background-color: lightskyblue?; */
  border-radius: 10px !important;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;


}
.prod .card .img{
  overflow: hidden;
}

.prod .card:hover{
  /* background-color: lightblue; */
  box-shadow: none;
}
.prod .card img {
  border-radius: 10px;
  transition: 0.7s;
}
.prod .card img:hover{
  scale: 1.1;
  transition: 0.7s;
}
.prod .card h3{
  font-family: poppins ;
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
}
.prod .card a {
  width: 100%;
}
.prod .card button {
  width: 100% !important;
  height: 40px;
  /* border-radius: 10px; */
  background-color: #164b3b;
  color: #fff;
  font-size: 17px;
  font-family: poppins;
  font-weight: 500;
  border: none;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 10px gray;
  border-radius: 0 0 10px 10px;
}
.prod h2{
  font-family: poppins ;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.certificate-sec{
  /* background-color: rgb(239, 240, 239); */
  padding: 15px;
}
.certificate .col-lg-6{
  padding:10px 50px;
}
.certificate .col-lg-6 img{
  box-shadow: 5px 5px 10px gray;

}
.card img{
  height: 250px !important;
}












/* ANI ARB  */
/* About Section */
.arb-about-section {
    background: #f8f9fa; /* Clean White Background */
    padding: 80px 0;
    color: #333;
}

.arb-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.arb-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.arb-col-lg-6 {
    width: 50%;
    padding: 20px;
}

/* Image Section */
.arb-image-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.arb-about-image {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.arb-image-wrapper:hover .arb-about-image {
    transform: scale(1.05);
}

/* Text Section */
.arb-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
}

.arb-highlight {
    color: #008000; /* Green Accent */
}

.arb-underline {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #008000, #ffb800);
    margin-bottom: 20px;
}

/* Text Styling */
.arb-text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* Read More Button */
.arb-read-more-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(to right, #008000, #ffb800);
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.arb-read-more-btn:hover {
    background: linear-gradient(to right, #ffb800, #008000);
    transform: scale(1.05);
}

.arb-arrow {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.arb-read-more-btn:hover .arb-arrow {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 991px) {
    .arb-row {
        flex-direction: column;
        text-align: center;
    }

    .arb-col-lg-6 {
        width: 100%;
    }
}
/* Why Choose Us Section */
.arb-why-choose {
    background: #ffffff; /* Clean White Background */
    padding: 80px 0;
    text-align: center;
}

.arb-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Section Header */
.arb-section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
}

.arb-highlight {
    color: #008000; /* Green Accent */
}

.arb-section-header p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

/* Features Grid */
.arb-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

/* Feature Box */
.arb-feature-box {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
}

.arb-feature-box:hover {
    background: linear-gradient(to right, #008000, #ffb800);
    color: #fff !important;
    transform: translateY(-5px);
}
.arb-feature-box:hover p{
    color: #fff;
}
/* Feature Icon */
.arb-feature-icon img {
    width: 65px;
    height: auto;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.arb-feature-box:hover .arb-feature-icon img {
    transform: scale(1.1);
}

/* Feature Title */
.arb-feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Feature Text */
.arb-feature-box p {
    font-size: 15px;
    color: #555;
}

/* Responsive */
@media (max-width: 991px) {
    .arb-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .arb-features-grid {
        grid-template-columns: repeat(1, 1fr);
    }

}
.arb-highlights {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 60px 20px;
    /* background: #0f0f0f; */
    color: white;
    flex-wrap: wrap;
    border-top: 3px solid rgba(255, 255, 255, 0.1);
  }

  .highlight-box {
    background: linear-gradient(135deg, #f7931e, #ffffff, #00a651); /* ARB logo colors */
    color: #0f0f0f;
    padding: 35px 25px;
    width: 30%;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .highlight-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: rotate 8s linear infinite;
  }

  @keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  .highlight-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
  }

  .highlight-box i {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 50%;
  }

  .highlight-box h3 {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
    color: #000;
  }

  .highlight-box p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
  }

  @media screen and (max-width:476px)
  {
    .highlight-box{
        width: 90%;
    }
  }
  .client-section {
    background: #f9f9fb;
    padding: 100px 20px;
    font-family: 'Segoe UI', sans-serif;
    text-align: center;
  }

  .client-section .section-title {
    font-size: 36px;
    color: #006838;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .client-section .subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 50px;
  }

  .testimonial-card {
    background: #fff;
    padding: 30px 25px;
    margin: 10px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-top: 5px solid transparent;
    border-image: linear-gradient(90deg, #f7931e, #00a651, #009fe3) 1;
  }

  .testimonial-card:hover {
    transform: translateY(-10px);
  }

  .testimonial-card p {
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin-bottom: 15px;
  }

  .testimonial-card h4 {
    font-size: 14px;
    color: #888;
    font-weight: 500;
  }

  .swiper-pagination-bullet {
    background: #00a651;
  }
