    :root {
      --navy: #00285F;
      --navy-soft: #00285F;
      --ink: #00285F;
      --muted:#475569;
      --line: #e7eaf0;
      --page: #ffffff;
      --soft: #f6f7f9;
      --chip: #F1F5F9;
      --coral: #D33F49;
      --coral-dark: #c9404a;
      --gold: #C8963E;
      --gold-soft: #f4e5b6;
      --green: #23bea7;
      --primary-text-color :#1E293B;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "Poppins", Arial, sans-serif;
      color: var(--ink);
      background: var(--page);
      overflow-x: hidden;
      letter-spacing: 0;
    }

    .brand img{
        width: 140px;
        height: 70px;
        flex-shrink: 0;
        aspect-ratio: 102/49;
    }

    img {
      max-width: 100%;
      display: block;
    }

    a {
      color: inherit;
    }

    .page-shell {
      max-width: 1200px;
      width: calc(100vw - 32px);
      margin: 0 auto;
    }

    .page-shell-custom {
      max-width: 1300px;
      width: calc(100vw - 32px);
      margin: 0 auto;
    }

    .site-nav {
      background: var(--page);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      padding: 0;
    }

    .site-nav .navbar {
      min-height: 64px;
      padding: 0;
    }

    .brand {
      color: #ffffff;
      font-size: 1rem;
      font-weight: 800;
      text-decoration: none;
    }

    .brand span {
      color: var(--green);
    }

    .mobile-nav-button {
      border: 0;
      padding: 0.35rem 0;
      color: #ffffff;
      font-size: 1.65rem;
      line-height: 1;
      background: transparent;
      display: none;
    }

    .mobile-nav-button:focus {
      box-shadow: none;
    }

    .navbar-toggler-icon {
      width: 24px;
      height: 18px;
      background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
      background-position: 0 0, 0 8px, 0 16px;
      background-repeat: no-repeat;
      background-size: 24px 2px;
      filter: none;
    }

    .nav-menu {
      gap: 1.45rem;
    }

    .site-nav .nav-link {
      position: relative;
      color: var(--ink);
      font-size: 16px;
      font-weight: 500;
      padding: 1.45rem 0 !important;
      transition: color 0.2s ease;
      line-height: normal;
    }

    .site-nav .nav-link:hover,
    .site-nav .nav-link.active {
      color: var(--ink);
    }

    .site-nav .nav-link.active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0.95rem;
      height: 2px;
      background: var(--coral);
      border-radius: 999px;
    }

    .nav-actions {
      gap: 0.6rem;
    }

    .nav-action {
      /* display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      padding: 0 0.9rem;
      border-radius: 6px;
      text-decoration: none;
      font-size: 0.78rem;
      font-weight: 700; */

    display: flex;
    height: 56px;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-radius: 68px;
    border: 1px solid #fff;
    }

    .nav-action.login {
      color: var(--ink);
      border: 1px solid var(--ink);
    }

    .nav-action.register {
      color: #ffffff;
      background: var(--coral);
    }

    .hero {
      padding: 96px 0 84px;
      background: #ffffff;
    }

    .hero-layout {
      display: grid;
      grid-template-columns: 0.95fr 1.05fr;
      gap: clamp(32px, 6vw, 78px);
     
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--gold);
      color: #fff;
      padding: 0.42rem 0.8rem;
      font-size: 0.72rem;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 1.25rem;
      letter-spacing: 0;
    }

    .eyebrow.light {
      color: rgba(255, 255, 255, 0.65);
      background: rgba(255, 255, 255, 0.08);
    }

    .section-eyebrow {
      color: var(--coral);
      display: block;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 24px;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      margin-top: 0;
    }

    .hero-layout > *,
    .split > *,
    .contact-grid > *,
    .section-heading-row > *,
    .team-head {
      min-width: 0;
    }

    .hero-title {
    font-family: "Poppins", sans-serif;
    font-size:68px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -1.5px;
    color: #002868;
}

.hero-title span {
    display: block;
}

.hero-title .highlight {
    display: inline;
    color: #3b82f6;
}
.hero-title .hospitality {
    display: inline;
    color: #C8963E;
}
  .hero-title .facility {
      display: inline;
      color: #3A8A6B;
  }
.hero-title .care {
      display: inline;
      color: #D4726A;
  }
  .hero-subtitle{
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    color: #002868;
  }

@media (max-width: 768px) {
    .hero-title {
        font-size: 48px;
        line-height: 52px;
    }
}

    .hero-copy {
      color: var(--muted);
      max-width: 520px;
      margin-bottom: 1.25rem;
      font-size: 18px;
        font-style: normal;
    font-weight: 400;
    line-height: 20.8px; /* 115.556% */
    letter-spacing: -0.13px;
    }

    .role-pills,
    .tab-row,
    .choice-row {
      display: flex;
      gap: 0.55rem;
      flex-wrap: wrap;
      min-width: 0;
    }

    .role-pill,
    .position-tab,
    .choice-pill {
      flex: 0 0 auto;
      border: 0;
      background: var(--chip);
      color: #6A7282;
      border-radius: 4px;
      min-height: 32px;
      padding: 10px 18px;
      font-size: 0.78rem;
      font-weight: 500;
      cursor: pointer;
      white-space: nowrap;
      font-size: 14px;
      line-height: 20.8px;
      letter-spacing: -0.13px;
      transition: color 0.2s ease, background 0.2s ease;
    }

    .position-tab{
        border-radius: 68px;
    }

    .role-pill:hover,
    .role-pill.active,
  
    .choice-pill:hover,
    .choice-pill.selected {
      background: var(--coral);
      color: #ffffff;
    }

  .position-tab:hover,
    .position-tab.active{
         background: var(--navy);
      color: #ffffff;

    }

    .hero-actions {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      flex-wrap: wrap;
      margin: 1.35rem 0 1.35rem;
    }

    .btn-brand,
    .btn-dark-brand,
    .btn-light-outline,
    .btn-apply,
    .btn-submit {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 0;
      border-radius: 68px;
      min-height: 42px;


      padding: 14px 32px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 500;
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .btn-brand {
      color: #ffffff;
      background: var(--coral);
    }

    .btn-brand:hover,
    .btn-submit:hover,
    .btn-apply:hover {
      color: #ffffff;
      background: var(--coral-dark);
      transform: translateY(-1px);
    }

    .btn-dark-brand {
      color: #ffffff;
      background: var(--navy);
    }

    .btn-dark-brand:hover {
      color: #ffffff;
      background: #0b1220;
      transform: translateY(-1px);
    }

    .btn-light-outline {
      color: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.45);
      background: rgba(255, 255, 255, 0.13);;
    }
    .btn-light-outline:hover {
      color: var(--navy);
      background: #ffffff;
      border-color: #ffffff;
    }
    .hero-stats{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(80px,1fr));
      gap:1.1rem;
      padding:20px;
    }
    .hero-stat {
      border-top: 3px solid var(--line);
      padding-top: 0.7rem;
      color: var(--muted);
      font-size: 16px;
      text-align: center;
      font-weight: 500;
    }
    
    .hero-stat strong {
      display: block;
      color: var(--ink);
      font-size: 0.95rem;
      font-weight: 800;
      margin-bottom: 0.16rem;
    }
    .hero-content,
    .hero-media{
        transition: 0.4s ease;
    }

    /* animation */
    .hero-fade-out{
        opacity: 0;
        transform: translateY(15px);
    }

    .hero-fade-in{
        opacity: 1;
        transform: translateY(0);
    }

    .hero-stat{
        cursor: pointer;
        transition: 0.3s ease;
    }

    #heroImage{
        transition: 0.5s ease;
    }
    .hero-media {
      min-height: 456px;
     
      overflow: hidden;
      background: var(--soft);
    }

    .hero-media img {
      width: 100%;
      height: 100%;
      min-height: 456px;
      object-fit: cover;
      border-right: 12px solid transparent;
      transition: 0.5s ease, border-color 0.5s ease;
    }

    .logos {
      padding: 42px 0 78px;
      background: #ffffff;
    }

    .trusted-label {
      text-align: center;
      color: #94A2B8;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 2rem;
      letter-spacing: 0;
    }

    .logo-row {
      display: grid;
      grid-template-columns: repeat(5, minmax(100px, 1fr));
      gap: 1.25rem;
      align-items: center;
    }

    .logo-word {
      display: flex;
      min-height: 48px;
      align-items: center;
      justify-content: center;
      color: #6f7684;
      font-size: 1rem;
      font-weight: 800;
      opacity: 0.85;
      text-align: center;
    }

    .logo-word img{
        height: 70px;
        width: 150px;
        object-fit: contain;
    }

    .logo-word.green {
      color: var(--green);
    }

    .logo-word.gold {
      color: #bc8a31;
    }

    .section {
      padding: 84px;
      background: #ffffff;
    }
    .section-bottom{
      padding-bottom: 84px;;
    }

    .section.soft {
      background: var(--soft);
    }
    .pink-color {
      background:#E6EFFA;
    }
    .pink-color-demo{
    background: #F9FAFB;
    }
    .split {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      gap: clamp(34px, 6vw, 78px);
      align-items: center;
    }

    .section h2 {
      color: var(--ink);
      font-size: 40px;
      line-height: normal;
      font-weight: 700;
      margin-bottom: 24px;
    }

    .section-copy {
      color: var(--primary-text-color);
      font-size: 14px;
      line-height: normal;
      margin-bottom: 24px;
    }

    .image-panel {
      overflow: hidden;
    
      background: var(--chip);
    }

    .image-panel img {
      width: 100%;
      height: 390px;
      object-fit: cover;
    }

    .check-list {
      list-style: none;
      padding: 0;
      margin: 1.15rem 0 1.45rem;
      display: grid;
      gap: 0.75rem;
    }

    .check-list li {
      display: grid;
      grid-template-columns: 22px minmax(0, 1fr);
      gap: 25px;
      color: var(--primary-text-color);
      font-size: 0.92rem;
      line-height: 1.5;
    }

    .check-list li::before {
      content: "✓";
      width: 22px;
      height: 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #FEF2F3;
      color: var(--coral);
      border-radius: 100px;
      font-weight: 600;
      line-height: 1;
      padding: 4px 2px;
    }

     .check-list li strong{
        display: inline;
     }

    .quote-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      margin-top: 58px;
    
    }

    .quote-card {
      padding: 28px 34px;
      min-height: 174px;
      border-right: 1px solid var(--line);
      background: #ffffff;
    }

    .quote-card.card-dark {
        background: var(--soft);

    }


    .quote-card:last-child {
      border-right: 0;
    }

    .quote-card p {
      color: var(--muted);
      font-size: 16px;
      line-height: normal;
      font-weight: 300;
      font-style: italic;
      margin-bottom: 24px;
    }

    .quote-person {
      display: flex;
      align-items: center;
      gap: 0.7rem;
      color: var(--ink);
      font-size: 0.8rem;
      font-weight: 800;
    }

    .quote-person span {
      color: var(--muted);
      display: block;
      font-weight: 600;
      margin-top: 0.1rem;
    }

    .avatar-dot {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--chip);
      flex: 0 0 auto;
    }

    .feature-list {
      display: grid;
      gap: 0;
      border-top: 1px solid var(--line);
      margin-top: 1.35rem;
    }

    .feature {
      display: grid;
      grid-template-columns: 44px minmax(0, 1fr);
      gap: 1rem;
      padding: 1.1rem 0;
      border-bottom: 1px solid var(--line);
    }

    .feature-icon {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #fee4e7;
      color: var(--coral);
      border-radius: 6px;
      font-size: 1.1rem;
    }

    .team-badge{
        color: #FFF;
display: inline-block;
padding: 5px;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.4px;
text-transform: uppercase;
        border-radius: 4px;
background: rgba(255, 255, 255, 0.15);
backdrop-filter: blur(2px);
margin-bottom: 5px ;
    }

    .feature h3 {
      color: var(--ink);
      font-size: 0.96rem;
      font-weight: 800;
      margin-bottom: 0.25rem;
    }

    .feature p {
      color: var(--muted);
      font-size: 0.86rem;
      line-height: 1.55;
      margin: 0;
    }

    .team-head {
      margin-bottom: 32px;
    }

    .team-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }
    
.team-card {
    position: relative;
      min-height: 295px;
      border-radius: 0;
      overflow: hidden;
      background: var(--chip);
    }

.team-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.team-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.25);
    z-index: 1;
}

.team-info {
    position: absolute;
    z-index: 2;
    color: #fff;
}

.team-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    margin: 0;
}

    

    .team-card img {
      width: 100%;
      height: 100%;
      min-height: 295px;
      object-fit: cover;
      transition: transform 0.35s ease;
    }

    .team-card:hover img {
      transform: scale(1.04);
    }

    .team-info {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 50px 18px 16px;
      color: #ffffff;
      background: linear-gradient(180deg, rgba(17, 24, 39, 0), rgba(17, 24, 39, 0.84));
    }
    .team-info h3 a {
      text-decoration: none;
    }

    .team-info h3 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 5px;
      line-height: normal;
    }

    .team-info p {
    color: #FFF;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    }

    .stats-band {
      background: var(--navy);
      padding: 52px 0;
      color: #ffffff;
      border-top: 6px solid rgba(255, 255, 255, 0.12);
      border-bottom: 6px solid rgba(17, 24, 39, 0.12);
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
      text-align: center;
    }
    .stats-grid > div {
      border-right: 3px solid white;
    }

    .stats-grid > div:last-child {
      border-right: none;
    }

    .stat-number {
      font-size: 60px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 0.6rem;
    }

    .stat-number span {
      color: var(--coral);
    }

    .stat-caption {
      color: rgba(255, 255, 255, 0.52);
      font-size: 0.72rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0;
    }

    .section-heading-row {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 1.5rem;
      margin-bottom: 2rem;
    }

    .section-heading-row h2 {
      margin-bottom: 0.65rem;
    }

    .jobs-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.9rem 1rem;
    }

    .job-card {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr) auto;
      align-items: center;
      gap: 0.9rem;
      min-height: 74px;
     padding: 10px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .job-card:hover {
      border-color: rgba(232, 79, 90, 0.55);
      box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
    }

    .job-thumb {
      width: 60px;
      height: 100%;
      border-radius: 6px;
      overflow: hidden;
      background: var(--chip);
    }
    .job-thumb + div{
        padding:6px 0px;
    }

    .job-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .job-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0.18rem;
      color: var(--ink);
    }

    .job-meta {
      color: var(--muted);
      font-size: 16px;
      margin: 0;
      font-weight: 300;
    
    }

    .job-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 20px;
      padding: 5px;
    
      color: var(--coral);
      background: #fee4e7;
      font-size: 16px;
      font-weight: 500;
      margin-left: 0.4rem;
      vertical-align: middle;
    }

    .job-badge.permanent {
      color: #127d6f;
      background: #dff8f4;
    }

    .btn-apply {
      min-height: 30px;
      padding: 0 0.85rem;
      color: #ffffff;
      background: var(--coral);
      font-size: 16px;
      font-weight: 400;
      height: 56px;
      width: 120px;
      
    }

    .contact-section {
      padding: 84px 0;
      background: #ffffff;
    }

    .center-heading {
      text-align: center;
      max-width: 620px;
      margin: 0 auto 38px;
    }

    .center-heading h2 {
      color: var(--ink);
      font-size:40px;
      font-weight: 700;
      line-height: 1.06;
      margin-bottom: 24px;
    }

    .center-heading p {
      color: var(--muted);
      font-size: 0.92rem;
      line-height: 1.65;
      margin-bottom: 0;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.02fr;
      align-items: stretch;
      border: 1px solid var(--line);
      background: #ffffff;
    }

    .contact-panel {
      min-height: 560px;
      background: var(--navy);
      color: #ffffff;
     
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .contact-panel h3 {
      font-size: clamp(1.55rem, 2.7vw, 2.35rem);
      line-height: 1.1;
      font-weight: 800;
      max-width: 430px;
      margin-bottom: 0.9rem;
    }

    .contact-panel p {
      color: rgba(255, 255, 255, 0.62);
      font-size: 0.9rem;
      line-height: 1.7;
      max-width: 440px;
    }

    .contact-detail {
      display: grid;
      gap: 0.8rem;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.88rem;
    }

    .contact-form {
      padding: clamp(28px, 4vw, 46px);
      background: #ffffff;
    }

    .contact-form h3 {
      font-size: 1.35rem;
      font-weight: 800;
      margin-bottom: 0.35rem;
    }

    .contact-form > p {
      color: var(--muted);
      font-size: 0.86rem;
      line-height: 1.55;
      margin-bottom: 1.25rem;
    }

    .form-label {
      color: #4f596b;
      font-size: 0.75rem;
      font-weight: 800;
      margin-bottom: 0.35rem;
    }

    .form-control,
    .form-select {
      min-height: 43px;
      border: 1px solid var(--line);
      border-radius: 6px;
      color: var(--ink);
      font-size: 0.84rem;
      box-shadow: none !important;
    }

    textarea.form-control {
      min-height: 108px;
    }
    textarea.form-control::placeholder {
     color:#667085;
    font-size: 16px;
}

    .form-control:focus,
    .form-select:focus {
      border-color: var(--coral);
    }

    .small-note {
      color: var(--muted);
      font-size: 0.75rem;
      line-height: 1.5;
      margin: 0.85rem 0 1rem;
    }

    .fake-captcha {
      display: inline-flex;
      align-items: center;
      gap: 0.65rem;
      border: 1px solid var(--line);
      border-radius: 4px;
      min-height: 48px;
      padding: 0 0.8rem;
      color: var(--muted);
      font-size: 0.8rem;
      margin-bottom: 1rem;
      background: #fafafa;
    }

    .fake-box {
      width: 22px;
      height: 22px;
      border: 2px solid #c9ced8;
      background: #ffffff;
    }

    .btn-submit {
      color: #ffffff;
      background: var(--coral);
      min-width: 132px;
    }

    .need-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }

    .need-card {
      background: #ffffff;
      border: 1px solid var(--line);
      border-radius: 4px 4px 0 0  ;
      overflow: hidden;
     
    }

    .need-card img {
      width: 100%;
      height: 222px;
      object-fit: cover;
    }

    .need-body {
      padding: 1.05rem;
    }

    .need-body h3 {
      color: var(--ink);
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0.45rem;
    }

    .need-body p {
      color: var(--muted);
      font-size: 14px;
     font-weight: 400;
      margin-bottom: 0.75rem;
    }

    .read-link {
      color: var(--coral);
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
    }

    .markets {
      padding: 84px 0 92px;
      background: var(--navy);
      color: #ffffff;
      text-align: center;
    }

    .markets h2 {
    font-size: 40px;
   
      font-weight: 600;
      margin-bottom: 2rem;
      width: 559px;
    }

    .market-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: 740px;
      margin: 0 auto;
      border: 1px solid var(--page);
    }

    .market-card {
      border-right: 1px solid var(--page);
      background: var(--navy-soft);
    }

    .market-card:last-child {
      border-right: 0;
    }

    .market-card img {
      width: 100%;
      height: 164px;
      object-fit: cover;
    }

    .market-body {
      padding: 1.45rem;
    }

    .market-body h3 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 0.7rem;
    }

    .market-body p {
      color: rgba(255, 255, 255, 0.55);
      font-size: 0.78rem;
      line-height: 1.6;
      margin-bottom: 1rem;
    }

    .site-footer {
      padding: 58px 0 30px;
      background: var(--navy);
      color: rgba(255, 255, 255, 0.62);
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-grid {
      display: grid;
      /* grid-template-columns: 1.5fr repeat(5, 1.2fr); */
      grid-template-columns: 1.7fr 1.3fr 1.3fr 1.3fr 0.7fr 1.2fr;
      gap: 1.1rem;
    }

    .footer-brand {
      color: #ffffff;
      font-size: 1.05rem;
      font-weight: 800;
      margin-bottom: 1rem;
    }

    .footer-brand span {
      color: var(--green);
    }

    .footer-copy {
      max-width: 290px;
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.84rem;
      line-height: 1.7;
      margin-bottom: 1.2rem;
    }

    .socials {
      display: flex;
      gap: 7px;
    }

    .socials a {
      display: inline-flex;
      width: 34px;
      height: 34px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.16);
      color: rgba(255, 255, 255, 0.72);
      text-decoration: none;
      transition: color 0.2s ease, background 0.2s ease;
    }

    .socials a:hover {
      color: #ffffff;
      background: var(--coral);
    }

    .footer-col h4 {
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
    
      margin-bottom: 1rem;
      letter-spacing: 0;
    }

    .footer-col ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 5px;
    }

    .footer-col a {
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.82rem;
      text-decoration: none;
    }

    .footer-col a:hover {
      color: #ffffff;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
      margin-top: 2.5rem;
      padding-top: 1.45rem;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.4);
      font-size: 0.76rem;
    }

    .fade-in {
      opacity: 1;
      transform: none;
    }

    .fade-in.visible {
      opacity: 1;
      transform: none;
    }

    .page-shell-2{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-self: center;

    }


    /* css for contact form */

.contact-wrapper{
    max-width:650px;
    margin:auto;
}

.contact-title{
    font-size:25px;
    font-weight:600;
    color:#07142c;
    margin-bottom:14px;
}

.contact-subtitle{
    font-size:16px;
    line-height:1.6;
    color:#475569;
    font-weight: 400;
    margin-bottom:45px;
}

/* ================= GRID ================= */

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px 18px;
    margin-bottom:35px;
}

.form-group{
    position:relative;
}

.form-group.full{
    grid-column:1/-1;
}

.form-label{
    position:absolute;
    top:-11px;
    left:14px;
    background:#fff;
    padding:0 8px;
    font-size:12px;
    color:#7c8495;
    font-weight: 400;
    line-height: 16px;
    z-index:2;
}

.form-control{
    width:100%;
    height:56px;
    border:1.8px solid #cfd6e3;
    border-radius:8px;
    background:#fff;
    padding:0 22px;
    font-size:16px;
    font-weight:400;
    color:#0a1830;
    outline:none;
    transition:0.3s ease;
}

.form-control::placeholder{
    color:#8d95a8;
    font-weight:400;
}

.form-control:focus{
    border-color:#16b6d7;
    box-shadow:0 0 0 4px rgba(22,182,215,0.10);
}

/* icon input */

.icon-input{
    position:relative;
}

.icon-input svg{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:23px;
    height:23px;
    stroke:#8090b0;
}

/* ================= SECTION TITLES ================= */

.section-title{
    font-size:16px !important;
    font-weight:400 !important;
    margin-bottom:22px;
    color:#475569 !important;
}

/* ================= TAGS ================= */

.tag-wrapper{
    display:flex;
    flex-wrap:wrap;
    gap:11px;
    margin-bottom:24px;
}

.tag-btn{
    border:1.5px solid #d7dde8;
    background:#f6f7fb;
    color:#687185;
    padding:10px 20px;
    border-radius:60px;
    font-size:16px;
    font-weight: 400;
    cursor:pointer;
    transition:0.25s ease;
}

.tag-btn.active{
    background:#fff;
    border:2px solid #ef4c5b;
    color:#ef4c5b;
}

/* ================= REGION ================= */

.region-box{
    width:100%;
    max-width:500px;
    border:1px solid #E2E8F0;
    border-radius:16px;
    overflow:hidden;
    display:flex;
    margin-bottom:45px;
    padding: 4px;
}

.region-btn{
    flex:1;
    height:54px;
    border:none;
    background:#fff;
    font-size:18px;
    font-weight:500;
    color:#07142c;
    cursor:pointer;
    transition:0.3s ease;
    border-radius: 10px;
}

.region-btn.active{
    background:#19b9db;
    color:#fff;
}

/* ================= TEXTAREA ================= */

textarea.form-control{
    height:180px;
    padding:22px;
    resize:none;
}

/* ================= PRIVACY ================= */

.privacy-text{
    margin-top:25px;
    font-size:16px;
    font-weight: 300;
    color:#101828;
    margin-bottom:30px;
}



.privacy-text strong{
    color:#07142c;
}

/* ================= CHECKBOX ================= */

.custom-check{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:40px;
    cursor:pointer;
}

.custom-check input{
    display:none;
}

.checkmark{
    width:24px;
    height:24px;
    border:2px solid #0b1c36;
    border-radius:6px;
    position:relative;
}

.custom-check input:checked + .checkmark{
    background:#19b9db;
    border-color:#19b9db;
}

.custom-check input:checked + .checkmark::after{
    content:'';
    position:absolute;
    left:6px;
    top:3px;
    width:7px;
    height:12px;
    border:solid #fff;
    border-width:0 3px 3px 0;
    transform:rotate(45deg);
}

.custom-check span.text{
    font-size:16px;
    color:#07142c;
}

/* ================= CAPTCHA ================= */

.captcha-box{
    width:390px;
    height:96px;
    border:1px solid #d5d5d5;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 18px;
    background:#fafafa;
    margin-bottom:45px;
}

.captcha-left{
    display:flex;
    align-items:center;
    gap:14px;
}

.captcha-checkbox{
    width:34px;
    height:34px;
    border:2px solid #777;
    background:#fff;
}

.captcha-text{
    font-size:16px;
    color:#222;
}

.captcha-right{
    text-align:center;
    font-size:12px;
    color:#555;
}

.captcha-right img{
    width:36px;
    display:block;
    margin:auto auto 4px;
}

/* ================= BUTTON ================= */

.btn-wrap{
    display:flex;
    justify-content:flex-end;
}

.submit-btn{
    border:none;
    background:#ef4c5b;
    color:#fff;
    padding:18px 34px;
    border-radius:60px;
    font-size:24px;
    font-weight:600;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:12px;
    transition:0.3s ease;
}

.submit-btn:hover{
    transform:translateY(-2px);
    background:#dd3d4c;
}

/* ================= MOBILE ================= */



@media(max-width:768px){

    .contact-title{
        font-size:34px;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .region-box{
        flex-direction:column;
    }

    .captcha-box{
        width:100%;
    }

    .tag-btn,
    .region-btn,
    .submit-btn,
    .form-control{
        font-size:18px;
    }

}


/* Main Section */
.book-call-section{
    width:100%;
    max-width:650px;
    margin:0 auto;
    min-height:1200px;
    background:linear-gradient(180deg,#101a2d,#111b30);
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    position:relative;
    padding:50px;
    color:white;
}

/* Top Content */
.top-content h1{
    color:#FFFFFF;
    font-size:25px;
    font-weight: 600;
    display:block;
    margin-bottom:14px;
    font-weight:400;
}

.top-content h2{
   
    color:#ffffff;
}

/* Center Calendly */
.calendly-box{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:white;
    font-size:28px;
    font-weight:500;
    letter-spacing:2px;
}

/* Bottom Contact */
.bottom-contact{
    position:absolute;
    bottom:50px;
    left:50px;
}

.bottom-contact p{
   
  
    margin-bottom:10px;
}

.bottom-contact h4{
   
    color: #ffffff;
    margin-bottom: 10px;
}

.viewAll{
  background: none;
  color: var(--muted);
  border: 1px solid var(--muted);
}

.viewAll:hover{
  background: none;
  color: var(--muted);
}

.need-date{
  font-weight: 600 !important;
  color: #64748B;
  text-transform: uppercase;
   
}
/* Responsive */
@media(max-width:768px){

    .book-call-section{
        min-height:900px;
        padding:30px;
    }

    .top-content small{
        font-size:18px;
    }

    .top-content h2{
        font-size:24px;
    }

    .calendly-box{
        font-size:20px;
    }

    .bottom-contact{
        left:30px;
        bottom:30px;
    }

    .bottom-contact p{
        font-size:18px;
    }

    .bottom-contact h4{
        font-size:20px;
    }
}

    /*css for contact form end  */

    @media (max-width: 991px) {
      .site-nav .navbar {
        position: relative;
      }

      .mobile-nav-button {
        display: block !important;
        margin-left: auto;
        position: fixed;
        right: 16px;
        top: 18px;
        z-index: 2000;
        transform: none;
      }

      .site-nav .navbar-collapse {
        padding: 1rem 0 1.2rem;
      }

      .site-nav .nav-link {
        padding: 0.55rem 0 !important;
      }

      .site-nav .nav-link.active::after {
        display: none;
      }

      .nav-actions {
        margin-top: 0.8rem;
      }

      .hero {
        padding: 70px 0 58px;
      }

      .hero-layout,
      .split,
      .contact-grid {
        grid-template-columns: 1fr;
      }

      .hero-media,
      .hero-media img {
        min-height: 360px;
        border-radius: 0px !important;
      }

      .logo-row {
        grid-template-columns: repeat(3, minmax(100px, 1fr));
      }

      .quote-row,
      .need-grid,
      .jobs-grid {
        grid-template-columns: 1fr;
      }

      .quote-card {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }

      .quote-card:last-child {
        border-bottom: 0;
      }

      .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .footer-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 767px) {
      .page-shell {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
      }

      .hero-stats,
      .stats-grid,
      .market-grid,
      .logo-row {
        grid-template-columns: 1fr 1fr;
      }

      .section,
      .contact-section,
      .markets {
        padding: 62px 0;
      }

      .image-panel img {
        height: 300px;
      }

      .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .team-card,
      .team-card img {
        min-height: 330px;
      }

      .section-heading-row {
        display: block;
      }

      .tab-row {
        margin-top: 1rem;
      }

      .job-card {
        grid-template-columns: 48px 1fr;
      }

      .job-card .btn-apply {
        grid-column: 2;
        justify-self: start;
      }

      .contact-panel {
        min-height: auto;
      }
    }

    @media (max-width: 520px) {
      .hero {
        padding-top: 54px;
      }

      .hero h1 {
        font-family: 'Poppins';
        font-weight: 800;
        font-size: 32px;
        line-height: 115%;
        letter-spacing: -0.5px;
        text-align: left;
      }
      .hero h1 span{
        display: inline;
         margin-right: 8px;
      }

      .section h2,
      .center-heading h2
      {
        font-size: 40px;
      }
      .markets h2 {
        font-size: 40px;
        width: 361px;
        line-height: 40px;
      }

      .hero-actions
      {
        display: flex;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap !important;
      }
      .nav-actions {
        align-items: stretch;
        flex-direction: column;
      }
      a.btn-brand.find-staff {
          width: 50% !important;
      }

      .hero-content,
      .section-copy,
      .team-head,
      .feature,
      .quote-card,
      .contact-form,
      .contact-panel,
      .image-panel,
      .hero-media {
        max-width: calc(100vw - 24px);
        overflow: hidden;
      }

      .role-pills,
      .choice-row,
      .tab-row {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px;
      }

      .role-pill,
      .choice-pill,
      .position-tab {
        width: auto !important;
        flex: 0 0 auto !important;
      }

      .hero-copy,
      .section-copy,
      .check-list,
      .feature-list,
      .team-head,
      .hero-subtitle,
      .quote-card p,
      .feature p {
        text-align:left;
      }
      .stats-grid > div {
        padding: 0px;
        border-right: none;
      }
      .about-conifer{
        padding: 20px !important;
      }
      .about-image{
        height: 300px !important;
       width: 100%;
       object-fit: cover;
       object-position: top;
      }
      .btn-brand,
      .btn-dark-brand,
      .nav-action {
        width: 100%;
      }

      .hero-stats
      {
        display: flex;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 10px;
        flex-wrap: nowrap !important;
      }
      .stats-grid,
      .market-grid,
      .logo-row,
      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    
    .search-wrapper {
        max-width: 650px;
        width: 100%;
        margin: auto;
        background: #fff;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        align-items: center;
        gap: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    /* Search Box */

    .search-box {
        flex: 1;
        height: 46px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        background: #fff;
    }

    .search-box i {
        color: #9ca3af;
        font-size: 14px;
        margin-right: 10px;
    }

    .search-box input {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        font-size: 14px;
        color: #444;
    }

    .search-box input::placeholder {
        color: #9ca3af;
    }

    /* Filter Select */

    .filter-box {
        width: 190px;
        height: 46px;
        border: 1px solid #dcdcdc;
        border-radius: 8px;
        display: flex;
        align-items: center;
        padding: 0 14px;
        background: #fff;
        position: relative;
    }

    .filter-left {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .filter-left i {
        color: #6b7280;
        font-size: 14px;
    }

    .filter-left select {
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        font-size: 14px;
        color: #6b7280;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        padding: 5px;
    }

    .dropdown-icon {
        position: absolute;
        right: 14px;
        color: #6b7280;
        font-size: 12px;
        pointer-events: none;
    }

    .card-image {
        height: 300px;
        width: 100%;
        background-size: contain;
        object-fit: cover;  
        border-radius: 5px 0px 0px 5px;
    }

    .card-border {
        border: 2px solid rgba(226, 232, 240, 1);
    }

    .card-border:hover {
        border: 2px solid rgba(211, 63, 73, 1);
    }

    .card-span {
        font-family: Poppins;
        font-weight: 300;
        font-style: Light;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.2px;
        color: rgba(106, 114, 130, 1);
    }

    .card-job-title {
        font-family: 'Poppins';
        font-weight: 600;
        font-style: SemiBold;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0px;
        color: var(--ink);
    }

    .card-badge {
        font-family: 'Poppins';
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        line-height: 100%;
        padding: 5px;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        background-color: #FEF4E3;
        color: #C8963E;
    }

    .card-job-p {
        font-family: Poppins;
        font-weight: 400;
        margin-top: 15px;
        font-style: Regular;
        font-size: 16px;
        letter-spacing: 0px;
        color: #6A7282;
    }

    .custom-tag {
        padding: 8px 12px;
        border-radius: 60px;
        font-size: 14px;
        font-weight: 500;
        display: inline-block;
        white-space: nowrap;
    }

    .tag-pink {
        background: #f8eef8;
        color: #c100d4;
    }

    .tag-green {
        background: #edf5f1;
        color: #173b38;
    }

    .tag-purple {
        background: #f3eefc;
        color: #9b3cff;
    }

    .tag-blue {
        background: #eef3ff;
        color: #2f66ff;
    }

    .custom-btn {
        height: 48px;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        transition: 0.3s;
    }

    .save-btn {
        border: 1.5px solid #4b587c;
        background: #fff;
        color: #4b587c;
    }

    .save-btn:hover {
        background: #f5f5f5;
    }

    .apply-btn {
        background: #d83b45;
        color: #fff;
        border: none;
    }

    .apply-btn:hover {
        background: #c72f39;
        color: #fff;
    }

    .apply-btn i {
        margin-left: 8px;
    }


    .email-input {
        height: 58px;
        border: none;
        background: #f3f3f3;
        border-radius: 12px;
        padding: 0 20px;
        font-size: 20px;
        color: #1f2937;
        box-shadow: none !important;
    }

    .email-input::placeholder {
        color: #6b7280;
    }

    .subscribe-btn {
        height: 50px;
        border: none;
        border-radius: 40px;
        background: #d83b45;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 0 40px;
        transition: 0.3s;
        white-space: nowrap;
    }

    .subscribe-btn:hover {
        background: #c72f39;
    }

    .custom-check {
        height: 18px;
        margin-top: 2px;
        cursor: pointer;
    }

    .terms-text {
        font-size: 16px;  
        color: #1f2937;
        line-height: 1.2;
    }

    .required {
        color: red;
    }

    .pagination .page-link {
        width: 45px;
        height: 45px;
        border-radius: 12px !important;
        margin: 0 5px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1f2937;
        font-weight: 600;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
    }

    .pagination .page-link:hover {
        background: #d83b45;
        color: #fff;
    }

    .pagination .active .page-link {
        background: #d83b45 !important;
        color: #fff !important;
    }

    .pagination .disabled .page-link {
        opacity: 0.5;
    }
    @media (max-width: 576px){

      .d-flex.justify-content-end.mt-5{
          justify-content: center !important;
      }

      .pagination{
          flex-wrap: nowrap !important;
          justify-content: center;
          align-items: center;
          gap: 6px;
      }

      .pagination .page-item{
          flex: 0 0 auto;
      }

      .pagination .page-link{
          min-width:100px;
          height: 42px;
          padding: 0 14px;
          white-space: nowrap;
          border-radius: 8px !important;
          font-size: 14px;
      }

    }

    /* Responsive */

    @media(max-width:600px) {

        .search-wrapper {
            flex-direction: column;
        }

        .filter-box {
            width: 100%;
        }
    }
  
.logo-slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.logo-track{
    display: flex;
    align-items: center;
    gap: 70px;
    width: max-content;

    animation: logoScroll 30s linear infinite;
}

.logo-word{
    flex-shrink: 0;
}

.logo-word img{
    height: 100px;
    width: 100stats-gridpx;
    object-fit: contain;
    transition: 0.3s ease;
}

.logo-word img:hover{
    transform: scale(1.08);
}


/* smooth infinite scroll */
@keyframes logoScroll{

    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-50%);
    }
}


@media (max-width: 576px){

  .custom-check{
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 25px;
  }

  .checkmark{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    flex-shrink: 0;
  }

  .custom-check input:checked + .checkmark::after{
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }

  .custom-check span.text{
    font-size: 14px;
    line-height: 1.5;
  }

}

@media (max-width: 991px){

    .job-card{
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    /* Image Top Full Width */
    .job-thumb{
        width: 100%;
    }

    .job-thumb .card-image{
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
        border-radius: 12px 12px 0 0;
    }

    /* Content */
    .job-card > div{
        width: 100%;
    }

    /* Button Bottom */
    .apply-btn,
    .job-card .btn{
        width: 100% !important;
        margin-top: 15px;
    }
}



/* FLOATING BUTTON WRAPPER */
.floating-contact{
    position:fixed;
    right:25px;
    bottom:25px;
    display:flex;
    flex-direction:column;
    gap:15px;
    z-index:9999;
}


/* COMMON BUTTON STYLE */
.float-btn{
    width:62px;
    height:62px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
    transition:0.3s ease;
}


/* ICON SIZE */
.float-btn i{
    font-size:26px;
}


/* CALL BUTTON */
.call-btn{
    background:#E6EFFACC;
    color:#0b2f6b;
}


/* WHATSAPP BUTTON */
.whatsapp-btn{
    background:#4ade80;
    color:#ffffff;
}


/* HOVER EFFECT */
.float-btn:hover{
    transform:translateY(-6px) scale(1.03);
}


/* MOBILE RESPONSIVE */
@media(max-width:768px){

    .floating-contact{
        right:15px;
        bottom:15px;
        gap:10px;
    }
    a.btn-brand.btn-modal-custom {
    width: auto !important;
    padding: 10px 20px;
    font-size: 12px;
}
    .need-header {
    background: #F9FAFC ;
    padding: 1.05rem !important ;
  }



    .float-btn{
        width:60px;
        height:60px;
    }

    .float-btn i{
        font-size:24px;
    }
    .navbar-toggler {
    border-color: #000;
}

.navbar-toggler-icon {
    filter: brightness(0);
}
}


  .need-body {
    background: #F9FAFC;
    height: 100% !important;
  }

  .need-header {
    background: #F9FAFC;
    padding: 1.05rem;
  }

  .modal-h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #D33F49;
    margin: 14px 0px;
  }

.need-card {
    overflow: hidden;
}

.need-card img {
    width: 100%;
    display: block;
    transition: transform .4s ease;
}

.need-card:hover img {
    transform: scale(1.05);
}


  .logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
  }

  /* Fade Left */
  .logo-slider::before,
  .logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  /* Left Fade */
  .logo-slider::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
  }

  /* Right Fade */
  .logo-slider::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
  }

  .logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 60px;
    animation: logoScroll 30s linear infinite;
  }

  .logo-word {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .logo-word img {
    max-height: 70px;
    /* Adjust */
    width: auto;
    object-fit: contain;
    transition: all .3s ease;
  }

  .logo-word img:hover {
    transform: scale(1.09);
  }

  @keyframes logoScroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-50%);
    }
  }

  /* Tablet View */
@media (min-width: 768px) and (max-width: 1024px) {
    .section {
          padding: 25px;
          background: #ffffff;
      }
      .d-flex.flex-wrap.justify-content-center.service-head {
          padding: 25px 18px !important;
      }
      .service-image{
        height: 100% !important;
        width: 100%;
        object-fit: cover;
        object-position: top;
      }
      .about-image{
        height: 100% !important;
        width: 100%;
        object-fit: cover;
        object-position: top;
      }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        text-align: center;
    }

    .stats-grid > div:last-child {
        grid-column: 1 / -1;
    }

    .stat-number {
        font-size: 48px;
    }

    .stat-caption {
        font-size: 16px;
    }
}
a.read-more-btn {
        text-decoration: none;
        font-style: italic;
        color: red;
        font-size: 14px;
    }

    p.review-text {
        margin: 0px;
    }

    .testimonial-slider {
        position: relative;
        overflow: hidden;
        padding: 10px 40px;
    }

    .testimonial-slider::before,
    .testimonial-slider::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 10;
        pointer-events: none;
    }

    .testimonial-slider::before {
        left: 0;
        background: linear-gradient(to right, #f5f5f5 0%, transparent 100%);
    }

    .testimonial-slider::after {
        right: 0;
        background: linear-gradient(to left, #f5f5f5 0%, transparent 100%);
    }

    .staff-slider {
        position: relative;
        overflow: hidden;
        padding: 10px 45px;
    }

    .staff-slider::before,
    .staff-slider::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 5;
        pointer-events: none;
    }

    .staff-slider::before {
        left: 0;
        background: linear-gradient(to right, #f5f5f5 0%, transparent 100%);
    }

    .staff-slider::after {
        right: 0;
        background: linear-gradient(to left, #f5f5f5 0%, transparent 100%);
    }

    /* Buttons */

    .staff-prev,
    .staff-next {

        width: 45px !important;
        height: 45px !important;

        background: #fff;

        border-radius: 50%;

        box-shadow: 0 5px 20px rgba(0, 0, 0, .15);

        color: #00285F !important;

    }

    .staff-prev::after,
    .staff-next::after {

        font-size: 16px !important;
        font-weight: bold;

    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
        color: #000;
        z-index: 20;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 18px;
        font-weight: bold;
    }

    /* Mobile View */

    .feature-list-2 {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .feature-list-2 li {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #5f6672;
        font-size: 15px;
        font-weight: 500;
    }

    .check-icon {
        width: 22px;
        height: 22px;
        min-width: 22px;
        border-radius: 50%;
        background: #fff4f4;
        color: #ff6b6b;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
    }

    .process-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .process-list li {
        display: flex;
        align-items: flex-start;
        gap: 22px;
        position: relative;
    }

    /* number */
    .step-number {
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 50%;
        background: #f7ecec;
        color: #d9485f;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .need-body {
        background: #F9FAFC;
    }


    @media (max-width: 991px) {

        .hero-layout {
            display: flex !important;
            flex-direction: column !important;
        }


        .hero-media {
            order: -1 !important;
            width: 100%;
            height: 350px !important;
            margin-bottom: 25px;
        }

        .hero-content {
            order: 2;
            text-align: center;
        }

    }

    .contact-card {
        border-radius: 0;
        color: #fff;
        font-family: 'Poppins';
    }

    .country-tabs {
        display: flex;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 10px;
        overflow: hidden;
        width: fit-content;
        margin-bottom: 25px;
    }

    .tab-btn {
        padding: 12px 22px;
        border: none;
        background: transparent;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: 0.3s;
    }

    .tab-btn.active {
        background: #fff;
        color: #1d3f8f;
        border-radius: 8px;
        margin: 4px;
    }

    .country-info {
        display: none;
    }

    .country-info.active-info {
        display: block;
    }

    .label {
        display: block;
        font-size: 13px;
        margin-bottom: 5px;
        opacity: 0.9;
    }

    .info-box {
        margin-bottom: 10px;
    }

    .info-box h3 {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        line-height: 1.3;
    }

    @media(max-width:576px) {

        .country-tabs {
            width: 100%;
            flex-direction: column;
        }

        .tab-btn {
            width: 100%;
        }

        .info-box h3 {
            font-size: 18px;
        }
    }

    .location-marquee {
        background: #032f6b;
        overflow: hidden;
        padding: 18px 0;
    }

    .marquee-track {
        display: flex;
        width: max-content;
        gap: 35px;
        color: #fff;
        font-size: 18px;
        white-space: nowrap;

        animation: scroll 30s linear infinite;
    }

    .marquee-track span {
        flex-shrink: 0;
    }

    @keyframes scroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(calc(-50%));
        }
    }

    .location-marquee:hover .marquee-track {
        animation-play-state: paused;
    }

    .accordion-item {
        border: 0;
    }

    .accordion-button {
        font-size: 22px;
        font-weight: 500;
        color: #00285F;
        background: #F9FAFB;
        box-shadow: none !important;
        padding: 20px 0;
    }

    .accordion-button:not(.collapsed) {
        background: #F9FAFB;
        color: #16386a;
    }

    .accordion-button::before {
        content: "•";
        color: #e53935;
        font-size: 22px;
        margin-right: 15px;
    }

    .accordion-button::after {
        margin-left: auto;
    }

    .accordion-body {
        padding: 0 0 20px 40px;
        color: #5c6b82;
        line-height: 1.7;
        font-size: 16px;
    }

    @media(max-width:768px) {
        .accordion-button {
            font-size: 18px;
        }

        .accordion-body {
            font-size: 14px;
            padding-left: 30px;
        }
    }

    .logo-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 20px 0;
    }

    /* Fade Left */
    .logo-slider::before,
    .logo-slider::after {
        content: "";
        position: absolute;
        top: 0;
        width: 120px;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }

    /* Left Fade */
    .logo-slider::before {
        left: 0;
        background: linear-gradient(to right, #fff 0%, transparent 100%);
    }

    /* Right Fade */
    .logo-slider::after {
        right: 0;
        background: linear-gradient(to left, #fff 0%, transparent 100%);
    }

    .logo-track {
        display: flex;
        align-items: center;
        width: max-content;
        gap: 60px;
        animation: logoScroll 30s linear infinite;
    }

    .logo-word {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-word img {
        max-height: 70px;
        /* Adjust */
        width: auto;
        object-fit: contain;
        transition: all .3s ease;
    }

    .logo-word img:hover {
        transform: scale(1.09);
    }

    @keyframes logoScroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    h2.section-heading {
    font-size: 45px;
    font-weight: 600;
}