/* .section-main {
    background-image: url("assets/adani.png");
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll; 
} */
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: Arial, sans-serif; }

    .jiobp-nav-wrapper {
      background: #fff;
      border-bottom: 1px solid #e0e0e0;
    }
    .top-bar {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      background: #fff;
    }
    .jiobp-logo-section {
      display: flex;
      align-items: center;
      gap: 0;
      padding: 8px 16px 0 16px;
      background: #fff;
    }
    .bp-logo {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
    .right-section { display: flex; align-items: center; }
    .nav-links {
      display: flex;
      align-items: center;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .nav-links li a {
      font-size: 13.5px;
      font-weight: 500;
      color: #222;
      text-decoration: none;
      padding: 0 14px;
      line-height: 58px;
      display: block;
      white-space: nowrap;
      transition: color 0.2s;
    }
    .nav-links li a:hover { color: #007a39; }
    .nav-icons {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 0 16px 0 8px;
    }
    .nav-icons a {
      color: #333;
      font-size: 20px;
      text-decoration: none;
      display: flex;
      align-items: center;
    }
    .nav-icons a:hover { color: #007a39; }
    .mobile-menu-btn {
      background: none;
      border: none;
      font-size: 24px;
      color: #333;
      cursor: pointer;
      padding: 8px 12px;
      display: none;
    }
    .mobile-nav {
      display: none;
      flex-direction: column;
      background: #fff;
      border-top: 1px solid #ddd;
    }
    .mobile-nav a {
      font-size: 14px;
      font-weight: 500;
      color: #222;
      text-decoration: none;
      padding: 12px 20px;
      display: block;
      border-bottom: 0.5px solid #f0f0f0;
    }
    .mobile-nav a:hover { background: #f5f5f5; color: #007a39; }
    .wave-bar {
      width: 100%;
      height: 32px;
      display: block;
      overflow: hidden;
      line-height: 0;
      margin-top: -2px;
    }
    @media (max-width: 991px) {
      .nav-links { display: none !important; }
      .mobile-menu-btn { display: flex !important; align-items: center; }
    }
    @media (min-width: 992px) {
      .mobile-nav { display: none !important; }
    }
    .mobile-nav.open { display: flex; }
    

.section-1{
    margin-top: 100px;
}
.section-1 h2{
    font-weight: 700;
    color: green;
}
.section-1 p{
    font-size: 20px;
    font-weight: 600;
    color: black;
}
:root {
    --brand-green: #00843D;
    --brand-light: #e8f5ee;
    --card-radius: 14px;
  }
  .slider-section { padding: 2rem 0; font-family: var(--font-sans, sans-serif); }
  .section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
  .section-title { font-size: 1.1rem; font-weight: 500; color: var(--color-text-primary); }
  .nav-btns { display: flex; gap: 8px; }
  .nav-btn {
    width: 38px; height: 38px; border-radius: 50%; border: none;
    background: var(--brand-green); color: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 18px; transition: opacity 0.2s;
    flex-shrink: 0;
  }
  .nav-btn:disabled { opacity: 0.35; cursor: default; }
  .nav-btn:hover:not(:disabled) { opacity: 0.85; }
  .cards-viewport { overflow: hidden; }
  .cards-track {
    display: flex; gap: 16px;
    transition: transform 0.38s cubic-bezier(.4,0,.2,1);
    will-change: transform;
  }
  .service-card {
    flex: 0 0 calc(25% - 12px);
    min-width: 220px;
    border-radius: var(--card-radius);
    overflow: hidden;
    border: 0.5px solid var(--color-border-tertiary, #e5e5e5);
    background: var(--color-background-primary, #fff);
  }
  .card-img-wrap { height: 190px; overflow: hidden; position: relative; }
  .card-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .card-img-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.5rem;
  }
  .card-body-content { padding: 14px 16px 18px; }
  .card-title { font-size: 1rem; font-weight: 500; margin-bottom: 6px; color: var(--color-text-primary); }
  .card-desc { font-size: 0.82rem; color: var(--color-text-secondary, #666); line-height: 1.55; margin: 0; }
  .dots { display: flex; gap: 6px; justify-content: center; margin-top: 1.25rem; }
  .dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--color-border-tertiary, #ccc); border: none;
    padding: 0; cursor: pointer; transition: background 0.2s, transform 0.2s;
  }
  .dot.active { background: var(--brand-green); transform: scale(1.25); }
  .badge-tag {
    display: inline-block; font-size: 11px; font-weight: 500;
    background: var(--brand-light); color: #005a2b;
    border-radius: 20px; padding: 2px 10px; margin-bottom: 8px;
  }
  @media (max-width: 700px) {
    .service-card { flex: 0 0 calc(80% - 8px); min-width: 0; }
  }
  @media (max-width: 480px) {
    .service-card { flex: 0 0 calc(88% - 8px); }
    .section-title { font-size: 0.97rem; }
  }
  .section-2{
    margin-top: 100px;
  }
  .section-2 h2{
    font-weight: 700;
    color: green;
  }
  .section-2 p{
    color: black;
    margin-top: 20px;
    font-weight: 600;
  }
  .section-2 button{
    padding: 10px;
    border: none;
    color: green;
    background: rgba(128, 128, 128, 0.116);
    border-radius: 20px;
    width: 120px;
  }
  .section-3{
    margin-top: 100px;
    background-color: #ffd863;
    height: 400px;
  }
  .section-3 h2{
    color: green;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    top: 80px;
  }
  .para{
    color: green;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 100px;
  }
  .crd{
    margin-top: 110px;
  }

  .jbp-section {
    background: #00843D;
    padding: 2.5rem 2rem;
    font-family: var(--font-sans, sans-serif);
    /* border-radius: 14px; */
    margin-top: 250px;
  }
  @media(max-width:1100px){
    .jbp-section{
      margin-top: 350px;
    }
  }
  .jbp-heading { font-size: 1.5rem; font-weight: 600; color: #fff; margin-bottom: 0.4rem; }
  .jbp-heading span { border-bottom: 2.5px solid #fff; padding-bottom: 2px; display: inline-block; }
  .jbp-sub { font-size: 0.82rem; color: rgba(255,255,255,0.82); line-height: 1.6; max-width: 640px; margin-bottom: 1.4rem; }

  .tabs-row { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; margin-bottom: 1.2rem; gap: 0; }
  .tabs-row::-webkit-scrollbar { display: none; }
  .tab-btn {
    background: none; border: none; border-bottom: 2px solid transparent;
    color: rgba(255,255,255,0.7); font-size: 0.84rem; font-weight: 400;
    padding: 6px 16px 8px; cursor: pointer; white-space: nowrap; flex-shrink: 0;
    transition: color 0.15s, border-color 0.15s;
  }
  .tab-btn:first-child { padding-left: 0; }
  .tab-btn.active { color: #fff; font-weight: 500; border-bottom: 2px solid #fff; }
  .tab-btn:hover:not(.active) { color: #fff; }

  .slider-wrapper { position: relative; }
  .slider-viewport { overflow: hidden; }
  .slider-track {
    display: flex; gap: 14px;
    transition: transform 0.38s cubic-bezier(.4,0,.2,1);
    will-change: transform;
  }
  .svc-card {
    flex: 0 0 calc(33.333% - 10px);
    background: #fff; border-radius: 10px;
    padding: 18px 16px; display: flex; gap: 14px; align-items: flex-start;
  }
  .icon-circle {
    width: 50px; height: 50px; border-radius: 50%;
    background: #00843D; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0; font-size: 1.35rem;
  }
  .svc-card-title { font-size: 0.92rem; font-weight: 600; color: #111; margin-bottom: 5px; line-height: 1.35; }
  .svc-card-desc { font-size: 0.76rem; color: #555; line-height: 1.6; }

  .slider-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 1rem; }
  .nav-btn {
    width: 34px; height: 34px; border-radius: 50%; border: none;
    background: rgba(255,255,255,0.22); color: #fff;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 16px; transition: background 0.18s;
    flex-shrink: 0;
  }
  .nav-btn:disabled { opacity: 0.35; cursor: default; }
  .nav-btn:hover:not(:disabled) { background: rgba(255,255,255,0.38); }
  .dots { display: flex; gap: 6px; margin-right: auto; }
  .dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(255,255,255,0.4); border: none; padding: 0;
    cursor: pointer; transition: background 0.2s, transform 0.2s;
  }
  .dot.active { background: #fff; transform: scale(1.3); }

  @media (max-width: 768px) {
    .svc-card { flex: 0 0 calc(85% - 7px); }
    .jbp-section { padding: 1.5rem 1rem; }
  }
  @media (min-width: 769px) and (max-width: 992px) {
    .svc-card { flex: 0 0 calc(50% - 7px); }
  }
  .section-4{
    background-color: #00843D;
    margin-top: 250px;
  }
  .section-4 h1{
    color: white;
    font-weight: 700;
    margin-top: 50px;
  }
  .section-4 p{
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-top: 30px;
  }
  .section-5{
    margin-top: 100px;
  }
  .section-5 h1{
    color: green;
    font-weight: 700;
  }
  .section-6{
    margin-top: 100px;
    background-color: #ffd863;
    padding: 30px;
  }
  .section-6 h2{
    color: green;
    font-weight: 700;
    margin-top: 60px;
  }
  .section-6 p{
    color: green;
    font-size: 22px;
    font-weight: 100 !important;
    margin-top: 20px;
  }
  .section-6 button{
    width: 150px;
    height: 45px;
    border: none;
    background-color: white;
    color: green;
    border-radius: 20px;
    margin-top: 20px;
  }
  .section-7{
    margin-top: 100px;
  }
  .section-7 h2{
    color: green;
    font-weight: 700;
  }
  .section-7 p{
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
  }
  .section-7 span{
    color: gray;
  }

  .section-7 button{
    width: 180px;
    height: 45px;
    border: none;
    background-color: rgba(128, 128, 128, 0.267);
    color: green;
    border-radius: 20px;
    margin-top: 20px;
  }
  .faq-wrap { max-width:100%; margin: 40px auto; background: #fff; border-radius: 12px; padding: 2rem 1.5rem; }
    .faq-title { text-align: center; font-size: 30px; font-weight: 600; color: #007f5f; margin-bottom: 1.5rem; letter-spacing: 0.5px; }
    .faq-item { border-bottom: 0.5px solid #e0e0e0; }
    .faq-item:first-of-type { border-top: 0.5px solid #e0e0e0; }
    .faq-btn { width: 100%; display: flex; justify-content: space-between; align-items: center; background: none; border: none; padding: 13px 0; cursor: pointer; text-align: left; gap: 12px; }
    .faq-btn:hover .faq-q { color: #007f5f; }
    .faq-q { font-size: 20px; font-weight: 700; color: #222; line-height: 1.4; }
    .faq-icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: #007f5f; display: flex; align-items: center; justify-content: center; transition: transform 0.25s; }
    .faq-icon svg { width: 12px; height: 12px; transition: transform 0.25s; }
    .faq-item.open .faq-icon svg { transform: rotate(45deg); }
    .faq-ans { font-size: 13px; color: #555; line-height: 1.65; max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding-bottom: 0; }
    .faq-item.open .faq-ans { max-height: 300px; padding-bottom: 13px; }
    .faq-more-btn { display: block; margin: 1.5rem auto 0; background: none; border: 1px solid #ccc; border-radius: 20px; padding: 8px 24px; font-size: 13px; color: green; cursor: pointer; transition: background 0.15s; }
    .faq-more-btn:hover { background: #f0f0f0; }
    .svc-card-title{
      font-size: 20px;
    }
    .svc-card{
      font-size: 20px !important;
    }
    /* footer{
      background-color: green;
      padding: 30px;
    }
    footer h6{
       color: white;
       font-weight: 700;
    }
    footer ul{
      list-style-type: none;
      color: white;
      /* margin-top: 30px; */
     .footer {
      background-color: #007f3b;
      color: #fff;
      padding: 60px 0 0;
      position: relative;
      overflow: hidden;
    }
 
    /* ── Diagonal stripe top-left ── */
    .footer-logo-stripe {
      position: absolute;
      top: 0; left: 0;
      width: 200px; height: 55px;
      background: linear-gradient(135deg, #fff 52%, #f5c800 52%, #f5c800 68%, #007f3b 68%);
      clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
    }
 
    /* ── Column headings ── */
    .footer h6 {
      font-weight: 700;
      font-size: 14px;
      color: #fff;
      margin-bottom: 14px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      user-select: none;
    }
    .footer h6 .toggle-icon {
      display: none;
      font-size: 18px;
      transition: transform 0.3s;
    }
 
    /* ── Links ── */
    .footer ul {
      list-style: none;
      padding: 0; margin: 0;
    }
    .footer ul li { margin-bottom: 9px; }
    .footer ul li a {
      color: #c8eed8;
      text-decoration: none;
      font-size: 13.5px;
      transition: color 0.2s;
    }
    .footer ul li a:hover { color: #fff; text-decoration: underline; }
 
    /* ── Social icons row (mobile bottom) ── */
    .social-row {
      display: none;
      justify-content: center;
      gap: 10px;
      padding: 20px 0 10px;
      border-top: 1px solid rgba(255,255,255,0.2);
    }
    .social-row a {
      display: flex; align-items: center; justify-content: center;
      width: 36px; height: 36px;
      border-radius: 4px;
      color: #fff; font-size: 16px; text-decoration: none;
    }
    .social-row .fb { background: #1877f2; }
    .social-row .yt { background: #ff0000; }
    .social-row .li { background: #0a66c2; }
    .social-row .tw { background: #000; }
    .social-row .ig { background: linear-gradient(135deg,#f58529,#dd2a7b,#8134af); }
 
    /* ── Fixed sidebar (desktop) ── */
    .social-sidebar {
      position: fixed;
      right: 0; top: 50%;
      transform: translateY(-50%);
      display: flex; flex-direction: column;
      z-index: 999;
    }
    .social-sidebar a {
      display: flex; align-items: center; justify-content: center;
      width: 36px; height: 36px;
      color: #fff; font-size: 15px; text-decoration: none;
    }
    .social-sidebar .fb { background: #1877f2; }
    .social-sidebar .yt { background: #ff0000; }
    .social-sidebar .li { background: #0a66c2; }
    .social-sidebar .tw { background: #000; }
    .social-sidebar .ig { background: linear-gradient(135deg,#f58529,#dd2a7b,#8134af); }
 
    /* ── Footer bottom bar ── */
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.2);
      margin-top: 30px;
      padding: 14px 0;
      font-size: 12px;
      color: #b2dfc5;
      text-align: center;
    }
 
    /* ════════════════════════════
       MOBILE  ≤ 767px
    ════════════════════════════ */
    @media (max-width: 767px) {
 
      .footer { padding: 50px 0 0; }
 
      /* hide desktop sidebar */
      .social-sidebar { display: none; }
 
      /* show mobile social row */
      .social-row { display: flex; }
 
      /* accordion toggle icon visible */
      .footer h6 .toggle-icon { display: inline-block; }
 
      /* each section full-width with border separator */
      .footer-col {
        border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 0 !important;
      }
      .footer-col:last-child { border-bottom: none; }
 
      .footer h6 {
        margin: 0;
        padding: 14px 16px;
        font-size: 13.5px;
      }
 
      /* collapsed state */
      .footer-links {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
        padding: 0 16px;
      }
 
      /* open state */
      .footer-col.open .footer-links {
        max-height: 500px;
        padding: 4px 16px 14px;
      }
 
      /* rotate arrow when open */
      .footer-col.open h6 .toggle-icon {
        transform: rotate(180deg);
      }
 
      .footer ul li a { font-size: 13px; }
 
      .footer-bottom { margin-top: 0; font-size: 11.5px; padding: 12px 16px; }
    }
    .enqiry-section{
      background-color: green;
      padding: 30px;
      margin-top: 70px;
    }
    .form-box{
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
    max-width:1000px;
    margin:auto;
}

.form-box h2{
    color:#222;
    font-weight:700;
}

.form-box .form-control{
    height:50px;
}
.cards-viewport{
    overflow:hidden;
}

.cards-track{
    display:flex;
    gap:20px;
    transition:transform .4s ease;
}

.service-card{
    min-width:calc(33.333% - 14px);
    flex-shrink:0;
}

@media(max-width:1024px){
.service-card{
    min-width:calc(50% - 10px);
}
}

@media(max-width:768px){
.service-card{
    min-width:100%;
}
}

.dots{
    display:flex;
    justify-content:center;
    gap:8px;
    margin-top:20px;
}

.dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ccc;
    cursor:pointer;
}

.dot.active{
    background:#0b8f5a;
}
@media(max-width:400px){
  .jbp-section{
    margin-top: 400px !important;
  }
}

@media(max-width:376px){
  .jbp-section{
    margin-top: 400px !important;
  }
}