:root {
  --primary-green: #4c9a6e;
  --dark-blue: #001e47;
  --text-dark: #0e2039;
  --text-grey: #52637a;
  --bg-light: #f8f6f2;
  --bg-beige: #f1ede5;
  --white: #ffffff;
  --bs-nav-link-font-size: 16px;
  --bs-navbar-nav-link-padding-x: 1rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", sans-serif;
  background-color: var(--bg-light);
  color: var(--text-dark);
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "DM Serif Display", serif;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

.mb-6 {
  margin-bottom: 70px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.section-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.basic-text-content p, .basic-text-content h2, .basic-text-content h3, .basic-text-content h4{
  margin-bottom: 24px;
}
.section-container .basic-text-content ul {
  margin-bottom: 24px;
}
.basic-text-content p:last-child, .basic-text-content h2:last-child, .basic-text-content h3:last-child, .basic-text-content h4:last-child, .basic-text-content ul:last-child {
  margin-bottom: 0;
}
.basic-text-content a{
  color: var(--primary-green);
  text-decoration: none;
}
.basic-text-content a:hover {
  color: var(--dark-blue);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-primary {
  background-color: var(--primary-green);
  color: var(--white) !important;
  border: none;
  box-shadow: 0px 8px 30px -8px rgba(0, 30, 71, 0.12);
}

.btn-outline {
  background-color: transparent;
  border: 2px solid var(--dark-blue);
  color: var(--dark-blue) !important;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-outline:hover {
  background-color: var(--primary-green);
  border: 2px solid var(--primary-green);
  color: var(--white) !important;
}

.btn-transparent {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: var(--white) !important;
  backdrop-filter: blur(1px);
}

.btn-primary:hover, .btn-success:hover {
  background: #1e663d;
}
.btn-transparent:hover {
  background-color: #1e663d;
  border: 2px solid #1e663d;
  color: var(--white) !important;
}

.start-btn:after {
  content: '';
  background: url(../Images/btn-arrow.svg) left top 2px no-repeat;
  width: 15px;
  height: 20px;
}
.free-lesson-btn:before {
  content: '';
  background: url(../Images/btn-play.svg) left top 2px no-repeat;
  width: 18px;
  height: 20px;
}

.download-btn:before {
  content: '';
  background: url(../Images/download-white.svg) left top 2px no-repeat;
  width: 18px;
  height: 20px;
}

.badge-green-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500;
  background-color: rgba(76, 154, 110, 0.1);
  color: var(--primary-green) !important;
}

.free-lesson-badge:before {
  width: 15px;
  height: 15px;
  background: url(../Images/book-green.svg) no-repeat;
  content: '';
}

.badge-green-blur {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500;
  background-color: rgba(76, 154, 110, 0.2);
  border: 1px solid rgba(76, 154, 110, 0.3);
  backdrop-filter: blur(1px);
  margin-bottom: 16px;
  color: var(--primary-green) !important;
}

.badge-green-blur.dot-badge {
  color: #fff !important;
}
.dot-badge:before{
  width: 8px;
  height: 8px;
  background-color: #4c9a6e;
  border-radius: 50%;
  content: '';
}

.section-container h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 24px;
}
.section-container h2 strong, .section-container h2 b {
  color: var(--primary-green);
}

.section-container p.section-subtitle {
  color: var(--primary-green);
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
  font-size: 15px;
  line-height: 20px;
}

.section-container p {
  color: var(--text-grey);
  font-size: 18px;
  line-height: 1.6;
}

.section-container ul {
  padding: 0;
  margin: 0;
}
.section-container ul li {
  padding-bottom: 10px;
  margin: 0;
  list-style-position: inside;
}

/* header */
#mainNav {
  font-weight: 500;
}
#mainNav a{
  color: #566374;
  text-decoration: none;
}
#mainNav a:hover, #mainNav a.active {
  color: var(--primary-green);
}
#mainNav .btn {
  color: var(--white);
  font-weight: 500;
}
#mainNav .btn:hover{
  color: var(--white);
}
.navbar-nav a{
  padding: 0 15px;
}
.lang-menu, .extra-menu {
  display: inline-block;
}
.lang-menu a, .student-link{
  display: inline-block;
  padding: 0 15px;
}
.lang-menu a:first-child{
  border-right: #a7aeb7 solid 1px;
}

.subnav-nav li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.subnav-nav li a {
  display: block;
  background: var(--dark-blue);
  color: var(--white);
  text-decoration: none;
  padding: 10px 20px;
  border-bottom:rgba(255,255,255,0.2) solid 1px;
}
.subnav-nav li:first-child a{
  border-radius: 10px 10px 0 0;
}
.subnav-nav li:last-child a{
  border-radius: 0 0 10px 10px;
  border-bottom: 0;
}
.subnav-nav li a:hover, .subnav-nav li.active a{
  background: var(--primary-green);
}

/* Hero */
#hero {
  background-size: cover;
  margin-top: 93px;
  min-height: calc(100vh - 93px);
  display: flex;
}
.hero-container{
  flex: 1;
}
.hero-overlay { background: linear-gradient(135deg, #001e47 0%, #0a2c5c 100%); opacity: .9; left:0; right:0; height:100%; }
.set-back { display:none; }
.hero-text { padding:50px 0; }
.hero-text h1 {
  font-size: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.hero-text h1 strong, .hero-text h1 b{
  color: var(--primary-green);
}
.hero-text p{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: 300;
  color: #cbced2;
}
.hero-text ul {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  font-weight: 400;
}
.hero-text ul li {
  background: url(../Images/list.svg) left top 2px no-repeat;
  padding: 0 0 10px 30px;
}
.hero-text p .btn{
  font-size: 18px;
  line-height: 28px;
}
.hero-text p .btn {
  padding: 15px 35px;
  margin-right: 10px;
}
.hero-text .small-text {
  font-size: 14px;
  line-height: 20px;
  color: #9fa9b4;
}
.hero-text .small-text strong, .hero-text .small-text b{
  color: #fff;
  font-weight: 600;
}

.scroll-indicator {
  position: absolute;
  bottom: 48px;
  left: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mouse-icon {
  width: 32px;
  height: 48px;
  border: 2px solid rgba(248, 246, 242, 0.3);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding-top: 8px;
}

.wheel {
  width: 4px;
  height: 12px;
  background-color: rgba(248, 246, 242, 0.5);
  border-radius: 2px;
}

.no-banner {
  height: 93px;
}

/* Bg colors */
.bg-white {
  background-color: var(--white);
}
.bg-beige {
  background-color: var(--bg-beige);
}
.bg-dark-blue {
  background-color: var(--dark-blue);
}
.bg-light{
  background: var(--bg-light);
}

.features-text {
  max-width: 660px;
}

.features-image-wrapper {
  position: relative;
  height: 320px;
}

.features-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--bs-box-shadow) !important;
  border-radius: 1rem;
}

.pass-rate-badge {
  position: absolute;
  bottom: -24px;
  left: -10px;
  background-color: var(--primary-green);
  color: white;
  padding: 8px 24px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0px 8px 30px -8px rgba(0, 30, 71, 0.12);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.feature-card {
  background: #fff;
  border: 1px solid #e0dcd1;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0px 4px 20px -4px rgba(0, 30, 71, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.icon-box {
  width: 56px;
  height: 56px;
  background-color: rgba(76, 154, 110, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
}

.feature-card p {
  font-size: 16px;
  color: var(--text-grey);
  line-height: 1.5;
}

.center-heading {
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .features-image-wrapper {
    width: 100%;
  }
}

/* CSS for section section:Courses */
.courses-section {
  background-color: #f1ede5;
  padding: 120px 0;
}

.courses-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  text-align: center;
}

.course-card {
  background: #fff;
  border: 1px solid #e0dcd1;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0px 8px 30px -8px rgba(0, 30, 71, 0.12);
  cursor: pointer;
}

.course-card:hover {
  border-color: var(--primary-green);
}

.course-card:hover .btn-outline {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
  color: var(--white) !important;
}

.course-card:hover .arrow-link:after, .arrow-link:hover:after {
  background-image: url(../Images/arrow-white.svg);
}

.arrow-link:after {
  content: '';
  background-image: url(../Images/arrow-black.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 18px;
  height: 30px;
}


.course-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.section-container .course-content p.section-subtitle {
  margin-bottom: 0;
}

.course-meta {
  display: flex;
  gap: 24px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--text-dark);
  padding: 0 0 0 28px;
}
.meta-item.clock-icon {
  background: url(../Images/clock.svg) left top 2px no-repeat;
}
.meta-item.level-icon {
  background: url(../Images/level.svg) left top 2px no-repeat;
  padding-left: 25px;
}

.course-list li {
  list-style: none;
  padding-left: 30px;
  background: url(../Images/list-tick.svg) left top 2px no-repeat;
}

.popular-badge {
  position: absolute;
  top: -14px;
  right: 40px;
  background-color: var(--primary-green);
  color: white;
  padding: 4px 16px;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 600;
}

.free-lesson-banner {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  box-shadow: 0px 20px 50px -12px rgba(0, 30, 71, 0.15);
}

.free-lesson-text {
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}
.free-lesson-text p, .free-lesson-text h3 {
  margin-bottom: 16px;
}

.banner-content {
  flex: 1;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.banner-image {
  flex: 1;
  position: relative;
}

.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
}

@media (max-width: 1024px) {
  .courses-grid {
    grid-template-columns: 1fr;
  }
  .free-lesson-banner {
    flex-direction: column;
  }
  .banner-image {
    height: 300px;
  }
}

.benefit-card {
  background: #fff;
  border: 1px solid #e0dcd1;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 4px 20px -4px rgba(0, 30, 71, 0.1);
  margin-bottom: 24px;
}
.benefit-card:last-child{
  margin-bottom: 0;
}

.benefit-icon-wrapper {
  display: flex;
  gap: 16px;
}

.icon-box-sm {
  width: 48px;
  height: 48px;
  background-color: rgba(76, 154, 110, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.benefit-text p {
  font-size: 16px;
  color: var(--text-grey);
  line-height: 1.5;
}

.benefits-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay-card {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 8px 30px -8px rgba(0, 30, 71, 0.12);
}

.overlay-content h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
}

.overlay-content p {
  font-size: 16px;
  color: var(--text-grey);
  text-align: center;
}

.instructor-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0;
}

.feature-row {
  display: flex;
  gap: 16px;
}

.feature-row h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .instructors-wrapper {
    flex-direction: column;
  }
  .instructors-visual {
    width: 100%;
    height: 400px;
  }
}

/* CSS for section section:Stats */
.stats-section {
  background: linear-gradient(165deg, #001e47 0%, #0a2c5c 100%);
  padding: 80px 0;
  color: white;
}

.stats-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.stat-number {
  font-family: "DM Serif Display", serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: #f8f6f2;
  display: block;
}

.stat-label {
  font-size: 16px;
  color: rgba(248, 246, 242, 0.7);
}

.numbers-section h3 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .stats-grid {
    flex-direction: column;
    gap: 40px;
  }
}

/* CSS for section section:FAQ */
#faqAccordion {
  max-width: 768px;
}
.section-container #faqAccordion p {
  margin-bottom: 20px;
}
.section-container #faqAccordion p:last-child {
  margin-bottom: 0;
}
.accordion-item {
  border:0;
  background: transparent;
}
.accordion-item .accordion-header {
  margin-top: 10px;
}
.accordion-item .accordion-header .accordion-button {
  border:rgba(76,154,110,0.4) solid 1px;
  background: rgba(76,154,110,0.15);
  border-radius: 10px !important;
}
.accordion-item .accordion-header .accordion-button.collapsed{
  border:#d4cfc5 solid 1px;
  background: #fff;
  border-radius: 10px !important;
}
.accordion-item .accordion-body {
  margin-top: 10px;
  background: #fff;
  border:#d4cfc5 solid 1px;
  border-radius: 10px !important;
}
ul.cta-features li {
  list-style: none;
  display: inline-block;
  padding: 0 20px 0 28px;
  font-weight: 600;
  background: url(../Images/cta-tick.svg) left top 2px no-repeat;
}

/* CSS for section section:Footer */
.site-footer {
  background-color: #001e47;
  color: #f8f6f2;
  padding: 64px 0 32px;
}

.footer-top {
  margin-bottom: 64px;
}

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

.footer-desc {
  color: rgba(248, 246, 242, 0.7);
  line-height: 1.5;
}

.footer-links-wrapper {
  display: flex;
  gap: 48px;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col a, .footer-bottom a {
  color: rgba(248, 246, 242, 0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-col a:hover, .footer-bottom a:hover {
  color: white;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(248, 246, 242, 0.7);
}

.footer-bottom {
  border-top: 1px solid rgba(248, 246, 242, 0.1);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  color: rgba(248, 246, 242, 0.6);
  font-size: 14px;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.femanager_fieldset{ 
  padding-bottom: 10px; 
}
.frame-type-felogin_login fieldset > div { padding-bottom:10px; }

@media (max-width: 820px) {
  #mainNav {padding: 20px 0;}
  #mainNav .nav-item { padding:10px 0; }
  .hero-text {padding: 60px 0;}
  .hero-text p .btn { margin-bottom:10px; display:block; }
  .hero-text p .btn:after, .hero-text p .btn:before { display:inline-block; height:16px; margin:0 5px; }
  .scroll-indicator { bottom:35px; }
  .features-image-wrapper { margin-bottom:50px; }
  .benefits-col { display:none; }
  .stat-number { font-size: 36px; line-height:50px; }
  .section-container h2 { font-size:30px; line-height:36px; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: center; text-align: center; }
}
@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

.frame-type-felogin_login {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: rgba(0, 30, 71, 0.12) 0px 8px 30px -8px;
  border: 1px solid #e0dcd1;
}
.social_login_box {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: rgba(0, 30, 71, 0.12) 0px 8px 30px -8px;
  border: 1px solid #e0dcd1;
}
.social_login_box h3{
  text-align: center;
}
.femanager_new {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: rgba(0, 30, 71, 0.12) 0px 8px 30px -8px;
  border: 1px solid #e0dcd1;
}