.btn-gradient {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: white;
  border: none;
  transition: all 0.3s ease;
}
.btn-gradient:hover {
  background: linear-gradient(135deg, #2a5298, #1e3c72);
  color: #fff;
}

    
.margin-top{margin-top: 50px;}
    .margin-bottom{margin-bottom: 50px;}
    .padding-top{padding-top: 50px;}
    
 .whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 60px; /* vertically center the icon */
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: background 0.3s ease;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  color: white;
  text-decoration: none;
}


    
  .custom-section {
    background: url('../images/vido-hero-back.avif') no-repeat center center/cover;
    color: #fff;
    position: relative;
  }

  .custom-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* optional overlay for readability */
    z-index: 1;
  }

  .custom-section .container {
    position: relative;
    z-index: 2;
  }

  .mybtn {
    display: inline-block;
    background: linear-gradient(to right, #ffffff, #dcdcdc);
    color: #000;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
  }

  .mybtn:hover {
    background: linear-gradient(to right, #e6e6e6, #cfcfcf);
    color: #000;
  }

      body {
        font-family: 'Segoe UI', sans-serif;
        background-color: #f9f9f9;
        color: #333;
      }
      .navbar {
        background-color: #6f42c1;
      }
      .navbar-brand, .nav-link {
        color: #fff !important;
      }
      .navbar-toggler {
        border-color: #fff;
      }
      .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
      }
      .mybtn {
        display: inline-block;
        padding: 10px 20px;
        background-color: #6f42c1;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s ease;
      }
      .mybtn:hover {
        background-color: #563d7c;
      }
      h3 {
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 15px;
        color: #6f42c1;
      }
      .servWrap {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin-bottom: 30px;
        text-align: center;
      }
      .servWrap h4 {
        color: #6f42c1;
        margin-top: 15px;
      }
      footer {
        background-color: #6f42c1;
        color: white;
        text-align: center;
        padding: 20px 0;
        margin-top: 50px;
      }
      .info-section img {
        max-height: 150px;
        margin: 0 15px 15px 0;
      }
      @media (max-width: 768px) {
        .d-flex {
          flex-direction: column;
        }
        .info-section img {
          margin-bottom: 20px;
        }
      }
      
      .btn-gradient {
          background: linear-gradient(135deg, #ff9800, #a17f00);
          color: #fff;
          padding: 10px 22px;
          border-radius: 30px;
          font-weight: 500;
          box-shadow: 0 3px 12px rgba(167, 0, 111, 0.25);
          text-decoration: none;
          transition: all 0.3s ease;
        }
        .btn-gradient:hover {
          background: linear-gradient(135deg, #ffdc00, #ff9800);
          color: #fff;
          box-shadow: 0 4px 16px rgba(167, 0, 111, 0.35);
        }
        
        .nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #ff9800;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.navbar-nav .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(167, 0, 111, 0.1);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .row.align-items-center.mb-4,
  .row.align-items-center {
    flex-direction: column !important;
    text-align: center;
  }

  .row.align-items-center img {
    margin-top: 1rem;
  }
}


.text-purple {
  color: #000;
}

.service-card {
  background: linear-gradient(135deg, #5f17ac, #2a0455);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.service-card p {
  color: #e0dfff;
}


    