html {
  scroll-padding-top: 80px;
  /* navbar height */
}

a {
  text-decoration: none;
  color: inherit;

}

a:hover {
  color: #3157a2;
}

/* Fonts */
@font-face {
  font-family: 'lufga';
  src: url('../fonts/LufgaMedium.ttf') format('truetype');
  font-weight: 10;
  font-style: normal;
}

.footer {
  background-color: #000000 !important;
}

.footer h5 {
  display: inline-block;
  border-bottom: 1px solid #4d86f7;
  padding-bottom: 10px;
}

.footer p {
  padding-bottom: 10px;
}

.footer ul {
  list-style: none;
  /* remove default bullets */
  padding-left: 0;
}

.footer ul li {
  position: relative;
  padding-left: 18px;
  /* space for custom bullet */
  margin-bottom: 6px;
}

.footer ul li::before {
  content: "•";
  /* custom bullet */
  position: absolute;
  left: 0;
  color: #ffffff;
  /* bullet color */
  font-size: 18px;
  line-height: 1;
}

.slider-bg {
  background-color: rgba(187, 220, 229, 0.1);
}

/* Apply to a specific class */
.dancing-script {
  font-family: "Google Sans Code", monospace;
  font-weight: 400;
  /* or 500, 600, 700 */
  font-style: normal;
}

/* Apply to your whole landing page */
body {
  font-family: 'lufga', sans-serif;
}

/*=====preloder css========*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaded .preloader {
  display: none;
}

.preloder-logo {
  width: 200px;
  height: auto;
}

/*=====preloder css========*/


.navbar-nav {
  margin: 0 auto;
  /* Centers the nav */
}

.navbar-expand-lg {
  box-shadow: 0 2px 15px rgba(49, 87, 162, 0.2);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.modal {
  z-index: 1050 !important;
  /* higher than navbar */
}

.modal-backdrop {
  z-index: 1040 !important;
}

/* Show dropdown on hover */
@media (min-width: 992px) {

  /* only on desktop */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* align properly */
  }
}

.dropdown-toggle::after {
  display: none;
}

.btn-signup {
  background-color: rgb(49, 87, 162);
  color: #fff;
  border-radius: 25px;
  padding: 6px 16px;
  font-weight: 500;
  box-shadow: 5px 10px 2px rgba(49, 87, 162, 0.1);
}

.btn-signup:hover {
  background-color: #4171d3;
  color: #fff;
}

.ms-5 {
  margin-left: 2rem !important;
}

.ms-align {
  margin-left: 3.5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.nav-link {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
}

.fw-1000 {
  font-weight: 1000;
}

.pill {
  height: 16px;
  border-radius: 999px;
}

/* Default (mobile first) - almost full width */
.pill-1 {
  width: 85%;
  margin-left: 10%;
}

.pill-2 {
  width: 80%;
  margin-right: 8%;
}

.pill-3 {
  width: 80%;
  margin-left: 10%;
}

.pill-4 {
  width: 70%;
  margin-left: 2%;
}

.pill-5 {
  width: 80%;
  margin-left: 14%;
}

.pill-6 {
  width: 65%;
  margin-left: 10%;
}

/* Tablet (≥768px) */
@media (min-width: 768px) {
  .pill-1 {
    width: 85%;
    margin-left: 10%;
  }

  .pill-2 {
    width: 80%;
    margin-right: 12%;
  }

  .pill-3 {
    width: 85%;
    margin-left: 8%;
  }

  .pill-4 {
    width: 50%;
    margin: 0 auto;
  }

  .pill-5 {
    width: 65%;
    margin: 0 auto;
  }

  .pill-6 {
    width: 55%;
    margin: 0 auto;
  }
}

/* Desktop (≥1200px) */
@media (min-width: 1200px) {
  .pill-1 {
    width: 1300px;
    margin-left: 400px;
  }

  .pill-2 {
    width: 1300px;
    margin-left: 200px;
  }

  .pill-3 {
    width: 1300px;
    margin-left: 300px;
  }

  .pill-4 {
    width: 1200px;
    margin-left: 200px;
  }

  .pill-5 {
    width: 1320px;
    margin-left: 350px;
  }

  .pill-6 {
    width: 1200px;
    margin-left: 250px;
  }
}


/* Featured Card */
.feature-card {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.feature-card:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.feature-card h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.feature-card p {
  color: #666;
  font-size: 14px;
}


/* Rounded background for content */
.tab-pane {
  background: #f5f9fb;
  border-radius: 10px;
  padding: 1rem;
}

/* Custom underline for active tab */
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 4px solid #3157a2;
  font-weight: bold;
  color: #000;
}

.nav-tabs .nav-link {
  border: none;
  color: #6c757d;
}

/* Remove Bootstrap's default borders */
.nav-tabs {
  border-bottom: none !important;
  gap: 2rem;
  /* space between tabs */
}

.nav-tabs .nav-link {
  border: none !important;
  border-radius: 0;
  color: #6c757d;
  position: relative;
  text-align: left;
  padding-top: 1rem;
  padding-right: 5rem;
  padding-left: 0;
  padding-bottom: 0;
  min-width: 150px;
}

/* active state underline */
.nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* span full width of tab */
  height: 3px;
  background-color: #3157a2;
  border-radius: 2px;
}

/* Active tab text style */
.nav-tabs .nav-link.active {
  color: #000;
  font-weight: bold;
}

.testimonial {
  text-align: center;
  padding: 60px 20px;
}

.testimonial p {
  font-size: 16px;
  color: #777;
  max-width: 700px;
  margin: 0 auto 30px;
}

.testimonial img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial h6 {
  font-weight: 700;
  margin: 0;
}

.testimonial small {
  color: #888;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(0%) sepia(100%) saturate(10000%) hue-rotate(200deg);
}

/* Make the carousel indicator dots black */
.carousel-indicators [data-bs-target] {
  background-color: #4171d3 !important;
}

.carousel-indicators {
  margin-bottom: -50px;
  /* adjust value as needed */
}

/* Optional: make active dot darker or larger */
.carousel-indicators .active {
  background-color: #4171d3 !important;
}

.text-justify {
  text-align: justify;
}

.section-title-center {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;

  color: black;
  /* your main text color */
  background: linear-gradient(to top, rgb(76, 135, 255) 0%, rgba(0, 0, 0, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title-left {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;

  color: black;
  /* your main text color */
  background: linear-gradient(to top, rgb(76, 135, 255) 0%, rgba(0, 0, 0, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.basicFeatures .col-md-4 {
  position: relative;
  padding-left: 30px;
  /* spacing after divider */
}

.basicFeatures .col-md-4:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
  /* light gray border */
}

/* Gradient text */
.gradient-text {
  background: linear-gradient(90deg, #0055ff, #ff1e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
  transition: opacity 0.5s ease-in-out;
}

/* Capsule Tab Group */
.tab-capsule {
  display: inline-flex;
  border: 2px solid #ddd;
  border-radius: 50px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-capsule .nav-link {
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 2px;
  font-weight: 500;
  color: #333;
  border: none;
  background: transparent;
  transition: all 0.3s ease;
}

.tab-capsule .nav-link.active {
  background: linear-gradient(90deg, #0055ff, #ff1e00);
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Image hover zoom */
.tab-image {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.4s ease;
  cursor: zoom-in;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tab-image:hover {
  transform: scale(1.05);
}

/* Circle tab navigation */
.circle-tabs {
  width: 200px;
  height: 200px;
  border: 3px solid #333;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.circle-tabs .nav-item {
  position: absolute;
}

.circle-tabs .nav-item:nth-child(1) {
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.circle-tabs .nav-item:nth-child(2) {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.circle-tabs .nav-item:nth-child(3) {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.circle-tabs .nav-link {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border: 2px solid #333;
  transition: all 0.3s;
}

.circle-tabs .nav-link.active {
  background: #333;
  color: #fff;
}

/* Zoom hover effect */
.zoom-img {
  transition: transform 0.5s ease;
  cursor: pointer;
}

.zoom-img:hover {
  transform: scale(1.1);
}

.tab-capsule {
  width: 38%;
}

section.gst-section {
  background: #fff;
  padding: 60px 0;
}

section.gst-section .nav-pills .nav-link {
  border-radius: 10px;
  padding: 40px 15px;
  font-weight: 1000;
  color: #a5a4a4;
  text-align: left;
}

section.gst-section .nav-pills .nav-link.active {
  background-color: #e8effd;
  color: #3157a2;
}

section.gst-section .tab-content .tab-data {
  padding: 2rem;
}

section.gst-section .tab-content {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

section.gst-section .btn-custom {
  background: #3157a2;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  font-weight: 500;
}


.input-group-custom {
  max-width: 480px;
  border-radius: 30px;
}

.form-control {
  border-radius: 30px !important;
  /* force all corners to round */
  padding-left: 15px;
}

.btn-custom {
  border-radius: 30px 30px 30px 30px;
  /* Rounded right */
  background-color: #3157a2;
  /* Purple color */
  color: #fff;
  padding: 0.6rem 1.5rem;
  border: none;
  font-weight: 500;
}

.btn-custom:hover {
  background-color: #4171d3;
  /* Darker purple */
}

/* For mobile & tablets (screen width less than 768px) */
@media (max-width: 767.98px) {
  .slider-section .col-lg-6 {
    margin-top: 3rem;
    /* adjust this value based on your navbar height */
  }
}

/* Mobile view – stack pills nicely */
@media (max-width: 767.98px) {
  .tab-capsule {
    flex-direction: column;
    /* stack vertically */
    gap: 10px;
    /* spacing between pills */
  }

  .tab-capsule .nav-item {
    width: 100%;
    /* full width */
  }

  .tab-capsule .nav-link {
    width: 100%;
    text-align: center;
    border-radius: 50px;
    padding: 12px;
  }
}

/* To Make Select Input Rounded */
.form-select {
  border-radius: 30px !important;
}

.btn {
  border-radius: 30px !important;
}

input-group-text {
  border-radius: 30px !important;
}

.input-group .input-group-text {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.input-group .form-control {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* Counter Section */
.counter .count {
  font-size: 32px;
  font-weight: bold;
}

/* Book A Demo */
.demo-section {
  padding: 60px 0;
}

.demo-video-box {
  background: #3157a2;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
}

.demo-video {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.demo-video img {
  max-width: 100%;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  transition: 0.3s;
}

.play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.feature-icons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  text-align: center;
}

.feature-icons div {
  font-size: 14px;
}

.demo-form {
  background: #1e2a38;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.demo-form h4 {
  margin-bottom: 20px;
  font-weight: bold;
}

.btn-otp {
  width: 100%;
  background: #3157a2;
  border: none;
}

.btn-otp:hover {
  background: #3157a2;
}

/* tab captual 2 */
/* Capsule Tab Group */
.tab-capsule2 {
  display: inline-flex;
  border: 2px solid #ddd;
  border-radius: 50px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-capsule2 .nav-link {
  border-radius: 50px;
  padding: 10px 25px;
  margin: 0 2px;
  font-weight: 500;
  color: #333;
  border: none;
  background: transparent;
  transition: all 0.3s ease;
}

.tab-capsule2 .nav-link.active {
  background: linear-gradient(to top, rgb(76, 135, 255) 0%, rgba(0, 0, 0, 1) 90%);

  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pl-15 {
  padding-left: 13px;
}

/* ===== Capsule Tabs Responsive ===== */

/* Large screens (default) → your existing design is fine */

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  .tab-capsule2 {
    padding: 4px;
  }

  .tab-capsule2 .nav-link {
    padding: 8px 18px;
    font-size: 15px;
  }

  .pl-15 {
    padding-left: 10px;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .tab-capsule2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 6px;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 20px;
    /* Centers the capsule horizontally */
  }

  .tab-capsule2 .nav-link {
    flex: 1 1 auto;
    /* tabs expand evenly */
    text-align: center;
    margin: 3px 0;
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
  }

  .pl-15 {
    padding-left: 8px;
  }
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {
  .tab-capsule2 {
    border-radius: 34px;
    padding: 5px;
  }

  .tab-capsule2 .nav-link {
    font-size: 13px;
    padding: 8px 12px;
  }

  .pl-15 {
    padding-left: 5px;
  }
}