body {
  font-family: "Roboto", sans-serif;
  background-color: #fff; }
  .password-container {
    position: relative;
  }

  .password-container input {
    width: 100%;
    padding-right: 40px; /* Space for the eye icon */
  }

  .password-container i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
  }
p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

.half, .half .container > .row {
 
  min-height: 700px; }

@media (max-width: 991.98px) {
  .half .bg {
    height: 100px; } }

.half .contents {
  background: #f6f7fc; }

.half .contents, .half .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .half .contents, .half .bg {
      width: 100%; } }
  .half .contents .form-control, .half .bg .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    background: #fff; }
    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; }

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #1a40fb; }



.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }
















    * {
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
    }

    body {
      background: #f8f9fa;
      color: #333;
      line-height: 1.6;
    }



    .logo {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #ff7a18;
    }

    .logo span {
      color: #333;
    }

   

    .cta-button {
      background-color:rgba(95, 96, 185, 1),;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .cta-button:hover {
      background: #e56a0f;
      box-shadow: 0 4px 12px rgba(255, 122, 24, 0.3);
    }

    /* Hero Section */
    .hero {
      background: linear-gradient(135deg, rgba(95, 96, 185, 1), rgb(138, 138, 215)), url('https://images.unsplash.com/photo-1558618666-fcd25856a683?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80');
      background-size: cover;
      background-position: center;
      color: #fff;
      text-align: center;
      padding: 120px 20px;
    }

    .hero-content {
      max-width: 800px;
      margin: 0 auto;
    }

    .hero h1 {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .hero p {
      font-size: 18px;
      margin: 0 auto 35px;
      max-width: 600px;
      opacity: 0.9;
    }

    .hero-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .btn-primary {
       /* background-color: rgba(95, 96, 185, 1); */
       background-color: #6fbf4a;
      color: #fff;
      border: none;
      padding: 14px 30px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .btn-primary:hover {
      /* background-color: rgba(95, 96, 185, 1); */
      background-color: #6fbf4a;
      color: #fff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .btn-secondary {
      background: transparent;
      color: #fff;
      border: 2px solid #fff;
      padding: 14px 30px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .btn-secondary:hover {
      background: #fff;
      color: #181817;
    }

    /* Services Section */
    .services {
      padding: 100px 40px;
      max-width: 1200px;
      margin: auto;
    }

    .section-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .section-header h2 {
      font-size: 36px;
      color: #222;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
    }

    .section-header h2:after {
      content: '';
      position: absolute;
      width: 60px;
      height: 3px;
      border: 2px solid rgb(234, 234, 245);

      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
    }

    .section-header p {
      color: #666;
      max-width: 600px;
      margin: 0 auto;
    }

    .card-container1 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .card1 {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      padding: 30px;
      transition: all 0.3s ease;
      text-align: center;
     border-top: 3px solid rgba(95, 96, 185, 1);
 max-width: 320px;
    }

    .card1:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }

    .card-icon {
      width: 140px;
      height: 90px;
      background: rgba(255, 122, 24, 0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      border-radius: 20px;
    }

    .card-icon i {
      font-size: 30px;
      color: #ff7a18;
    }

    .card1 h3 {
      font-size: 20px;
      margin-bottom: 15px;
      color: #222;
    }

    .card1 p {
      font-size: 15px;
      color: #666;
      margin-bottom: 20px;
    }

    .card-link {
      color: #ff7a18;
      text-decoration: none;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      transition: 0.3s;
    }

    .card-link:hover {
      gap: 10px;
    }

    /* Stats Section */
    .stats {
      background: rgba(95, 96, 185, 1);
      color: #fff;
      padding: 80px 40px;
      text-align: center;
    }
 .stats2 {
      background: rgb(236, 236, 243);
      color: #fff;
      padding: 30px 40px;
      text-align: center;
      margin-top:10px ;
    }

    .stats-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .stat-item {
      padding: 20px;
    }

    .stat-number {
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .stat-text {
      font-size: 18px;
      opacity: 0.9;
    }

    /* CTA Section */
    .cta-section {
      background: #fff;
      padding: 80px 40px;
      text-align: center;
    }

    .cta-content {
      max-width: 700px;
      margin: 0 auto;
    }

    .cta-content h2 {
      font-size: 36px;
      color: #222;
      margin-bottom: 20px;
    }

    .cta-content p {
      color: #666;
      margin-bottom: 30px;
      font-size: 18px;
    }

    /* Footer */
    footer {
      background: #222;
      color: #fff;
      padding: 60px 40px 30px;
    }

    .footer-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .footer-col h3 {
      font-size: 20px;
      margin-bottom: 25px;
      position: relative;
      padding-bottom: 10px;
    }

    .footer-col h3:after {
      content: '';
      position: absolute;
      width: 40px;
      height: 2px;
      background: #e9ebec;
      bottom: 0;
      left: 0;
    }

    .footer-col p {
      margin-bottom: 20px;
      opacity: 0.8;
    }

    .footer-col ul {
      list-style: none;
    }

    .footer-col ul li {
      margin-bottom: 12px;
    }

    .footer-col ul li a {
      color: #fff;
      text-decoration: none;
      opacity: 0.8;
      transition: 0.3s;
    }

    .footer-col ul li a:hover {
      opacity: 1;
      color: #ff7a18;
      padding-left: 5px;
    }

    .social-links {
      display: flex;
      gap: 15px;
      margin-top: 20px;
    }

    .social-links a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      color: #fff;
      transition: 0.3s;
    }

    .social-links a:hover {
      background: #437ba6;
      transform: translateY(-3px);
    }

    .copyright {
      text-align: center;
      padding-top: 40px;
      margin-top: 40px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 14px;
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      header {
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
      }

     

      .hero {
        padding: 80px 20px;
      }

      .hero h1 {
        font-size: 36px;
      }

      .hero p {
        font-size: 16px;
      }

      .hero-buttons {
        flex-direction: column;
        align-items: center;
      }

      .btn-primary, .btn-secondary {
        width: 100%;
        max-width: 250px;
      }

      .services, .stats, .cta-section {
        padding: 60px 20px;
      }

      .section-header h2 {
        font-size: 28px;
      }

      footer {
        padding: 40px 20px 20px;
      }
    }
 



.home-services h2 {
    color: #333;
}

.service-card img {
    height: 200px;
  
    object-fit: cover;
}

.service-card h5 {
    margin-top: 10px;
    color: #007bff;
}

.service-card p {
    font-size: 0.95rem;
    color: #555;
}

.service-card.hover-effect:hover {
    transform: translateY(-10px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #007bff;
    border-radius: 50%;
    padding: 10px;
}


.services {
    margin-top: 25 !important;
    padding: 10px 10 !important;
}


.categories-section {
    background-color: #f7f8fc;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
    color: #333;
    margin-bottom: 40px;
}

.category-card {
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    padding: 20px;
    margin-right: 1px;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, rgba(95, 96, 185, 1), rgba(140, 142, 230, 1));

    color: #fff;
}

.category-card:hover .category-name,
.category-card:hover .category-description {
    color: #fff;
}

.category-img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border: 2px solid rgba(95, 96, 185, 1),;
    transition: transform 0.3s, border-color 0.3s;
}

.category-card:hover .category-img {
    transform: scale(1.1) rotate(10deg);
    border-color: #fff;
}

.category-name {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.category-description {
    font-size: 0.75rem;
    color: #666;
}





.how-it-works-split {
    background: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: transform 0.3s, box-shadow 0.3s;
}

.icon-circle i {
    color: #fff;
}

.icon-circle:hover {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.how-it-works-split h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.how-it-works-split p {
    color: #6c757d;
    font-size: 0.95rem;
}











        .how-it-works {
            max-width: 1200px;
            width: 100%;
            padding: 60px 20px;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title h2:after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, rgb(227, 227, 242), rgb(206, 206, 212));
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

        .section-title p {
            font-size: 1.1rem;
            color: #7f8c8d;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .steps-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
            position: relative;
        }

        .step {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
            width: 300px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
        }

        .step:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }

        .step-number {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg,  rgba(95, 96, 185, 1), rgb(138, 138, 215));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: bold;
            margin: 0 auto 20px;
            position: relative;
            z-index: 2;
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
        }

        .step-icon {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: rgba(95, 96, 185, 1);
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .step h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #2c3e50;
        }

        .step p {
            color: #7f8c8d;
            line-height: 1.6;
            font-size: 1rem;
        }

        .connector {
            position: absolute;
            top: 30px;
            height: 4px;
            background: linear-gradient(to right, #f2f5f8, #e3e6e4);
            width: 200px;
            z-index: 0;
        }

        .connector-1 {
            left: 335px;
        }

        .connector-2 {
            left: 665px;
        }

        .cta-container {
            text-align: center;
            margin-top: 50px;
        }

        .cta-button {
            display: inline-block;
            background: linear-gradient(to right, #3498db, #2ecc71);
            color: white;
            padding: 15px 40px;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
        }

        .cta-button:active {
            transform: translateY(1px);
        }

        .cta-button:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: 0.5s;
        }

        .cta-button:hover:before {
            left: 100%;
        }

        /* Animation for steps */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .step {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }

        .step:nth-child(1) {
            animation-delay: 0.1s;
        }

        .step:nth-child(2) {
            animation-delay: 0.3s;
        }

        .step:nth-child(3) {
            animation-delay: 0.5s;
        }

        /* Responsive styles */
        @media (max-width: 992px) {
            .connector {
                display: none;
            }
            
            .steps-container {
                flex-direction: column;
                align-items: center;
            }
            
            .step {
                width: 100%;
                max-width: 400px;
            }
        }

        @media (max-width: 576px) {
            .section-title h2 {
                font-size: 2rem;
            }
            
            .step {
                padding: 20px;
            }
        }