:root {
  --bg: #0d0d0d;
  --surface: #141414;
  --card-1: #1a1a2e;
  --card-2: #16213e;
  --card-3: #0f3460;
  --card-4: #1b1b2f;
  --card-5: #162447;
  --accent: #e8c97e;
  --accent2: #7ec8e3;
  --text: #f0ede6;
  --muted: #888;
  --border: rgba(255, 255, 255, 0.07);
}

html {
  scroll-behavior: smooth;
}

.service_sec {
  background-color: #f0f0f0;
  position: relative;
}

.service_sec  .services-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 3rem 4rem;
  /* padding: 8rem 4rem; */
  gap: 5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.service_sec  .services-left {
  flex: 0 0 480px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  margin-top: 50px;
}

.service_sec  .services-left h5 {
  font-size: 17px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6fab6f;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.service_sec .services-left h5::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: #6fab6f;
}

.service_sec .services-left h1 {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  color: var(--base-color);
}

.service_sec .services-left h1 span {
  font-style: italic;
}

.service_sec .services-left p {
  font-size: 0.95rem;
  color:#000;
  line-height: 1.85;
  margin-bottom: 15px;
}

.service_sec .service-count {
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.1em;
}

.service_sec .service-count strong {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--text);
  display: block;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.service_sec .divider {
  width: 40px;
  height: 1px;
  background: var(--border);
  margin: 2rem 0;
}
.service_sec .services-right {
  flex: 1;
  position: relative;
}

.service_sec .cards-stack {
  position: relative;
  padding-bottom: 120px;
}

.service_sec .service-card {
  position: sticky;
  top: 120px;
  background: #e6e5e7;
  border: 3px solid #fff;
  padding: 3rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
  border-radius: 10px;
  box-shadow:
    -10px -10px 15px rgba(255, 255, 255, 0.5),
    10px 10px 15px rgba(70, 70, 70, 0.12);
}

.service_sec .service-card:nth-child(1) {
  top: 120px;
  z-index: 1;
}

.service_sec .service-card:nth-child(2) {
  top: 132px;
  z-index: 2;
}

.service_sec .service-card:nth-child(3) {
  top: 144px;
  z-index: 3;
}

.service_sec .service-card:nth-child(4) {
  top: 156px;
  z-index: 4;
}

.service_sec .service-card:nth-child(5) {
  top: 168px;
  z-index: 5;
}

.service_sec .card-number {
  font-size:18px;
  color: var(--base-color);
  letter-spacing: 0.15em;
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_sec .card-tag {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  border: 0.5px solid var(--border);
  padding: 0.3rem 0.8rem;
}

.service_sec .card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_sec .card-icon svg {
  width: 26px;
  height: 26px;
}

.service_sec .service-card h3 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.service_sec .service-card p {
  font-size: 18px;
  color:#03924f;
  line-height: 1.85;
  margin-bottom: 2rem;
}

.service_sec .card-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.service_sec .feature-pill {
  font-size: 0.75rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  border: 0.5px solid var(--border);
  padding: 0.35rem 0.9rem;
  letter-spacing: 0.04em;
}

.service_sec .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid var(--border);
  padding-top: 1.5rem;
}

.service_sec .card-link {
  font-size: 0.8rem;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.2s;
}

.service_sec .card-link:hover {
  gap: 0.9rem;
}
.service_bt{
  padding: 20px 0;
  background-color: #f0f0f0;
}
.service_bt p{
  font-size: 20px;
  padding-bottom: 10px;
  color: #0e824c;
  font-weight: 600;
}
.service_bt span{
  font-size: 18px;
  line-height: 1.5;
color: #000;
}


@media (max-width: 900px) {

  .service_sec  .services-wrapper {
    flex-direction: column;
    padding: 4rem 1.5rem;
    gap: 3rem;
  }

  .service_sec  .services-left {
    position: static;
    flex: unset;
  }
}
@media (min-width:1700px) and (max-width:1900px){
  .service_sec .services-left p{
    font-size: 18px;
  }
  .service_sec .service-card p{
    font-size: 18px;
  }
  .service_bt p{
  font-size: 22px;
}
.service_bt span{
  font-size: 20px;
 
}

}
@media (min-width:1901px) and (max-width:3000px){
  .service_sec .services-left p{
    font-size: 20px;
  }
  .service_sec .service-card p{
    font-size: 22px;
  }
  .service_sec .services-wrapper {
    max-width: 1648px;
    margin: 0 auto;
}
.service_bt p{
  font-size: 24px;
}
.service_bt span{
  font-size: 22px;

}

}
@media (min-width:1200px) and (max-width:1399px) {
  .service_bt p{
  font-size: 18px;
}
.service_bt span{
  font-size: 16px;

}
}
@media (max-width:990px) {
  
    .service_sec .services-wrapper {
        padding: 0rem 1.5rem;
        /* gap: 3rem; */
    }
    .service_sec .services-left h1 {
    line-height: 1.18;
    }
    .service_sec .service-card {
    padding: 1rem;
}
.service_sec .service-card h3 {
    font-size:22px;
}
.service_sec .service-card p {
    color: #0e824c;
}
}