.body{
   font-family: "Playfair Display", serif;
  /* background: #fff;
  color: #333; */
}

/* WRAPPER (Card Effect Space) */
.nav-wrapper {
  padding: 20px;
  background:#14293E;
}
.logo-img {
  height: 75px;   /* adjust kar sakte ho */
  width: auto;
}

/* CARD NAVBAR */
.custom-navbar-card {
  background: #2C4874;
  border-radius: 15px;
  padding: 12px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.custom-navbar-card .navbar-collapse {
  flex-grow: 0;
}

.custom-navbar-card .navbar-nav {
  gap: 4px;
}


/* LOGO */
.navbar-brand {
  color: #fff !important;
  font-weight: 700;
  font-size: 22px;
}

/* LINKS */
.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 12px;
  font-weight: 500;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ffd166 !important;
}

/* DROPDOWN */
.custom-navbar-card .dropdown-menu {
  border-radius: 10px;
  border: none;
  min-width: 320px;
  max-width: min(420px, 92vw);
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
}

.custom-navbar-card .dropdown-item {
  font-weight: 500;
  white-space: normal;
  line-height: 1.35;
  box-sizing: border-box;
}

/* .dropdown-item:active {
  background: #2C4874;
} */
.view-all-course {
  display: block;
  width: 100%;
  max-width: none;
  margin: 10px 0 6px;
  padding: 9px 12px;
  color: #fff !important;
  background: linear-gradient(135deg, #2C4874 0%, #0f1f30 100%);
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 18px rgba(44, 72, 116, 0.22);
  overflow-wrap: anywhere;
  box-sizing: border-box;
}

.view-all-course:hover {
  background: linear-gradient(135deg, #3a5d92 0%, #102742 100%);
  color: #fff !important;
  transform: translateY(-1px);
}

/* BUTTON */
.eca-enroll-btn,
.btn-apply {
  background: linear-gradient(135deg, #10263d 0%, #1f7ae0 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  width: 100%;
  box-shadow: 0 10px 20px rgba(16, 38, 61, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.eca-enroll-btn:hover,
.btn-apply:hover {
  background: linear-gradient(135deg, #1f7ae0 0%, #10263d 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(16, 38, 61, 0.24);
}

/* TOGGLER FIX */
.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  filter: invert(1);
}

.navbar-toggler:focus {
  box-shadow: none;
}

/* MOBILE */
@media (max-width: 991px) {
  .custom-navbar-card {
    padding: 10px 14px;
  }

  .navbar-toggler {
    background: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  }

  .custom-navbar-card .navbar-collapse {
    width: 100%;
    margin-top: 12px;
  }

  .navbar-nav {
    width: 100%;
    margin-top: 0;
    background: #244066;
    padding: 14px;
    border-radius: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .navbar-nav .nav-item {
    width: 100%;
  }

  .navbar-nav .nav-link {
    display: block;
    margin: 0;
    padding: 10px 12px;
    width: 100%;
    border-radius: 8px;
  }

  .btn-apply {
    width: 100%;
    margin-top: 8px;
    display: block;
  }

  .custom-navbar-card .dropdown-menu {
    position: static !important;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 6px 0 0;
    padding: 6px 0;
    max-height: none;
    overflow: hidden;
    box-shadow: none;
    border-radius: 10px;
  }

  .custom-navbar-card .dropdown-item {
    width: 100%;
  }

  .view-all-course {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 4px;
    padding: 9px 12px;
  }
}

/* MOBILE NAV FIX */
@media (max-width: 991px) {

  .navbar-collapse {
    width: 100%;
  }

  .navbar-nav {
    background: #244066;
    gap: 2px;
  }

  .navbar-nav .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
  }

  /* DROPDOWN CLEAN */
  .dropdown-menu {
    position: static !important;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  /* ITEMS */
  .dropdown-item {
    color: #fff;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    white-space: normal;
  }

  .view-all-course {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 4px;
  }

  .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
  }

  /* REMOVE BOX EFFECT */
  .dropdown-menu.show {
    display: block;
  }

  /* REMOVE EXTRA SCROLL */
  .dropdown-menu {
    max-height: none;
    overflow: hidden;
  }

  /* PARENT LINK */
  .dropdown-toggle {
    color: #ffd166 !important;
    font-weight: 600;
  }

}


/* HERO SECTION */
.hero-section {
  background: linear-gradient(135deg, #14293E, #14293E);
  color: #fff;
  padding: 60px 0;
}

/* TEXT */
.hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* BUTTONS */
.hero-btns .btn {
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 600;
}

/* IMAGE */
.hero-img img {
  max-width: 100%;
  border-radius: 15px;
}

/* MOBILE */
@media (max-width: 991px) {
  .hero-section {
    text-align: start;
    padding: 40px 0;
  }

  .hero-content h1 {
    font-size: 30px;
  }

  .hero-btns {
    margin-bottom: 30px;
  }
}

/* HOVER (SUBTLE 🔥) */
.trust-item:hover h2 {
  color: #1e3557;
  transform: scale(1.05);
  transition: 0.3s;
}
/* MOBILE */
@media (max-width: 576px) {
  .nav-wrapper {
    padding: 12px;
  }

  .custom-navbar-card {
    padding: 10px 12px;
    border-radius: 12px;
  }

  .navbar-brand {
    font-size: 18px;
  }

  .logo-img {
    height: 54px;
  }

  .navbar-nav {
    padding: 12px;
  }

  .navbar-nav .nav-link {
    padding: 12px 10px;
  }

  .navbar-nav .dropdown-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    background: #1b2f52;
    min-width: 100%;
    max-width: 100%;
    max-height: none;
    overflow: visible;
  }

  .navbar-nav .dropdown-item {
    color: #fff;
    white-space: normal;
    padding: 10px 12px;
    width: 100%;
  }

  .navbar-nav .dropdown-item:hover,
  .navbar-nav .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  .hero-section {
    padding: 10px 0;
  }

  .hero-content h1 {
    font-size: 24px;
    line-height: 1.25;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-btns .btn {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }

  .hero-btns .btn + .btn {
    margin-top: 10px;
  }

  .trust-section {
    padding: 30px 0;
  }

  .trust-item {
    padding: 12px 6px;
  }

  .trust-item h2 {
    font-size: 26px;
  }

  .trust-item p {
    font-size: 13px;
  }

  .about-section-2 {
    padding: 45px 0;
  }

  .about-content h2 {
    font-size: 26px;
  }

  .call-btn {
    width: 100%;
    justify-content: center;
  }
}
/* SECTION */
.about-section-2 {
  padding: 80px 0;
  background: #f5f7fb;
}

/* IMAGE BOX */
.about-img-box {
  position: relative;
}

.about-img-box img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

/* BADGE (FIXED POSITION) */
.exp-badge {
  position: absolute;
  bottom: 20px;
  right: -30px;
  background: #2C4874;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  overflow: hidden;
}

/* BADGE TEXT */
.exp-badge h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.exp-badge span {
  font-size: 12px;
}

/* CONTENT */
.about-content {
  padding-left: 10px;
}

.about-subtitle {
  color: #f4a100;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 14px;
}

.about-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1b2f3a;
  line-height: 1.3;
}

.about-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 12px;
  font-size: 15px;
}

/* BUTTON */
.call-btn {
  background: #2C4874;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.call-btn:hover {
  background: #1e3557;
  color: #fff;
}

/* =========================
   RESPONSIVE FIX
========================= */
@media (max-width: 991px) {

  .about-section-2 {
    text-align: start;
    padding: 50px 0;
  }

  .about-content {
    padding-left: 0;
  }

  .about-content h2 {
    font-size: 26px;
  }

  .about-content p {
    font-size: 14px;
  }

  .about-img-box {
    margin-bottom: 25px;
  }

  /* BADGE CENTER (OPTIONAL) */
  .exp-badge {
    right: 50%;
    transform: translateX(50%);
    bottom: -20px;
  }
}

/* SMALL MOBILE */
@media (max-width: 576px) {
  .exp-badge {
    display: none;
    overflow: hidden;
  }
}



/* SECTION */
.certificates-section {
  background: transparent;
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.certificates-carousel {
  padding: 0 28px;
  background: transparent;
}

.certificate-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  background: transparent;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.certificate-slider::-webkit-scrollbar {
  display: none;
}

.certificate-slide {
  /* 3 cards visible on laptop/desktop */
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: calc((100% - 48px) / 3);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: auto;
}

.certificate-slider > .certificate-slide {
  display: flex;
}

.certificate-slide .certificate-slide {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  scroll-snap-align: none;
}

/* CARD */
.certificate-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 38, 61, 0.06);
  border: 1px solid rgba(16, 38, 61, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .certificate-card {
    min-height: auto;
    height: auto;
  }

  .certificate-slider > .certificate-slide {
    align-items: flex-start;
  }

  .certificate-card .card-body {
    flex: 0 0 auto;
    gap: 12px;
  }

  .certificate-card .card-body .d-flex {
    margin-top: 0;
  }
}
.uni-card-title {
  background: linear-gradient(135deg, #0b2e5b 0%, #2c4874 100%);
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: 0.3px;
  border-radius: 24px 24px 0 0;
}


.eca-info-box {
  background: #ffffff;
  padding: 20px 20px 16px;
  border-radius: 16px;
  border: 1px solid rgba(16, 38, 61, 0.06);
  margin-bottom: 18px;
}

/* ITEM */
.eca-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: #475467;
  font-size: 14px;
  line-height: 1.35;
}

/* ICON */
.eca-info-item i {
  color: #0b2e5b;
  font-size: 17px;
  min-width: 20px;
  margin-top: 2px;
}

/* LAST ITEM REMOVE SPACE */
.eca-info-item:last-child {
  margin-bottom: 0;
}

/* TEXT */
.eca-info-item b {
  color: #333;
}

/* IMAGE */
.card-img {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  line-height: 0;
}

.card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* BADGES */
.badge.level {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  padding: 5px 10px;
}

.badge.cert {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #000;
  font-size: 11px;
}

/* LEVEL COLORS */
.advanced { background: #0d6efd; }
.beginner { background: #6f42c1; }
.intermediate { background: #198754; }

/* BODY */
.certificate-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}

.certificate-card .card-body h6 {
  font-weight: 600;
  min-height: 42px;
  line-height: 1.4;
}

.certificate-card .card-body p {
  font-size: 13px;
  color: #666;
  margin-bottom: 18px;
}

.certificate-card .card-body .d-flex {
  margin-top: auto;
  gap: 10px !important;
}

.certificate-card .btn {
  border-radius: 12px;
  font-weight: 600;
  padding: 10px 12px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* BUTTON */
.btn-success {
   background: #2C4874;
  border: none;
}

/* SLIDER BUTTON */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  transition: 0.3s ease;
}

.slider-btn:hover {
  background: #2C4874;
  color: #fff;
  border-color: #2C4874;
}

.left-btn { left: -20px; }
.right-btn { right: -20px; }

/* MOBILE DOTS */
.cert-dots{
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.cert-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(11, 44, 77, 0.22);
  transition: width 0.2s ease, background 0.2s ease;
}

.cert-dot.active{
  width: 22px;
  background: #2C4874;
}

/* EXPLORE BUTTON */
.explore-btn {
  border: 1px solid #2C4874;
  color: #2C4874;
  padding: 10px 25px;
  border-radius: 8px;
}

.explore-btn:hover {
  background: #2C4874;
  color: #fff;
}

@media (max-width: 991px) {
  .certificates-carousel {
    padding: 0 22px;
  }

  .certificate-slider {
    gap: 18px;
  }

  .certificate-slide {
    flex: 0 0 calc(50% - 9px);
    min-width: calc(50% - 9px);
  }
}

@media (max-width: 767px) {
  .certificates-section {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
  }

  .certificates-section h2 {
    font-size: 18px;
    margin-bottom: 32px !important;
  }

  .certificates-carousel {
    padding: 0;
  }

  .certificate-slider {
    gap: 16px;
    padding: 4px 8px 10px;
    scroll-padding-inline: 8px;
  }

  .certificate-slide {
    flex: 0 0 88%;
    min-width: 88%;
  }

  .certificate-card {
    border-radius: 20px;
  }

  .uni-card-title {
    font-size: 14px;
    padding: 14px 16px;
  }

  .card-img img {
    height: 190px;
  }

  .certificate-card .card-body {
    padding: 16px;
    gap: 14px;
  }

  .certificate-card .card-body .d-flex {
    margin-top: 0;
  }

  .certificate-card .card-body h6 {
    min-height: auto;
    font-size: 17px;
  }

  .certificate-card .card-body p {
    margin-bottom: 16px;
  }

  .certificate-card .card-body .d-flex {
    flex-direction: column;
  }

  .certificate-card .card-body .d-flex .btn {
    width: 100% !important;
  }

  .slider-btn {
    display: none;
  }

  .cert-dots{
    display: flex;
  }

  .explore-btn {
    width: 100%;
    max-width: 320px;
  }
}
 /* DOTS */
.cert-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.cert-dots span {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.cert-dots span.active {
  background: #2C4874;
  transform: scale(1.3);
}

/* SHOW ONLY ON MOBILE */
@media (max-width: 768px) {
  .cert-dots {
    display: flex;
  }
}



/* SECTION BACKGROUND */
.stats-section {
  background: #0b2e5b !important;
  padding: 70px 0;
  color: #fff;
}

/* BOX */
.stat-box h2 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 20px;
}

.stat-box p {
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
}

/* ICON BOX */
.icon-box {
  width: 70px;
  height: 55px;
  margin: auto;
  background: #f4b400;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  position: relative;
}


/* RESPONSIVE */
@media(max-width:768px){
  .stat-box h2 {
    font-size: 30px;
  }
}



/* Section */
.course-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #0f172a, #020617);
}

/* Title */
.course-title {
  color: #f8fafc;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

/* Subtitle */
.course-subtitle {
  color: #BF974D;
  margin-top: 10px;
}

/* Description */
.course-desc {
  color: #94a3b8;
  margin-top: 10px;
  max-width: 500px;
}

/* Button */
.pick-btn {
  border: 1px solid #22d3ee;
  color: #22d3ee;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s;
}

.pick-btn:hover {
  background: #22d3ee;
  color: #000;
}

/* Card */
.course-card {
  position: relative;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  transition: 0.4s ease;
}

/* Glow border */
.course-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, #22d3ee, #a78bfa);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Hover lift */
.course-card:hover {
  transform: translateY(-10px) scale(1.02);
}

/* Image */
.course-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  padding: 20px;
  background: linear-gradient(to top, rgba(2,6,23,0.9), transparent);
  color: #fff;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Hidden content */
.card-hidden {
  max-height: 120px;
  overflow: hidden;
  transition: 0.4s ease;
}

/* Hover expand */
.course-card:hover .card-hidden {
  max-height: 300px;
}

/* Full open */
.course-card:hover .card-content {
  height: 100%;
  background: rgba(2,6,23,0.95);
  justify-content: center;
}

/* Title */
.card-content h3 {
  color: white;
  font-weight: 700;
}

/* Button */
.btn-custom {
  border: 1px solid #a78bfa;
  color: #a78bfa;
  border-radius: 30px;
  padding: 8px 20px;
  margin-top: 10px;
}

.btn-custom:hover {
  background: #a78bfa;
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {

  .course-card {
    height: auto;
  }
  .card-content h3 {
  color: #BF974D;
  /* font-weight: 700; */
}

  .card-content {
    position: relative;
    height: auto;
    background: rgba(2,6,23,0.95);
  }

  .course-card::before {
    display: none;
  }
}



/* SECTION */
.credibility-section {
  background: linear-gradient(135deg, #2d5fa3, #9fb3cc);
  padding: 40px 0;
  color: #fff;
  position: relative;
}

/* TITLE */
.main-title {
  font-size: 38px;
  font-weight: 700;
}

.main-desc {
  max-width: 800px;
  margin: auto;
  margin-top: 15px;
  line-height: 1.6;
}

/* CARD */
.cred-card {
  background: #fff;
  color: #000;
  padding: 30px 20px;
  border-radius: 18px;
  text-align: center;
  transition: 0.4s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* HOVER EFFECT */
.cred-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

/* ICON */
.icon-box {
  width: 70px;
  height: 70px;
  background: #BF974D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 26px;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.3s;
}

/* ICON HOVER */
.cred-card:hover .icon-box {
  transform: rotate(10deg) scale(1.1);
}

/* BUTTON */
.call-btn {
  background: #10263D;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  margin-top: 15px;
}

.call-btn:hover {
  background: #163a8c;
}



/* RESPONSIVE */
@media(max-width:768px){
  .main-title {
    font-size: 26px;
  }
}


.why-section {
  padding: 40px 0;
  background: #f3f4f6;
}

/* HEADING */
.why-title {
  font-size: 36px;
  font-weight: 700;
  max-width: 900px;
  margin: auto;
  line-height: 1.4;
}

.blue {
  color: #0b2e5b;
}

.yellow {
  color: #BF974D;
}

/* CARD */
.why-card {
  border-radius: 14px;
  padding: 60px 25px 30px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* SIDE CARDS */
.blue-card {
  background: #10263D;
  color: #fff;
}

/* CENTER CARD */
.center-card {
  background: #eef1f4;
  color: #000;
}

/* ICON WRAP (TOP CUT DESIGN) */
.icon-wrap {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 0 0 50px 50px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
}

/* CENTER ICON */
.center-icon {
  background: #10263D;
  color: #fff;
}

/* TEXT */
.why-card h4 {
  margin-top: 30px;
  font-weight: 700;
}

.why-card p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}

/* MOBILE */
@media(max-width:768px){
  .why-title {
    font-size: 24px;
  }
}



/* SECTION */
.service-section {
  padding: 40px 0;
  background: #f4f5f7;
}

/* TITLE */
.service-title {
  font-size: 34px;
  font-weight: 700;
}

.service-title span {
  color: #BF974D;
}

.service-desc {
  max-width: 800px;
  margin: auto;
  margin-top: 10px;
  color: #555;
}

/* GRID */
.service-grid {
  border: 1px solid #ddd;
}

/* BOX */
.service-box {
  padding: 50px 25px;
  text-align: center;
  transition: 0.3s;
}

/* LIGHT BOX */
.service-box.light {
  background: #fff;
  color: #000;
}

/* BLUE BOX */
.service-box.blue {
  background: #10263D;
  color: #fff;
}

/* ICON */
.service-box i {
  font-size: 40px;
  margin-bottom: 15px;
}

/* TEXT */
.service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 14px;
  margin: 0;
}

/* BORDER GRID EFFECT */
.service-box {
  border: 1px solid #ddd;
}

/* HOVER */
.service-box:hover {
  transform: scale(1.05);
  z-index: 2;
}

/* RESPONSIVE */
@media(max-width:768px){
  .service-title {
    font-size: 24px;
  }
}

/* HERO SECTION */
.eca-hero-section {
  min-height: 420px;
  padding: 80px 0;
  background:
    linear-gradient(rgba(10, 25, 50, 0.72), rgba(10, 25, 50, 0.72)),
    url('../image/best-counsellor-patna.png') center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* TOP TEXT */
.eca-hero-top {
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* TITLE */
.eca-hero-title {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.15;
}

/* DESC */
.eca-hero-desc {
  max-width: 750px;
  margin: auto;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

.eca-hero-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* BUTTON PRIMARY */
.eca-btn-primary {
  background: #f4b400;
  color: #000;
  padding: 12px 25px;
  font-weight: 600;
  border-radius: 6px;
}

.eca-btn-primary:hover {
  background: #e0a800;
  color: #000;
}

/* BUTTON OUTLINE */
.eca-btn-outline {
  padding: 12px 25px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
}

.eca-btn-outline:hover {
  background: #fff;
  color: #000;
}

/* RESPONSIVE */
@media(max-width:768px){
  .eca-hero-section {
    min-height: auto;
    padding: 70px 0;
  }

  .eca-hero-top {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .eca-hero-desc {
    font-size: 14px;
  }

  .eca-hero-btns .btn {
    width: 100%;
    max-width: 280px;
  }
}





.contact-section {
  background: #0b1a2c;
  color: #fff;
  padding: 80px 0;
  /* font-family: 'Poppins', sans-serif; */
}

.container {
  width: 90%;
  margin: auto;
}

/* TITLE */
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
}

.section-title span {
  color: #a855f7;
}

.section-title p {
  color: #9ca3af;
  margin-top: 10px;
}

/* WRAPPER */
.contact-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
}

/* FORM */
.contact-form {
  flex: 1;
  background: #1e293b;
  padding: 30px;
  border-radius: 20px;
}

.small-title {
  font-size: 14px;
  color: #9ca3af;
}

.contact-form h3 {
  margin: 10px 0 25px;
  font-size: 24px;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-row input {
  width: 100%;
}

input, select, textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #374151;
  background: #0f172a;
  color: #fff;
  outline: none;
  margin-bottom: 15px;
}

textarea {
  height: 120px;
  resize: none;
}

/* BUTTON */
.submit-btn {
  background: #1e293b;
  border: 1px solid #4b5563;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.submit-btn span {
  background: #e5e7eb;
  color: #000;
  border-radius: 50%;
  padding: 6px 10px;
}

.submit-btn:hover {
  background: #a855f7;
}

/* MAP */
.contact-map {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: 0;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-section {
    padding: 50px 0;
  }

  .contact-section .container {
    width: 94%;
  }

  .section-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .section-title p {
    font-size: 14px;
    line-height: 1.6;
  }

  .contact-wrapper {
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
  }

  .contact-form,
  .contact-map {
    width: 100%;
  }

  .contact-form {
    padding: 20px;
    border-radius: 16px;
  }

  .contact-form h3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .form-row input,
  input,
  select,
  textarea {
    font-size: 15px;
    padding: 13px 14px;
    border-radius: 12px;
  }

  textarea {
    min-height: 120px;
  }

  .submit-btn {
    width: 100%;
    justify-content: center;
    padding: 13px 16px;
    border-radius: 14px;
    margin-top: 4px;
  }

  .contact-map {
    border-radius: 16px;
  }

  .contact-map iframe {
    min-height: 280px;
  }
}




.faq-section {
  background: #1f3b63;
  padding: 80px 0;
  color: #fff;
  /* font-family: 'Poppins', sans-serif; */
}

.container {
  width: 90%;
  margin: auto;
}

/* TITLE */
.faq-title {
  text-align: center;
  margin-bottom: 40px;
}

.faq-title h2 {
  font-size: 32px;
  font-weight: 700;
}

.faq-title span {
  color: #facc15;
}

.faq-title p {
  margin-top: 10px;
  color: #d1d5db;
}

/* FAQ BOX */
.faq-item {
  background: #e5e7eb;
  color: #111;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
}

/* QUESTION */
.faq-question {
  padding: 18px 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #f9fafb;
  transition: 0.4s ease;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 15px 20px;
}

/* ICON ROTATE */
.faq-item.active span {
  transform: rotate(180deg);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-title h2 {
    font-size: 24px;
  }
}



.footer {
  background: #14293E;
  color: #ccc;
  padding: 60px 0 20px;
  /* font-family: 'Poppins', sans-serif; */
  position: relative;
}

.container {
  width: 90%;
  margin: auto;
}

/* GRID */
.footer-wrapper {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

/* LOGO */
.logo-box {
  position: relative;
  display: inline-block;
}

.logo-box img {
  border-radius: 10px;
}



/* TEXT */
.footer-text {
  margin: 20px 0;
  line-height: 1.6;
}

/* SOCIAL */
.social-icons a {
  display: inline-block;
  margin-right: 10px;
  background:#14293E;
  padding: 10px;
  border-radius: 8px;
  color: #fff;
}

/* HEADINGS */
.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  cursor: pointer;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #222;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
}

.footer-bottom span {
  color: #3b82f6;
}

.brand-name {
  color: inherit;        /* same color rahe */
  text-decoration: none; /* underline hata de */
  font-weight: 600;
}

/* HEADINGS */
.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
}

/* LIST */
.footer-col ul {
  list-style: none;
  padding: 0;
}

/* LIST ITEM */
.footer-col ul li {
  margin-bottom: 10px;
}

/* LINKS */
.footer-col ul li a {
  color: #fff; /* 🔥 white text */
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

/* ICON */
.footer-col ul li a i {
  font-size: 12px;
  color: #ccc;
  transition: 0.3s;
}

/* HOVER */
.footer-col ul li a:hover {
  color: #ffcc00;
  padding-left: 6px;
}

.footer-col ul li a:hover i {
  color: #ffcc00;
}





/* RESPONSIVE */
@media(max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
  }
}













.modal-content {
  border-radius: 15px;
}

.modal-header {
  background: #2C4874;
  color: #fff;
}

.form-control, .form-select {
  border-radius: 8px;
  padding: 10px;
}

.btn-success {
  background: #2C4874;
  border: none;
  padding: 10px;
  border-radius: 8px;
}

.btn-success:hover {
  background: #1d3557;
}





/* SECTION */
.eca-stats-section {
  background:
    radial-gradient(circle at top left, rgba(16, 38, 61, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(44, 72, 116, 0.08), transparent 36%),
    #f2f3f7;
  padding: 60px 0;
}

.eca-stats-carousel {
  padding: 0 28px;
}

.eca-stats-slider {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 6px 2px 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.eca-stats-slider::-webkit-scrollbar {
  display: none;
}

.eca-stat-slide {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: calc((100% - 44px) / 3);
  scroll-snap-align: start;
}

/* CARD */
.eca-stat-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(16, 38, 61, 0.08);
  box-shadow: 0 12px 24px rgba(16, 38, 61, 0.06);
  padding: 28px 18px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eca-stat-card-image {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  padding: 0;
  justify-content: flex-end;
  background: #10263D;
}

.eca-stat-card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eca-stat-card-overlay {
  position: relative;
  z-index: 1;
  padding: 24px 18px 20px;
  background: linear-gradient(180deg, rgba(16, 38, 61, 0) 0%, rgba(16, 38, 61, 0.82) 100%);
  color: #fff;
  width: 100%;
}

.eca-stat-card-image .eca-stat-text {
  color: #fff;
}

.eca-stat-card-image .eca-stat-text strong {
  color: #fff;
}

.eca-stats-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a2540;
}

.eca-stats-subtitle {
  color: #666;
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 15px;
}

.eca-primary {
  color: #10263D;
}

/* ICON */
.eca-stat-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #10263D 0%, #2C4874 100%);
  box-shadow: 0 10px 20px rgba(16, 38, 61, 0.16);
  overflow: hidden;
}

.eca-stat-icon i {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 0;
  transition: 0.3s;
}

.eca-stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* TEXT */
.eca-stat-text {
  font-size: 15px;
  color: #0a2540;
  margin: 0;
  line-height: 1.45;
}

.eca-stat-text strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #10263D;
  line-height: 1.1;
  margin-bottom: 4px;
}

/* HOVER EFFECT */
.eca-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(16, 38, 61, 0.1);
}

.eca-stat-card:hover i {
  transform: scale(1.08);
}

.eca-stats-btn {
  background: #ffffff;
  border-color: rgba(16, 38, 61, 0.12);
  color: #10263D;
}

.eca-stats-prev {
  left: -20px;
}

.eca-stats-next {
  right: -20px;
}

.eca-stat-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.eca-stat-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(16, 38, 61, 0.22);
  transition: width 0.2s ease, background 0.2s ease;
}

.eca-stat-dot.active {
  width: 22px;
  background: #2C4874;
}

@media (max-width: 991px) {
  .eca-stats-carousel {
    padding: 0 22px;
  }

  .eca-stat-slide {
    flex: 0 0 calc(50% - 11px);
    min-width: calc(50% - 11px);
  }
}

@media (max-width: 576px) {
  .eca-stat-slide {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .eca-stat-dots {
    display: flex;
  }
}




.eca-emp-section {
  background:
    radial-gradient(circle at top left, rgba(44, 72, 116, 0.08), transparent 35%),
    radial-gradient(circle at bottom right, rgba(244, 180, 0, 0.08), transparent 40%),
    #f5f7fb;
}

.eca-section-heading {
  max-width: 820px;
  margin-inline: auto;
}

.eca-section-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(44, 72, 116, 0.1);
  color: #2c4874;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.eca-section-title {
  color: #10263d;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}

.eca-section-desc {
  max-width: 720px;
  margin: 0 auto;
  color: #5b6472;
  font-size: 16px;
  line-height: 1.7;
}

.eca-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(16, 38, 61, 0.08);
  box-shadow: 0 18px 40px rgba(16, 38, 61, 0.08);
  height: 100%;
}

.eca-card h5 {
  color: #10263d;
  font-weight: 700;
  margin-bottom: 22px;
  font-size: 1.1rem;
}

/* GRID */
.eca-row {
  display: grid;
  grid-template-columns: minmax(140px, 190px) 1fr 56px;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

/* LABEL */
.eca-label {
  font-size: 14px;
  color: #344054;
  line-height: 1.35;
  font-weight: 500;
}

/* BAR */
.eca-bar {
  height: 10px;
  background: #e7edf5;
  border-radius: 999px;
  overflow: hidden;
}

/* FILL */
.eca-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #2c4874 0%, #4f79b5 55%, #7aa7e8 100%);
  transition: 1s ease;
}

/* PERCENT */
.eca-percent {
  font-size: 12px;
  font-weight: 700;
  color: #10263d;
  text-align: right;
  background: rgba(44, 72, 116, 0.08);
  padding: 4px 8px;
  border-radius: 999px;
}

/* SCALE */
.eca-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  font-size: 12px;
  color: #667085;
}

/* LIST */
.eca-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.eca-list li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #344054;
  position: relative;
  padding-left: 16px;
  line-height: 1.35;
}

.eca-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2c4874;
  position: absolute;
  left: 0;
  top: 0.6em;
}



.text-primary {
  color: #10263D !important;
}


/* TABS */
.eca-tabs .nav-link {
  border: none;
  color: #555;
  font-weight: 500;
  margin-right: 15px;
}

.eca-tabs .nav-link.active {
  color: #10263D;
  border-bottom: 2px solid #10263D;
}

/* CARDS */
.eca-uni-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eee;
  position: relative;
  transition: 0.3s;
}

.eca-uni-card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

/* BADGE */
.eca-badge {
  background: #ffcc00;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  right: 15px;
  top: 20px;
}

/* TAB CONTENT */
.eca-tab-pane {
  display: none;
}

.eca-tab-pane.active {
  display: block;
}

.flag-icon {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%; /* round flag */
}


.eca-uni-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #e5edf5;
  gap: 14px;
  position: relative;
  transition: 0.3s;
  min-height: 100%;
  overflow: hidden;
}

.eca-uni-card:hover {
  box-shadow: 0 14px 28px rgba(16, 38, 61, 0.10);
  transform: translateY(-2px);
}

/* IMAGE */
.eca-uni-img {
  width: 100%;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce6f0;
  box-shadow: 0 12px 28px rgba(16, 38, 61, 0.10);
}

.eca-uni-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* image stretch nahi hogi */
}

/* CONTENT */
.eca-uni-content {
  min-width: 0;
}

.eca-uni-content h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: #10263d;
}

.eca-uni-content p {
  margin: 0;
  font-size: 13px;
  color: #6b7785;
}

.eca-uni-content small {
  display: block;
  margin-top: 8px;
  color: #5b6977 !important;
  line-height: 1.55;
}

/* BADGE */
.eca-badge {
  background: #ffcc00;
  color: #10263d;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: auto;
  box-shadow: 0 6px 14px rgba(255, 204, 0, 0.18);
}

/* FEATURED MEDICAL CARD */
.eca-medical-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe8f5;
  box-shadow: 0 10px 24px rgba(16, 38, 61, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.eca-medical-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #10263d 0%, #1f7ae0 100%);
}

.eca-medical-card .eca-uni-img {
  width: 100%;
  height: 240px;
}

.eca-medical-card .eca-uni-content h6 {
  font-size: 16px;
  color: #10263d;
}

.eca-medical-card .eca-uni-content p {
  color: #5b6b7b;
}

.eca-medical-card .eca-badge {
  background: #10263d;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.eca-medical-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(16, 38, 61, 0.14);
}

/* TOP IMAGE CARD VARIANT */
.eca-uni-card--top-image {
  padding: 18px;
}

.eca-uni-card--top-image .eca-uni-img {
  width: 100% !important;
  height: 240px !important;
  border-radius: 18px;
}

.eca-uni-card--top-image .eca-uni-content {
  padding-top: 2px;
}

@media (max-width: 768px) {
  .eca-uni-card--top-image .eca-uni-img {
    width: 100% !important;
    height: 240px !important;
  }
}
/* MOBILE FIX */
@media (max-width: 768px) {

  .eca-uni-card {
    flex-direction: column;   /* 🔥 vertical layout */
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
  }

  .eca-uni-img {
    width: 100%;
    height: 220px;
    display: block;
  }

  .eca-uni-img img {
    width: 100%;
    height: 100%;
  }

  .eca-uni-content {
    width: 100%;
  }

  .eca-badge {
    align-self: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

}


.eca-title {
  font-size: 36px;
  font-weight: 700;
}

.eca-subtitle {
  color: #666;
  max-width: 600px;
  margin: 10px auto 0;
}

/* CARD */
.eca-service-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

/* ACTIVE CARD (BLUE BORDER) */
.active-card {
  border: 2px solid #2c5bff;
}

/* ICON */
.eca-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, #dbeafe, #fbcfe8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.eca-icon i {
  font-size: 20px;
  color: #BF974D;
}

/* TEXT */
.eca-service-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.eca-service-card p {
  font-size: 14px;
  color: #666;
}

/* HOVER */
.eca-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
/* DESKTOP */
.eca-row {
  display: grid;
  grid-template-columns: 180px 1fr 50px;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* 🔥 MOBILE FIX */
@media (max-width: 768px) {

  .eca-row {
    grid-template-columns: 1fr;  /* single column */
    gap: 6px;
  }

  .eca-label {
    font-size: 13px;
  }

  .eca-bar {
    width: 100%;
  }

  .eca-percent {
    text-align: right;
    font-size: 12px;
  }

  /* scale hide (optional better UI) */
  .eca-scale {
    display: none;
  }

}

@media (max-width: 575px) {
  .eca-section-title {
    font-size: 24px;
  }

  .eca-section-desc {
    font-size: 14px;
  }

  .eca-emp-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .eca-card {
    padding: 18px;
  }

  .eca-card h5 {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .row.g-4 > .col-lg-6 + .col-lg-6 {
    margin-top: 4px;
  }
}





.whatsapp-float {
  position: fixed;
  bottom: 35px;
  left: 20px;
  width: 65px;
  height: 65px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 999;
  transition: 0.3s;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20c057;
  text-decoration: none;
}

.call-float {
  position: fixed;
  bottom: 35px; /* WhatsApp ke upar rakhne ke liye */
  right: 20px;
  width: 65px;
  height: 65px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  z-index: 999;
  transition: 0.3s;
  text-decoration: none;
}

.call-float:hover {
  transform: scale(1.1);
  background-color: #e60000;
}
