
body {
  padding: 0;
  margin 0;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
}

a { text-decoration: none; color: #00bcd4; }
a:focus-visible {
    outline: none;
}

/* ===== BUTTON ===== */
.btn-custom {
    border: none;
    padding: 10px 40px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    /*background: linear-gradient(99.91deg, #00A69C -7.25%, #2E3191 44.85%, #00A69C 101.8%);*/
    background: linear-gradient(109.47deg, #00A69C -82.79%, #2E3191 151.66%, #00A69C 195.99%);
}

/* ===== HEADER ===== */
/*.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 70px 0 20px;
}*/

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  padding: 70px 0 20px;
  transition: all 0.3s ease;
  background: transparent;
}

/* Ensure menu positions relative to container */
.header .container {
  position: relative;
}


/* ===== SCROLLED HEADER ===== */
/*.header.scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 15px 20px;
    background: linear-gradient(135deg, #0a7aa3, #2b3f92);
}*/

.header.scrolled {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 15px 20px;
    background: rgba(10, 122, 163, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* Change hamburger color when scrolled */
.header.scrolled .menu-toggle span {
  background: #fff;
}

/* Change button style on scroll */
.header.scrolled .book-btn {
  background: #00bcd4;
  color: #fff;
}


.menu-panel {
    position: absolute;
    top: 50px;
    right: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    display: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.book-btn {
    background: #fff;
    color: #333;
    border-radius: 25px;
    padding: 6px 16px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.13px;
    text-align: center;
}

/* ===== HAMBURGER ===== */
.menu-toggle {
    width: 32px;
    height: 20px;
    cursor: pointer;
    position: relative;
}

.menu-toggle span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  transition: 0.3s;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 9px; }
.menu-toggle span:nth-child(3) { bottom: 0; }

/* ===== FLOAT MENU ===== */
.menu-panel {
    position: absolute;
    top: 60px;
    right: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px;
    display: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.menu-panel a {
  display: block;
  color: #333;
  text-decoration: none;
  margin: 10px 0;
  font-weight: 500;
}

.menu-panel a:hover {
  color: #00bcd4;
}

.menu-panel.active {
  display: block;
}



/* Loader */
.page-loader {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    overflow: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* Hide after load */
.page-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Video styling */
.page-loader video {
  width: fit-content;
  object-fit: contain;
}




/* ===== HERO ===== */
/* ===== HERO SLIDER ===== */
.hero-slider,
.heroSwiper,
.hero-slide {
  height: 100vh;
}

.hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-title {
    font-weight: 600;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0px;
    text-transform: uppercase;
}




/* Overlay */
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(57, 85, 222, 0.6) 0%, rgba(15, 53, 73, 0.6) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
}

/* ===== TEXT ANIMATION ===== */
.hero-title,
.hero-btn {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.swiper-slide-active .hero-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.swiper-slide-active .hero-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

/* ===== PAGINATION DOTS ===== */
.swiper-pagination {
  bottom: 40px !important;
}

.swiper-pagination-bullet {
  background: rgba(255,255,255,0.5);
  width: 12px;
  height: 12px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #00a59c;
  width: 28px;
  border-radius: 10px;
  transition: width 0.4s ease;
}





.section-title {
    font-weight: 300;
    font-size: 42px;
    line-height: 44.8px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}


/* ===== WHY JHONKA SECTION ===== */
.why-jhonka {
  background: #f4f5f7 url('../images/home/why-Jhonka-bg.webp') no-repeat center center;
  background-size: cover;
  min-height: 100vh;     /* full screen */
  display: flex;         /* vertical alignment */
  align-items: center;   /* center content vertically */
  position: relative;
  overflow: hidden;
  padding: 0;            /* remove 10em padding */
}

.why-content {
    width: 78%;
    position: relative;
    top: 0em;
}

/* Make right column allow overflow */
.why-jhonka .col-lg-6.position-relative {
  position: static !important;
}

/* Wrapper becomes full height anchor */
.why-image-wrapper {
  position: static;
}

/* ===== CURVE FULL RIGHT ===== */
.why-curve {
    position: absolute;
    right: 0px;
    bottom: 25vh;
    width: 58vw;
    max-width: none;
    z-index: 1;
}

/* ===== MAN OUTSIDE CONTAINER ===== */
.why-man {
  position: absolute;
  right: 7vw;    /* push outside container */
  bottom: 0;
  max-height: 85vh;
  width: auto;
  z-index: 2;
}

/* ===== CONTENT ===== */
.why-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.why-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-weight: 400;
}



/* ===== ESSENTIAL SECTION ===== */
.essential-section {
  padding: 6em 0;
  /*background: linear-gradient(90deg, #0a7aa3, #2b3f92);*/
  color: #fff;

  background: #f4f5f7 url('../images/home/essential-bg.jpg') no-repeat center center;
  background-size: cover;

}

/* ===== ICON ITEM ===== */
.essential-item {
    text-align: center;
    transition: 0.3s ease;
    margin: 0 25px;
}

/* Circle */
.icon-circle {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;     /* stack icon + label */
  align-items: center;
  justify-content: center;
  gap: 6px;                   /* space between icon and label */
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
  padding: 10px;
}

.icon-circle a {
    z-index: 1;
    text-decoration: none;
}

/* Icon */
.icon-circle img {
  width: 32px;
  height: 32px;
}

/* Label inside circle */
.icon-circle p {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 500;
}

/* ===== GLOW EFFECT ===== */
.icon-circle::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  opacity: 1;
  transition: 0.3s ease;
}

.essential-item:hover .icon-circle::before {
  opacity: 1;
  box-shadow: 0 0 30px rgba(255,255,255,0.8);
}

.essential-item:hover .icon-circle {
  transform: translateY(-4px) scale(1.05);
}




/* ===== PROMISE SECTION ===== */
.promise-section {
    padding: 8em 0;
    background: #f3f4f6;
    position: relative;
    overflow: hidden;
    background: url('../images/home/promise-bg.jpg');
    background-size: cover;
}

/* Subtle wave pattern background */
.promise-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/home/pattern-wave.png') repeat;
    opacity: 1;
    background-attachment: fixed;
}

.promise-section .advantages-grid .adv-card:last-child {
    grid-column: unset;
}


/* Keep content above pattern */
.promise-section .container {
  position: relative;
  z-index: 2;
}

/* ===== UL LAYOUT ===== */
.promise-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  gap: 60px;              /* exact spacing between cards */
  flex-wrap: wrap;        /* responsive wrap */
}

/* ===== CARD ===== */
.promise-card {
  background: #fff;
  width: 220px;           /* fixed width for equal size */
  height: 70px;           /* equal height */
  border-radius: 10px;
  color: #444;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  padding: 0 15px;
}
.promise-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  cursor: pointer;
}
.promise-card a {
    font-size: 18px;
    color: rgba(16, 53, 73, 1);
}



/* ===== PILLARS SECTION ===== */
.pillars-section {
  padding: 10em 0;
  background-image: url(../images/home/pillars-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.pillars-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 260px;
  background: url('../images/home/pillar-vector.png') no-repeat;
  background-size: contain;
  z-index: 0;
}

.pillars-section .container {
  position: relative;
  z-index: 2;
}

/* WRAPPER */
.pillars-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* prevent jump */
  gap: 14px;
  margin-top: 50px;
}

/* BASE PILLAR */
.pillar {
  width: 150px;
  height: 350px;
  background: rgba(43, 43, 43, 0.2);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;

  transition:
    width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* HEADER DEFAULT */
.pillar-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 11px;
}

/* ICON */
.pillar-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.pillar-icon img {
  width: 34px;
}

/* LABEL */
.pillar-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 300;
  transition: all 0.8s ease;
}

/* CONTENT – ANIMATED */
.pillar-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    max-height 0.8s ease,
    opacity 0.7s ease,
    transform 0.7s ease;
}

/* ACTIVE PILLAR */
.pillar.active {
  width: 400px;
  align-items: flex-start;
  padding: 18px;
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(14,165,164,0.25);
}

/* HEADER ACTIVE */
.pillar.active .pillar-header {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: fit-content;
}

.pillar.active .pillar-label {
  writing-mode: horizontal-tb;
  transform: none;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 8px;
}

/* ICON SCALE */
.pillar.active .pillar-icon {
  transform: scale(1.05);
}

/* SHOW CONTENT */
.pillar.active .pillar-content {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  text-align: left;
  padding: 0 58px 0 80px;
}

/* TITLE */
.pillar-content h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}

/* DESCRIPTION */
.pillar-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #ddd;
  margin-top: 15px;
}




/* ===== ADVANTAGES SECTION ===== */
.advantages-section {
  padding: 8em 0;
  background: #f3f4f6;
  position: relative;
  overflow: hidden;
  background: url(../images/home/advantages-bg.png);
  background-size: cover;
}

/* subtle wave pattern */
.advantages-section::before {
      content: "";
    position: absolute;
    inset: 0;
    background: url(../images/home/pattern-wave.png) repeat;
    opacity: 1;
    background-attachment: fixed;
}

/* keep content above pattern */
.advantages-section .container {
  position: relative;
  z-index: 2;
}

/* ===== GRID ===== */
.advantages-grid {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3, 340px);
    justify-content: center;
    column-gap: 60px;
    row-gap: 60px;
}

/* ===== CARD ===== */
.adv-card {
    width: 340px;
    height: 90px;
    background: transparent;
    backdrop-filter: blur(6px);
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0 1px 2px rgba(0,0,0,0.04),
    0 4px 10px rgba(0,0,0,0.04);
    transition: all 0.25s ease;
    border-radius: 15px;
}

.adv-card img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.adv-card span {
    color: rgba(16, 53, 73, 1);
    font-size: 18px;
    line-height: 22px;
}


/* hover */
.adv-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 2px 6px rgba(0,0,0,0.06),
    0 8px 18px rgba(0,0,0,0.05);
}
.advantages-grid .adv-card:last-child {
  grid-column: 2 / 3;   /* place in center column */
}



.lifecycle-footer-section {
    background: url(../images/home/lifecycle-footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ===== LIFECYCLE SECTION ===== */
.lifecycle-section {
    padding: 100px 0;
    color: #fff;
    height: 80vh;
    display: flex;
    align-items: center;
}

/* Circle wrapper */
.lifecycle-circle img {
  width: 420px;
  max-width: 100%;
}

/* Content spacing */
.lifecycle-content {
  max-width: 480px;
}

.lifecycle-content p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-top: 12px;
}




/* About Us */

/* ===== INNER HERO (COMMON) ===== */
.inner-hero {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* OVERLAY */
.inner-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(269.87deg, rgba(57, 85, 222, 0.6) 0.13%, rgba(15, 53, 73, 0.6) 99.9%);
}

/* TITLE */
.inner-hero-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* WAVE */
.inner-hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.6;
}

.inner-hero-wave img {
  width: 100%;
}



/* ===== TRANSFORM SECTION ===== */
.transform-section {
  padding: 0;
  position: relative;
  overflow: hidden;
  /* BACKGROUND IMAGE */
  background: url('../images/about/transform-bg.png') center center / cover no-repeat;
}

/* subtle wave pattern */
.transform-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/about/pattern-wave.webp') repeat;
}

/* keep content above pattern */
.transform-section .container {
  position: relative;
  z-index: 2;
}

/* CONTENT WIDTH */
.transform-content {
    z-index: 2;
    padding-right: 8%;
    padding-left: calc((100vw - 1335px) / 2 + 15px);
    position: relative;
}

.transform-content p {
  font-size: 16px;
  line-height: 1.7;
  color: background: rgba(0, 0, 0, 1);
  margin-bottom: 16px;
}

/* IMAGE */
.transform-image {
  position: relative;
  text-align: right;
}

.transform-image img {
  max-width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  bottom: 0px; /* overflow effect */
}



/* ===== VISION MISSION SECTION ===== */

.vision-mission-section {
  position: relative;
  padding: 140px 0;
  overflow: visible; /* allow overlap */
  color: #fff;
}

/* GRADIENT BACKGROUND LAYER */
.vm-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(110.71deg, #00A69C -12.66%, #2E3191 50.23%, #00A69C 113.05%);
}

/* CONTENT ABOVE BG */
.vision-mission-section .container {
  position: relative;
  z-index: 2;
}

/* HOUSE OVERLAP TOP */
.vm-house {
    position: absolute;
    top: -280px;
    left: 0;
    width: 450px;
    z-index: 3;
}

/* FLOAT ANIMATION */
@keyframes floatUpDown {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

.vm-house img {
  width: 100%;
  animation: floatUpDown 3s ease-in-out infinite;
}

/* TARGET OVERLAP BOTTOM */
.vm-target {
    position: absolute;
    bottom: -230px;
    right: 20%;
    width: 380px;
    z-index: 3;
}



.vm-target img {
  width: 100%;
  animation: floatUpDown 3s ease-in-out infinite;
}

/* CONTENT */
.vm-content {
  max-width: 450px;
}

.vm-content h3 {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 42px;
    line-height: 44.8px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.vm-content p {
  font-size: 16x;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

/* SPACING LIKE DESIGN */
.vm-vision {
    margin-top: 20px;
    position: relative;
    left: -40px;
}

.vm-mission {
    margin-top: 180px;
    margin-left: 7em;
    max-width: fit-content;
}




/* ================================
   STEPS SECTION
================================ */
.steps-section {
    position: relative;
    padding: 100px 0;
    background: url('../images/about/6-steps-bg.webp') center/cover no-repeat;
    overflow: hidden;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.steps-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.85);
}

/* ================================
   SWIPER WRAP (LEFT ALIGN WITH CONTAINER)
================================ */
.steps-swiper-wrap {
  padding-left: calc((100% - 1320px) / 2);
  position: relative;
  z-index: 2;
}

/* SWIPER */
.stepsSwiper {
  overflow: visible;
  margin-top: 50px;
}

.stepsSwiper .swiper-slide {
  width: 300px;
}

/* ================================
   STEP CARD
================================ */
/*.step-card {
    background: rgb(255 255 255 / 48%);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    height: 280px;
    overflow: hidden;
    transition: height 0.4s ease;
}*/

/* ACTIVE CARD */
/*.step-card.active {
    border: 1px solid rgba(0, 166, 156, 1);
    box-shadow: 0 12px 30px rgba(124,58,237,0.25);
    height: auto;
}*/

.step-card {
    background: rgb(255 255 255 / 48%);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    border: 2px solid transparent;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;
    opacity: 0.9;
    transform: translateY(0);
    transition: max-height 0.8s ease,
    opacity 0.45s ease,
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border 0.45s ease;
}
.step-card.active {
    max-height: 600px;
    opacity: 1;
    transform: translateY(-6px);
    border: 1px solid rgba(0, 166, 156, 1);
    box-shadow: 0 20px 40px rgba(0, 166, 156, 0.25);
}



/* TEXT */
.step-card h5 {
    font-size: 30px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 6px;
    font-weight: 300;
}

.step-card h4 {
    font-weight: 400;
    font-size: 18px;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 15px;
}

.step-card p {
    font-size: 16px;
    color: rgba(126, 126, 126, 1);
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 20px;
}

/* READ MORE BUTTON */
.read-more {
    border: none;
    background: none;
    color: rgba(45, 54, 143, 1);
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
}

/* ================================
   EXPANDABLE CONTENT INSIDE CARD
================================ */
.step-full {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin-top: 8px;
}

.step-card.active .step-full {
  max-height: 500px;
  margin-top: 8px;
}

.step-full h6 {
    font-size: 18px;
    color: rgba(126, 126, 126, 1);
}

.step-full ul {
    padding-left: 18px;
}

.step-full ul li {
    font-size: 16px;
    color: rgba(126, 126, 126, 1);
    margin-bottom: 10px;
}

.step-card.active .step-short p {
  /*display: none;*/
}
.step-card.active .step-short p.hide { display: none; }

/* ================================
   SWIPER ARROWS
================================ */
.steps-prev, .steps-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(0,0,0,0.1);
    z-index: 3;
    font-size: 44px;
}

/*.steps-prev {
  left: calc((100% - 1320px) / 2 - 50px);
}*/

.steps-prev span, .steps-next span {
    font-size: 50px;
    position: relative;
    top: -3px;
}

.steps-prev {
    right: 70px;
    left: auto;
}

.steps-next {
  right: 20px;
}

.steps-prev:focus-visible, .steps-next:focus-visible {
    outline: none;
}



  .our-team-section {
 background: linear-gradient(110.71deg, #00A69C -12.66%, #2E3191 50.23%, #00A69C 113.05%);
 padding: 100px 0;
}


.team-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 90px 90px 15px 15px;
    padding: 30px 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    margin: 0 30px;
    position: relative;
    margin-top: 12em;
}

.team-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.2);
}

.team-img-wrapper {
    width: 210px;
    height: 220px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -130px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgb(217 217 217 / 72%);
}

.team-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-name {
    color: #ffffff;
    font-weight: 600;
    margin-top: 120px !important;
}

.team-role {
  color: #e0e0e0;
  font-size: 14px;
}


/* About Us End */



/* ================================
   Solutions Page
================================ */
.solutions-section {
  padding: 100px 0;
  background: url('../images/solutions/solutions-section-bg.webp') center/cover no-repeat;
  position: relative;
}

.solutions-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/home/pattern-wave.png') repeat;
    opacity: 1;
    background-attachment: fixed;
}
.solutions-section .container {
    position: relative;
}

/* IMAGE */
.solution-img {
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* CONTENT */
.solution-content {
    padding-left: 35px;
}
.solution-content h3 {
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.solution-content ul {
  padding-left: 18px;
}

.solution-content li {
  font-size: 16px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 1);
}

/* ================================
   HIGHLIGHT CARD (MIDDLE)
================================ */
.solution-highlight {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.solution-highlight img {
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

.solution-highlight::before {
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
}

.solution-highlight-content {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    transform: translate3d(-50%, -50%, 0); /* keep centering */
    color: #fff;
    max-width: 620px;
    text-align: left;
}

.solution-highlight-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.solution-highlight-content ul {
  padding-left: 18px;
}

.solution-highlight-content li {
  font-size: 16px;
  margin-bottom: 6px;
}


/* Solutions Page End  */




/* ================================
   SECTORS PAGE
================================ */
.sectors-intro {
  padding: 120px 0;
  background: url('../images/sectors/sectors-intro-bg.jpg') center/cover no-repeat;
  position: relative;
}

.sectors-intro .section-title {
  max-width: 720px;
  margin: 0 auto 20px;
  line-height: 1.4;
}

.sectors-intro-text {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}


/* SECTORS PAGE END  */

/* ================================
   SECTORS LISTING
================================ */
.sectors-listing {
  padding: 100px 0;
  background: url('../images/sectors/sectors-listing-bg.webp') center/cover no-repeat;
}

/* CARD WRAPPER */
.sector-card {
  background: #fff;
  border-radius: 6px;
  padding: 0px;
  margin-bottom: 60px;
}

/* IMAGE */
.sector-img {
    border-radius: 4px;
    width: 100%;
    object-fit: cover;
    height: 450px;
}

/* CONTENT */
.sector-content h3 {
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
}
.sector-content h3:after {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: -20px;
    width: 100px;
    left: 0;
}

.sector-content {
    padding-left: 55px;
    padding-right: 20px;
}

.pillars-title {
    font-size: 18px;
    margin-bottom: 6px;
    color: rgba(126, 126, 126, 1);
    font-weight: 700;
}

.sector-content p {
    font-size: 16px;
    color: rgba(126, 126, 126, 1);
    margin-bottom: 4px;
}

.sector-content ul {
  padding-left: 18px;
  margin-bottom: 10px;
}

.sector-content li {
  font-size: 16px;
  color: rgba(126, 126, 126, 1);
  margin-bottom: 4px;
}


/* READ MORE LINK */
.read-more-link {
    font-size: 16px;
    color: rgba(46, 49, 145, 1);
    text-decoration: none;
}

.read-more-link:hover {
  text-decoration: underline;
}


.remove-row-padding {
  --bs-gutter-x: 0;
}

.remove-row-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}





/* ================================
   Services Page
================================ */
.services-section {
  padding: 100px 0 30px;
  background: url('../images/services/services-section-bg.webp') center/cover no-repeat;
  position: relative;
}

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/home/pattern-wave.png') repeat;
    opacity: 1;
    background-attachment: fixed;
}

.services-section .container {
    position: relative;
}


/* GRID SPACING */
.services-grid > div {
  margin-bottom: 40px;
}

/* CARD */
.service-card {
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    margin: 0 30px;
}

/* IMAGE BLOCK */
.service-img-wrap img {
  width: 100%;
  display: block;
  border-radius: 12px 12px 0 0;
}

/* CONTENT PANEL */
.service-content {
    background: rgb(208 208 220 / 67%);
    padding: 30px;
    border-radius: 13px;
    width: 88%;
    margin: 0 auto;
    position: relative;
    top: -44px;
    border: 1px solid rgb(255 255 255 / 44%);
    backdrop-filter: blur(10px);
    min-height: 290px;
}
.service-card img.img-fluid.service-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


/* TITLE */
.service-content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #333;
}

/* BULLETS */
.service-content ul {
  padding-left: 16px;
  margin: 0;
}

.service-content li {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 4px;
}

/* REMOVE HOVER LIFT (STATIC DESIGN) */
.service-card:hover {
  transform: none;
  box-shadow: none;
}

/* Service Page End */



/* ================================
   Careers Page
================================ */
.careers-section {
  padding: 100px 0;
  background: url('../images/careers/careers-section-bg.webp') center/cover no-repeat;
  position: relative;
}

.careers-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/home/pattern-wave.png') repeat;
    opacity: 1;
    background-attachment: fixed;
}

.careers-section .container {
    position: relative;
}

/* INTRO */
.careers-intro {
  max-width: 640px;
  margin: 0 auto 70px;
}

.careers-intro p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

/* BLOCK SPACING */
.careers-block {
  margin-bottom: 0px;
}

/* IMAGE */
.careers-img {
  border-radius: 0;
  width: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* CONTENT */
.careers-content {
    padding-left: 60px;
}
.careers-content.two {
    padding-left: 0;
    padding-right: 60px;
}
.careers-content h3 {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

/* POINT GRID */
.careers-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 30px;
}

.careers-points h4 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.careers-points p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  color: rgba(126, 126, 126, 1);
}




/* ================================
   OPEN POSITIONS SECTION
================================ */
.open-positions {
  padding: 100px 0;
  /*background: linear-gradient(135deg, #1e3a8a, #0ea5a4);*/
  background: url('../images/careers/open-positions-bg.webp') center/cover no-repeat;
}

/* GRID SPACING */
.job-grid > div {
  margin-bottom: 35px;
}

/* CARD */
.job-card {
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px 40px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* TITLE */
.job-card h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 1);
  font-weight: 300;
}

/* EXPERIENCE */
.job-card .exp {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    color: rgba(62, 62, 62, 1);
}

/* DESCRIPTION */
.job-desc {
    font-size: 16px;
    color: rgba(126, 126, 126, 1);
    line-height: 1.6;
    margin-bottom: 25px;
    min-height: 112px;
}

/* APPLY BUTTON */
.apply-btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 10px 22px;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    background: linear-gradient(109.47deg, #00A69C -82.79%, #2E3191 151.66%, #00A69C 195.99%);
}
.apply-btn:hover {
  opacity: 0.9;
}



/* MODAL CARD STYLE */
.job-modal {
  border-radius: 12px;
  padding: 10px;
}

.job-modal .modal-header {
  border-bottom: none;
}

.job-modal .modal-title {
  font-size: 18px;
}

/* SUBMIT BUTTON */
.apply-submit-btn {
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    background: linear-gradient(109.47deg, #00A69C -82.79%, #2E3191 151.66%, #00A69C 195.99%);
    font-size: 16px;
}
.is-invalid {
  border-color: #dc3545;
}

.form-message {
  font-size: 16px;
  text-align: center;
}

/*  Careers Page End */



/* Contact Us Page */

/* ================================
   CONTACT SECTION
================================ */
.contact-section {
  padding: 100px 0;
}

/* HEADER */
.contact-header {
  max-width: 600px;
  margin: 0 auto 50px;
}

.contact-label {
    font-size: 16px;
    letter-spacing: 2px;
    color: #0ea5a4;
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.contact-header p {
  font-size: 16px;
  color: #666;
}

/* FORM WRAPPER */
.contact-form-wrapper {
  max-width: 650px;
  margin: 0 auto;
  background: #f5f6f8;
  padding: 30px;
  border-radius: 8px;
}

/* INPUT */
.contact-form-wrapper label {
    font-size: 16px;
    margin-bottom: 6px;
    color: rgba(15, 53, 73, 1);
    font-weight: 600;
}

.contact-form-wrapper .form-control {
  height: 42px;
  font-size: 16px;
}

/* BUTTON */
.contact-btn {
    border: none;
    padding: 10px 40px;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(109.47deg, #00A69C -82.79%, #2E3191 151.66%, #00A69C 195.99%);
}

/* MAP */
.contact-map {
  line-height: 0; /* removes iframe gap */
}

.contact-map iframe {
  width: 100%;
  height: 420px;
  display: block;
}

.invalid-feedback {
  display: block;
  font-size: 12px;
}

.is-invalid {
  border-color: #dc3545;
}



/* Contact Us Page End */



/* ===== FOOTER ===== */
.site-footer {
    /* background: linear-gradient(135deg, #0a7aa3, #2b3f92); */
    color: #fff;
    padding: 100px 0 30px;
    font-size: 16px;
    border-top: 1px solid rgb(255 255 255 / 71%);
}

/* LOGO */
.footer-logo {
  width: 140px;
  margin-bottom: 12px;
}

.footer-brand p {
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

/* HEADINGS */
.site-footer h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}

/* LISTS */
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*.quick-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 0px;
}*/

.quick-links {
    display: flex;
    flex-direction: column;
    width: 130px;
}


.site-footer ul li {
  margin-bottom: 8px;
}

.site-footer ul li a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: 0.2s;
}

.site-footer ul li a:hover {
  color: #fff;
}

/* CONTACT */
.footer-contact p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.8);
}

.footer-contact i {
  margin-top: 3px;
}

.footer-contact a {
    color: rgba(255,255,255,0.8);
}

/* SOCIAL */
.footer-social {
  margin-top: 20px;
}


.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #fff;
  color: #2b3f92;
}

/* DIVIDER */
.footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.25);
  margin: 40px 0 20px;
}

/* BOTTOM */
.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,0.7);
}