/* Services Section */
.services {
  text-align: center;
  padding: 2rem 1rem;
}

/* Step Box Layout */
.step-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 1.5rem;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Step Image */
.step-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Step Content */
.step-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1; /* Let content grow */
}

/* Step Icon */
.step-icon {
  width: 40px;
  height: 40px;
  background-color: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  flex-shrink: 0;
  margin-top: 5px;
}

/* Step Heading */
.step-content h6 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  color: #00224d;
}

/* Step Paragraph */
.samindra_eng {
  font-size: 0.95rem;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 576px) {
  .step-box {
    flex-direction: column;
    align-items: stretch;
  }

  .step-content {
    flex-direction: column;
  }

  .step-img img {
    width: 100%;
    height: auto;
  }

  .step-icon {
    margin-top: 0;
  }
}

/* our process section start */
.container4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
  padding-bottom: 0;
  background-color: #f9f9f9; /* Optional background */
}

.card1 {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 28px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.card1:hover {
  transform: translateY(-10px);
  background-color: #ffb600;;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.step-desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}


/* our process section end */

/* our clients section */
.text-box {
  background-color: #f3f3f3; /* Light grey background */
  padding: 30px;
  border-radius: 12px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.text-box p,
.text-box h6 {
  text-align: left;
  color: #333;
}

.text-box .fw-medium {
  color: #e99550; /* Optional: matches your brand highlight color */
}

@media (max-width: 768px) {
  .text-box {
    padding: 20px;
  }
}

/* Container for the cards */
.card-container1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 8rem;
  row-gap: 3rem;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card styling */
.card {
  background-color: #ffb600;;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-18px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Image styling */
.card img {
  width: 200%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover img, .card1:hover img {
  transform: scale(1.05);
}

/* Heading inside cards */
.card h4{
  padding: 20px;
  font-size: 1.2rem;
  color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .card img {
    height: 180px;
  }
}/* Card Title */
.card h4 {
  padding: 10px;
  font-size: 1.2rem;
  color: #35265f;
  background-color: transparent; /* default */
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* On hover: change background of h2 */

/* our process */
/* General container */

.col-12:hover {
  transform: translateY(-5px);
}

/* Icon circle style */
.primary {
  width: 20px;
  height: 20px; 
  
  background-color: #f8cb4f; /* Bootstrap primary blue */
  border-radius: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary i.white {
  color: #ffffff;
  font-size: 18px;
}

/* Text styling */
.ms-4 h6 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 6px;
}

.samindra_eng span {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Optional: Responsive tweak */
@media (max-width: 576px) {
  .d-flex {
      flex-direction: column;
      align-items: flex-start;
  }

  .primary {
      margin-bottom: 10px;
  }
}


/* SOME OF OUR NOTABLE CLIENTS start  */
.section1 {
  padding: 60px 20px;
  background-color:white;
  text-align: center;
}

.section1 h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: center;
}

.card-client {
  background: white;
border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 260px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.card-client img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.card-client:hover {
  transform: translateY(-35px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.card-client::after {
  content: attr(alt);
  display: block;
  margin-top: 10px;
  font-weight: 500;
  color: #dfd76c;
}


/* SOME OF OUR NOTABLE CLIENTS  end */


/* global sourcing strat */

.slide {
  display: none;
  animation: fade 0.5s ease-in-out;
}
.slide.active {
  display: block;
}
.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.dot.active {
  background-color: #333;
}
@keyframes fade {
  from { opacity: 0.4; }
  to { opacity: 1; }
}


/* global sourcing end */
