

body {
    font-family: 'Inter', sans-serif;
}
.hero-section {
    background: url('https://moonfta.ae/images/offshore1.jpg') no-repeat center center/cover;
    position: relative;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.hero-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55);
}
.hero-content {
    position: relative;
    z-index: 2;
    margin-top: 120px;
}
.hero-content h1 {
    color: #FFF;
    font-family: Inter;
    font-size: 56px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.hero-content p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 20px;
    max-width: 900px;
}


.page-hero::before {
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.55) 50%,
        rgba(0, 0, 0, 0.25) 100%
    ) !important;
}
.page-hero .hero-content { margin-top: 150px; }
.page-hero .hero-content h1 { font-size: 58px; line-height: 1.1; margin-bottom: 22px; }
.page-hero .hero-content p { max-width: 650px; line-height: 1.85; opacity: 0.92; }

.hero-subtitle {
    display: inline-block;
    color: #D4B46A;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-family: 'Inter', sans-serif;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 768px) {
    .hero-content { margin-top: 80px; }
    .hero-content h1 { font-size: 28px; }
    .page-hero { min-height: 70vh; }
    .page-hero .hero-content { margin-top: 110px; }
    .page-hero .hero-content h1 { font-size: 32px; }
    .hero-subtitle { font-size: 11px; letter-spacing: 2px; }
}


/* Offshore section */

.section-wrapper {
    padding: 40px 20px;
    background-color: #f5f5f5;
  }

  .image-card-wrapper {
    display: flex;        
  align-items: flex-end; 
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 500px;
  }

  .bg-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .red-overlay-card {
    position: relative;
    z-index: 2;
    background-color: rgba(180, 10, 10, 0.92);
    border-radius: 10px;
    margin: 70px;
    padding: 28px 28px 32px;
    color: #fff;
    max-width: 580px;
  }

  .red-overlay-card h2 {
    color: #FFF;
font-size: 31px;
font-style: normal;
font-weight: 600;
line-height: normal;
    margin-bottom: 10px;
  }

  .red-overlay-card hr {
    border: 0;
    border-top: 1px solid white;
    margin: 20px 0 16px;
    width: 500px;
}

  .red-overlay-card p.sub-text {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.55;
    margin-bottom: 16px;
  }

  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.92);
    margin-bottom: 8px;
  }

  .feature-list li .dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    flex-shrink: 0;
  }

  .nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    height: 100%;

  }

  .nav-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c0111b;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 20px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.15s ease;
  }

  .nav-btn:hover {
    background-color: #a00e16;
    color: #fff;
    transform: translateX(3px);
  }

  .nav-btn.active {
    background-color: #8b0000;
  }

  .nav-btn .arrow {
    font-size: 1rem;
    font-weight: 700;
  }

  @media (max-width: 767.98px) {
    .red-overlay-card {
      margin: 16px;
      padding: 22px 20px 26px;
    }

    .nav-buttons {
      margin-top: 24px;
    }

    .image-card-wrapper {
      min-height: 280px;
    }
  }

  /* ===== RESPONSIVE ADDITIONS ONLY ===== */

/* HR fix — 500px width overflow hota hai chote screens pe */
@media (max-width: 991px) {
    .red-overlay-card hr {
        width: 100%;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .image-card-wrapper { min-height: 420px; }
    .red-overlay-card { margin: 24px; padding: 22px 20px 26px; }
    .red-overlay-card h2 { font-size: 22px; }
    .nav-buttons { padding-left: 0 !important; margin-top: 20px; }
    .nav-btn { padding: 14px 16px; font-size: 0.84rem; }
}


@media (max-width: 767.98px) {
    .section-wrapper { padding: 40px 15px; }
    .red-overlay-card h2 { font-size: 20px; }
    .red-overlay-card p.sub-text { font-size: 0.84rem; }
    .nav-buttons { gap: 10px; }
    .nav-btn { padding: 13px 16px; font-size: 0.82rem; }
    .feature-list li { font-size: 0.78rem; }
}


@media (max-width: 480px) {
    .image-card-wrapper { min-height: 240px; }
    .red-overlay-card { margin: 10px; padding: 16px 14px 20px; }
    .red-overlay-card h2 { font-size: 18px; }
    .red-overlay-card hr { margin: 12px 0; }
    .nav-btn { padding: 12px 14px; font-size: 0.8rem; }
}
/* FAQ Section */

.faq-title {

    font-size: 64px;
    font-weight: 600;
    color: #000000;
}


.faq-box {
    margin-top: 20px;
}


.faq-item {
    
    padding: 15px 0;
  
}

.faq-title-line {
    height: 0.60px;
    background: #B2B2B2;
    width: 100%;
    margin-bottom: 25px;
}


.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
}


.faq-arrow {
    width: 18px;
    transition: transform 0.3s ease;
}


.faq-question[aria-expanded="true"] .faq-arrow {
    transform: rotate(180deg);
}


.faq-answer {
    margin-top: 10px;
}

.faq-answer p {
    font-size: 15px;
    color: #444;
}


@media (max-width: 768px) {
    .faq-title {
        font-size: 32px;
    }
}


