

body {
    font-family: 'Inter', sans-serif;
}
/* ==================================
   INSIGHTS HERO SECTION
================================== */

.insights-hero-section{

    position:relative;

    min-height:70vh;

    display:flex;

    align-items:center;

    background:url('https://moonfta.ae/images/insi1.jpg')
               center center / cover no-repeat;

    overflow:hidden;

}

.insights-hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(0,0,0,0.80) 0%,
        rgba(0,0,0,0.55) 45%,
        rgba(0,0,0,0.25) 100%
    );

}

.insights-hero-content{

    position:relative;

    z-index:2;

    max-width:750px;

    padding-top:120px;

}

.hero-subtitle{

    display:inline-block;

    color:#D4B46A;

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.insights-hero-content h1{

    color:#fff;

    font-size:48px;

    line-height:1.1;

    font-weight:600;

    margin-bottom:25px;

}

.insights-hero-content p{

    color:rgba(255,255,255,.92);

    font-size:18px;

    line-height:1.9;

    max-width:650px;

}

/* TABLET */

@media(max-width:991px){

    .insights-hero-content{

        padding-top:100px;

    }

    .insights-hero-content h1{

        font-size:50px;

    }

}

/* MOBILE */

@media(max-width:767px){

    .insights-hero-section{

        min-height:80vh;

    }

    .insights-hero-content{

        padding-top:80px;

    }

    .insights-hero-content h1{

        font-size:34px;

        line-height:1.2;

    }

    .insights-hero-content p{

        font-size:16px;

        line-height:1.8;

    }

    .hero-subtitle{

        font-size:12px;

        letter-spacing:1.5px;

    }

}

/* Low Cost Section */

/* SECTION */
.lowcost-section {
    background: #f5f5f5;
    padding-bottom: 80px;
}

/* HEADER */
.lowcost-header {
    background: #C00000;
    color: #fff;
    padding: 50px 20px;
}

.lowcost-header h2 {
    color: #FFF;
text-align: center;
font-family: Inter;
font-size: 52px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

/* CARD */
.lowcost-card {
    background: #fff;
    border: 1px solid #c40000;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    transition: 0.3s;
}

/* TITLE */
.lowcost-card h5 {
    color: #000;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
    margin-bottom: 10px;
}

/* TEXT */
.lowcost-card p {
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
    margin-bottom: 15px;
}

/* LINK */
.lowcost-card a {
    color: #C00000;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
    text-decoration: none;
}

.lowcost-card a:hover {
    text-decoration: underline;
}

/* HOVER */
.lowcost-card:hover {
    transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .lowcost-header h2 {
        font-size: 24px;
    }

    .lowcost-card {
        padding: 20px;
    }
}


/* 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;
    }
}






/* ================================================
   INSIGHTS PAGE — ADDITIONS
   insights.css ke END mein paste karo
================================================ */

/* ============ STATS BAR ============ */
.stats-bar {
    background: #0f2341;
    padding: 40px 0;
}
.stat-item {
    text-align: center;
    padding: 10px 20px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.stat-item:last-child { border-right: none; }
.stat-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #c40000;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}
.stat-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
    margin-top: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 16px 10px;
    }
    .stat-item:last-child { border-bottom: none; }
    .stat-number { font-size: 36px; }
}


/* ============ ARTICLES SECTION ============ */
.articles-section {
    background: #fff;
    padding: 80px 0;
}
.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #c40000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.section-heading {
    font-size: 44px;
    font-weight: 600;
    color: #0f2341;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}
.section-sub {
    color: #808080;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.7;
}

/* Article card */
.article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    height: 100%;
    transition: all 0.35s ease;
    border: 1px solid #f0f0f0;
}
.article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.article-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
    background: #f0f2f5;
}
.article-img-placeholder {
    width: 100%;
    height: 210px;
    background: linear-gradient(135deg, #0f2341 0%, #1a3560 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-img-placeholder i {
    font-size: 48px;
    color: rgba(255,255,255,0.2);
}
.article-body { padding: 24px; }
.article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.article-category {
    background: #fff5f5;
    color: #c40000;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.article-date {
    color: #aaa;
    font-size: 13px;
}
.article-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f2341;
    line-height: 1.4;
    margin-bottom: 12px;
}
.article-excerpt {
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}
.article-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #c40000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s ease;
}
.article-link:hover { gap: 10px; color: #a30000; }
.article-link i { font-size: 13px; }


/* ============ BOTTOM CTA ============ */
.cta-section {
    background: linear-gradient(135deg, #0f2341 0%, #1a3560 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(196,0,0,0.08);
}
.cta-section::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -5%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(196,0,0,0.06);
}
.cta-content { position: relative; z-index: 2; }
.cta-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #c40000;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    background: rgba(196,0,0,0.1);
    padding: 6px 16px;
    border-radius: 30px;
}
.cta-heading {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
}
.cta-heading span { color: #c40000; }
.cta-text {
    color: rgba(255,255,255,0.75);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 36px;
    line-height: 1.7;
}
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #c40000;
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 6px;
}
.cta-btn:hover {
    background: #a30000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(196,0,0,0.4);
}
.cta-btn-outline {
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.5);
}
.cta-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    box-shadow: none;
}
@media (max-width: 768px) {
    .cta-heading { font-size: 28px; }
    .section-heading { font-size: 28px; }
    .articles-section { padding: 50px 0; }
    .cta-section { padding: 60px 0; }
}


/* ============ SCROLL REVEAL ============ */
.reveal-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .reveal-up { opacity: 1; transform: none; transition: none; }
}


/* Hero reveal animations */
.reveal-left {
    opacity: 0;
    transform: translateX(-60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-right {
    opacity: 0;
    transform: translateX(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal-left.active,
.reveal-right.active {
    opacity: 1;
    transform: translateX(0);
}
/* stagger delays */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
    .reveal-left, .reveal-right { opacity: 1; transform: none; transition: none; }
}



/* State Section */


.stats-section{
    background: linear-gradient(135deg, #0f2341 0%, #1a3560 100%);
  padding:20px 0;
  color:#fff;
}


.stat-item{
  padding:20px 0;
}


.stat-item h2{
  font-size:40px;
  font-weight:700;
  margin-bottom:8px;
}


.stat-item p{
  font-size:14px;
  margin:0;
  opacity:0.9;
}

.stat-border{
  position:relative;
}

.stat-border::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:50px;
  background:rgba(255,255,255,0.5);
}



/* Tablet */
@media (max-width: 991px){

  .stat-border::before{
    display:none; 
  }
}


@media (max-width: 576px){

  .stats-section{
    padding:40px 0;
  }

  .stat-item h2{
    font-size:28px;
  }

  .stat-item{
    margin-bottom:15px;
  }
}