@import url("./branding.css?v=0.4");

/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.35s ease;
  background-color: transparent;
  padding: 0 75px;
  height: 95px;
  background-color: #0c2e4e;
}

/* .header.on-scroll {
  background: #2b2b2b;
} */
.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.25rem;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 0;
}
.brand {
  width: 220px;
  height: 70px;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 0 3rem;
  transition: all 0.4s ease-in-out;
}
.menu.is-active {
  top: 0px;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  background-color: var(--primary-dark);
}
.menu-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.25rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.menu_item {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  transition: all 0.3s ease;
}
.menu_item:hover,
.menu_item:focus {
  color: var(--accent-green) !important;
}
.burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 1.6rem;
    height: 1.15rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
}
.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 1rem;
    transform: rotate(0deg);
    background-color: #fff;
    transition: 0.25s ease-in-out;
}
.burger-line:nth-child(1) {
    top: 0px;
}
.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}
.burger-line:nth-child(3) {
    top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}
.banner-column {
  position: relative;
  display: grid;
  align-items: center;
  row-gap: 3rem;
}
.header-theme-btn {
  background-color: var(--theme-color);
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  border-radius: 30px;
  display: inline-block;
  padding: 13px 20px;
}
.header-theme-btn:hover {
  background-color: #f2f2f2;
  color: #000;
}
.dropdown-menu {
  background: white;
  border: 0;
  border-radius: 10px;
  min-width: 369px;
  top: 64px !important;
  left: -123px !important;
  padding: 10px 7px;
  font-weight: 500;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-menu a {
  border-radius: 10px;
  padding-left: 18px !important;
  margin-bottom: 0px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-item:hover {
  background-color: #2d3561;
  color: #fff !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-dark);
  color: #fff;
}
.dropdown-item:active {
  color: var(--theme-color);
}
.dropdown-menu a {
  color: black;
  font-size: 15px;
  padding: 12px 10px;
  white-space: break-spaces;
}
.action-link{
  color: #fff;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.action-link:hover{
  color: var(--accent-green);
}
/* footer */
.footer a {
  color: #fff;
}
.footer_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.footer_col {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer_col {
  width: 30%;
  flex-grow: 1;
}
.footer-logo {
  padding-bottom: 20px;
}
.office_info p {
  font-size: 16px;
  font-weight: 300;
  word-spacing: 3px;
  color: #d8d8d8;
  line-height: 30px;
  max-width: 423px;
}
.useful_inner {
  display: flex;
  margin-top: 50px;
}
.useful_inner p {
  color: #90c74c;
  display: flex;
}
.useful_inner h4,
.contact_inner h4 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
.contact_inner {
  margin-top: 50px;
}
.contact_inner p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.contact_inner p img {
  width: 17px;
  margin-top: 3px;
}
.useful_link-inner {
  display: flex;
  flex-direction: column;
}
.useful_points {
  display: flex;
  gap: 25px;
}
.useful_link_bottom {
  margin-top: 25px;
}
.useful_link_bottom h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.socail_link {
  display: flex;
  gap: 10px;
}
.owl-dots .owl-dot span {
  width: 3px !important;
  height: 30px !important;
  margin: 5px 10px !important;
  background: #c2b3aa !important;
}
.owl-dots .owl-dot.active span {
  background-color: var(--theme-color) !important;
}
.owl-nav.disabled+.owl-dots {
  margin-top: 80px !important;
}
.contact-card {
  position: relative;
  border-radius: 15px;
  padding: 30px 25px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #000;
  overflow: hidden;
  transition: transform 0.5s, filter 0.5s;
}

/* Optional: smooth transition for child elements */
.contact-card * {
  transition: all 0.5s;
}
.contact-card i.fa-comments {
  font-size: 23px;
  margin-bottom: 3px;
}
.contact-card h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.contact-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.contact-card .btn {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  transition: background 0.3s, color 0.3s;
}
.contact-card .btn:hover {
  background: #262626;
  color: #fff;
}
.contact-card .info {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
.contact-card .info i {
  margin-right: 8px;
  color: #003934;
}
.contact-card .info a {
  color: #000;
  text-decoration: none;
}
.contact-card .info a:hover {
  text-decoration: underline;
}
.form-bg {
  position: relative;
  background-image: url('../img/form-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 50px 30px;
}
.form-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.form-bg-overlay {
  position: relative;
  z-index: 1;
}
/* About Content Section */
.about-content-section {
  padding: 60px 0;
  background: var(--white);
}
.content-block h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.content-block h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 4px;
  background: var(--accent-green);
  border-radius: 2px;
}
.content-block p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: justify;
}
.content-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  margin-bottom: 80px;
}
.intro-text h2 {
  font-size: 42px;
}
.about-image-block-img img{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  border-radius: 10px;
}
.about-us-img{
  height: 100%;
}
.about-us-img img{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.about-us-vid{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px; 
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    background-color: var(--bg-light);;
}

.about-us-vid video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Vision & Mission Section */
.vision-mission-section {
  padding: 100px 0;
  background: var(--bg-light);
}
.section-header {
  text-align: center;
  margin-bottom: 70px;
}
.section-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 20px;
}
.vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.vision-mission-card {
  background: var(--white);
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.vision-mission-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent-green);
}
.vision-mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(46, 204, 113, 0.15);
}
.vision-mission-card:nth-child(2)::before {
  background: var(--accent-blue);
}
.vision-mission-icon {
  font-size: 48px;
  color: var(--accent-green);
  margin-bottom: 20px;
}
.vision-mission-card:nth-child(2) .vision-mission-icon {
  color: var(--accent-blue);
}
.vision-mission-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.vision-mission-card p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.8;
}

/* Professional Services Section */
.professional-services {
  padding: 100px 0;
  background: var(--white);
}
.professional-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.professional-image {
  background: linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-green) 100%);
  border-radius: 10px;
  padding: 80px;
  text-align: center;
  color: white;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.professional-image i {
  font-size: 80px;
  opacity: 0.2;
  margin-bottom: 20px;
}
.professional-text h2 {
  font-size: 42px;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 30px;
}
.professional-text p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: justify;
}
.highlight-text {
  background: linear-gradient(120deg, rgba(46, 204, 113, 0.1) 0%, rgba(52, 152, 219, 0.1) 100%);
  padding: 25px;
  border-left: 4px solid var(--accent-green);
  border-radius: 5px;
  margin: 30px 0;
}
.highlight-text strong {
  color: var(--primary-dark);
}
.service-card{
  padding: 20px;
}
.service-card-img{
  border-radius: 10px;
  overflow: hidden;
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.cta-content h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 30px;
}
.cta-content p {
  font-size: 18px;
  color: #ecf0f1;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.8;
}
.btn-primary-custom {
  background: var(--accent-green);
  color: var(--white);
  border: none;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary-custom:hover {
  background: #27ae60;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(46, 204, 113, 0.4);
  color: var(--white);
}
/* Form Section */
.form-section {
  background: var(--white);
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.form-section h3 {
  color: var(--primary-dark);
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 28px;
}
.form-group label {
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.form-control:focus {
  border-color: var(--accent-green);
  box-shadow: 0 0 0 0.2rem rgba(46, 204, 113, 0.25);
}
.form-section .btn-primary-custom {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
/* State Section */
.stats-section {
  position: relative;
  padding: 50px 0;
  background: #0c2e4e;
  overflow: hidden;
  width: 100%;
}
.stats-section .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.stats-eyebrow {
  text-align: center;
  margin-bottom: 24px;
}
.stats-eyebrow span {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--accent-green);
  border: 1px solid rgba(46,204,113,.35);
  border-radius: 40px;
  padding: 6px 20px;
}
.stats-section .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media (max-width: 900px) { 
  .stats-section .row { 
    grid-template-columns: repeat(2, 1fr); 
  } 
}
@media (max-width: 540px) { 
  .stats-section .row { 
    grid-template-columns: 1fr; 
  } 
}
.stat-item {
  position: relative;
  padding: 28px 32px;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.06);
  transition: background .4s;
  cursor: default;
}
.stat-item:first-child { 
  border-left: none; 
}
@media (max-width: 900px) {
  .stat-item:nth-child(odd)  { 
    border-left: none; 
  }
  .stat-item:nth-child(1),
  .stat-item:nth-child(2)    { 
    border-bottom: 1px solid rgba(255,255,255,.06); 
  }
}
.stat-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(46,204,113,.06), rgba(52,152,219,.04));
  opacity: 0;
  transition: opacity .4s;
  border-radius: 4px;
}
.stat-item:hover::after { 
  opacity: 1; 
}
.stat-item::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 48px; height: 2px;
  background: var(--accent-green);
  border-radius: 2px;
  transition: transform .5s cubic-bezier(.34,1.56,.64,1);
}
.stat-item:hover::before { 
  transform: translateX(-50%) scaleX(1); 
}
.stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border-radius: 12px;
  background: rgba(46,204,113,.10);
  border: 1px solid rgba(46,204,113,.20);
  margin-bottom: 20px;
  transition: background .3s, border-color .3s;
}
.stat-item:hover .stat-icon {
  background: rgba(46,204,113,.20);
  border-color: rgba(46,204,113,.50);
}
.stat-icon svg {
  width: 15px; height: 15px;
  stroke: var(--accent-green);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.stat-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--white);
  margin-bottom: 12px;
  /* gradient text */
  background: linear-gradient(135deg, #ffffff 30%, var(--accent-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: filter .3s;
}
.stat-item:hover .stat-number {
  filter: brightness(1.15);
}
.stat-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.40);
  transition: color .3s;
}
.stat-item:hover .stat-label { 
  color: rgba(255,255,255,.65); 
}
.stat-item {
  opacity: 0;
  transform: translateY(28px);
  animation: fadeUp .7s cubic-bezier(.22,1,.36,1) forwards;
}
.stat-item:nth-child(1) { animation-delay: .05s; }
.stat-item:nth-child(2) { animation-delay: .15s; }
.stat-item:nth-child(3) { animation-delay: .25s; }
.stat-item:nth-child(4) { animation-delay: .35s; }
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
.footer-inner {
  padding-bottom: 50px;
  max-width: 96%;
  margin: 0 auto;
  border-radius: 20px;
}
.ft-logo{
  width: 250px; 
  margin-bottom: 10px;
}
.icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--primary-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrmbs-wrap {
  background-color: #d3e1ec;
}
.breadcrumbs__list {
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  align-self: center;
  z-index: 1;
  cursor: pointer;
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}
.breadcrumbs__list .breadcrumbs__item {
  margin-right: 25px;
  position: relative;
}
.breadcrumbs__list .breadcrumbs__item a {
  color: var(--theme-color);
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}

/*  */
/* ── HERO ────────────────────────────────── */
.banner {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);
  position: relative;
  overflow: hidden;
  padding: 6rem 0 5rem;
}

.banner::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.12) 0%, transparent 70%);
  top: -150px;
  right: -100px;
  pointer-events: none;
}

.banner::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, transparent 70%);
  bottom: -100px;
  left: -80px;
  pointer-events: none;
}

.banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--accent-green-soft);
  border: 1px solid rgba(46, 204, 113, 0.3);
  color: var(--accent-green);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 50px;
  margin-bottom: 1.5rem;
}

.banner h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: var(--white);
  line-height: 1.18;
  margin-bottom: 1rem;
}

.banner h1 em {
  font-style: normal;
  color: var(--accent-green);
}

.hero-sub {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 520px;
  font-weight: 300;
}

.hero-actions {
  margin-top: 2.2rem;
}

.btn-primary-custom {
  background: var(--accent-green);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(46, 204, 113, 0.35);
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(46, 204, 113, 0.45);
  color: var(--primary-dark);
}

.btn-outline-custom {
  background: transparent;
  color: var(--white);
  font-weight: 500;
  font-size: 0.92rem;
  padding: 0.8rem 1.8rem;
  border-radius: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.2s, color 0.2s;
}

.btn-outline-custom:hover {
  border-color: var(--accent-green);
  color: var(--accent-green);
}

/* Hero stats */
.hero-stats {
  margin-top: 3rem;
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.hero-stat-val {
  font-size: 2rem;
  color: var(--white);
  line-height: 1;
}

.hero-stat-val span {
  color: var(--accent-green);
}

.hero-stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Hero card panel */
.hero-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  padding: 2rem 14px;
}

.hero-service-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  margin: 0.25rem;
  transition: background 0.2s;
}

.hero-service-pill:hover {
  background: rgba(46, 204, 113, 0.15);
  color: var(--accent-green) !important;
}

.hero-service-pill i {
  color: var(--accent-green);
  font-size: 0.7rem;
}

.avatar-sm {
  width: 32px;
  height: 32px;
  font-size: .75rem;
}

.avatar-overlap {
  margin-left: -8px;
}

.avatar-green {
  background-color: var(--accent-green);
}

.avatar-blue {
  background-color: var(--accent-blue);
}

.avatar-light {
  background-color: rgba(255, 255, 255, 0.2);
  font-size: .7rem;
}

/* ── SECTION HEADER ──────────────────────── */
.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent-green);
  margin-bottom: 0.75rem;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.section-desc {
  color: var(--text-light);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── ABOUT / MISSION-VISION ──────────────── */
.about {
  padding: 5rem 0;
  background: var(--white);
}

.about-image-block {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-light));
  border-radius: 20px;
  padding: 25px;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.about-image-block::before {
  content: '"';
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: -2rem;
  right: 1rem;
  line-height: 1;
}

.about-quote {
  font-size: 1.4rem;
  color: var(--white);
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.about-quote-attr {
  color: var(--accent-green);
  font-size: 0.82rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 1rem;
  text-transform: uppercase;
}

.mv-card {
  border-radius: 14px;
  padding: 50px 35px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.mv-card.vision {
  background: var(--bg-light);
}

.mv-card.mission {
  background: var(--primary-dark);
}

.mv-card h4 {
  font-size: 28px;
  margin-bottom: 0.6rem;
}

.mv-card.vision h4 {
  color: var(--text-dark);
}

.mv-card.mission h4 {
  color: var(--accent-green);
}

.mv-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}

.mv-card.vision p {
  color: var(--text-light);
}

.mv-card.mission p {
  color: rgba(255, 255, 255, 0.65);
}

.mv-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.vision .mv-icon {
  background: var(--accent-green-soft);
  color: var(--accent-green);
}

.mission .mv-icon {
  background: rgba(46, 204, 113, 0.15);
  color: var(--accent-green);
}

/* ── WHY US ──────────────────────────────── */
.why-us {
  padding: 5rem 0;
  background: var(--bg-light);
}

.why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  transition: box-shadow 0.2s;
}

.why-item:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
}

.why-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-green-soft);
  border: 1.5px solid var(--accent-green);
  color: var(--accent-green);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-item h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--text-dark);
}

.why-item p {
  font-size: 0.85rem;
  color: var(--text-light);
  margin: 0;
  line-height: 1.5;
}

/* ── CTA ─────────────────────────────────── */
.cta-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 204, 113, 0.1) 0%, transparent 65%);
  top: -150px;
  left: -100px;
}

.cta-section h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.cta-section h2 span {
  color: var(--accent-green);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  max-width: 480px;
  margin: 1rem auto 2rem;
  line-height: 1.7;
}

.cta-form-wrap {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 2.5rem;
  max-width: 560px;
  margin: 0 auto;
}

.cta-form-wrap .form-control,
.cta-form-wrap .form-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
}

.cta-form-wrap .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.cta-form-wrap .form-control:focus,
.cta-form-wrap .form-select:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--accent-green);
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.15);
  color: var(--white);
}

.cta-form-wrap .form-select option {
  background: var(--primary-dark);
}

.cta-form-wrap label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
}

.btn-cta-submit {
  width: 100%;
  background: var(--accent-green);
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem;
  border-radius: 8px;
  border: none;
  transition: opacity 0.2s, transform 0.2s;
  box-shadow: 0 4px 20px rgba(46, 204, 113, 0.3);
}

.btn-cta-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* ── ANIMATIONS ──────────────────────────── */
@keyframes fadeUp {
  from {
      opacity: 0;
      transform: translateY(24px);
  }

  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.fade-up {
  animation: fadeUp 0.6s ease both;
}

.delay-1 {
  animation-delay: 0.1s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.4s;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .banner {
      padding: 4rem 0 3.5rem;
  }

  .hero-stats {
      gap: 1.5rem;
  }
}

/* Service Detail css */
/* ---- SECTION WRAPPER ---- */
.section-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== INTRO SECTION ========== */
.intro-section {
  padding: 80px 0 60px;
  background: var(--white);
}
.intro-section .section-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.intro-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-green-soft);
  border: 1px solid rgba(46,204,113,0.25);
  color: #27ae60;
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.intro-label::before {
  content: '';
  width: 7px; height: 7px;
  background: var(--accent-green);
  border-radius: 50%;
}
.intro-text h2 {
  color: var(--primary-dark);
  line-height: 1.2;
  margin-bottom: 20px;
}
.intro-text p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 16px;
}
.intro-visual {
  position: relative;
}
.intro-card {
  background: var(--primary-dark);
  border-radius: 20px;
  padding: 40px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.intro-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(46,204,113,0.25) 0%, transparent 70%);
  border-radius: 50%;
}
.intro-card::after {
  content: '';
  position: absolute;
  bottom: -40px; left: -40px;
  width: 160px; height: 160px;
  background: radial-gradient(circle, rgba(52,152,219,0.2) 0%, transparent 70%);
  border-radius: 50%;
}
.intro-card-icon {
  width: 56px; height: 56px;
  background: var(--accent-green-soft);
  border: 1px solid rgba(46,204,113,0.3);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.intro-card-icon svg { width: 26px; height: 26px; }
.intro-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
  color: var(--white);
}
.intro-card p {
  color: rgba(255,255,255,0.65);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
}
.stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.stat-box {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 18px;
}
.stat-box .num {
  font-size: 30px;
  font-weight: 700;
  color: var(--accent-green);
  line-height: 1;
  margin-bottom: 4px;
}
.stat-box .lbl {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 900px) {
  .intro-section .section-wrap { grid-template-columns: 1fr; gap: 40px; }
}

/* ========== WHAT ACCOUNTANT DOES ========== */
.what-section {
  padding: 70px 0;
  background: var(--bg-light);
}
.section-header {
  text-align: center;
  margin-bottom: 52px;
}
.section-header h2 {
  color: var(--primary-dark);
  line-height: 1.2;
  margin-bottom: 14px;
}
.section-header p {
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}
.section-tag {
  display: inline-block;
  color: var(--accent-blue);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.tasks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.task-card {
  background: #fff4f4;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.task-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11,36,63,0.1);
}
.task-icon {
  width: 50px; height: 50px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.task-icon svg { width: 24px; height: 24px; }
.task-card h4 {
  font-size: 20px;
  color: var(--primary-dark);
  margin-bottom: 10px;
}
.task-card p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.7;
}
.icon-green { background: var(--accent-green-soft); color: var(--accent-green); }
.icon-blue { background: rgba(52,152,219,0.1); color: var(--accent-blue); }
.icon-navy { background: rgba(11,36,63,0.07); color: var(--primary-dark); }

@media (max-width: 768px) {
  .tasks-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .tasks-grid { grid-template-columns: 1fr; }
}

/* ========== THIRD PARTY SECTION ========== */
.outsource-section {
  padding: 70px 0;
  background: var(--white);
}
.outsource-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.outsource-visual {
  position: relative;
}
.checklist-card {
  background: var(--bg-light);
  border-radius: 20px;
  padding: 36px;
  border: 1px solid rgba(0,0,0,0.06);
}
.checklist-card h4 {
  font-size: 22px;
  color: var(--primary-dark);
  margin-bottom: 24px;
}
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.check-item:last-child { border-bottom: none; }
.check-dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--accent-green-soft);
  border: 1.5px solid var(--accent-green);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.check-dot svg { width: 11px; height: 11px; }
.check-item span {
  font-size: 15px;
  color: var(--text-dark);
  line-height: 1.6;
}
.outsource-text h2 {
  color: var(--primary-dark);
  line-height: 1.2;
  margin-bottom: 20px;
}
.outsource-text p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 16px;
}

@media (max-width: 900px) {
  .outsource-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ========== EVALUATION SECTION ========== */
.eval-section {
  padding: 70px 0;
  background: var(--primary-dark);
  position: relative;
  overflow: hidden;
}
.eval-section::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(46,204,113,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.eval-section .section-header h2 { color: var(--white); }
.eval-section .section-header p { color: rgba(255,255,255,0.55); }
.eval-section .section-tag { color: var(--accent-green); }
.eval-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.eval-point {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 28px 28px;
  display: flex;
  gap: 18px;
  transition: background 0.25s;
}
.eval-point:hover { background: rgba(255,255,255,0.08); }
.eval-num {
  font-size: 36px;
  font-weight: 700;
  color: rgba(46,204,113,0.25);
  line-height: 1;
  flex-shrink: 0;
}
.eval-point h4 {
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}
.eval-point p {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .eval-points { grid-template-columns: 1fr; }
}

/* ========== SERVICES CTA SECTION ========== */
.services-cta {
  padding: 70px 0;
  background: var(--bg-light);
}
.services-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.service-pill {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.service-pill:hover {
  border-color: var(--accent-green);
  box-shadow: 0 4px 20px rgba(46,204,113,0.1);
}
.pill-icon {
  width: 40px; height: 40px;
  background: var(--accent-green-soft);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pill-icon svg { width: 18px; height: 18px; color: #27ae60; }
.service-pill span {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
}
.cta-block {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-light) 100%);
  border-radius: 24px;
  padding: 52px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.cta-text h3 {
  font-size: 32px;
  color: var(--white);
  margin-bottom: 10px;
}
.cta-text p {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  max-width: 420px;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-green);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.btn-primary:hover {
  background: #27ae60;
  transform: translateY(-2px);
}
.btn-primary svg { width: 16px; height: 16px; }

@media (max-width: 992px) {
  .services-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .cta-block { flex-direction: column; padding: 36px 28px; }
  .services-row { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 500px) {
  .services-row { grid-template-columns: 1fr; }
}
.blog-section {
  padding: 80px 0 96px;
  background: linear-gradient(160deg, #f0f4f8 0%, #f8f9fa 60%, #eaf7f0 100%);
  position: relative;
  overflow: hidden;
}
/* subtle decorative blobs */
.blog-section::before {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,204,113,0.08) 0%, transparent 70%);
  top: -100px; right: -100px;
  pointer-events: none;
}
.blog-section::after {
  content: '';
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52,152,219,0.07) 0%, transparent 70%);
  bottom: -80px; left: -60px;
  pointer-events: none;
}
/* ── BLOG CARD ── */
.blog-card {
  background: var(--white);
  border-radius: 16px;
  border: none;
  box-shadow: 0 2px 12px rgba(11,36,63,0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s cubic-bezier(.25,.8,.25,1), box-shadow 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(11,36,63,0.13);
}
.blog-card__img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
  flex-shrink: 0;
}
.blog-card__img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card__img-wrap img {
  transform: scale(1.05);
}
.blog-card__img-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #e8f4fd 0%, #eaf7f0 100%);
  display: flex; align-items: center; justify-content: center;
}
.blog-card__img-placeholder svg {
  opacity: 0.3;
}
.blog-card__date {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--primary-dark);
  color: var(--white);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
}
.blog-card__body {
  padding: 24px 24px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.blog-card__title a {
  color: var(--primary-dark);
  text-decoration: none;
  transition: color 0.2s;
}
.blog-card__title a:hover {
  color: var(--accent-blue);
}

.blog-card__excerpt {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* read more button */
.btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-dark);
  border: 1.5px solid var(--primary-dark);
  text-decoration: none;
  transition: all 0.25s ease;
  align-self: flex-start;
  margin-top: auto;
}
.btn-read-more svg {
  transition: transform 0.25s ease;
}
.btn-read-more:hover {
  background: var(--primary-dark);
  color: var(--white) !important;
}
.btn-read-more:hover svg {
  transform: translateX(4px);
}

/* ── EMPTY STATE ── */
.blog-empty {
  padding: 64px 0;
  color: var(--text-light);
}
.blog-empty svg {
  opacity: 0.25;
  margin-bottom: 16px;
}

/* staggered fade-in animation */
.blog-card-wrap {
  opacity: 0;
  transform: translateY(24px);
  animation: cardReveal 0.55s ease forwards;
}
.blog-card-wrap:nth-child(1){animation-delay:0.05s}
.blog-card-wrap:nth-child(2){animation-delay:0.15s}
.blog-card-wrap:nth-child(3){animation-delay:0.25s}
.blog-card-wrap:nth-child(4){animation-delay:0.35s}
.blog-card-wrap:nth-child(5){animation-delay:0.45s}
.blog-card-wrap:nth-child(6){animation-delay:0.55s}

@keyframes cardReveal {
  to { opacity: 1; transform: translateY(0); }
}

/* accent line under section title */
.title-underline {
  display: block;
  width: 56px; height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent-green), var(--accent-blue));
  margin: 16px auto 0;
}

/* ── BLOG DETAIL PAGE ─────────────────────── */
.blog-detail-page {
  background: linear-gradient(160deg, #f0f4f8 0%, #f8f9fa 60%, #eaf7f0 100%);
}

.blog-detail {
  border-radius: 20px;
  overflow: hidden;
}

.blog-detail-hero {
  position: relative;
  max-height: 420px;
  overflow: hidden;
}

.blog-detail-hero-img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

.blog-detail:hover .blog-detail-hero-img {
  transform: scale(1.06);
}

.blog-detail-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(12, 46, 78, 0.8), transparent);
}

.blog-detail-date-badge {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(11, 36, 63, 0.25);
}

.blog-detail-body {
  padding: 2.4rem 2.4rem 2.8rem;
}

@media (min-width: 992px) {
  .blog-detail-body {
    padding: 3rem 3rem 3.2rem;
  }
}

.blog-detail-label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(46, 204, 113, 0.08);
  color: #27ae60;
  letter-spacing: 0.14em;
  font-size: 10px;
}

.blog-detail-title {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--primary-dark);
  line-height: 1.25;
  margin-top: 0.75rem;
}

.blog-detail-meta {
  font-size: 0.85rem;
  margin-top: 0.4rem;
}

.blog-detail-intro {
  font-size: 1.05rem;
  color: var(--text-light);
}

.blog-detail-content {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-dark);
}

.blog-detail-content p {
  margin-bottom: 1.2rem;
}

.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--primary-dark);
}

.blog-detail-content ul,
.blog-detail-content ol {
  padding-left: 1.3rem;
  margin-bottom: 1.2rem;
}

.blog-detail-content li + li {
  margin-top: 0.3rem;
}

.blog-detail-content blockquote {
  margin: 1.8rem 0;
  padding: 1.4rem 1.6rem;
  border-left: 4px solid var(--accent-green);
  background: rgba(46, 204, 113, 0.06);
  border-radius: 0 10px 10px 0;
  font-style: italic;
}

.blog-detail-footer {
  margin-top: 2.5rem;
}

.blog-share-pill {
  font-size: 0.78rem;
  font-weight: 500;
  border-radius: 999px !important;
  border-color: rgba(11, 36, 63, 0.1) !important;
  background: #ffffff !important;
  color: var(--primary-dark) !important;
  padding-inline: 14px;
}

.blog-share-pill:hover {
  background: var(--primary-dark) !important;
  color: #ffffff !important;
}
.owl-theme .owl-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 21px;
}
.owl-carousel.owl-theme .owl-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  background-color: var(--primary-dark) !important;
  margin: 0 !important;
  position: relative;
}
.owl-carousel.owl-theme .owl-nav button span {
  color: transparent;
  background-image: url('../img/icons/chevron-right-slider.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev span {
  background-image: url('../img/icons/chevron-left-slider.svg');
}
.trusted-box{
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: var(--white);
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bx-item{
  background-color: #182e48;
  color: var(--white);
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/* ==========================================================
   Shared section helpers
   ========================================================== */
.testimonial-section,
.onboard-section {
  background: var(--bg-light);
}
.testimonial-quote-icon,
.testimonial-avatar,
.experience-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.testimonial-quote-icon,
.experience-tab-icon {
  color: var(--accent-green);
  background: var(--accent-green-soft);
}
/* ==========================================================
   Testimonial Section
   ========================================================== */
.testimonial-section .test-slider { padding: 6px 4px 10px; }
.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 8px;
  padding: 30px 28px 26px;
  background: var(--white);
  border: 1px solid rgba(11, 36, 63, 0.06);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(11, 36, 63, 0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 204, 113, 0.30);
  box-shadow: 0 14px 32px rgba(11, 36, 63, 0.08);
}
.testimonial-quote-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 16px;
}
.testimonial-card-body {
  flex: 1;
  margin: 0 0 24px;
  min-height: 107px;
  color: var(--primary-dark);
  font-size: 15.5px;
  line-height: 1.7;
}
.testimonial-card-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(11, 36, 63, 0.06);
}
.testimonial-avatar {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary-dark);
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
}
.testimonial-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  line-height: 1.3;
}
.testimonial-author-name {
  margin: 0;
  color: var(--primary-dark);
  font-size: 16px;
  font-weight: 700;
}
.testimonial-author-title {
  color: var(--text-light);
  font-size: 13px;
  font-weight: 500;
}

/* ==========================================================
   How It Works (Onboard) Section
   ========================================================== */
.onboard-section .feature-content h4 { color: var(--accent-green); }
.onboard-section .feature-content p { color: var(--white); }
.onboard-section .feature-icon { margin-bottom: 10px; }
.onboard-section .feature-item {
  display: block;
  background: var(--primary-dark);
  box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
}

/* ==========================================================
   Sector Experience Section
   ========================================================== */
.experience-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 170px;
  padding: 28px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.experience-tab::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(46, 204, 113, 0.18), transparent 65%);
  opacity: 0;
  pointer-events: none;
}
.experience-tab:hover {
  background: rgba(46,204,113,.07);
  border-color: rgba(46, 204, 113, 0.40);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(46, 204, 113, 0.10);
}

.experience-tab-icon {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(46, 204, 113, 0.20);
  font-size: 24px;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.experience-tab:hover .experience-tab-icon {
  transform: scale(1.06);
  background: var(--accent-green);
  color: var(--white);
  border-color: var(--accent-green);
}
.experience-tab-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .04em;
  text-transform: uppercase;
} 