     
.effect img {
        
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
}

.effect img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

    .nav-link{
        color: black;
    }
    .navbar-brand img {
      height: 100px; /* Adjust height as needed */
    } 
    .logo-img {
      max-width: 735px;
    }
    .tagline {
      color: #f5a400;
      font-size: 24px;
      margin-top: 10px;
    }
    .vision-text {
      font-weight: bold;
      font-size: 20px;
    }
    .arrow-btn {
      width: 60px;
      height: 60px;
      background-color: #007bff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 24px;
      border: none;
    }
    .rounded-image {
      border-radius: 20px;
      object-fit: cover;
      width: 80%;
      height: 100%;
    }
    .content-box {
      max-width: 500px;
    }


    /* about us */
    .highlight-bar {
      width: 40px;
      height: 5px;
      background-color: #f5a400;
      margin-bottom: 10px;
    }
    .about-heading {
      font-size: 32px;
      font-weight: 700;
    }
    .about-text {
      font-size: 16px;
      line-height: 1.7;
    }
    .about-logo {
      font-weight: bold;
      color: #007bff;
    }
    .page-number {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background-color: #007bff;
      color: white;
      padding: 6px 12px;
      border-radius: 4px;
      font-size: 14px;
    }

    .padd{
        padding: 0 40px;
    }

    /* vision */
    .vision-heading {
      font-size: 32px;
      font-weight: 700;
    }
    .vision-box {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }
    .vision-number {
      background-color: #007bff;
      color: white;
      font-weight: bold;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      margin-right: 13px;
      padding: 28px;
    }
    .vision-number1 {
      background-color: #007bff;
      color: white;
      font-weight: bold;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      margin-right: 15px;
      padding: 28px;
    }
    .page-number {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background-color: #007bff !important;
      color: white;
      padding: 6px 12px;
      border-radius: 4px;
      font-size: 14px;
    }
    .padd-l{
        padding-left: 100px;
    }
    /*.padd-p*/
    /*{*/
    /*    padding: 0 48px;*/
    /*}*/

/* services */
.service-title {
      font-weight: bold;
    }
   


    /* client */
    .client-btn {
      background-color: #007bff;
      color: white;
      font-weight: bold;
      padding: 0px 20px;
      display: flex;
      align-items: center;
      border-radius: 0;
      margin-bottom: 40px;
      position: relative;
      clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    }

    .client-btn img {
      width: 70px;
      height: 70px;
      object-fit: contain;
      background-color: white;
      border-radius: 50%;
      margin-right: 15px;
      padding: 5px;
    }
         
   
    .service-card {
      display: block;
      background-color: #f8f9fa;
      padding: 16px 20px;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      color: #212529;
      font-weight: 500;
    }
  
    .service-card:hover {
      background-color: #0d6efd;
      color: #fff !important;
      transform: translateY(-3px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
  
    .service-card .service-title::before {
      content: "✔️ ";
      margin-right: 8px;
      transition: all 0.3s ease;
    }
  
    .service-card:hover .service-title::before {
      content: "🚀 ";
    } 
    
    
     .logo-strip img {
      max-width: 100%;
      height: auto;
      padding: 10px;
    }
    
.footer-section{
    background-color:#0072cf;
}
    .footer-section {
  background: linear-gradient(to right, #003973, #0079a5) !important;
  background-color: #0070cf;
  font-size: 0.95rem;
}

.footer-section i {
  color: #f9c23c; /* Accent color for icons */
  transition: color 0.3s;
}

.footer-section .social-icons i:hover {
  color: #fff;
}
  



    @media only screen and (max-width: 768px) {
        .logo-img {
        max-width: 366px !important;
    }
    .padd {
    padding: 0 15px;
}
    .padd-l{
        padding-left: 15px;
    }
/*    .padd-p {*/
/*    padding: 0 0px 0 41px;*/
/*}*/
}
   
