        :root {
            --primary-green: #4a5d3a;
            --dark-green: #3a4a2a;
            --accent-orange: #d17a3a;
            --light-bg: #f8f9fa;
        }
        
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
        }
        button.navbar-toggler {
        background-color: #d17a3a;
          }
        
        .navbar-custom {
            background-color: var(--dark-green);
            padding: 1rem 0;
        }
        .navbar-nav
        {
          padding-left: 150px;
          padding-top: 40px;
        }
        
        .menu {
            color: white;
            font-family: "Poppins", Sans-serif;
           font-size: 15px;
          font-weight: 500;
            margin: 0 1rem;
        }
        .menu:hover{
          color: #C26A1D !important;
        }
        .hero-section {
            background: url('../images/AI-AUtomation.png');
            color: white;
            padding: 4rem 0;
            position: relative;
            overflow: hidden;
            color: #3D3B3A;
            background-size: cover;
            background-position-y: -100px;
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            padding: 37px;
        }
        .hero-text {
  font-family: "Tahoma", Sans-serif;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 43px;
  letter-spacing: 0.3px;
  color: #3D3B3A;
  margin-top: 75px;
}
        .hero-image {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 50%;
            background: url('/placeholder.svg?height=400&width=600') center/cover;
            opacity: 0.8;
        }
        
        .orange-accent {
            color: var(--accent-orange);
        }
        
        .section-bg-green {
            background-color: var(--dark-green);
            color: white;
            padding: 3rem !important;
        }
        
         .mission-box {
  background-color: hsl(90, 25%, 23%);
  border-radius: 10px;
  padding: 40px 20px;
  
  margin: 0 auto;
}

.mission-img {
  max-width: 100%;   /* responsive shrink */
  height: auto;      /* maintain aspect ratio */
}
#mission .container {
  padding: 0 !important;
}
.shadow-lg {
  box-shadow: rgb(194, 106, 29) 9px 12px 29px -10px !important;
}

.service-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  
  box-shadow: 0 6px 8px rgba(0,0,0,0.1);
  height: 100%;
  text-align: center; /* center align all content */
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto; /* center and add bottom space */
}

.service-icon img {
   height: 80px;
  object-fit: contain;
}

.service-card h5 {
  color: #000; /* black heading */
  
  margin: 10px 0;
}

.service-card p {
  color: #666; /* gray text */
  font-size: 14px;
  line-height: 1.6;
}

.small-icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    justify-items: center;
    margin-top: 20px;
}
.small-service-card small 
{
    display: block;
    margin-top: 8px;
    color: black; /* text black karna

 */
}
        .methodology-card {
            background: white;
            border-radius: 10px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 6px 8px rgba(0,0,0,0.1);
            text-align: center;
        }
        
        .cta-section {
            background-color: var(--accent-orange);
            color: white;
            padding: 3rem 0;
        }
        
        .partner-logo {
            height: 80px;
            object-fit: contain;
            filter: grayscale(100%);
            transition: filter 0.3s;
        }
        
        .partner-logo:hover {
            filter: grayscale(0%);
        }
        
        .contact-section {
            background-color: var(--light-bg);
            padding: 4rem 0;
        }
        
        .footer-dark {
            background-color: #1a1a1a;
            color: white;
            padding: 3rem 0 1rem;
        }
        
        .small-icon-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 1rem;
            margin: 2rem 0;
        }
        
        .small-service-card {
            background: white;
            border-radius: 8px;
            padding: 1rem;
            text-align: center;
            box-shadow: 0 6px 8px rgba(0,0,0,0.5);
            width: 85%;
        }
      


    /* Banner */
.banner {
  font-family: Arial, sans-serif;
      background: #fff;
      margin: 0px;
      padding: 0;
}

 .banner {
      background-color: #bf6424; /* orange-brown shade */
      color: #000000; /* dark green text */
      padding: 30px;
      border-radius: 15px;
      max-width: 1000px;
      margin: 40px auto;
    }

    .banner h2 {
      margin-top: 0;
      font-size: 22px;
      font-weight: bold;
    }

    .banner ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .banner ul li {
      margin: 10px 0;
      font-size: 16px;
      line-height: 1.6;
    }

    .banner ul li::before {
      content: "»";
      margin-right: 8px;
      color: #2f4732;
      font-weight: bold;
    }

    .banner p {
      margin-top: 15px;
      font-size: 15px;
      color: #000; /* black text for last line */
    }

     .footer 
    {
      margin: 0;
      padding-top: 20px;
      font-family: Arial, sans-serif;
      background-color: #000; /* black background */
      color: #fff;
      background-color: #000;
      color: #fff;
      padding: 40px 20px;

    }
    
     
    .footer-container {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 30px;
      align-items: start;
    }

    .footer-logo {
      text-align: center;
    }

    .footer-logo img {
      max-width: 120px;
      margin-bottom: 15px;
    }

    .footer-logo p {
      margin: 5px 0;
      font-size: 14px;
    }

    .footer-menu h3,
    .footer-contact h3 {
      font-size: 14px;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .footer-menu ul {
      list-style: none;
      padding: 0;
    }

    .footer-menu ul li {
      margin-bottom: 8px;
    }

    .footer-menu ul li a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-menu ul li a:hover {
      color: #bf6424; /* hover color */
    }

    .footer-contact p {
      margin: 8px 0;
      font-size: 14px;
    }

    .footer-bottom {
      text-align: center;
      border-top: 1px solid #333;
      margin-top: 30px;
      padding-top: 15px;
      font-size: 13px;
      color: #aaa;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .navbar-nav {
  padding: 0;
}
      .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
      }
    }

/* Mobile */
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background: #2f4f3f;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 10px;
  }

  .menu-toggle {
    display: block;
  }
}
#mission {
  padding-top: 3px !important;
}
.mission{
  font-family: "Tahoma", Sans-serif;
  font-size: 3em;
  font-weight: 800;
  color: #FFFFFF;
}
.contact{
  font-family: "Tahoma", Sans-serif;
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 800;
 
}
.global,.services,.serv2{
  font-family: "Tahoma", Sans-serif;
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 800;
  color: #FFFFFF;
}
.research {
  margin-bottom: 25px;
}
.orange{
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #C26A1D;
}
.main-ser h5{
  font-family: "Tahoma", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.small-service-card img {
  height: 40px;
  width: auto;
}
.methodology-card img {
  height: 108px;
  width: auto !important;
}
.fab,.fas {
  background: #C26A1D;
  padding: 5px;
  font-size: 2em !important;
  color: #fff !important;
}
 @media screen and (max-width: 600px) {
  .hero-section {
  background: #fff;
    background-position-y: 0%;
    background-size: auto;
  color: white;
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #3D3B3A;
  background-size: contain;
  background-position-y: 0;
}
.hero-text{
  margin-top: 0;
}
.section-bg-green {
  background-color: var(--dark-green);
  color: white;
  padding: 1.3rem !important;
}
  .col-md-4,.col-md-3 {
  margin-bottom: 15px;
}
.col-lg-7 {
  padding: 50px;
}
.small-icon-grid {
  grid-template-columns: repeat(2, 1fr);
}

.img-fluid.rounded.shadow-lg {
  max-width: 100% !important;
}
 .text-dark {
   font-family: "Tahoma", Sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
}
.col-lg-7.mobile {
  padding: 30px !important;
}
.hero-text {
        font-size: 1.5em;
}
  
 }

#backToTop {
  display: none; /* default hidden */
  position: fixed;
  right: 20px;   /* ab right side pe hoga */
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #C26A1D;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999;
}

#backToTop:hover {
  background: #e69500;
}
 
.hero-content {
  opacity: 0;
  transform: translateX(-60px);  
  animation: slideFromLeft 1s ease forwards;
}

@keyframes slideFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


 .methalogy_animation {
  opacity: 0;
  transform: translateX(-60px); /* start from left */
}

.methalogy_animation.animate {
  animation: slideFromLeft 1s ease forwards;
}

@keyframes slideFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* .slick-prev.slick-arrow{
  left: -40px;
  position: absolute;
  background: white;
  z-index: 999;
  width: 40px;
  height: 40px;
}

.slick-next.slick-arrow{
  right: -40px;
  position: absolute;
  background: white;
  z-index: 999;
  width: 40px;
  height: 40px;
} */
 .slick-prev, .slick-next {
      background: transparent;
      border: none;
      font-size: 28px;
      color: #333;
      z-index: 1000;
    }

    .slick-prev:hover, .slick-next:hover {
      color: #ff6600;
    }

    .slick-prev {
      left: -40px;
    }

    .slick-next {
      right: -40px;
    }

    button.slick-prev.slick-arrow 
    {
          left: -50px;
    position: absolute;
    z-index: 999;
    background: #C26A1D;
    color: rgb(255, 255, 255);
    font-size: 1em;
    width: 40px;
    height: 40px;
    border-radius: 30px;
  }
  button.slick-next.slick-arrow 
    {
    right: -50px;
    position: absolute;
    z-index: 999;
    background: #C26A1D;
    color: rgb(255, 255, 255);
    font-size: 1em;
     width: 40px;
    height: 40px;
    border-radius: 30px;
  }

#contact{
  overflow: hidden;
}
.service-card,.small-service-card,.methodology-card {
  --c: var(--accent-orange); /* the border color */
  --b: 10px;    /* the border thickness*/
  --g: 5px;     /* the gap on hover */
  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
    background-color: #fff;
  cursor: pointer;
}
.service-card:hover,.small-service-card:hover,.methodology-card:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}
