@font-face {
  font-family: 'NouvelleVague';
  src: url('../fonts/nouvelle_vague_final.ttf') format('truetype');
  /* font-weight: 900; */
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat.ttf') format('truetype');
 
  font-style: normal;
} 

        body { font-family: 'Inter', sans-serif; color: #333; }
        
        /* Navigation */
        .navbar-brand { font-weight: 700; color: #0056b3 !important; font-size: 20px; margin:0px; padding:0px; }
        .nav-link { font-size: 0.85rem; font-weight: 500; text-transform: uppercase; margin: 0 10px; color: #141313;}
        #mainNavbar {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

h1{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
#mainNavbar.scrolled {
  background-color: #ffe5cd !important; /* new color */

}
    
.hero-section {
            background-color: #F7941d;
            padding: 100px 0 60px 0;
            color: white;
            position: relative;
            overflow: hidden;
            height: 90vh;
        }

        .hero-section  .hero-title {
            font-family: 'NouvelleVague', sans-serif;
    
            letter-spacing: 2px;
            font-size: 2.8rem;
            color: #fff8f0;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 30px;
        }

        .hero-section  .hero-description {
            font-size: 1rem;
            line-height: 1.6;
            opacity: 0.95;
            max-width: 650px;
        }

        /* Image Wrapper with Orange Border Background */
        .hero-section  .image-container {
            position: relative;
            /* padding: 20px; */
        }

        .hero-section  .hero-image-wrapper {
            position: relative;
            z-index: 2;
            
            
        }
        .hero-section .orange-rect-right {
    position: absolute;
    top:30px;
    right: 30px;
    width: 350px;
    height: 390px;
    background-color: #e4010c;
        }

        .hero-section  .hero-image-wrapper img {
            width: 80%;
            height: auto;
             /* Matches the B&W look in the image */
            display: block;
        }

        /* Breadcrumb styling */
        .hero-section  .hero-breadcrumb {
            margin-top: 70px;
            font-size: 0.7rem;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 1px;
        }

        .hero-section  .hero-breadcrumb span {
            margin: 0 10px;
            opacity: 0.7;
        }

        @media (max-width: 991px) {
            .hero-section  .hero-title { font-size: 2.2rem; }
            .hero-section  .image-container { margin-top: 50px; }
        }



        /* Bankingsection */

        .banking-section {
            padding: 80px 0px;
        }

        .banking-section .section-title {
            font-weight: 700;
            /* font-size: 2.2rem; */
            margin-bottom: 20px;
        }

        .banking-section .section-description {
            color: #666;
            line-height: 1.6;
            font-size: 0.9rem;
            margin-bottom: 30px;
            max-width: 500px;
        }


        /* Image Styling */
        .banking-section .image-container img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            
        }

        @media (max-width: 991px) {
            .banking-section .image-container {
                margin-top: 50px;
            }
        }

        /* financial-section */

        .financial-section {
            padding: 80px 0px;
            background-color: #FFF8EF;
        }

        .financial-section .title-bbb{
            display: flex;
            gap: 15px;
        }

        /* Icon Styling */
        .financial-section .main-icon-box {
            background-color: #e4010c;
            color: white;
            width: 40px;
            height: 50px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.7rem;
            margin-bottom: 20px;
        }


        .financial-section .section-title {
            font-weight: 700;
            /* font-size: 2.2rem; */
            margin-bottom: 25px;
        }

        .financial-section .section-description {
            color: #666;
            line-height: 1.6;
            font-size: 0.9rem;
            margin-bottom: 30px;
            max-width: 500px;
        }

                /* Image Styling */
        .financial-section .image-container img {
            width: 100%;
            height: auto;
            border-radius: 10px;
            
        }

        @media (max-width: 991px) {
            .financial-section .image-container {
                margin-top: 50px;
            }
        }



        /* Insurance section */

        .insurance-section {
            padding: 80px 0px 40px 0px;
        }

        

        .insurance-section .section-title {
            font-weight: 700;
            /* font-size: 2.2rem; */
            margin-bottom: 25px;
        }

        .insurance-section .section-description {
            color: #666;
            line-height: 1.6;
            font-size: 0.9rem;
            margin-bottom: 40px;
            max-width: 500px;
        }

        /* Image Styling */
        .insurance-section .image-container img {
            width: 100%;
            height: auto;
            border-radius: 10px;
           
        }

        @media (max-width: 991px) {
            .insurance-section .image-container {
                margin-top: 50px;
            }
        }



/* success stories */

.success-stories .section-title {
            font-weight: 700;
            /* font-size: 2.5rem; */
            margin-bottom: 10px;
        }

        .success-stories .section-subtitle {
            color: #6c757d;
            margin-bottom: 60px;
            font-size: 0.9rem;
        }
        

        /* Card Styling */
        .success-stories .success-card {
            border: 1px solid #eee;
            border-radius: 0;
            padding: 40px 30px;
            
            height: 100%;
            transition: transform 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            background: #FFF8EF;
        }

        .success-stories .success-card:hover {
            transform: translateY(-5px);
        }

        
        

        .success-stories .card-title {
            font-weight: 600;
            font-size: 1.4rem;
            margin-bottom: 15px;
            text-align: center;
        }

        .success-stories .consumer-benefits li{
            line-height: 1.8;

        }

       
       


/* transform this section */

.cta-section {
            background-color: #e4010c; /* Primary blue color from the image */
            color: white;
            padding: 100px 20px;
            text-align: center;
        }

        .cta-section .cta-title {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .cta-section .cta-subtitle {
            font-size: 1 rem;
            max-width: 700px;
            margin: 0 auto 40px auto;
            opacity: 0.8;
            line-height: 1.6;
        }

        /* Custom Button Styling */
        .cta-section .btn-cta {
            background-color: #f8f9fa;
            color: #F7931D;
            border: none;
            padding: 15px 40px;
            font-weight: 500;
            border-radius: 10px;
            transition: all 0.3s ease;
            margin: 10px;
            min-width: 250px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        .cta-section .btn-cta:hover {
            background-color: #f9d099;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            
        }

        .cta-section .btn-cta:active {
            transform: translateY(0);
        }



       
      /* Footer */
        footer { background-color: #FFF8EF; padding: 60px 0 20px 0; border-top: 1px solid #eee; }
        .footer-logo { color: #0056b3; font-weight: 700; font-size: 1.5rem; }
        .footer-heading { font-weight: 700; font-size: 1rem; margin-bottom: 20px; color: #e4010c; }
        .footer-links { list-style: none; padding: 0; }
        .footer-links li { margin-bottom: 10px; font-size: 0.9rem; color: #666; }
        .copyright { border-top: 1px solid #ddd; padding-top: 20px; font-size: 0.8rem; color: #999; text-align: center; margin-top: 40px; }