:root {
  --primary: #123f3b;
  --primary-2: #0f766e;
  --primary-3: #e7f5f2;
  --accent: #d69a2d;
  --accent-soft: #fff3d9;
  --dark: #101828;
  --text: #344054;
  --muted: #667085;
  --line: #e5ebe9;
  --white: #ffffff;
  --soft: #f7fbfa;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(16, 24, 40, .08);
  --shadow-dark: 0 22px 60px rgba(18, 63, 59, .20);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
}

a {
  text-decoration: none;
  transition: .22s ease
}

img {
  max-width: 100%
}

.top-strip {
  background: var(--primary);
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  padding: 9px 0;
}

.top-strip p {
  font-weight: 600;
  letter-spacing: .15px
}

.top-links {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap
}

.top-links a {
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.top-links a:hover {
  color: #f7d797
}

.main-navbar {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  padding: 13px 0;
  z-index: 99;
}

.navbar-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
}

.navbar-brand:hover,
.footer-brand:hover {
  color: var(--dark)
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff;
  font-size: 23px;
  box-shadow: 0 12px 25px rgba(15, 118, 110, .20);
  flex: 0 0 auto;
}

.brand-text strong,
.footer-brand strong {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  color: var(--primary);
}

.brand-text small,
.footer-brand small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  margin-top: 4px;
  letter-spacing: .2px;
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
  padding-right: 0
}

.nav-link {
  color: #344054 !important;
  font-size: 15px;
  font-weight: 750;
  padding: 10px 11px !important;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-2) !important
}

.btn {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  padding: 11px 22px;
  border: 0;
}

.btn-brand {
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff !important;
  box-shadow: 0 14px 26px rgba(15, 118, 110, .24);
}

.btn-brand:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 118, 110, .28)
}

.btn-white {
  background: #fff;
  color: var(--primary) !important;
  border: 1px solid rgba(255, 255, 255, .15)
}

.btn-white:hover {
  background: #f9fafb;
  color: var(--primary) !important;
  transform: translateY(-2px)
}

.btn-outline-white {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .35)
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, .10);
  border-color: #fff;
  transform: translateY(-2px)
}

.btn-primary-soft {
  background: var(--primary-3);
  color: var(--primary) !important;
  min-height: 40px;
  padding: 9px 18px;
}

.btn-primary-soft:hover {
  background: var(--primary);
  color: #fff !important
}



@media (max-width:1199px) {
  .nav-link {
    padding: 10px 8px !important;
    font-size: 14px
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:991px) {
  .main-navbar {
    padding: 10px 0
  }

  .navbar-collapse {
    padding: 15px 0 5px
  }

  .navbar-nav {
    align-items: stretch !important
  }

  .btn-primary-soft {
    width: 100%;
    margin-top: 8px
  }

  .hero-section {
    padding: 72px 0
  }

  .hero-panel {
    margin-top: 8px
  }

  .section,
  .service-section {
    padding: 64px 0
  }

  .cta-box {
    padding: 34px
  }

  .footer {
    text-align: center
  }

  .footer p {
    margin-left: auto;
    margin-right: auto
  }

  .footer a:not(.footer-brand) {
    margin: 8px 8px 0
  }
}

@media (max-width:767px) {
  .brand-mark {
    width: 43px;
    height: 43px;
    border-radius: 14px;
    font-size: 21px
  }

  .brand-text strong,
  .footer-brand strong {
    font-size: 18px
  }

  .hero-section h1 {
    letter-spacing: -1.5px
  }

  .hero-actions .btn,
  .cta-buttons .btn {
    width: 100%
  }

  .hero-points span {
    width: 100%;
    justify-content: center
  }

  .hero-panel,
  .service-intro,
  .mission-card,
  .policy-card {
    border-radius: 22px;
    padding: 22px
  }

  .feature-card {
    padding: 23px
  }

  .service-main-icon {
    font-size: 56px;
    right: 20px;
    top: 22px
  }

  .mini-card {
    padding: 15px
  }

  .audience-grid {
    grid-template-columns: 1fr
  }

  .section-heading h2,
  .left-title {
    letter-spacing: -.8px
  }

  .cta-section {
    padding-bottom: 64px
  }

  .cta-box {
    padding: 24px;
    border-radius: 24px
  }

  .contact-form {
    padding: 20px;
    border-radius: 20px
  }

  .page-hero {
    padding: 60px 0
  }

  .policy-section {
    padding: 55px 0
  }

  .policy-block h2 {
    font-size: 21px;
    align-items: flex-start
  }

  .policy-block h2 i {
    width: 39px;
    height: 39px;
    border-radius: 13px;
    font-size: 19px
  }
}

@media (max-width:420px) {
  .navbar-brand {
    gap: 9px
  }

  .brand-text small {
    font-size: 10px
  }

  .hero-section {
    padding: 55px 0 60px
  }

  .section,
  .service-section {
    padding: 54px 0
  }
}




/* =========================================banner css =====================================*/
.banner-carousel-section {
  width: 100%;
  background: #ffffff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.banner-carousel-section .carousel,
.banner-carousel-section .carousel-inner,
.banner-carousel-section .carousel-item {
  width: 100%;
}

/* Important: fixed height remove */
.banner-carousel-section .carousel-item {
  aspect-ratio: 1600 / 600;
  background: #ffffff;
}

.banner-carousel-section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* no crop */
  object-position: center;
  display: block;
}

/* Controls */

.banner-carousel-section .carousel-control-prev,
.banner-carousel-section .carousel-control-next {
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
}

.banner-carousel-section .carousel-control-prev {
  left: 24px;
}

.banner-carousel-section .carousel-control-next {
  right: 24px;
}

.banner-carousel-section .carousel-control-prev-icon,
.banner-carousel-section .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

/* Indicators */

.banner-carousel-section .carousel-indicators {
  bottom: 14px;
  margin-bottom: 0;
}

.banner-carousel-section .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  opacity: 0.55;
}

.banner-carousel-section .carousel-indicators .active {
  opacity: 1;
  background-color: var(--primary);
}

/* Responsive */

@media (max-width: 575px) {

  .banner-carousel-section .carousel-control-prev,
  .banner-carousel-section .carousel-control-next {
    width: 34px;
    height: 34px;
  }

  .banner-carousel-section .carousel-control-prev {
    left: 10px;
  }

  .banner-carousel-section .carousel-control-next {
    right: 10px;
  }

  .banner-carousel-section .carousel-indicators {
    bottom: 8px;
  }

  .banner-carousel-section .carousel-indicators button {
    width: 8px;
    height: 8px;
  }
}

/* =========================================banner css =====================================*/

/* =========================================what we do  css =====================================*/

.what-we-do-area {
  padding: 70px 0;
  background: #f7fbf8;
}

.section-title {
  margin-bottom: 48px;
}

.section-title .sub-title {
  display: inline-block;
  color: var(--primary);
  background: rgba(31, 122, 91, 0.10);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 15px;
}

.section-title p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--text);
  margin-bottom: 0;
}

.what-card {
  background: #ffffff;
  border: 1.5px solid var(--primary);
  border-radius: 18px;
  padding: 28px 22px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.what-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 35px rgba(31, 122, 91, 0.13);
  border-color: var(--primary-dark);
}

.what-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-icon i {
  font-size: 30px;
  line-height: 1;
}

.what-card h4 {
  font-size: 19px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
}

.what-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 0;
}

/* Responsive */

@media (max-width: 991px) {
  .what-we-do-area {
    padding: 60px 0;
  }

  .section-title h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .what-we-do-area {
    padding: 55px 0;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 15px;
  }

  .what-card {
    padding: 24px 18px;
  }

  .what-card h4 {
    font-size: 18px;
  }
}

/* =========================================what we do  css =====================================*/


/* =========================================services   css =====================================*/
/* Services Section with Images */

.services-area {
  padding: 70px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.service-image-card {
  background: #ffffff;
  border: 1.5px solid rgba(31, 122, 91, 0.35);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  /* box-shadow: 0 8px 24px rgba(20, 33, 61, 0.04); */
  padding: 11px;
}

.service-image-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  box-shadow: 0 18px 25px rgba(31, 122, 91, 0.14);
}

.service-image {
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.service-image-card:hover .service-image img {
  transform: scale(1.06);
}

.service-content {
  padding: 17px 13px;
}

.service-content h4 {
  font-size: 21px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.service-content p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text);
  margin-bottom: 0;
}

.service-btn {
  display: inline-block;
  margin-top: 16px;
  background: var(--primary);
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background: var(--primary-dark);
  color: #ffffff;
}

.service-image-card-wide {
  display: flex;
  align-items: stretch;
}

.service-image-card-wide .wide-image {
  width: 38%;
  height: auto;
}

.service-image-card-wide .service-content {
  width: 62%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

/* Responsive */

@media (max-width: 991px) {
  .services-area {
    padding: 70px 0;
  }

  .service-image {
    height: 200px;
  }

  .service-image-card-wide {
    display: block;
  }

  .service-image-card-wide .wide-image,
  .service-image-card-wide .service-content {
    width: 100%;
  }

  .service-image-card-wide .wide-image {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .services-area {
    padding: 55px 0;
  }

  .service-image {
    height: 190px;
  }

  .service-content {
    padding: 17px 13px;
  }

  .service-content h4 {
    font-size: 18px;
  }

  .service-content p {
    font-size: 14px;
  }

  .service-image-card-wide .wide-image {
    height: 200px;
  }

  .service-image-card-wide .service-content {
    padding: 22px 18px;
  }
}

/* =========================================services   css =====================================*/


/* =========================================online card   css =====================================*/


/* Online Courses Better Section */

.as-online-course-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
}

.as-course-hero {
  background: #ffffff;
  border: 1px solid rgba(31, 122, 91, 0.25);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(20, 33, 61, 0.08);
  margin-bottom: 55px;
}

.as-course-image {
  height: 390px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.as-course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease;
}

.as-course-hero:hover .as-course-image img {
  transform: scale(1.06);
}

.as-course-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: #ffffff;
  color: var(--primary);
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(20, 33, 61, 0.16);
}

.as-course-badge i {
  font-size: 20px;
}

.as-course-content {
  padding: 10px 10px 10px 22px;
}

.as-course-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  padding: 9px 17px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.as-course-content h3 {
  font-size: 38px;
  line-height: 1.22;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 18px;
}

.as-course-content p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 26px;
}

.as-course-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.as-course-stats div {
  background: #f7fbf8;
  border: 1.5px solid rgba(31, 122, 91, 0.28);
  border-radius: 18px;
  padding: 18px;
}

.as-course-stats strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: var(--primary);
  font-weight: 900;
  margin-bottom: 8px;
}

.as-course-stats span {
  color: var(--dark);
  font-size: 13.5px;
  font-weight: 800;
}

.as-course-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--primary);
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.as-course-btn:hover {
  /* background: var(--primary-dark);
        color: #ffffff; */
  transform: translateY(-2px);
}

/* Online Course Cards - Center + Colorful Icons */

.as-course-list-area {
  margin-bottom: 55px;
}

.as-course-list-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.as-course-list-heading h3 {
  font-size: 34px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 10px;
}

.as-course-list-heading p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.as-course-card {
  height: 100%;
  min-height: 245px;
  background: #ffffff;
  border: 1.5px solid rgba(31, 122, 91, 0.30);
  border-radius: 24px;
  padding: 34px 22px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.as-course-card::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  right: -35px;
  top: -35px;
  background: rgba(31, 122, 91, 0.06);
  transition: all 0.3s ease;
}

.as-course-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 20px 40px rgba(31, 122, 91, 0.13); */
}

.as-course-card:hover::before {
  width: 135px;
  height: 135px;
}

.as-course-card-icon {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.as-course-card-icon i {
  font-size: 32px;
  line-height: 1;
}

.as-course-card h4 {
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
}

.as-course-card p {
  max-width: 290px;
  margin: 0 auto;
  font-size: 14.8px;
  line-height: 1.7;
  color: var(--text);
  position: relative;
  z-index: 1;
}

/* Course Card Icon Colors */

.as-course-list-area .row>div:nth-child(1) .as-course-card-icon {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.as-course-list-area .row>div:nth-child(2) .as-course-card-icon {
  background: rgba(225, 29, 72, 0.11);
  color: #e11d48;
}

.as-course-list-area .row>div:nth-child(3) .as-course-card-icon {
  background: rgba(245, 158, 11, 0.14);
  color: #f59e0b;
}

.as-course-list-area .row>div:nth-child(4) .as-course-card-icon {
  background: rgba(22, 163, 74, 0.13);
  color: #16a34a;
}

.as-course-list-area .row>div:nth-child(5) .as-course-card-icon {
  background: rgba(8, 145, 178, 0.12);
  color: #0891b2;
}

.as-course-list-area .row>div:nth-child(6) .as-course-card-icon {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.as-course-list-area .row>div:nth-child(7) .as-course-card-icon {
  background: rgba(234, 88, 12, 0.12);
  color: #ea580c;
}

.as-course-list-area .row>div:nth-child(8) .as-course-card-icon {
  background: rgba(20, 184, 166, 0.13);
  color: #14b8a6;
}

.as-course-list-area .row>div:nth-child(9) .as-course-card-icon {
  background: rgba(168, 85, 247, 0.12);
  color: #a855f7;
}

.as-course-list-area .row>div:nth-child(10) .as-course-card-icon {
  background: rgba(15, 107, 87, 0.13);
  color: #0f6b57;
}

/* Hover Icon Background Matching */

.as-course-list-area .row>div:nth-child(1) .as-course-card:hover {
  border-color: #2563eb;
}

.as-course-list-area .row>div:nth-child(1) .as-course-card:hover .as-course-card-icon {
  background: #2563eb;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(2) .as-course-card:hover {
  border-color: #e11d48;
}

.as-course-list-area .row>div:nth-child(2) .as-course-card:hover .as-course-card-icon {
  background: #e11d48;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(3) .as-course-card:hover {
  border-color: #f59e0b;
}

.as-course-list-area .row>div:nth-child(3) .as-course-card:hover .as-course-card-icon {
  background: #f59e0b;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(4) .as-course-card:hover {
  border-color: #16a34a;
}

.as-course-list-area .row>div:nth-child(4) .as-course-card:hover .as-course-card-icon {
  background: #16a34a;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(5) .as-course-card:hover {
  border-color: #0891b2;
}

.as-course-list-area .row>div:nth-child(5) .as-course-card:hover .as-course-card-icon {
  background: #0891b2;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(6) .as-course-card:hover {
  border-color: #7c3aed;
}

.as-course-list-area .row>div:nth-child(6) .as-course-card:hover .as-course-card-icon {
  background: #7c3aed;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(7) .as-course-card:hover {
  border-color: #ea580c;
}

.as-course-list-area .row>div:nth-child(7) .as-course-card:hover .as-course-card-icon {
  background: #ea580c;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(8) .as-course-card:hover {
  border-color: #14b8a6;
}

.as-course-list-area .row>div:nth-child(8) .as-course-card:hover .as-course-card-icon {
  background: #14b8a6;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(9) .as-course-card:hover {
  border-color: #a855f7;
}

.as-course-list-area .row>div:nth-child(9) .as-course-card:hover .as-course-card-icon {
  background: #a855f7;
  color: #ffffff;
}

.as-course-list-area .row>div:nth-child(10) .as-course-card:hover {
  border-color: #0f6b57;
}

.as-course-list-area .row>div:nth-child(10) .as-course-card:hover .as-course-card-icon {
  background: #0f6b57;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 991px) {
  .as-course-card {
    min-height: 230px;
  }

  .as-course-list-heading h3 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .as-course-list-heading h3 {
    font-size: 25px;
  }

  .as-course-list-heading p {
    font-size: 14.5px;
  }

  .as-course-card {
    min-height: auto;
    padding: 28px 18px 24px;
    border-radius: 20px;
  }

  .as-course-card-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .as-course-card-icon i {
    font-size: 28px;
  }

  .as-course-card h4 {
    font-size: 17px;
  }

  .as-course-card p {
    font-size: 14px;
  }
}

/* Course Features - Fixed Attractive UI */

.as-course-feature-box {
  background: linear-gradient(135deg, #0f6b57 0%, #07483d 100%) !important;
  border-radius: 28px;
  padding: 42px 34px;
  box-shadow: 0 24px 55px rgba(15, 107, 87, 0.25);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.as-course-feature-box::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  right: -100px;
  top: -110px;
  z-index: -1;
}

.as-course-feature-box::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  left: -80px;
  bottom: -90px;
  z-index: -1;
}

.as-feature-title {
  margin-bottom: 30px;
  max-width: 650px;
}

.as-feature-title span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.as-feature-title span::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  font-size: 14px;
}

.as-feature-title h3 {
  color: #ffffff !important;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 0;
}

.as-feature-item {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 18px;
  padding: 18px 16px;
  color: #0b1f1a;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.as-feature-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.14);
}

.as-feature-item i {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  background: rgba(15, 107, 87, 0.10);
  color: #0f6b57 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.as-feature-item span {
  color: #10221d !important;
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.35;
}

/* Responsive */

@media (max-width: 991px) {
  .as-course-feature-box {
    padding: 34px 26px;
    border-radius: 24px;
  }

  .as-feature-title h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .as-course-feature-box {
    padding: 26px 18px;
    border-radius: 22px;
  }

  .as-feature-title {
    margin-bottom: 22px;
  }

  .as-feature-title h3 {
    font-size: 23px;
  }

  .as-feature-item {
    display: block;
    text-align: center;
    padding: 18px 10px;
    border-radius: 16px;
  }

  .as-feature-item i {
    margin: 0 auto 10px;
  }

  .as-feature-item span {
    font-size: 13px;
  }
}

/* Responsive */

@media (max-width: 991px) {
  .as-online-course-section {
    padding: 70px 0;
  }

  .as-course-content {
    padding: 0;
  }

  .as-course-image {
    height: 320px;
  }

  .as-course-content h3 {
    font-size: 30px;
  }

  .as-course-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .as-online-course-section {
    padding: 55px 0;
  }

  .as-course-hero {
    padding: 16px;
    border-radius: 24px;
    margin-bottom: 40px;
  }

  .as-course-image {
    height: 240px;
    border-radius: 18px;
  }

  .as-course-badge {
    left: 14px;
    bottom: 14px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .as-course-content h3 {
    font-size: 25px;
  }

  .as-course-content p {
    font-size: 15px;
  }

  .as-course-list-heading h3,
  .as-feature-title h3 {
    font-size: 24px;
  }



  .as-course-feature-box {
    padding: 24px 18px;
    border-radius: 22px;
  }
}

/* =========================================online card   css =====================================*/


/* ========================================= Tour Section   css =====================================*/
.as-program-area {
  padding: 70px 0;
  background: #f4f8f6;
}

.as-program-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  /* box-shadow: 0 22px 20px rgba(31, 122, 91, 0.14); */
}

.as-program-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.18));
}

.as-program-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.45s ease;
}

.as-program-card:hover .as-program-img img {
  transform: scale(1.07);
}

.as-program-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.as-program-btn {
  border: none;
  outline: none;
  background: var(--primary);
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.as-program-btn:hover {
  /* background: var(--primary-dark);
        color: #ffffff; */
  transform: translateY(-2px);
}

.as-program-points {
  margin-top: 22px;
}

.as-points-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.as-points-grid span {
  background: #f7fbf8;
  border: 1.3px solid rgba(31, 122, 91, 0.25);
  border-radius: 14px;
  padding: 12px 13px;
  color: var(--dark);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.as-points-grid i {
  color: var(--primary);
  font-size: 16px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .as-program-area {
    padding: 70px 0;
  }

  .as-program-img {
    height: 250px;
  }

  .as-program-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .as-program-area {
    padding: 55px 0;
  }

  .as-program-card {
    border-radius: 22px;
  }

  .as-program-img {
    height: 220px;
  }

  .as-program-content {
    padding: 22px 18px;
  }

  .as-program-content h3 {
    font-size: 21px;
  }

  .as-program-content p {
    font-size: 14.5px;
  }

  .as-points-grid {
    grid-template-columns: 1fr;
  }

  .as-program-btn {
    width: 100%;
    justify-content: center;
  }
}

.as-program-content h3 {
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 14px;
}

.as-program-content {
  padding: 13px;
  text-align: center;
}

.as-program-img {
  height: 340px;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
}

.as-program-card {
  background: #ffffff;
  border: 1.5px solid rgba(31, 122, 91, 0.30);
  border-radius: 26px;
  overflow: hidden;
  height: 100%;
  /* box-shadow: 0 14px 34px rgba(20, 33, 61, 0.06); */
  transition: all 0.3s ease;
  padding: 10px;
}

.as-program-content p {
  font-size: 16.5px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 22px;
}

/* ========================================= Tour Section   css =====================================*/




/* ========================================= Why Choose us    css =====================================*/
.as-join-choice-area {
  padding: 40px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

/* Who Can Join */

.as-join-grid {
  margin-bottom: 60px;
}

.as-join-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  /* box-shadow: 0 16px 34px rgba(31, 122, 91, 0.13); */
}

.as-join-card i {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 14px;
  /* background: rgba(31, 122, 91, 0.10); */
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.as-join-card span {
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 800;
  color: var(--dark);
}

/* Why Choose Section - Clean Card Grid */

.as-why-wrapper {

  margin: 20px 0;
  position: relative;
}


.as-why-header {
  max-width: 760px;
  margin: 0 auto 38px;
  position: relative;
  z-index: 1;
}

.as-why-header h2 {
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 14px;
}

.as-why-header p {
  font-size: 18px;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 0;
}

.as-why-card {
  height: 100%;
  min-height: 245px;
  background: #ffffff;
  border: 1.5px solid rgba(31, 122, 91, 0.34);
  border-radius: 22px;
  padding: 30px 20px 26px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* box-shadow: 0 10px 24px rgba(20, 33, 61, 0.04); */
  transition: all 0.3s ease;
}

.as-why-card:hover {
  transform: translateY(-8px);
  border-color: var(--primary);
  /* box-shadow: 0 20px 40px rgba(31, 122, 91, 0.14); */
}

.as-why-card:hover::before {
  width: 130px;
  height: 130px;
}

.as-why-icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.as-why-icon i {
  font-size: 30px;
  line-height: 1;
}

.as-why-card:hover .as-why-icon {
  background: var(--primary);
  color: #ffffff;
}

.as-why-card h4 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.as-why-card p {
  font-size: 14.4px;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

/* Responsive */

@media (max-width: 991px) {
  .as-why-wrapper {
    padding: 34px 24px;
    border-radius: 26px;
  }

  .as-why-header h2 {
    font-size: 30px;
  }

  .as-why-card {
    min-height: 225px;
  }
}

@media (max-width: 575px) {
  .as-why-wrapper {
    padding: 26px 16px;
    border-radius: 22px;
    margin: 40px 0;
  }

  .as-why-header {
    margin-bottom: 28px;
  }

  .as-why-header h2 {
    font-size: 24px;
  }

  .as-why-header p {
    font-size: 14.5px;
  }

  .as-why-card {
    min-height: auto;
    padding: 26px 16px 22px;
  }

  .as-why-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    margin-bottom: 16px;
  }

  .as-why-icon i {
    font-size: 26px;
  }

  .as-why-card h4 {
    font-size: 17px;
  }

  .as-why-card p {
    font-size: 13.8px;
  }
}

/* Mission Vision */

.as-mv-card {
  height: 100%;
  background: #ffffff;
  border: 1.5px solid rgba(31, 122, 91, 0.32);
  border-radius: 26px;
  padding: 34px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  /* box-shadow: 0 14px 34px rgba(20, 33, 61, 0.06); */
}

.as-mv-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  right: -60px;
  top: -60px;
  background: rgba(31, 122, 91, 0.08);
}

.as-mv-card:hover {
  transform: translateY(-7px);
  border-color: var(--primary);
  /* box-shadow: 0 20px 40px rgba(31, 122, 91, 0.13); */
}

.as-mv-icon {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.as-mv-card h3 {
  font-size: 28px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

.as-mv-card p {
  font-size: 15.8px;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.as-vision-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

/* Responsive */

@media (max-width: 991px) {
  .as-join-choice-area {
    padding: 70px 0;
  }



  .as-why-left h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .as-join-choice-area {
    padding: 55px 0;
  }

  .as-join-grid {
    margin-bottom: 40px;
  }

  .as-join-card {
    display: block;
    text-align: center;
    padding: 18px 10px;
  }

  .as-join-card i {
    margin: 0 auto 10px;
  }

  .as-join-card span {
    font-size: 13.5px;
  }


  .as-mv-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .as-mv-card h3 {
    font-size: 24px;
  }

  .as-mv-card p {
    font-size: 14.8px;
  }
}


/* Who Can Join Cards - Icon Top Center */

.as-join-grid {
  margin-bottom: 60px;
}

.as-join-card {
  height: 100%;
  min-height: 145px;
  background: #ffffff;
  border: 1.5px solid rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  padding: 14px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  transition: all 0.3s ease;
  /* box-shadow: 0 10px 24px rgba(20, 33, 61, 0.04); */
}

.as-join-card:hover {
  transform: translateY(-7px);
  border-color: var(--primary);
  /* box-shadow: 0 18px 36px rgba(31, 122, 91, 0.13); */
}

.as-join-card i {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  transition: all 0.3s ease;
}

.as-join-card:hover i {
  background: var(--primary);
  color: #ffffff;
}

.as-join-card span {
  font-size: 14.8px;
  line-height: 1.4;
  font-weight: 800;
  color: var(--dark);
  max-width: 180px;
}

/* 1. Practical Guidance - Yellow / Orange */
.as-why-wrapper .row>div:nth-child(1) .as-why-icon,
.as-why-wrapper .row>div:nth-child(1) .as-why-card>i {
  background: rgba(245, 158, 11, 0.14);
  color: #f59e0b;
}

.as-why-wrapper .row>div:nth-child(1) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(1) .as-why-card:hover>i {
  background: #f59e0b;
  color: #ffffff;
}


/* 2. Personalised Approach - Blue */
.as-why-wrapper .row>div:nth-child(2) .as-why-icon,
.as-why-wrapper .row>div:nth-child(2) .as-why-card>i {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.as-why-wrapper .row>div:nth-child(2) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(2) .as-why-card:hover>i {
  background: #2563eb;
  color: #ffffff;
}


/* 3. Structured Learning - Purple */
.as-why-wrapper .row>div:nth-child(3) .as-why-icon,
.as-why-wrapper .row>div:nth-child(3) .as-why-card>i {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.as-why-wrapper .row>div:nth-child(3) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(3) .as-why-card:hover>i {
  background: #7c3aed;
  color: #ffffff;
}


/* 4. Multi-Sector Focus - Cyan */
.as-why-wrapper .row>div:nth-child(4) .as-why-icon,
.as-why-wrapper .row>div:nth-child(4) .as-why-card>i {
  background: rgba(8, 145, 178, 0.12);
  color: #0891b2;
}

.as-why-wrapper .row>div:nth-child(4) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(4) .as-why-card:hover>i {
  background: #0891b2;
  color: #ffffff;
}


/* 5. Employment Support - Green */
.as-why-wrapper .row>div:nth-child(5) .as-why-icon,
.as-why-wrapper .row>div:nth-child(5) .as-why-card>i {
  background: rgba(22, 163, 74, 0.13);
  color: #16a34a;
}

.as-why-wrapper .row>div:nth-child(5) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(5) .as-why-card:hover>i {
  background: #16a34a;
  color: #ffffff;
}


/* 6. Simple Mentoring - Orange Red */
.as-why-wrapper .row>div:nth-child(6) .as-why-icon,
.as-why-wrapper .row>div:nth-child(6) .as-why-card>i {
  background: rgba(234, 88, 12, 0.12);
  color: #ea580c;
}

.as-why-wrapper .row>div:nth-child(6) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(6) .as-why-card:hover>i {
  background: #ea580c;
  color: #ffffff;
}


/* 7. Idea to Action - Pink / Red */
.as-why-wrapper .row>div:nth-child(7) .as-why-icon,
.as-why-wrapper .row>div:nth-child(7) .as-why-card>i {
  background: rgba(225, 29, 72, 0.11);
  color: #e11d48;
}

.as-why-wrapper .row>div:nth-child(7) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(7) .as-why-card:hover>i {
  background: #e11d48;
  color: #ffffff;
}


/* 8. Rural Youth Focus - Dark Green */
.as-why-wrapper .row>div:nth-child(8) .as-why-icon,
.as-why-wrapper .row>div:nth-child(8) .as-why-card>i {
  background: rgba(15, 107, 87, 0.13);
  color: #0f6b57;
}

.as-why-wrapper .row>div:nth-child(8) .as-why-card:hover .as-why-icon,
.as-why-wrapper .row>div:nth-child(8) .as-why-card:hover>i {
  background: #0f6b57;
  color: #ffffff;
}


/* Optional: card border slight color on hover */
.as-why-wrapper .row>div:nth-child(1) .as-why-card:hover {
  border-color: #f59e0b;
}

.as-why-wrapper .row>div:nth-child(2) .as-why-card:hover {
  border-color: #2563eb;
}

.as-why-wrapper .row>div:nth-child(3) .as-why-card:hover {
  border-color: #7c3aed;
}

.as-why-wrapper .row>div:nth-child(4) .as-why-card:hover {
  border-color: #0891b2;
}

.as-why-wrapper .row>div:nth-child(5) .as-why-card:hover {
  border-color: #16a34a;
}

.as-why-wrapper .row>div:nth-child(6) .as-why-card:hover {
  border-color: #ea580c;
}

.as-why-wrapper .row>div:nth-child(7) .as-why-card:hover {
  border-color: #e11d48;
}

.as-why-wrapper .row>div:nth-child(8) .as-why-card:hover {
  border-color: #0f6b57;
}

/* Who Can Join Icons - Multi Color */

.as-join-grid .row>div:nth-child(1) .as-join-card i {
  background: rgba(245, 158, 11, 0.14);
  color: #f59e0b;
}

.as-join-grid .row>div:nth-child(2) .as-join-card i {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.as-join-grid .row>div:nth-child(3) .as-join-card i {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.as-join-grid .row>div:nth-child(4) .as-join-card i {
  background: rgba(8, 145, 178, 0.12);
  color: #0891b2;
}

.as-join-grid .row>div:nth-child(5) .as-join-card i {
  background: rgba(22, 163, 74, 0.13);
  color: #16a34a;
}

.as-join-grid .row>div:nth-child(6) .as-join-card i {
  background: rgba(15, 107, 87, 0.13);
  color: #0f6b57;
}

.as-join-grid .row>div:nth-child(7) .as-join-card i {
  background: rgba(225, 29, 72, 0.11);
  color: #e11d48;
}

.as-join-grid .row>div:nth-child(8) .as-join-card i {
  background: rgba(234, 88, 12, 0.12);
  color: #ea580c;
}

.as-join-grid .row>div:nth-child(9) .as-join-card i {
  background: rgba(20, 184, 166, 0.13);
  color: #14b8a6;
}

.as-join-grid .row>div:nth-child(10) .as-join-card i {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}

.as-join-grid .row>div:nth-child(11) .as-join-card i {
  background: rgba(168, 85, 247, 0.12);
  color: #a855f7;
}

.as-join-grid .row>div:nth-child(12) .as-join-card i {
  background: rgba(100, 116, 139, 0.13);
  color: #475569;
}

.as-join-grid .row>div:nth-child(13) .as-join-card i {
  background: rgba(217, 119, 6, 0.13);
  color: #d97706;
}

.as-join-grid .row>div:nth-child(14) .as-join-card i {
  background: rgba(5, 150, 105, 0.13);
  color: #059669;
}


/* Hover color same matching */

.as-join-grid .row>div:nth-child(1) .as-join-card:hover i {
  background: #f59e0b;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(2) .as-join-card:hover i {
  background: #2563eb;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(3) .as-join-card:hover i {
  background: #7c3aed;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(4) .as-join-card:hover i {
  background: #0891b2;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(5) .as-join-card:hover i {
  background: #16a34a;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(6) .as-join-card:hover i {
  background: #0f6b57;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(7) .as-join-card:hover i {
  background: #e11d48;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(8) .as-join-card:hover i {
  background: #ea580c;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(9) .as-join-card:hover i {
  background: #14b8a6;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(10) .as-join-card:hover i {
  background: #3b82f6;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(11) .as-join-card:hover i {
  background: #a855f7;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(12) .as-join-card:hover i {
  background: #475569;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(13) .as-join-card:hover i {
  background: #d97706;
  color: #ffffff;
}

.as-join-grid .row>div:nth-child(14) .as-join-card:hover i {
  background: #059669;
  color: #ffffff;
}


/* Matching card border hover */

.as-join-grid .row>div:nth-child(1) .as-join-card:hover {
  border-color: #f59e0b;
}

.as-join-grid .row>div:nth-child(2) .as-join-card:hover {
  border-color: #2563eb;
}

.as-join-grid .row>div:nth-child(3) .as-join-card:hover {
  border-color: #7c3aed;
}

.as-join-grid .row>div:nth-child(4) .as-join-card:hover {
  border-color: #0891b2;
}

.as-join-grid .row>div:nth-child(5) .as-join-card:hover {
  border-color: #16a34a;
}

.as-join-grid .row>div:nth-child(6) .as-join-card:hover {
  border-color: #0f6b57;
}

.as-join-grid .row>div:nth-child(7) .as-join-card:hover {
  border-color: #e11d48;
}

.as-join-grid .row>div:nth-child(8) .as-join-card:hover {
  border-color: #ea580c;
}

.as-join-grid .row>div:nth-child(9) .as-join-card:hover {
  border-color: #14b8a6;
}

.as-join-grid .row>div:nth-child(10) .as-join-card:hover {
  border-color: #3b82f6;
}

.as-join-grid .row>div:nth-child(11) .as-join-card:hover {
  border-color: #a855f7;
}

.as-join-grid .row>div:nth-child(12) .as-join-card:hover {
  border-color: #475569;
}

.as-join-grid .row>div:nth-child(13) .as-join-card:hover {
  border-color: #d97706;
}

.as-join-grid .row>div:nth-child(14) .as-join-card:hover {
  border-color: #059669;
}

/* ========================================= Why Choose us    css =====================================*/


/* ========================================= Footer    css =====================================*/
/* CTA Section */

.as-cta-section {
  padding: 85px 0 0;
  background: linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
}

.as-cta-box {
  background: linear-gradient(135deg, #0f6b57 0%, #06463d 100%);
  border-radius: 32px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15, 107, 87, 0.24);
}

.as-cta-box::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -100px;
  top: -110px;
  background: rgba(255, 255, 255, 0.10);
}

.as-cta-box::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  left: -80px;
  bottom: -90px;
  background: rgba(255, 255, 255, 0.08);
}

.as-cta-box .row {
  position: relative;
  z-index: 1;
}

.as-cta-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  padding: 8px 17px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.as-cta-box h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.22;
  font-weight: 900;
  margin-bottom: 16px;
}

.as-cta-box p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 18px;
}

.as-cta-box h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0;
}

.as-cta-actions {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  display: grid;
  gap: 14px;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.10);
}

.as-cta-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 50px;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  transition: all 0.3s ease;
}

.as-cta-btn:hover {
  background: var(--primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

.as-cta-btn-light {
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
}

.as-cta-btn-light:hover {
  background: var(--primary);
  color: #ffffff;
}

.as-cta-btn-outline {
  background: #ffffff;
  color: var(--primary);
  border: 1.5px solid rgba(31, 122, 91, 0.35);
}

.as-cta-btn-outline:hover {
  background: rgba(31, 122, 91, 0.08);
  color: var(--primary-dark);
}


/* Professional Footer */

.as-footer {
  background: #062b25;
  padding: 80px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.as-footer-main {
  padding-bottom: 45px;
}

.as-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 18px;
}

.as-footer-logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #ffffff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.as-footer-brand strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
}

.as-footer-brand small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.70);
  margin-top: 4px;
}

.as-footer-about p {
  max-width: 390px;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.76);
}

.as-footer-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.as-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.as-footer-social a:hover {
  background: #ffffff;
  color: var(--primary);
  transform: translateY(-3px);
}

.as-footer-widget h4 {
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 22px;
  position: relative;
}

.as-footer-widget h4::after {
  content: "";
  width: 36px;
  height: 3px;
  background: var(--primary);
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: -9px;
}

.as-footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.as-footer-widget ul li {
  margin-bottom: 12px;
}

.as-footer-widget ul li a,
.as-footer-widget ul li span {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.as-footer-widget ul li a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.as-footer-contact ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.as-footer-contact ul li i {
  color: #ffffff;
  font-size: 18px;
  margin-top: 2px;
}

.as-footer-enquiry {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: var(--primary);
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.as-footer-enquiry:hover {
  background: var(--primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.as-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.as-footer-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.as-footer-bottom a,
.as-footer-bottom span {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 14px;
  margin-left: 8px;
}

.as-footer-bottom a:hover {
  color: #ffffff;
}


/* Responsive */

@media (max-width: 991px) {
  .as-cta-section {
    padding: 70px 0 0;
  }

  .as-cta-box {
    padding: 36px 28px;
    border-radius: 26px;
  }

  .as-cta-box h2 {
    font-size: 32px;
  }

  .as-footer {
    padding-top: 65px;
  }

  .as-footer-bottom {
    display: block;
    text-align: center;
  }

  .as-footer-bottom p {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .as-cta-section {
    padding: 55px 0 0;
  }

  .as-cta-box {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .as-cta-box h2 {
    font-size: 25px;
  }

  .as-cta-box p {
    font-size: 14.8px;
  }

  .as-cta-box h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  .as-cta-actions {
    padding: 18px;
    border-radius: 18px;
  }

  .as-footer {
    padding-top: 55px;
  }

  .as-footer-brand strong {
    font-size: 21px;
  }

  .as-footer-bottom a,
  .as-footer-bottom span {
    display: inline-block;
    margin: 3px 5px;
  }
}

/* ========================================= Footer    css =====================================*/


.policy-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--primary-3);
  border: 1px solid rgba(15, 118, 110, .20);
  color: var(--primary);
  font-weight: 850;
  margin-bottom: 28px
}

.policy-block {
  padding: 25px 0;
  border-bottom: 1px solid var(--line)
}

.policy-block:last-child {
  border-bottom: 0;
  padding-bottom: 0
}

.policy-block h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-size: 24px;
  font-weight: 950;
  margin-bottom: 12px
}

.policy-block h2 i {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: var(--primary-3);
  display: grid;
  place-items: center;
  color: var(--primary-2);
  font-size: 22px;
  flex: 0 0 auto
}

.policy-block p,
.policy-block li {
  color: var(--muted)
}

.policy-block ul {
  margin: 12px 0 0;
  padding-left: 22px
}

.policy-block li {
  margin-bottom: 7px
}


/* =============================================privacy policy ================================= */
/* Privacy Policy Page Design */

.page-hero {
  padding: 20px 0 20px;
  background:
    radial-gradient(circle at top left, rgba(31, 122, 91, 0.10), transparent 34%),
    linear-gradient(180deg, #f7fbf8 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(31, 122, 91, 0.12);
  position: relative;
  overflow: hidden;
}

/* .page-hero::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(31, 122, 91, 0.07);
    right: -90px;
    top: -90px;
} */

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.page-hero h1 {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 16px;
}

.page-hero p {
  max-width: 850px;
  margin: 0 auto 20px;
  color: var(--text);
  font-size: 16.5px;
  line-height: 1.8;
}

.page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffffff;
  border: 1px solid rgba(31, 122, 91, 0.18);
  border-radius: 50px;
  padding: 9px 18px;
  box-shadow: 0 10px 25px rgba(20, 33, 61, 0.05);
}

.page-breadcrumb a,
.page-breadcrumb span {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.page-breadcrumb a {
  color: var(--primary);
}

.page-breadcrumb span {
  color: var(--dark);
}

.page-breadcrumb i {
  color: var(--text);
  font-size: 12px;
}

/* Policy Content */

.policy-section {
  padding: 75px 0 90px;
  background: #ffffff;
}

.policy-card {
  background: #ffffff;
  border: 1.5px solid rgba(31, 122, 91, 0.22);
  border-radius: 30px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.policy-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  right: -100px;
  top: -100px;
  background: rgba(31, 122, 91, 0.06);
}

.policy-card>* {
  position: relative;
  z-index: 1;
}

.policy-note {
  background: linear-gradient(135deg, rgba(31, 122, 91, 0.10), rgba(31, 122, 91, 0.04));
  border: 1.5px solid rgba(31, 122, 91, 0.25);
  border-radius: 20px;
  padding: 20px 22px;
  color: var(--dark);
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 800;
  margin-bottom: 28px;
}

.policy-note i {
  color: var(--primary);
  font-size: 18px;
}

.policy-block {
  background: #ffffff;
  border: 1.5px solid rgba(31, 122, 91, 0.18);
  border-radius: 22px;
  padding: 26px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}

.policy-block:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 122, 91, 0.40);
  box-shadow: 0 16px 10px rgba(31, 122, 91, 0.10);
}

.policy-block h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--dark);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
}

.policy-block h2 i {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 16px;
  background: rgba(31, 122, 91, 0.10);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.policy-block p {
  color: var(--text);
  font-size: 15.8px;
  line-height: 1.85;
  margin-bottom: 0;
}

.policy-block ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.policy-block ul li {
  background: #f7fbf8;
  border: 1px solid rgba(31, 122, 91, 0.18);
  border-radius: 14px;
  padding: 13px 15px 13px 42px;
  color: var(--dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  position: relative;
}

.policy-block ul li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 15px;
  top: 13px;
  color: var(--primary);
  font-size: 16px;
}

/* Icon color variations */

.policy-block:nth-child(2) h2 i {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.policy-block:nth-child(3) h2 i {
  background: rgba(245, 158, 11, 0.14);
  color: #f59e0b;
}

.policy-block:nth-child(4) h2 i {
  background: rgba(22, 163, 74, 0.13);
  color: #16a34a;
}

.policy-block:nth-child(5) h2 i {
  background: rgba(124, 58, 237, 0.12);
  color: #7c3aed;
}

.policy-block:nth-child(6) h2 i {
  background: rgba(234, 88, 12, 0.12);
  color: #ea580c;
}

.policy-block:nth-child(7) h2 i {
  background: rgba(8, 145, 178, 0.12);
  color: #0891b2;
}

.policy-block:nth-child(8) h2 i {
  background: rgba(225, 29, 72, 0.11);
  color: #e11d48;
}

.policy-block:nth-child(9) h2 i {
  background: rgba(15, 107, 87, 0.13);
  color: #0f6b57;
}

/* Responsive */

@media (max-width: 991px) {
  .page-hero {
    padding: 70px 0 45px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .policy-section {
    padding: 60px 0 70px;
  }

  .policy-card {
    padding: 26px;
    border-radius: 26px;
  }

  .policy-block {
    padding: 22px;
  }

  .policy-block h2 {
    font-size: 21px;
  }
}

@media (max-width: 575px) {
  .page-hero {
    padding: 55px 0 38px;
  }

  .page-hero h1 {
    font-size: 32px;
  }

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

  .page-breadcrumb {
    padding: 8px 14px;
  }

  .policy-section {
    padding: 45px 0 55px;
  }

  .policy-card {
    padding: 16px;
    border-radius: 22px;
  }

  .policy-note {
    padding: 16px;
    border-radius: 16px;
    font-size: 14px;
  }

  .policy-block {
    padding: 18px;
    border-radius: 18px;
  }

  .policy-block h2 {
    display: block;
    text-align: center;
    font-size: 20px;
  }

  .policy-block h2 i {
    margin: 0 auto 12px;
  }

  .policy-block p {
    text-align: center;
    font-size: 14.5px;
  }

  .policy-block ul li {
    font-size: 14px;
  }
}

/* =============================================privacy policy ================================= */