body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
  }

  .navbar-brand img {
    height: 40px;
  }

  .hero-section {
    position: relative;
    height: 700px;
    overflow: hidden;
    color: white;
  }

  .hero-section2 {
    height: 500px;
    overflow: hidden;
    color: white;
  }
  
  
  .hero-section video {
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 700px;
    min-height: auto;
  }
  
  .hero-overlay {
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }  

  .pattern {
    background-image: url("images/pattern.webp");
    background-repeat: repeat-x;
  }

  .hero-buttons .btn {
    margin-right: 15px;
  }

  .service-ribbon {
    background: #000;
    color: white;
    display: flex;
    overflow-x: auto;
    padding: 10px 0;
  }

  .service-item {
    flex: 0 0 auto;
    padding: 0 20px;
    border-right: 1px solid #444;
    white-space: nowrap;
    display: flex;
    align-items: center;
  }

  .service-item:last-child {
    border-right: none;
  }

  .service-item i {
    margin-right: 8px;
  }

  #navbar-search-form {
    display: none;
    transition: all 0.3s ease;
  }
  
  #navbar-search-form.active {
    display: flex;
  }
  

  .who-we-are {
    margin-top: 100px;
    text-align: left;
  }
 
  .img-who-we-are {
    width: 500px;
    height: 500px;
    max-width: ;
  }

  .h6-Why-Choose-Us {
    color: aliceblue;
  }


  .footer {
    background-color: #1e1e1e;
    color: #fff;
  }
  .footer a {
    color: #ccc;
    text-decoration: none;
  }
  .partner-logo {
    height: 50px;
    object-fit: contain;
    padding: 0 15px;
  }
  .blog-card img {
    height: 200px;
    object-fit: cover;
  }


  .get-in-touch {
    padding-top: 50px;
  }

  .footer-img {
    width: 100px;
  }

  .img2 {
    margin-left: 50px;
  }

  .services-section {
    background-color: #f8f9fa;
}

.dark-panel {
    background-color: #2a2a2a;
    color: white;
    padding: 4rem 3rem;
    height: 100%;
}

.statement-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.statement-text {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.accordion-button {
    background-color: #333333;
    color: white;
    border-radius: 0;
    padding: 1rem;
}

.accordion-button:not(.collapsed) {
    background-color: #444444;
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #444444;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background-color: #333333;
    color: #f1f1f1;
    padding: 1.5rem 1rem;
}

.img-container {
    height: 100%;
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

        .skills-section {
            padding: 100px 0;
            background-color: #f8f9fa;
        }
        
        .subtitle {
            color: #e4a11b;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            margin-bottom: 15px;
        }
        
        .section-title {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 50px;
            color: #333;
        }
        
        .diamond-box {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            position: relative;
            margin-bottom: 20px;
            min-height: 200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .diamond-box:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .diamond-icon {
            color: #e4a11b;
            font-size: 32px;
            margin-bottom: 20px;
        }
        
        .diamond-number {
            font-size: 24px;
            font-weight: 700;
            color: #333;
        }
        
        .expert-team-box {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 40px;
            margin-top: 30px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
        }
        
        .team-title {
            color: #e4a11b;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .team-description {
            color: #555;
            line-height: 1.8;
        }
        
        /* Arrow for the first diamond box */
        .diamond-box::after {
            content: "";
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 30px;
            height: 15px;
            background-color: white;
            clip-path: polygon(50% 100%, 0 0, 100% 0);
        }
  
      
        .solutions-section {
            background-color: #1e3937;
            color: white;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .subtitle {
            color: #e4a11b;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            margin-bottom: 15px;
            text-align: center;
        }
        
        .section-title {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 70px;
            text-align: center;
            color: white;
        }
        
        .solution-item {
            margin-bottom: 50px;
        }
        
        .solution-number {
            color: #e4a11b;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 10px;
            display: inline-block;
        }
        
        .solution-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 15px;
            color: white;
            padding-left: 15px;
            position: relative;
            display: inline-block;
        }
        
        .solution-title::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 10px;
            height: 2px;
            background-color: #e4a11b;
            transform: translateY(-50%);
        }
        
        .solution-description {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
            font-size: 16px;
        }
        
        /* Decorative elements */
        .square {
            position: absolute;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 4px;
        }
        
        .square-1 {
            width: 40px;
            height: 40px;
            top: 10%;
            left: 5%;
        }
        
        .square-2 {
            width: 60px;
            height: 60px;
            top: 15%;
            right: 3%;
        }
        
        .square-3 {
            width: 25px;
            height: 25px;
            bottom: 20%;
            left: 8%;
        }
        
        .square-4 {
            width: 35px;
            height: 35px;
            bottom: 10%;
            right: 5%;
        }
        
        .square-5 {
            width: 50px;
            height: 50px;
            bottom: 30%;
            left: 15%;
        }
    
       
        .team-section {
            padding: 100px 0;
            background-color: #f9f9f9;
        }
        
        .subtitle {
            color: #e4a11b;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            text-align: center;
            margin-bottom: 10px;
        }
        
        .section-title {
            font-size: 42px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
            color: #333;
        }

        .section-title2 {
          font-size: 42px;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
            color: #ffffff;
            padding-bottom: 40px;
        }
        
        .team-intro {
            text-align: center;
            max-width: 900px;
            margin: 0 auto 50px;
            line-height: 1.8;
            color: #555;
        }
        
        .team-card {
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .team-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        
        .team-img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }
        
        .team-info {
            padding: 20px;
            background-color: white;
            text-align: center;
        }
        
        .team-name {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #333;
        }
        
        .team-position {
            font-size: 14px;
            color: #777;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .social-icons {
            position: absolute;
            bottom: 90px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s ease;
        }
        
        .team-card:hover .social-icons {
            opacity: 1;
            bottom: 100px;
        }
        
        .social-icon {
            width: 36px;
            height: 36px;
            background-color: #e4a11b;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 5px;
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            background-color: #333;
            transform: translateY(-3px);
        }
        
        .carousel-indicators {
            bottom: -50px;
        }
        
        .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #ccc;
            opacity: 0.6;
        }
        
        .carousel-indicators .active {
            background-color: #e4a11b;
            opacity: 1;
        }

       
        .testimonial-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://placehold.co/1200x400') center/cover no-repeat;
            color: white;
            padding: 60px 0;
            position: relative;
        }
        
        .testimonial-heading {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        
        .testimonial-subtext {
            margin-bottom: 30px;
            max-width: 500px;
        }
        
        .testimonial-card {
            background-color: white;
            border-radius: 8px;
            padding: 20px;
            height: 100%;
            color: #333;
        }
        
        .testimonial-card .agency-type {
            font-size: 0.8rem;
            text-transform: uppercase;
            color: #666;
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .testimonial-card .position {
            font-size: 0.9rem;
            color: #666;
            margin-bottom: 15px;
        }
        
        .testimonial-card .quote {
            font-size: 0.95rem;
            line-height: 1.5;
        }
        
        .btn-contact {
            background-color: transparent;
            color: white;
            border: 2px solid white;
            border-radius: 5px;
            padding: 10px 20px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-contact:hover {
            background-color: white;
            color: #333;
        }
        
        .carousel-control-prev,
        .carousel-control-next {
            width: 5%;
        }
        
        .carousel-indicators {
            bottom: -50px;
        }
        
        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
        }
        
        .carousel-indicators .active {
            background-color: white;
        }
        
        .decorative-element {
            position: absolute;
            width: 20px;
            height: 20px;
            background-color: rgba(255, 255, 255, 0.3);
        }
        
        .top-right {
            top: 20px;
            right: 20px;
        }
        
        .bottom-left {
            bottom: 20px;
            left: 20px;
        }

        .section-bg {
          background-color: #1A3C34;
          color: white;
          border-radius: 10px;
          padding: 30px;
      }
      .icon-container {
          position: relative;
          width: 100px;
          height: 100px;
      }
      .icon-container img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
      }
      .btn-outline-light {
          border-color: white;
          color: white;
      }
      .btn-outline-light:hover {
          background-color: white;
          color: #1A3C34;
      }
      .nav-link {
          color: #1A3C34;
      }
      .nav-link.active {
          color: #F5A623;
          border-bottom: 2px solid #F5A623;
      }
    
 
      /* Custom styles */
      .impact-section {
          padding: 80px 0;
          background-color: #ffffff;
      }
      
      .section-heading {
          font-size: 2.5rem;
          font-weight: 700;
          margin-bottom: 1rem;
          color: #333;
      }
      
      .section-tagline {
          font-size: 1rem;
          line-height: 1.6;
          color: #555;
          max-width: 800px;
          margin: 0 auto 40px;
          text-align: center;
      }
      
      .tab-button {
          border: none;
          background: transparent;
          color: #777;
          padding: 10px 15px;
          margin: 0 5px;
          font-weight: 500;
          transition: all 0.3s ease;
          position: relative;
      }
      
      .tab-button.active {
          color: #000;
      }
      
      .tab-button.active::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #f8b739;
      }
      
      .carousel-item {
          border-radius: 8px;
          overflow: hidden;
      }
      
      .impact-card {
          background-color: #1a3c36;
          color: white;
          border-radius: 8px;
          overflow: hidden;
          padding: 0;
      }
      
      .card-left {
          background-color: #0f5741;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 30px;
      }
      
      .icon-shield {
          max-width: 100%;
          height: auto;
          filter: brightness(0) saturate(100%) invert(72%) sepia(41%) saturate(768%) hue-rotate(13deg) brightness(88%) contrast(86%);
      }
      
      .card-content {
          padding: 40px;
      }
      
      .card-title {
          font-size: 2rem;
          font-weight: 700;
          margin-bottom: 1rem;
      }
      
      .see-more-btn {
          color: white;
          border: 1px solid white;
          padding: 8px 20px;
          border-radius: 4px;
          transition: all 0.3s ease;
          display: inline-flex;
          align-items: center;
          gap: 10px;
          margin-top: 20px;
      }
      
      .see-more-btn:hover {
          background-color: rgba(255, 255, 255, 0.1);
      }
      
      .carousel-indicators {
          bottom: -50px;
      }
      
      .carousel-indicators button {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #ccc;
          margin: 0 5px;
      }
      
      .carousel-indicators .active {
          background-color: #555;
      }
  
      .section-bg {
        background-color: #1A3C34;
        color: white;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .icon-container {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }
    .icon-container svg {
        width: 100%;
        height: 100%;
    }
    .btn-outline-light {
        border-color: white;
        color: white;
        border-radius: 5px;
        padding: 8px 20px;
    }
    .btn-outline-light:hover {
        background-color: white;
        color: #1A3C34;
    }
    .nav-link {
        color: #1A3C34;
        font-weight: 500;
        padding: 8px 16px;
    }

    .project-card {
      border: 1px solid #f0f0f0;
      border-radius: 8px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      margin-bottom: 30px;
      background-color: white;
  }
  
  .project-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  
  .project-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }
  
  .project-content {
      padding: 20px;
  }
  
  .project-title {
      font-size: 16px;
      font-weight: 600;
      color: #2d4a3f;
      margin-bottom: 10px;
      line-height: 1.4;
  }
  
  .see-more-link {
      color: #f8b739;
      font-size: 14px;
      text-decoration: none;
      font-weight: 500;
      display: block;
      text-align: right;
  }
  
  .see-more-link:hover {
      color: #e09e1e;
      text-decoration: underline;
  }
  
  .section-padding {
      padding: 60px 0;
  }

  <style>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: #f9f9f9;
        }
        
        .blog-section {
            padding: 60px 0;
        }
        
        .blog-card {
            margin-bottom: 30px;
            border: none;
            border-radius: 8px;
            overflow: hidden;
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .blog-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .blog-img {
            height: 200px;
            width: 100%;
            object-fit: cover;
        }
        
        .blog-content {
            padding: 20px;
        }
        
        .blog-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #333;
            line-height: 1.4;
        }
        
        .blog-title a {
            color: #333;
            text-decoration: none;
        }
        
        .blog-title a:hover {
            color: #f8b739;
        }
        
        .blog-meta {
            font-size: 13px;
            color: #888;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .blog-date {
            color: #999;
        }
        
        .blog-comments {
            color: #999;
        }
        
        .share-icon {
            color: #999;
            cursor: pointer;
            transition: color 0.3s ease;
        }
        
        .share-icon:hover {
            color: #f8b739;
        }
        
        .category-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background-color: #f8b739;
            color: #fff;
            padding: 4px 10px;
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 600;
            border-radius: 3px;
        }
        
        .pagination-dots {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }
        
        .pagination-dot {
            width: 10px;
            height: 10px;
            background-color: #ddd;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .pagination-dot.active {
            background-color: #555;
        }

        .article-content {
          font-size: 1rem;
          line-height: 1.6;
      }
      .article-byline {
          font-style: italic;
          margin-bottom: 3rem;
      }
      .related-card {
          transition: transform 0.3s;
          height: 100%;
      }
      .related-card:hover {
          transform: translateY(-5px);
      }
      .card-img-container {
          height: 180px;
          overflow: hidden;
      }
      .card-img-container img {
          height: 100%;
          object-fit: cover;
      }
      .meta-info {
          font-size: 0.8rem;
          color: #6c757d;
      }
      .share-icon {
          color: #6c757d;
          cursor: pointer;
      }
      .more-link {
          text-decoration: none;
          font-weight: 500;
          color: #f8a100;
      }
      .section-header {
          font-weight: bold;
          position: relative;
          display: inline-block;
          margin-bottom: 2rem;
      }
      .section-header::after {
          content: '';
          display: block;
          width: 50%;
          height: 3px;
          background-color: #f8a100;
          position: absolute;
          bottom: -10px;
          left: 0;
      }

      .article-content {
        font-size: 1rem;
        line-height: 1.6;
    }
    .article-byline {
        font-style: italic;
        margin-bottom: 3rem;
    }
    .related-card {
        transition: transform 0.3s;
        height: 100%;
    }
    .related-card:hover {
        transform: translateY(-5px);
    }
    .card-img-container {
        height: 180px;
        overflow: hidden;
    }
    .card-img-container img {
        height: 100%;
        object-fit: cover;
    }
    .meta-info {
        font-size: 0.8rem;
        color: #6c757d;
    }
    .share-icon {
        color: #6c757d;
        cursor: pointer;
    }
    .more-link {
        text-decoration: none;
        font-weight: 500;
        color: #f8a100;
    }
    .section-header {
        font-weight: bold;
        position: relative;
        display: inline-block;
        margin-bottom: 2rem;
    }
    .section-header::after {
        content: '';
        display: block;
        width: 50%;
        height: 3px;
        background-color: #f8a100;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

    .article-content {
      font-size: 1rem;
      line-height: 1.6;
  }
  .article-byline {
      font-style: italic;
      margin-bottom: 3rem;
  }
  .related-card {
      transition: transform 0.3s;
      height: 100%;
  }
  .related-card:hover {
      transform: translateY(-5px);
  }
  .card-img-container {
      height: 180px;
      overflow: hidden;
  }
  .card-img-container img {
      height: 100%;
      object-fit: cover;
  }
  .meta-info {
      font-size: 0.8rem;
      color: #6c757d;
  }
  .share-icon {
      color: #6c757d;
      cursor: pointer;
  }
  .more-link {
      text-decoration: none;
      font-weight: 500;
      color: #f8a100;
  }
  .section-header {
      font-weight: bold;
      position: relative;
      display: inline-block;
      margin-bottom: 2rem;
  }
  .section-header::after {
      content: '';
      display: block;
      width: 50%;
      height: 3px;
      background-color: #f8a100;
      position: absolute;
      bottom: -10px;
      left: 0;
  }

  .article-content {
    font-size: 1rem;
    line-height: 1.6;
}
.article-byline {
    font-style: italic;
    margin-bottom: 3rem;
}
.related-card {
    transition: transform 0.3s;
    height: 100%;
}
.related-card:hover {
    transform: translateY(-5px);
}
.card-img-container {
    height: 180px;
    overflow: hidden;
}
.card-img-container img {
    height: 100%;
    object-fit: cover;
}
.meta-info {
    font-size: 0.8rem;
    color: #6c757d;
}
.share-icon {
    color: #6c757d;
    cursor: pointer;
}
.more-link {
    text-decoration: none;
    font-weight: 500;
    color: #f8a100;
}
.section-header {
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}
.section-header::after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background-color: #f8a100;
    position: absolute;
    bottom: -10px;
    left: 0;
}

        .blog-card {
            border: none;
            transition: transform 0.3s;
            margin-bottom: 2rem;
        }
        .blog-card:hover {
            transform: translateY(-5px);
        }
        .card-img-container {
            position: relative;
            overflow: hidden;
        }
        .card-img-top {
            height: 160px;
            object-fit: cover;
        }
        .card-badge {
            position: absolute;
            right: 10px;
            top: 10px;
            background-color: #f8a100;
            color: white;
            font-size: 0.7rem;
            font-weight: 600;
            padding: 0.25rem 0.75rem;
            border-radius: 2px;
        }
        .card-title {
            font-size: 0.95rem;
            font-weight: 600;
            margin-top: 0.75rem;
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }
        .meta-info {
            font-size: 0.7rem;
            color: #6c757d;
        }
        .share-icon {
            color: #6c757d;
            cursor: pointer;
        }
        .share-icon:hover {
            color: #f8a100;
        }
        .load-more-btn {
            background-color: #f8a100;
            border: none;
            color: white;
            font-weight: 500;
            padding: 0.5rem 2rem;
            border-radius: 2px;
            margin-top: 1rem;
            margin-bottom: 2rem;
            transition: background-color 0.3s;
        }
        .load-more-btn:hover {
            background-color: #e59000;
        }
        .divider {
            width: 40px;
            height: 4px;
            background-color: #e0e0e0;
            margin: 2rem auto;
        }
  
        ul {
            list-style-type: disc;
            margin-left: 1.5em;
          }
          
          .skill-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
          }
        
          .skill-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          }