.hero {
  position: relative;
  overflow: hidden;
}
.swiper {
  width: 100%;
  height: 100vh; /* or set desired height */
}




















.slide-content {
  background: #37517e;
  padding: 60px 0;
}

.slide-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

.text-block h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-block h2 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ffffff;
}

.btn-wrapper a {
  margin-right: 15px;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
}

.btn-get-started {
  background-color: #007bff;
  color: white;
  text-decoration: none;
}

.btn-watch-video {
  color: #007bff;
  border: 2px solid #007bff;
  padding: 10px 22px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-watch-video:hover {
  background-color: #007bff;
  color: white;
}

div.col-lg-6.text-block > h1 {
    color: white;
}


.swiper-button-next, .swiper-button-prev {
color: #007aff12 !important;
}



/* Advanced Navbar Styling */
.advanced-navbar {
  background: #37517d;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  z-index: 999;
}

.navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}

.navbar a {
  font-weight: 500;
  padding: 10px 15px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
  font-size: 16px;
}

.navbar a:hover,
.navbar .active {
  color: #007bff;
  text-shadow: 0 0 5px rgba(0, 123, 255, 0.4);
}

.navbar .getstarted {
  background: #007bff;
  color: white !important;
  border-radius: 30px;
  padding: 10px 22px;
  transition: 0.4s;
  font-weight: 600;
}

.navbar .getstarted:hover {
  background: #0056b3;
}

.dropdown ul {
  display: none;
  position: absolute;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding: 10px 0;
  z-index: 1000;
}

.dropdown:hover ul {
  display: block;
}

.dropdown ul li {
  /* width: 200px; */
  padding: 8px 20px;
}

.dropdown ul li a {
  color: #333;
  transition: 0.3s ease;
  display: block;
}

.dropdown ul li a:hover {
  color: #007bff;
  background: rgba(0, 123, 255, 0.05);
  border-radius: 8px;
}

/* Mobile nav toggle */
.mobile-nav-toggle {
  display: none;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 991px) {
  .navbar ul {
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 70px;
    right: 20px;
    width: 220px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }

  .navbar.mobile-active ul {
    display: flex;
  }

  .mobile-nav-toggle {
    display: block;
  }
}


/* about code starts */

.polished-about {
  background: linear-gradient(135deg, #f4f9fa, #e6edf0);
  padding: 80px 0;
  border-radius: 30px;
}

.section-title h2.title-glow {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #111;
}

.section-title h2.title-glow::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #007bff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.content-text .lead {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}

.secondary-text {
  font-size: 16px;
  color: #444;
  font-style: italic;
}

.styled-list {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
}

.styled-list li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #007bff;
  display: flex;
  align-items: center;
}

.styled-list li i {
  margin-right: 10px;
  color: #007bff;
}

.image-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 0 25px rgba(0, 123, 255, 0.2);
  transition: 0.4s ease;
  max-width: 100%;
  display: inline-block;
}

.image-box img {
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}


/* about code ends */

 









        .section-bg {
            background: #f9fafb;
            min-height: 100vh;
        }

        .highlight-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--text-primary);
            margin-bottom: 1rem;
            letter-spacing: -0.02em;
        }

        .section-desc {
            font-size: 1.125rem;
            color: var(--text-secondary);
            margin-bottom: 3rem;
            max-width: 500px;
        }

        .accordion-item {
            background: var(--bg-white);
            border: 1px solid var(--border);
            border-radius: 12px;
            margin-bottom: 8px;
            overflow: hidden;
        }

        .accordion-button {
            background: transparent;
            border: none;
            color: var(--text-primary);
            font-weight: 600;
            font-size: 1rem;
            padding: 20px 24px;
            transition: background-color 0.2s ease;
        }

        .accordion-button:hover {
            background: var(--hover);
        }

        .accordion-button:not(.collapsed) {
            background: transparent;
            color: var(--text-primary);
            box-shadow: none;
        }

        .accordion-button:focus {
            box-shadow: none;
            border: none;
        }

        .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236b7280'%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-button .text-accent {
            color: var(--accent);
            font-weight: 600;
            margin-right: 12px;
            font-size: 0.875rem;
        }

        .accordion-body {
            padding: 0 24px 24px 24px;
            background: var(--bg-white);
        }

        .accordion-body p {
            color: var(--text-primary);
            margin-bottom: 16px;
        }

        .accordion-body strong {
            font-weight: 600;
        }

        .bullet-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .bullet-list li {
            color: var(--text-secondary);
            padding: 8px 0;
            position: relative;
            padding-left: 20px;
            font-size: 0.95rem;
        }

        .bullet-list li::before {
            content: '•';
            color: var(--accent);
            position: absolute;
            left: 0;
            top: 8px;
            font-size: 1.2rem;
            line-height: 1;
        }

        .why-us-img {
            min-height: 100vh;
            background: url('https://images.unsplash.com/photo-1518709268805-4e9042af2176?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80') center/cover no-repeat;
        }

        @media (max-width: 991.98px) {
            .why-us-img {
                min-height: 400px;
                margin-bottom: 2rem;
            }

            .highlight-title {
                font-size: 2rem;
                text-align: center;
            }

            .section-desc {
                text-align: center;
                margin: 0 auto 2rem;
            }

            .accordion-button {
                padding: 16px 20px;
            }

            .accordion-body {
                padding: 0 20px 20px 20px;
            }
        }

        .content {
            max-width: 600px;
        }

        .col-lg-7 {
            padding: 4rem 2rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }


                .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1e293b;
            position: relative;
            display: inline-block;
            margin-bottom: 2rem;
        }
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -0.5rem;
            left: 0;
            width: 50%;
            height: 4px;
            background: linear-gradient(to right, #3b82f6, #60a5fa);
            border-radius: 2px;
        }
        .nav-pills-custom .nav-link {
            background: #ffffff;
            border-radius: 0.5rem;
            margin-bottom: 0.75rem;
            padding: 1rem;
            transition: all 0.3s ease;
            color: #475569;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 0.9rem;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .nav-pills-custom .nav-link:hover {
            background: #f1f5f9;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        }
        .nav-pills-custom .nav-link.active {
            background: #3b82f6;
            color: #ffffff;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
        }
        .tab-content .tab-pane {
            background: #ffffff;
            border-radius: 0.75rem;
            padding: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .tab-content h4 {
            font-size: 1.75rem;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 1.5rem;
        }
        .tab-content p {
            color: #64748b;
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        .tab-content p:not(.font-italic) {
            font-style: normal;
        }
        @media (max-width: 768px) {
            .nav-pills-custom .nav-link {
                font-size: 0.85rem;
                padding: 0.75rem;
            }
            .tab-content .tab-pane {
                padding: 1.5rem;
            }
            .section-title h2 {
                font-size: 2rem;
            }
        }




        .card {
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
}
.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  border-left: 4px solid #ffc107;
  padding-left: 10px;
}




.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section-title p {
  font-size: 1rem;
  color: #666;
}

.info-box {
  background: #f9f9f9;
  border-left: 5px solid #0d6efd;
}

.map-container iframe {
  width: 100%;
  height: 230px;
  border: none;
  border-radius: 0.5rem;
}

.php-email-form .form-control {
  border-radius: 0.5rem;
  box-shadow: none;
  border: 1px solid #ddd;
}

.php-email-form button {
  background-color: #0d6efd;
  border: none;
  color: white;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.php-email-form button:hover {
  background-color: #0b5ed7;
}

  

/* .title-glow {
  text-shadow: 0 0 10px rgba(0, 150, 255, 0.4);
} */

.about-block h3 {
  color: #1c1c1c;
  font-weight: 600;
}

.image-box img {
  transition: transform 0.3s ease;
}

.image-box:hover img {
  transform: scale(1.03);
}

.timeline li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.2rem;
}

.timeline li::before {
  content: "•";
  color: #0d6efd;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}




.solutions h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.solutions ul li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #444;
}

.solutions .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solutions .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}



.join-us-section {
  background: #0c0c0f;
  color: #ffffff;
  padding: 80px 0;
  font-family: 'Segoe UI', sans-serif;
}

.join-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.text-block {
  flex: 1;
  min-width: 300px;
}

.text-block h2 {
  font-size: 20px;
  color: #bbb;
  margin-bottom: 10px;
}

.text-block h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff;
}

.text-block p {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.btn {
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}

.btn.primary {
  background-color: #00bfa6;
  color: #fff;
}

.btn.primary:hover {
  background-color: #009e8a;
}

.btn.secondary {
  background-color: #1f1f1f;
  color: #fff;
}

.btn.secondary:hover {
  background-color: #333;
}

.btn.outline {
  border: 2px solid #00bfa6;
  color: #00bfa6;
  background: transparent;
}

.btn.outline:hover {
  background-color: #00bfa6;
  color: #fff;
}

.image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 191, 166, 0.3);
}



.highlight-title {
  font-size: 28px;
  font-weight: 700;
  color: #00bfa6;
}

.section-desc {
  font-size: 18px;
  color: #444;
  margin-bottom: 1.5rem;
}

.bullet-list {
  padding-left: 1.2rem;
}

.bullet-list li {
  margin-bottom: 0.5rem;
}

.text-accent {
  color: #00bfa6;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  width: 32px;
}



  .accordion-modern .accordion-button.stylish-accordion {
    background: linear-gradient(90deg, #e3f0ff 0%, #f8f9fa 100%);
    color: #37517e;
    font-size: 1.15rem;
    font-weight: 600;
    border-radius: 1rem 1rem 0 0;
    box-shadow: none;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.25rem;
  }

  .accordion-modern .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #37517e 0%, #4e8cff 100%);
    color: #fff;
    box-shadow: inset 0 -2px 0 rgba(255, 255, 255, 0.3);
  }

  .accordion-modern .accordion-button:hover {
    background: linear-gradient(90deg, #d7e7ff 0%, #eef2f6 100%);
  }

  .accordion-modern .accordion-body {
    background: #ffffff;
    border-radius: 0 0 1rem 1rem;
    box-shadow: 0 2px 14px rgba(55, 81, 126, 0.08);
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
  }

  .accordion-modern .badge.bg-gradient-primary {
    background: linear-gradient(90deg, #37517e 0%, #4e8cff 100%);
    color: #fff;
    border-radius: 0.6rem;
    font-weight: 700;
    min-width: 2.2rem;
    text-align: center;
    padding: 0.5em 0.9em;
    font-size: 1rem;
  }

  .accordion-modern ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
  }

  .accordion-modern ul li i {
    font-size: 1.1rem;
    min-width: 1.5rem;
  }

  @media (max-width: 576px) {
    .accordion-modern .accordion-button.stylish-accordion {
      font-size: 1rem;
      padding: 0.75rem 1rem;
    }
    .accordion-modern .accordion-body {
      font-size: 0.97rem;
      padding: 1rem 1.2rem;
    }
  }



   .accordion-modern .accordion-button.stylish-accordion {
            background: linear-gradient(90deg, #e3f0ff 0%, #f8f9fa 100%);
            color: #37517e;
            font-size: 1.15rem;
            font-weight: 600;
            border-radius: 1rem 1rem 0 0;
            box-shadow: none;
            transition: background 0.3s, color 0.3s;
          }
          .accordion-modern .accordion-button:not(.collapsed) {
            background: linear-gradient(90deg, #37517e 0%, #4e8cff 100%);
            color: #fff;
          }
          .accordion-modern .accordion-body {
            background: #fff;
            border-radius: 0 0 1rem 1rem;
            box-shadow: 0 2px 12px rgba(55,81,126,0.07);
            font-size: 1rem;
          }
          .accordion-modern .badge.bg-gradient-primary {
            background: linear-gradient(90deg, #37517e 0%, #4e8cff 100%);
            color: #fff;
            border-radius: 0.5rem;
            font-weight: 700;
            min-width: 2.2rem;
            text-align: center;
            padding: 0.5em 0.9em;
            font-size: 1rem;
          }
          .accordion-modern ul li {
            margin-bottom: 0.5rem;
            font-size: 1rem;
            display: flex;
            align-items: center;
          }
          @media (max-width: 576px) {
            .accordion-modern .accordion-button.stylish-accordion {
              font-size: 1rem;
              padding: 0.75rem 1rem;
            }
            .accordion-modern .accordion-body {
              font-size: 0.97rem;
            }
          }