:root {
    --primary: #0e4725;
    /* Deep Green */
    --primary-dark: #072e16;
    /* Darker Green for gradients/footer */
    --secondary: #ffeabb;
    /* Cream/Beige */
    --secondary-dark: #e6c36a;
    /* Darker Beige for hover */
    --text-dark: #1a1a1a;
    --text-light: #ffffff;
    --bg-light: #f8fafc;
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--bg-light);
    color: var(--text-dark);
    margin-top: 70px;
    /* Offset for fixed header */
}

/* ================= HEADER ================= */
.main-header {
    background: var(--primary);
    padding: 25px 0;
    /* Reduced padding for cleaner look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

/* ================= HERO SECTION ================= */
/* ================= HERO SECTION ================= */

.hero-section {
    position: relative;
    padding: 120px 0 100px;
    background: 
        url('../images/Natuf-LoginPage.jpg') center/cover no-repeat;
    color: var(--text-light);
    margin-top: -30px;
    overflow: hidden;
}

/* BACKGROUND OVERLAY */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(14, 71, 37, 0.85),
        rgba(14, 71, 37, 0.65)
    );
    z-index: 1;
}

/* KEEP CONTENT ABOVE OVERLAY */
.hero-section > .container,
.hero-section > .container-fluid {
    position: relative;
    z-index: 2;
}

/* ================= HERO TEXT ================= */

.hero-section h1 {
    color: #ffeabb;
    font-size: 65px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 130px;
   font-family: 'Playfair Display', serif;
}

.hero-section .lead {
    font-size: 1.25rem;
    color: #ffffff;
    opacity: 0.9;
    margin-top: -90px;
    margin-bottom: 120px;
    

}

.hero-section h5 {
    font-size: 1.20rem;
    color: #ffffff;
    opacity: 0.9;
    margin-top: -90px;
    margin-bottom: 30px;
}

.hero-section small {
    font-size: 20px;
    color: rgba(255,255,255,0.85);
}

/* ================= CTA BUTTON ================= */

.btn-invest {
    background: orangered;
    color: #ffffff;
    padding: 16px 30px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 30px;
    border: none;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 10px 25px rgba(255, 234, 187, 0.4);
    transition: all 0.3s ease;
 
}

.btn-invest:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 234, 187, 0.5);
    background-color: #ffeabb;
    color: #000000;
}

/* ================= FORM BOX ================= */

.form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    color: var(--text-dark);
    
}

.form-box h4 {
    color: #0e4725;
    font-weight: 700;
    margin-bottom: 20px;
     font-family: 'Playfair Display', serif;
    
}

.form-box input,
.form-box select {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
}

.form-box input:focus,
.form-box select:focus {
    border-color: #0e4725;
    box-shadow: 0 0 0 4px rgba(14, 71, 37, 0.1);
    outline: none;
}


/* ================= COMMON SECTIONS ================= */
.section-padding {
    padding: 100px 0;
}

.section-title {
    font-size: 30px;
    font-weight: 500px;
    margin-bottom: 10px;
    color: #0e4725;
    
    
    /* Default dark title */
}
.section-title2 {
    font-size: 40px;
    font-weight: 700px;
    margin-bottom: 10px;
    color: #0e4725;
      font-family: 'Playfair Display', serif;
    
    
    /* Default dark title */
}


.section-subtitle {
    font-size: 1.25rem;
    color: #0e4725;
    margin-bottom: 50px;
}

.section-eyebrow {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d1ab2a;
    display: block;
    margin-bottom: -10px;
    font-family: 'Playfair Display', serif;
}
@media (max-width: 768px) {
    .section-eyebrow {
        font-size: 35px;        
        letter-spacing: 1px;    
        margin-bottom: 10px;
        text-align: center; 
        font-family: 'Playfair Display', serif;
    }
}


/* ================= CARDS (What You Are Buying) ================= */

.info-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.info-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.info-card p {
    padding: 25px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--primary);
    margin: 0;
    text-align: center;
}

/* ================= REVENUE SECTION (Dark) ================= */
.business-model {
    background: var(--primary);
    color: var(--text-light);
    position: relative;
    overflow: hidden;
}

/* Background pattern overlay */
.business-model::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05), transparent 70%);
    pointer-events: none;
}

.gold-divider {
    width: 80px;
    height: 4px;
    background: var(--secondary);
    margin: 20px auto 0;
    border-radius: 2px;
    margin-left: 10px;
}

.model-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 35px 25px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    backdrop-filter: blur(10px);
}

.model-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img {
    width: 32px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(3232%) hue-rotate(107deg) brightness(96%) contrast(96%);
    /* Dark Green icon */
}

.model-card h5 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.model-card p {
    font-size: 0.95rem;
    opacity: 0.8;
    margin-bottom: 20px;
    line-height: 1.5;
}

.counter {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary);
}

.positioning-line {
    font-size: 1.9rem;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: -35px;
    opacity: 0.9;
    color: #ffeabb;
}
/* Mobile Responsive */
@media (max-width: 768px) {
    .positioning-line {
        font-size: 22px;   /* smaller text */
        margin-top: 20px;    /* less space */
        margin-bottom: 0;    /* remove negative margin */
        text-align: center; /* looks better on mobile */
        line-height: 1.4;
        color: white;
    }
}


.positioning-line1 {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: -35px;
    opacity: 0.9;
    color: black;
}


.positioning-line strong {
    font-weight: 800;
    color: var(--secondary);
}

/* ================= WHY NATUF SECTION (Darker) ================= */
.why-natuf {
    background: #ffeabb;
    /* Darker Green */
    color: var(--text-light);
}

.why-card {
    background: #0e4725;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
}

.why-card:hover {
    transform: translateY(-8px);
    background: #ffeabb;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.why-card:hover h5,
.why-card:hover p {
    color: black;
    /* dark green text on light bg */
}

.why-card:hover .why-icon {
    background: none;
    -webkit-text-fill-color: #0e4725;
    color: #0e4725;
}


.why-icon {
    font-size: 40px;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(var(--secondary), #fff);

    background-clip: text;
    
}

.why-card h5 {
    color: #ffeabb;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.why-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ================= CTA & FOOTER ================= */
.btn-gold {
    background: var(--secondary);
    color: var(--primary);
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.main-footer {
    background: #021207;
    /* Very dark green/almost black */
    color: #9ca3af;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ================= ANIMATIONS ================= */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }

    .section-padding {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .sticky-section {
        position: relative;
        top: auto;
    }

    .hero-section {
        padding: 80px 0 60px;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .form-box {
        margin-top: 40px;
        padding: 30px 20px;
    }
}

/* ================= IDEAL FOR SECTION ================= */
/* SECTION BASE */
.ideal-section{
  padding:100px 0;
  background:#f8fafc;
}

/* IMAGE */
.ideal-image-wrapper{
  position:relative;
}

.ideal-image{
  width:100%;
  border-radius:20px;
  box-shadow:0 30px 70px rgba(0,0,0,0.25);
}

/* FLOATING BADGE */
.floating-badge{
  position:absolute;
  bottom:-25px;
  right:30px;
  background:#0e4725;
  color:#fff;
  padding:18px 22px;
  border-radius:14px;
  text-align:center;
  box-shadow:0 15px 40px rgba(0,0,0,0.3);
}

.floating-badge span{
  font-size:26px;
  font-weight:700;
}

.floating-badge small{
  font-size:12px;
  opacity:.85;
}

/* LIST */
.ideal-list{
  list-style:none;
  padding:0;
  margin-top:30px;
}

.ideal-list li{
  display:flex;
  gap:16px;
  margin-bottom:22px;
}

.check{
  color:#c8a24d;
  font-size:18px;
  margin-top:4px;
}

.ideal-list h5{
  font-size:17px;
  font-weight:600;
  margin-bottom:4px;
  color:#0e4725;
}

.ideal-list p{
  font-size:14px;
  color:#64748b;
  margin:0;
}

/* POSITIONING BOX */
.position-box{
  margin-top:40px;
  padding:22px 26px;
  background:#ffffff;
  border-left:4px solid #c8a24d;
  border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.position-box p{
  margin:0;
  font-size:20px;
  color:#0f172a;
  
}


/* ================= MF MODEL SECTION ================= */
/* ================= MF MODEL SECTION ================= */
.mf-section {
    background: var(--primary);
    color: var(--text-light);
    position: relative;
    padding-bottom: 120px;
}

.mf-header {
    margin-bottom: 40px;
    padding-left: 0;
    /* Strict left alignment */
}

.mf-title {
     font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    /* Slightly larger for impact */
    font-weight: 400;
    color: var(--secondary);
    line-height: 1;
    margin-bottom: 5px;
}

.mf-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
    font-weight: 300;
}

.mf-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.mf-bar {
    background: #783525;
    /* Distinct reddish-brown bar */
    color: #fff;
    padding: 18px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    margin-bottom: -10px;
    /* Stronger overlap connection */
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
   font-family: 'Playfair Display', serif;
}

.mf-card {
    background: var(--secondary);
    /* Beige */
    color: var(--primary);
    border-radius: 12px;
    text-align: center;
    height: 100%;
    min-height: 150px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border: none;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.mf-card-top {
    padding: 20px 15px 12px;
    /* Balanced top spacing */
    background: rgba(255, 255, 255, 0.15);
    /* Slightly clearer separation */
}

.mf-divider {
    height: 1px;
    background-color: #8B3A3A;
    opacity: 0.25;
    width: 85%;
    margin: 0 auto;
}

.mf-card-bottom {
    padding: 15px 15px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

/* ================= RISK SECTION ================= */
.risk-icon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(200,162,77,0.15);
  transition:all 0.35s ease;
}

.risk-icon i{
  color:#c8a24d;
  font-size:22px;
}


.risk-item:hover .risk-icon{
  background:#c8a24d;
  transform:translateY(-4px);
}

.risk-item:hover .risk-icon i{
  color:#0e4725;
}


.text-primary-dark {
    font-size: 25px;
    color: #0e4725;
}

.risk-image-wrapper img {
    border: 4px solid #fff;
}

.risk-image-wrapper::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;

    border-radius: 16px;
    z-index: -1;
}

.mf-label {
     
    display: block;
    color: #8B3A3A;
    /* Brown label */
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.mf-value {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    color: var(--primary);
    /* Green text */
    line-height: 1.1;
}

.text-green-dark {
    color: #1a4d2e;
    /* Muted Green for small text */
    font-weight: 600;
    font-size: 0.9rem;
}

.mf-sub-value {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 1;
    color: var(--primary);
}

.mf-or {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #666;
    margin: 0 5px;
}

/* Adjustments for the full width card */
.mf-card .row {
    width: 100%;
}

.border-dark-subtle {
    border-color: rgba(14, 71, 37, 0.2) !important;
}

@media (max-width: 768px) {
    .mf-title {
        font-size: 2.8rem;
    }

    .mf-value {
        font-size: 1.8rem;
    }

    .mf-card {
        min-height: auto;
    }

    .mf-content-wrapper {
        padding: 0 10px;
    }
}




/* Footer */
.footer {
    background: #0e4725;
    padding: 60px 80px;
    border-top: 4px solid var(--gold);
    color: white;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.footer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 300px;
}

.footer-logo {
    height: 50px;
    margin-bottom: 15px;
    /* Removed hacky margin-left */
}

.footer-tagline {
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
}

.footer-center {
    text-align: center;
    font-size: 13px;
    opacity: 0.6;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.footer-right {
    display: flex;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;

    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: var(--gold);
    transform: translateY(-3px);

}

.social-icons a img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    /* brightness filter removed as per user preference for original images, or we can keep it if they want white icons */
    transition: all 0.3s ease;
}

.social-icons a:hover img {
    transform: scale(1.1);
}

/* On mobile, unstack columns */
@media (max-width: 900px) {
    .footer {
        padding: 60px 30px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-left {
        align-items: center;
        max-width: 100%;
    }

    .footer-center {
        order: 3;
        /* Move copyright to bottom */
        white-space: normal;
    }
}



/* SECTION */
.mf-intro-section {
  padding: 80px 0;
}

/* TITLE */
.mf-title1 {
  font-size: 50px;
  font-weight: 700;
  color: #d1ab2a;
  text-align: center;
  margin-bottom: 12px;
   font-family: 'Playfair Display', serif;
  line-height: 1.15;
}

/* SUBTITLE */
.mf-subtitle1 {
  font-size: 30px;
  font-weight: 500;
  color: #0e4725;
  text-align: center;
  margin-bottom: 40px;
}

/* INFO CARD */
.mf-info-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 18px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mf-info-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.mf-info-card p {
  font-size: 18px;
  font-weight: 600;
  color: #0e4725;
  margin: 0;
}

/* HOVER (desktop premium feel) */
@media (hover: hover) {
  .mf-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  }
}

/* TABLET */
@media (max-width: 992px) {
  .mf-title1 {
    font-size: 38px;
  }

  .mf-subtitle1 {
    font-size: 24px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .mf-intro-section {
    padding: 50px 0;
  }

  .mf-title1 {
    font-size: 26px;
    line-height: 1.3;
    padding: 0 12px;
  }

  .mf-subtitle1 {
    font-size: 18px;
    margin-bottom: 28px;
    padding: 0 12px;
  }

  .mf-info-card {
    padding: 22px 18px;
  }

  .mf-info-card p {
    font-size: 16px;
  }
}


.risk-title {
  font-size: 50px;          /* Desktop */
  font-weight: 700;
  color: #0e4725;
  text-align: center;
  line-height: 1.05;
   font-family: 'Playfair Display', serif;
  margin-bottom: 24px;
}

/* Large laptops */
@media (max-width: 1200px) {
  .risk-title {
    font-size: 70px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .risk-title {
    font-size: 52px;
    line-height: 1.1;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .risk-title {
    font-size: 40px;
    line-height: 1.25;
    padding: 0 12px;
  }
}

