/********** Template CSS **********/
:root {
  --primary: #06bbcc;
  --light: #f0fbfc;
  --dark: #181d38;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  /*background: #f9f9f9;*/
  overflow-x: hidden;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  /* position: relative;*/
  /*width: 100%; */
  /* height: 400px;*/
  background: #fff;
  /*max-width: 1200px;*/
}

.hero-img {
  flex: 1;
}

.hero-img img {
  width: 100%;
  max-width: 400px;
}

.hero-text {
  flex: 1;
  padding-left: 50px;
}

.hero-text h1 {
  font-size: 36px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
/*** Header carousel ***/
/* Desktop Slider Height Control */
.header-carousel .owl-carousel-item {
  height: 600px; /* इथे तुला हव्या त्या प्रमाणे कमी-जास्त करायचं */
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    min-height: 300px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/* Mobile view मध्ये पण left arrow hide कर */
@media (max-width: 768px) {
  .header-carousel .owl-nav .owl-prev {
    display: none !important;
  }
}

/* Nav container */
.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* container वरून click block कर */
  z-index: 10; /* arrows वरच्या layer वर येण्यासाठी */
}

/* Next arrow */
.header-carousel .owl-nav .owl-next {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
  pointer-events: auto; /* फक्त बटण clickable */
  z-index: 11;
}

/*.header-carousel .owl-nav .owl-prev:hover,*/
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/* Get Started Button */
.btn-start {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #5a4efc, #6a5cff);
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border: none;
  border-radius: 50px; /* pill shape */
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s;
}

.btn-start:hover {
  transform: scale(1.08);
  background: #fbbf24;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}

.btn-start i {
  font-style: normal;
  font-size: 16px;
}

/* Watch Video Button */
.btn-video {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #1a1a3d;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-video .circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fbbf24; /* पिवळा circle */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25); /* shadow */
  transition: all 0.3s ease;
}

.btn-video .circle svg {
  width: 23px;
  height: 23px;
  fill: #111; /* icon color */
}

.btn-video:hover .circle {
  background: #f59e0b; /* hover वर गडद yellow */
  transform: scale(1.1);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.35);
}

.btn-video:hover {
  color: #000;
  transform: scale(1.03);
}
/* Slanted Ticker Banner */
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  background: #0d0d3a; /* dark navy */
  transform: rotate(-2deg); /* slant */
  position: relative;
}

.ticker {
  display: inline-block;
  white-space: nowrap;
  animation: ticker 80s linear infinite;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 6px 0;
}

.ticker span {
  display: inline-block;
  margin: 0 10px;
}

.star {
  color: #fbbf24; /* golden */
  font-size: 25px;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Responsive Design */
@media (max-width: 992px) {
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 40px 5%;
  }

  .hero-text {
    padding-left: 0;
    margin-top: 20px;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-text p {
    font-size: 16px;
  }

  .btns {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 24px;
  }

  .hero-text p {
    font-size: 15px;
  }

  .btn-start {
    padding: 10px 20px;
    font-size: 14px;
  }

  .btn-video {
    font-size: 14px;
    gap: 8px;
  }

  .btn-video .circle {
    width: 40px;
    height: 40px;
  }

  .btn-video .circle svg {
    width: 18px;
    height: 18px;
  }

  .ticker {
    font-size: 16px;
  }

  .star {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 30px 4%;
  }

  .hero-text h1 {
    font-size: 20px;
  }

  .hero-text p {
    font-size: 14px;
  }

  .btns {
    flex-direction: column;
    gap: 15px;
  }

  .btn-start,
  .btn-video {
    width: 100%;
    justify-content: center;
  }

  .ticker {
    font-size: 14px;
    padding: 4px 0;
  }

  .ticker span {
    margin: 0 6px;
  }

  .star {
    font-size: 14px;
  }
}

/*feature content*/
/* Feature Section */
.custom-badge {
  background: #f5f3ff; /* हलका जांभळा रंग */
  color: #5b21b6; /* निळसर-जांभळा text */
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 25px; /* pill shape */
  display: inline-block;
  font-size: 14px;
}
.feature-card {
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 100%; /* equal height */
  display: flex;
  flex-direction: column;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
/* background colors */
.bg-light-blue {
  background: #e6f8fb;
}
.bg-light-purple {
  background: #f3edff;
}
.bg-light-yellow {
  background: #fff8e6;
}
.bg-light-green {
  background: #e9f9ef;
}
/*end feature*/

/*start courses*/
.courses {
  padding: 60px 20px;
  background: #f9f9fb;
  font-family: "Poppins", sans-serif;
}

.section-header span.badge {
  display: inline-block;
  background: #e9e9ff;
  color: #5b21b6;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 15px 0 10px;
  color: #111;
}

.section-header p {
  color: #666;
  margin-bottom: 40px;
}

.course-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Fix 3 per row */
  gap: 20px;
}

.course-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.course-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.course-card img {
  width: 100%;
  display: block;
  margin-top: 10px;
}

.course-info {
  padding: 15px;
}

.reviews {
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}

.reviews i {
  color: #facc15;
}

.course-info h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 15px;
  color: #111;
}

.course-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-enroll {
  background: #facc15;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid #000;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 0 #333;
}

.btn-enroll:hover {
  background: #facc15;
  box-shadow: none;
  transform: translateY(2px);
}

.price {
  font-weight: 700;
  color: #4f46e5;
}
/* Tablet (<= 992px) */
@media (max-width: 992px) {
  .row {
    grid-template-columns: repeat(2, 1fr); /* 2 cards */
  }
}

/* Mobile (<= 576px) */
@media (max-width: 576px) {
  .row {
    grid-template-columns: 1fr; /* 1 card */
  }
}

/*end courses*/
/*login start*/
body {
  background: #f8f9fa;
  font-family: "Nunito", sans-serif;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 5px;
}

.login-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.login-card img {
  max-width: 200px;
  margin-bottom: 15px;
}

.login-card h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.input-group-text {
  background: #fff;
  border-left: none;
}

.input-group .form-control:focus {
  border-color: #5a27f0;
  box-shadow: none;
}

.input-group:focus-within .input-group-text {
  border-color: #5a27f0;
}

.form-label {
  font-weight: 800;
  font-size: 16px;
  text-align: left;
  display: block;
}

.form-control {
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.form-control:focus {
  border-color: #5a27f0;
  box-shadow: 0 0 0 0.2rem rgba(90, 39, 240, 0.1);
}

.password-group {
  position: relative;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.btn-login {
  width: 100%;
  background: #5a27f0;
  border: none;
  padding: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}

.btn-login:hover {
  background: #4a1cd6;
}

.forgot {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #5a27f0;
  text-decoration: none;
}

.forgot:hover {
  text-decoration: underline;
}

.signup {
  margin-top: 20px;
  font-size: 16px;
}

.signup a {
  color: #5a27f0;
  font-weight: bold;
  text-decoration: none;
}

.signup a:hover {
  text-decoration: underline;
}
/*login end*/

/* Forgot Password Page Only */
.fp-page {
  box-sizing: border-box;
  margin: 0;
  font-family: Inter, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #f6f7fb;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
}

.fp-page * {
  box-sizing: inherit; /* फक्त .fp-page आत लागू होईल */
}

.fp-wrap {
  width: 100%;
  max-width: 420px;
}

.fp-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

.fp-card-top {
  padding: 32px 20px 18px;
  text-align: center;
}

.fp-card-top img {
  max-width: 180px;
  height: auto;
  margin-bottom: 8px;
}

.fp-title {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #111827;
}

.fp-divider {
  height: 1px;
  background: #e6e9ef;
  margin: 22px 0;
}

.fp-card-body {
  padding: 22px 20px 28px;
}

.fp-label {
  display: block;
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 10px;
  font-weight: 600;
}

.fp-input-wrap {
  position: relative;
}

.fp-input {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #e6e9ef;
  font-size: 15px;
  outline: none;
  background: #fff;
  transition: 0.2s;
}

.fp-input:focus {
  border-color: #5b2bf0;
  box-shadow: 0 6px 18px rgba(91, 43, 240, 0.08);
}

.fp-btn {
  margin-top: 20px;
  width: 100%;
  display: inline-block;
  border: 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #5b2bf0;
  cursor: pointer;
  transition: 0.2s;
}

.fp-btn:hover {
  background: #4a1fd6;
}

/* ✅ Mobile Responsive */
@media (max-width: 480px) {
  .fp-card {
    border-radius: 8px;
  }
  .fp-card-top {
    padding: 24px 15px 14px;
  }
  .fp-title {
    font-size: 18px;
  }
  .fp-card-body {
    padding: 18px 15px 24px;
  }
  .fp-input {
    font-size: 14px;
    padding: 12px;
  }
  .fp-btn {
    padding: 12px;
    font-size: 14px;
  }
}
.fp-error {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #e63946; /* लाल रंग */
  font-weight: 500;
}
/*enroll start*/
/* Container */
.package-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.package-container h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

/* Packages Grid */
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.package {
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.package img {
  max-width: 70%;
  height: auto;
  margin: 0 auto 10px; /* centre align + खाली gap */
  display: block;
}

.package h4 {
  font-size: 18px;
  font-weight: 700;
  
}
.package h5 {
  font-size: 18px;
  font-weight: 700;
  color: #5b21b6;
  
}

/* Active Blue Border */
.package.active {
  border: 2px solid #3b82f6;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
}
@media (max-width: 900px) {
  .packages {
    grid-template-columns: repeat(2, 1fr); /* tab वर 2 */
  }
}

@media (max-width: 600px) {
  .packages {
    grid-template-columns: 1fr; /* mobile वर 1 */
  }
}

@media (max-width: 600px) {
  .navbar h2 {
    font-size: 16px;
  }
  .navbar .login-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

/* Billing Section Responsive */
@media (max-width: 991px) {
  .card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 10px 20px 10px; /* ⬅️ left & right ला 10px space */
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .billing-section {
    padding: 0 10px; /* ⬅️ extra padding inside container */
  }
  .col-12 {
    padding-left: 10px;
    padding-right: 24px;
  }

  .card h2,
  .card-header h4 {
    font-size: 18px;
    text-align: center;
  }

  .form-group input,
  .form-group button {
    width: 100%;
    font-size: 14px;
  }

  .form-group {
    margin-bottom: 15px;
  }

  /* Referral button side-by-side issues fix */
  .referral {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .referral input {
    flex: 1;
  }

  .referral button {
    flex: 0 0 auto;
  }
}

/*enroll end*/
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}
.btn-round {
  border-radius: 40px; /* Makes it rounded pill */
  padding: 8px 25px; /* Extra padding for better look */
  font-weight: bold;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 300px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, 0.7), rgba(24, 29, 56, 0.7)),
    url(../img/carousel-1.jpg);
  background-position: center center;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}
.breadcrumb {
  position: relative;
  z-index: 5;
}

.breadcrumb a {
  pointer-events: auto; /* click enable */
  cursor: pointer;
}
.breadcrumb a:hover {
  color: #6a5acd !important; /* hover झाल्यावर थोडा attractive shade */
}
/*about section*/
.about-section {
  padding: 60px 0;
}

.about-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-section .content {
  flex: 1;
  min-width: 300px;
  padding-right: 30px;
}

.about-section .content .tag {
  display: inline-block;
  background: #e9e9ff;
  color: #5b21b6;
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-section .content h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-section .content .highlight {
  position: relative;
  color: #000; /* text color */
  font-weight: 700;
  z-index: 1;
}

.about-section .content .highlight::before {
  content: "";
  position: absolute;
  top: -0.3px;
  left: -5px;
  right: -5px;
  bottom: -2px;
  background: #ffd54f; /* yellow highlight */
  border-radius: 6px 14px 6px 14px; /* असमान shape */
  transform: rotate(-1.5deg); /* थोडा tilt */
  z-index: -1;
}

.about-section .content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.about-section .features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.about-section .features li {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.about-section .btn {
  display: inline-block;
  background: linear-gradient(90deg, #6a5acd, #3f51b5);
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.about-section .btn:hover {
  background: linear-gradient(90deg, #3f51b5, #6a5acd);
}

.about-section .image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.about-section .image img {
  max-width: 100%;
  border-radius: 20px;
}
/*end about*/
/*stats title*/
.stats-section {
  background: #1e1b4b; /* dark navy */
  color: #fff;
  padding: 50px 20px;
  border-radius: 15px;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.stats-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}

.stats-image img {
  position: absolute;
  max-width: 320px;
  max-height: 300px;
  left: 40px;
  top: 8px;
  display: block;
  border-radius: 10px;
}

.stats-content h2 {
  font-size: 32px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.stats-content .highlight {
  background: #facc15;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 6px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-left: 300px; /* image मुळे */
}

.stat-item h3 {
  font-size: 32px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  margin: 0;
  color: #fff;
}

.stat-item p {
  font-size: 14px;
  margin: 5px 0 0;
  color: #ddd;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

/* ------------------- */
/* ✅ Responsive Design */
/* ------------------- */

/* Tablet (992px खाली) */
@media (max-width: 992px) {
  .stats-container {
    flex-direction: column;
    text-align: center;
  }

  .stats-image img {
    position: static; /* absolute काढलं */
    margin: 0 auto 20px;
    max-width: 250px;
    max-height: auto;
  }

  .stats-grid {
    margin-left: 0; /* center होईल */
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .stats-content h2 {
    font-size: 26px;
  }
}

/* Mobile (600px खाली) */
@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr; /* एकच column */
    gap: 20px;
  }

  .stat-item h3 {
    font-size: 24px;
  }

  .stat-item p {
    font-size: 13px;
  }

  .stats-content h2 {
    font-size: 22px;
  }

  .stats-image img {
    max-width: 200px;
  }
}
/** end stats**/

/** starts faqs**/
.faq {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 15px; /* mobile ला थोडा side spacing */
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
}

.faq-title span {
  color: #0056d2; /* blue color same as design */
}

.faq-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  margin-top: 30px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px 16px;
  background: #fff;
  transition: all 0.3s ease;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: color 0.3s ease;
  padding: 12px 15px;
}

.faq-item.active .faq-question {
  color: #0056d2; /* blue color when active */
  font-weight: 700; /* जरा जास्त bold दिसेल */
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(90deg); /* arrow turn */
}

.faq-answer {
  display: none;
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-answer strong {
  font-weight: 700; /* bold झालेलं दिसेल */
  color: #000;
}

/* ------------------- */
/* ✅ Responsive Design */
/* ------------------- */

/* Tablets (768px खाली) */
@media (max-width: 768px) {
  .faq-container {
    grid-template-columns: 1fr; /* single column */
    gap: 15px;
  }

  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 14px;
  }

  .faq-title {
    font-size: 24px;
  }
}

/* Mobile (480px खाली) */
@media (max-width: 480px) {
  .faq {
    margin: 40px auto;
  }

  .faq-title {
    font-size: 20px;
  }

  .faq-question {
    font-size: 14px;
    padding: 10px 12px;
  }

  .faq-answer {
    font-size: 13px;
  }

  .faq-icon {
    font-size: 18px;
  }
}

/** end FQa**/

/**start testimonial**/
.testimonial-header {
  text-align: center;
  padding: 20px 20px;
}

.testimonial-header .badge {
  display: inline-block;
  background: #ede9ff;
  color: #6c63ff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.testimonial-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.testimonial-header p {
  color: #555;
  font-size: 15px;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .testimonial-header h2 {
    font-size: 22px;
  }
  .testimonial-header p {
    font-size: 13px;
  }
}
.slider-container {
  position: relative;
  max-width: 1150px;
  margin: 5px auto;
  overflow: hidden;
  padding: 20px 60px; /* space for arrows */
}
.slider {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
}
.card {
  min-width: 320px;
  max-width: 320px;
  background: #fff;
  margin: 0 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  /*border-left: 4px solid transparent;*/
}
.card:nth-child(1) {
  background: #e9f9ff;
  border-left: none !important;
  /* border-left: 4px solid #00bcd4;*/
}
.card:nth-child(2) {
  background: #f5f3ff;
  border-left: none !important;
  /*border-left: 4px solid #673ab7;*/
}
.card:nth-child(3) {
  background: #fff9f0;
  border-left: none !important;
  /* border-left: 4px solid #ff9800;*/
}
.card:nth-child(4) {
  background: #e9f9ff;
  border-left: none !important;
  /* border-left: 4px solid #00bcd4;*/
}
.card:nth-child(5) {
  background: #f5f3ff;
  border-left: none !important;
  /*border-left: 4px solid #673ab7;*/
}
.card:nth-child(6) {
  background: #fff9f0;
  border-left: none !important;
  /* border-left: 4px solid #ff9800;*/
}
.top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info {
  display: flex;
  flex-direction: column;
}
.stars {
  color: #ffb400;
  font-size: 16px;
  margin-bottom: 4px;
}
.name {
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  text-align: justify;
}
/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #5b2be6;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.arrow.left {
  left: 0;
}
.arrow.right {
  right: 0;
}
.arrow:hover {
  background: #4221a8;
}

@media (max-width: 768px) {
  .card {
    min-width: 280px;
    max-width: 280px;
  }
  .arrow.left {
    left: 5px;
  }
  .arrow.right {
    right: 5px;
  }
}
@media (max-width: 900px) {
  .card {
    min-width: 260px;
    max-width: 260px;
  }
}

@media (max-width: 600px) {
  .slider-container {
    padding: 10px 30px; /* कमी जागा mobile साठी */
  }
  .card {
    min-width: 240px;
    max-width: 240px;
    margin: 0 8px;
  }
  .arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}
/** end Testimonial**/

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

Service .service-item {
  background: var(--light);
  transition: 0.5s;
}

.service-item:hover {
  margin-top: -10px;
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}
***/ Categories & Courses .category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

Team .team-item img {
  transition: 0.5s;
}

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

Testimonial .testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}
/***contact***/
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 25px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 15px;
}

.contact-info {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-box {
  display: flex;
  align-items: center;
  background: #f9f9ff;
  padding: 8px 15px;
  border-radius: 10px;
  gap: 12px;
  border: 1px solid #e0e0e0;
}

.info-box .icon {
  width: 45px;
  height: 45px;
  background: #5b21b6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.contact-form {
  flex: 2;
  min-width: 300px;
  background: #f9f9ff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  position: relative; /* महत्त्वाचं */
  z-index: 1; /* वरती राहील */
}

.contact-form textarea,
.contact-form input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 12px;
}

.form-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.form-group input {
  flex: 1;
}

.btn-submit {
  background: #fbbf24;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 2px 2px 0 #000;
}

.btn-submit:hover {
  background: #f59e0b;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
  .form-group {
    flex-direction: column;
  }
  .form-group input {
    width: 100%;
  }
}
/**end contact**/

/*** Footer ***/
.footer {
  background-color: #06042e;
  color: #fff;
  padding: 60px 15px 40px;
  font-family: Arial, sans-serif;
  margin-top: 40px;
  position: relative;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

.footer-logo {
  width: 180px;
  margin-bottom: 20px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
.footer-social a:hover {
  color: #5b2be6;
}

.footer-links h3,
.footer-contact h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 2px solid #5b2be6;
  display: inline-block;
  padding-bottom: 3px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin-bottom: 8px;
}
.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer-links ul li a:hover {
  color: #5b2be6;
}

.footer-contact p {
  font-size: 14px;
  margin: 4px 0;
  color: #fff;
}

.footer-bottom {
  margin-top: 10px;
  border-top: 1px solid #222;
  padding: 5px;
  margin-left: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #fff;
}
.footer-bottom .footer-left {
  text-align: left; /* डावीकडेच राहील */
}
/* ✅ links group */
.footer-bottom .footer-links {
  display: flex;
  justify-content: flex-end;
  margin-right: 90px;
  /* margin control here */
  flex: 1;
  gap: 5px;
}
/* Mobile view - links stacked */
@media (max-width: 768px) {
  .footer-bottom .footer-links {
    flex-direction: column; /* links एकाखाली एक */
    align-items: center; /* center मध्ये दिसावेत */
    gap: 5px; /* वरखाली space */
  }

  .footer-bottom .footer-links a {
    display: block;
    width: 100%; /* full width link हवा असेल तर */
    text-align: center; /* text center */
  }
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer-bottom a:hover {
  text-decoration: underline;
  color: #5b2be6;
}

/* Floating icons */
/* Floating Contact Container */
.floating-btn {
  position: fixed;
  bottom: 90px;
  right: 45px;
  z-index: 1000;
}
.floating-btn a {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 15px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  line-height: 50px;
  color: white;
  font-size: 24px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}
.floating-btn a:hover {
  transform: scale(1.1);
}
.call-btn {
  background-color: blue; /* Green for Call */
}
.whatsapp-btn {
  background-color: #25d366; /* WhatsApp Green */
}

/* ✅ Responsive Fixes */
@media (max-width: 1024px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns tablet */
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr; /* 1 column mobile */
    text-align: center;
  }
  .footer-logo {
    margin: 0 auto 20px;
  }
  .footer-social {
    justify-content: center;
  }

  .floating-contact {
    bottom: 60px;
    right: 20px;
  }
  .floating-contact a {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .floating-contact {
    bottom: 50px;
    right: 15px;
  }
  .floating-contact a {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}
/*terms and condition*/
/* ==== Terms & Conditions Page Styles ==== */
.terms-page {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.terms-page .container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.terms-page h1,
.terms-page h2 {
  color: #06042e;
}

.terms-page h1 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.terms-page h2 {
  font-size: 20px;
  margin-top: 25px;
  border-left: 4px solid #06042e;
  padding-left: 10px;
}

.terms-page p {
  margin: 10px 0;
  text-align: justify;
}

.terms-page ul {
  margin: 10px 0 10px 20px;
}

.terms-page .contact-box {
  margin-top: 30px;
  padding: 15px;
  background: #f1f1f1;
  border-left: 5px solid #06042e;
  border-radius: 6px;
}

.terms-page footer {
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  background: #06042e;
  color: #fff;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-page .container {
    margin: 20px;
    padding: 20px;
  }

  .terms-page h1 {
    font-size: 24px;
  }

  .terms-page h2 {
    font-size: 18px;
  }
}
/* ==== End Terms & Conditions CSS ==== */

/* ==== Privacy Policy Page Styles ==== */
.privacy-page {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.privacy-page .container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.privacy-page h1,
.privacy-page h2 {
  color: #06042e;
}

.privacy-page h1 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.privacy-page h2 {
  font-size: 20px;
  margin-top: 25px;
  border-left: 4px solid #06042e;
  padding-left: 10px;
}

.privacy-page p {
  margin: 10px 0;
  text-align: justify;
}

.privacy-page ul {
  margin: 10px 0 10px 20px;
}

.privacy-page .contact-box {
  margin-top: 30px;
  padding: 15px;
  background: #f1f1f1;
  border-left: 5px solid #06042e;
  border-radius: 6px;
}

.privacy-page footer {
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  background: #06042e;
  color: #fff;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-page .container {
    margin: 20px;
    padding: 20px;
  }

  .privacy-page h1 {
    font-size: 24px;
  }

  .privacy-page h2 {
    font-size: 18px;
  }
}
/* ==== End Privacy Policy CSS ==== */

/* ==== Refund & Cancellation Policy Page Styles ==== */
.refund-page {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.refund-page .container {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.refund-page h1,
.refund-page h2 {
  color: #06042e;
}

.refund-page h1 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.refund-page h2 {
  font-size: 20px;
  margin-top: 25px;
  border-left: 4px solid #06042e;
  padding-left: 10px;
}

.refund-page p {
  margin: 10px 0;
  text-align: justify;
}

.refund-page ul {
  margin: 10px 0 10px 20px;
}

.refund-page .contact-box {
  margin-top: 30px;
  padding: 15px;
  background: #f1f1f1;
  border-left: 5px solid #06042e;
  border-radius: 6px;
}

.refund-page footer {
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  background: #06042e;
  color: #fff;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .refund-page .container {
    margin: 20px;
    padding: 20px;
  }

  .refund-page h1 {
    font-size: 24px;
  }

  .refund-page h2 {
    font-size: 18px;
  }
}
/* ==== End Refund & Cancellation CSS ==== */
