@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
            --primary-color: #144932;
            --secondary-color: #d4a737;
            --light-color: #f8f9fa;
            --dark-color: #212529;
        }
        
        body {
            font-family: "Poppins", sans-serif;
            overflow-x: hidden;
        }
        
        .navbar {
            background-color: var(--light-color);
        }
        
        .navbar-brand {
            width: 120px;
        }
        
        .nav-link {
            color:var(--primary-color) !important;
            font-weight: 500;
        }
        
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../img/dhanvika-e-banner.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 30px;
        }
        
        .section-title {
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 40px;
            position: relative;
            display: inline-block;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            width: 50%;
            height: 3px;
            background-color: var(--secondary-color);
            bottom: -10px;
            left: 0;
        }
        
        .about-section, .services-section, .industries-section, .process-section {
            padding: 80px 0;
        }
        
        .about-section {
            background-color: var(--light-color);
        }
        
        .service-card {
        
            border: none;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
            margin-bottom: 30px;
           height: 100%;
        }
  
        .service-card:hover {
            transform: translateY(-10px);
        }
        
        .service-icon {
            font-size: 2.5rem;
            color: var(--secondary-color);
            margin-bottom: 20px;
        }
        
        .bg-yellow {
            background-color: var(--secondary-color);
            overflow: hidden;
        }
        
        .industry-item {
            background-color: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            transition: transform 0.3s;
        }
        
        .industry-item:hover {
            transform: translateY(-5px);
        }
        
        .why-us-section {
            background-color: var(--dark-color);
            color: white;
            padding: 80px 0;
        }
        
        .why-us-item {
            text-align: center;
            padding: 20px;
        }
        
        .why-us-icon {
            font-size: 2.5rem;
            color: var(--secondary-color);
            margin-bottom: 15px;
        }
        
        .process-step {
            text-align: center;
            padding: 20px;
            position: relative;
        }
        
        .process-number {
            width: 50px;
            height: 50px;
            background-color: var(--secondary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.5rem;
            margin: 0 auto 20px;
        }
        
        .contact-section {
            padding: 80px 0;
            background-color: var(--light-color);
        }
        
        .contact-info {
            margin-bottom: 30px;
        }
        
        .contact-icon {
            color: var(--secondary-color);
            margin-right: 10px;
        }
        
        footer {
            background-color: var(--dark-color);
            color: white;
            padding: 30px 0;
            text-align: center;
        }
        
        .social-icons a {
            color: white;
            margin: 0 10px;
            font-size: 1.2rem;
            transition: color 0.3s;
        }
        
        .social-icons a:hover {
            color: var(--secondary-color);
        }
        
        /* .service-card{
          background:var(--dark-color);
          color: var(--light-color);
        } */

        .card-body{
          padding: 1rem;
          border-radius: 10px;
        }
      
        .card-body img{
          border-radius: 10px;
        }

  .industries_image{
    position: relative;
  }

  .industries_image::before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    z-index: 1;
    position: absolute;
    background-color: rgba(26, 30, 93, 0.502);
  }

  .industries_content {
    margin: auto;
    max-width: 475px;
  }
 .industries_content .section-title{
  color:var(--dark-color) !important;
 }
 .industries_content .section-title:after{
  background: var(--primary-color);
 }

.industries_content ul{
  color: var(--light-color);
}
.industries_content ul li{
  margin-bottom: 10px;
}



.feature-box {
      background: #fff;
      border-radius: 10px;
      padding: 30px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }
    .feature-box:hover {
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }
    .icon-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      margin-bottom: 15px;
    }
    .btn-discover {
      background: #ff3d2f;
      color: #fff;
      padding: 15px 30px;
      font-weight: 600;
      border: none;
    }
    .btn-discover:hover {
      background: #e63327;
    }
    .title-highlight {
      color: #ff3d2f;
      font-weight: 700;
      font-size: 20px;
      font-family: 'Cursive', sans-serif;
    }

    .bg_default_blue {
    background-color: #1a1e5d;
}
.sec_ptb_130 {
    padding: 130px 0px;
}
.deco_wrap {
    z-index: 1;
    position: relative;
}



.icon-circle {
      width: 50px;
      height: 50px;
      background-color: #e8f7fc;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin-right: 15px;
    }
    .form-section {
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .contact-section {
      background-color: #f9fbfc;
      padding: 60px 0;
    }
    .section-title {
      font-weight: bold;
      font-size: 2.3rem;
    }
    .btn-tag {
      background-color: #eaf5f7;
      color: #000;
      padding: 5px 15px;
      border-radius: 20px;
      font-weight: 500;
      margin-bottom: 10px;
      display: inline-block;
    }

.btn-warning{
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}


.bg-gray{
  background: #0000001f;
}


        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
        }