 .top-header {
      background-color: #1d2228;
      border-bottom: 1px solid #090909;
      padding: 10px 0;
    }

    .social-icons a {
      color: #ffffff;
      margin-right: 10px;
      font-size: 16px;
      transition: color 0.3s ease;
    }

    .social-icons a:hover {
      color: #007bff;
    }

    .quote-btn {
      background-color: #5580ff;
      color: white;
      border: none;
      padding: 6px 12px;
      border-radius: 3px;
      font-size: 18px;
    }

    .quote-btn:hover {
      background-color: #0056b3;
    }

    @media only screen and (max-width: 480px) {
      .right-menu > * {
        margin-bottom: 8px;
      }
    }

 .g-10{
    gap: 10px;
 }
 .f-17{
    font-size: 17px;
 }

 .navbar{
    background-color: #040e22;
 }

 .main-navbar .nav-link {
      color: #ffffff;
      font-weight: 500;
      margin: 0 10px;
      
    }

    .main-navbar .nav-link:hover,
    .main-navbar .nav-link:focus {
      color: #4d0bbf;
    }

    .icon-group a {
      color: #ffffff;
      font-size: 18px;
      margin-left: 15px;
    }

    .icon-group a:hover {
      color: #4d0bbf;
    }

    .navbar-brand img {
      height: 70px;
    }

    @media (max-width: 767.98px) {
      .icon-group {
        margin-top: 10px;
        text-align: center;
        width: 100%;
      }

      .main-navbar .navbar-collapse {
        text-align: center;
      }

      .main-navbar .nav-item {
        margin-bottom: 10px;
      }
    }

   .dropdown-item img {
    object-fit: cover;
  }

  .navbar-nav .nav-link.show{
    color: #fff !important;
  }

  .banner-section {
  background-image: url('../assets/images/011589562979.webp'); /* Replace with your banner image */
  background-size: cover;
  background-position: center;
  padding: 160px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.banner-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.banner-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 19px;
  margin-bottom: 30px;
  color: #ccc;
}

.banner-content p a {
  color: #ffffff;
}

.btns{
    background-color: #861fd8 !important;
    color: #fff !important;
    padding: 7px 11px !important;
    
}


/* Responsive */
@media only screen and (max-width: 768px) {
  .banner-content h1 {
    font-size: 2rem;
  }

  .banner-content p {
    font-size: 1rem;
  }
}

.footer-section {
  background-color: #202353 !important;
  color: #ccc;
  padding: 50px 0;
  font-size: 15px;
}

.footer-section h5 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #28a745;
}

.footer-social a {
  font-size: 18px;
  margin-right: 10px;
  color: #ccc;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #28a745;
}

.footer-section hr {
  border-color: #444;
  margin-top: 30px;
}

.footer-section p {
  margin: 0;
  color: #ccc;
}
.footer-section small {
  font-size: 13px;
  color: #fff !important;
}

h4 {
  color: #2c3e50;
}
.btn-success {
  background-color: #9b27e4 !important;
  border-color: #9b27e4 !important;
}
.btn-success :hover{
  background-color: red !important;
  color: #fff !important;
  border-color: red !important;
}
.btn-outline-primary{
  background-color: red !important;
  color: #fff !important;
  border-color: red !important;
}
.btn-outline-primary :hover{
  background-color: #9b27e4 !important;
  border-color: #9b27e4 !important;
}

 .certificate-heading {
    font-size: 2.75rem;
    font-weight: 800;
    background: linear-gradient(90deg, #9c59db, #6610f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    animation: fadeInDown 0.7s ease-in-out;
  }

  .certificate-heading::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #6610f2;
    margin: 12px auto 0;
    border-radius: 5px;
  }

  .certificate-subheading {
    font-size: 1.1rem;
    color: #555;
    max-width: 720px;
    margin: 0 auto;
    animation: fadeInUp 0.8s ease-in-out;
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .ftp{
    margin-bottom: 15px;
  }

     .download-btn {
      display: inline-block;
      padding: 10px 20px;
      font-size: 14px;
      color: #0d6efd;
      border: 1px solid #0d6efd;
      border-radius: 4px;
      text-decoration: none;
      background-color: transparent;
      transition: all 0.3s ease;
    }

    .download-btn:hover {
      background-color: #0d6efd;
      color: white;
    }


    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0; top: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.5);
    }

    .modal-content {
      background: #fff;
      margin: 100px auto;
      padding: 20px;
      max-width: 400px;
      border-radius: 8px;
    }

    .modal input {
      width: 100%;
      padding: 8px;
      margin-top: 10px;
    }

    .modal .btn {
      margin-top: 10px;
    }

    .btn-success2 {
  background-color: #00d540 !important;
  border-color: #00d540 !important;
  color: #fff !important;
}
.btn-success2 :hover{
  background-color: #9b27e4 !important;
  color: #fff !important;
  border-color: #9b27e4 !important;
}

      .modal-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-end; /* align to right */
  }

  @media only screen and (min-width: 320px) and (max-width: 480px) {
  .certificate-heading {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .certificate-subheading {
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.5;
  }

  .container.text-center.my-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .row.align-items-center {
    flex-direction: column !important;
    width: 100% !important;
    padding: 15px !important;
  }

  .row.align-items-center .col-md-4,
  .row.align-items-center .col-md-8 {
    width: 100% !important;
    text-align: center;
  }

  .row.align-items-center img {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: 15px;
  }

  .row.align-items-center h4 {
    font-size: 18px;
  }

  .row.align-items-center p {
    font-size: 14px;
  }

  .row.align-items-center button {
    margin-top: 8px;
    width: 90%;
  }

  .row.align-items-center .btn-sm {
    padding: 6px 10px;
    font-size: 14px;
  }
  .top-header{
    display: none;
  }
  .navbar-toggler{
    background-color: #fff !important;
  }
  .navbar-brand img {
    width: 180px;
    height: auto;
  }

  .navbar-toggler {
    border: none;
    font-size: 1.25rem;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
  }

  .navbar-nav .nav-link {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    background-color: #f8f9fa;
  }

  .dropdown-menu .dropdown-item {
    padding-left: 25px;
    font-size: 14px;
  }

  .icon-group {
    justify-content: space-around;
    width: 100%;
    margin-top: 10px;
  }

  .icon-group a {
    font-size: 18px;
    padding: 5px 10px;
    color: #333;
  }

  /* Optional: make multi-column product dropdown stack */
  .dropdown-menu.p-3 > .row > .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dropdown-menu.p-3 .dropdown-item {
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }

  .dropdown-menu.p-3 .dropdown-item img {
    width: 60px !important;
    height: 60px !important;
  }

  .dropdown-menu.p-3 .dropdown-item div {
    font-size: 14px;
  }
  .main-navbar .nav-link{
    color: #040e22 !important;
  }
  .navbar-nav .nav-link.show{
    color: #090909 !important;
  }
}

.heading-content{
    font-size: 18px;
    font-weight: 700;
    
}




