/* =====================
   GLOBAL
===================== */
body {
     font-family: "Work Sans", sans-serif;

}

.ft-16{font-size: 13px !important;    margin-right: 6px;}
.namd{}
.namd ul{}



/* Navbar */
.navbar{
    background:#ffffff;
    padding:10px 0 6px;
}

.navbar .nav-link {
    color: #1b2c56 !important;
    font-weight: 500;
    padding-left: 14px !important;
    padding-right: 14px !important;
    margin: 0 3px;
    transition: 0.3s;
}

.navbar .nav-link:hover{
    color:#cb700e !important;
}

/* Top Info Bar */
.top-info-bar{
    font-size:14px;
}

.top-info-bar a{
    color:#db770c;
    text-decoration:none;
}

/* Quick Invest Button Premium */
.btn-quick-invest{
     color: #fff !important;
         font-size: .875rem;
        line-height: 1.25rem;
        background-color: #1b2c56;
    border-radius:30px;
    padding:7px 22px;
    box-shadow:0 4px 15px rgba(255,193,7,0.4);
    transition:0.4s;
}

.btn-quick-invest:hover{
  color: #1b2c56 !important;
  background: #eee !important;
    transform:translateY(-3px);
    box-shadow:0 8px 25px rgba(255,193,7,0.6);
}

/* Make navbar-toggler dark icon */
.navbar-toggler-icon{
    filter:invert(1);
}

/* Hero Section */
#heroSlider{margin-top: 66px;}
.carousel-item {
    /* height: 100vh; */
 
    /* background-size: cover; */
    /* background-position: center; */
    position: relative;
    margin-top: 85px;
    
}
.carousel-item img {
    height: 450px;
    border-radius: 15px;
    width: 100%;
}
/*.carousel-inner{overflow: unset !important;}
*/
.carousel-caption{
    bottom:50%;
    left: 6%;
    transform:translateY(50%);
    text-align:left;
    z-index:2;
}

.carousel-caption h1 {
    font-size: 60px;
    /* font-weight: 800; */
    color: #fff;
    line-height: 46px;
}
.carousel-caption h2{
    font-size:48px;
    font-weight:700;
    color:#db770c;
}

.carousel-caption p{
    font-size:18px;
    max-width:650px;
}

.btn-custom{
    background:#fff;
    border:none;
    padding:12px 30px;
    font-weight:600;
    border-radius:30px;
    transition:0.3s;
}

.btn-custom:hover{
    background:#2b2e8c;
    color:#fff;
}

/* Responsive */
@media(max-width:768px){
  .navbar-brand{text-align: left !important;
    margin: 0px !important;
}
    .carousel-caption h1{
        font-size:36px;
    }
    .carousel-caption h2{
        font-size:28px;
    }
}

.hero-buttons {
    display: flex;
    gap: 15px;
}
.hero-buttons .btn {
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
}


/* Right Fixed Buttons Container */
.right-fixed-buttons {
    position: fixed;
    right: -83px;
    top: 42%;

    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 70px;
    z-index: 9999;
}

/* Vertical Rotated Button */
.right-fixed-buttons a {
    background: linear-gradient(135deg, #1b2c56, #4a7be6);
    color: #fff;
    text-decoration: none;
    padding: 4px 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 106px;
    gap: 8px;
    border-radius: 8px 8px 0 0;
    transform: rotate(-90deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

/* Hover Effect */
.right-fixed-buttons a:hover{
background:linear-gradient(135deg,#4a7be6,#1b2c56);
}

/* Modal Header Theme */
.modal-header{
background:#1b2c56;
color:#fff;
}

.modal-header .btn-close{
filter:invert(1);
}

/* Submit Button */
.btn-theme{
background:#1b2c56;
color:#fff;
border:none;
}

.btn-theme:hover{
background:#162347;
}

/* Section */
.key-highlight-section{
    padding:100px 0;
    background:#f8f9fb;
}

/* Heading */
.section-title{
    font-size:38px;
    font-weight:700;
    color:#1b2c56;
}

.section-subtitle{
    font-size:17px;
    color:#6c757d;
    margin-top:10px;
}

/* Card */
.highlight-card{
    background:#ffffff;
    border-radius:12px;
    padding:35px 25px;
    text-align:center;
    border:1px solid #e9ecef;
    transition:all 0.3s ease;
    height:100%;
}

.highlight-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.06);
}

/* Icon */
.icon-box{
    width:60px;
    height:60px;
    margin:0 auto 20px;
    border-radius:10px;
    background:#f1f3f5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#0c2340;
    transition:0.3s ease;
}

.highlight-card:hover .icon-box{
    background:#cb9925;
    color:#fff;
}

/* Number */
.highlight-number{
    font-size:34px;
    font-weight:700;
      color:#2b2e8c;
    margin-bottom:8px;
}
.ft-aboutn{font-size: 40px !important}

.ft-about{font-size: 51px !important}
.ft-about2{font-size: 42px !important}

/* Text */
.highlight-text{
    font-size:15px;
    font-weight:500;
    color:#6c757d;
}

/* Responsive */
@media(max-width:768px){
    .section-title{
        font-size:30px;
    }
    .ft-aboutn{font-size: 36px !important}
    .ft-about{font-size: 36px !important}
.ft-about2{font-size: 27px !important}

}


/* Section Wrapper */
.vision-mission-section{
    overflow:hidden;
}

/* Image Block */
.vm-image{
    position:relative;
    height:100%;
    min-height:450px;
    background-size:cover;
    background-position:center;
    transition:transform 1.5s ease;
}

.vm-image:hover{
    transform:scale(1.05);
}

/* Overlay */
.vm-overlay{
    position:absolute;
    inset:0;
/*    background:linear-gradient(135deg, rgba(0,32,96,0.33), rgba(0,60,130,0.33));
*/}

/* Content Block */
.vm-content{
    padding:70px 60px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* Headings */
.vm-subtitle{
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#6c7a95;
    margin-bottom:10px;
}

.vm-title{
    font-weight:700;
    font-size:32px;
    margin-bottom:20px;
}

.vm-text{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

/* Dark Version */
.vm-dark{
    background:#0d2a63;
    color:#fff;
}

.vm-dark .vm-subtitle{
    color:#9fb4e3;
}

.vm-dark .vm-text{
    color:#e2e8f5;
}

/* Smooth Fade Animation */
.fade-up{
    opacity:0;
    transform:translateY(40px);
    transition:all 1s ease;
}

.fade-up.show{
    opacity:1;
    transform:translateY(0);
}

/* Responsive */
@media(max-width:991px){
    .vm-content{
        padding:50px 30px;
    }
}

/* Parallax Background */
.core-values-section{
    position:relative;
    background-image:url('../images/map.png');
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
    padding:120px 0;
}

.core-values-overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(240,243,247,0.93);
}

.section-content{
    position:relative;
    z-index:2;
}

/* Heading */
.section-title{
    font-size:48px;
    font-weight:600;
    text-align:center;
}

.section-subtitle{
    text-align:center;
    color:#6c757d;
    margin-bottom:60px;
}

/* Value Card */
.value-card{
    background:#fff;
    border-radius:10px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    transition:all 0.4s ease;
    display:flex;
    align-items:flex-start;
    gap:20px;
}

.value-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* Orange Icon */
.value-icon{
    font-size:30px;
    color:#ff6b00;
    min-width:40px;
}

/* Text */
.value-title{
    font-size:20px;
    font-weight:600;
    margin-bottom:8px;
}

.value-text{
    color:#6c757d;
    font-size:15px;
    line-height:1.7;
}

/* Responsive */
@media(max-width:991px){
    .section-title{
        font-size:36px;
    }
}

@media(max-width:576px){
    .section-title{
        font-size:28px;
    }
}


/* ==============================
   CTA PARALLAX SECTION
============================== */

.cta-parallax-wrapper {
    padding: 100px 0;
    background-image: url('https://images.unsplash.com/photo-1642790106117-e829e14a795f'); /* Financial Graph Image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

/* Dark overlay */
.cta-parallax-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.55) 50%,
        rgba(0,0,0,0.35) 100%
    );
    z-index: 1;
}

/* Inner Box */
.cta-box {
    position: relative;
    z-index: 2;
    padding: 70px 60px;
    border-radius: 30px;
}

/* Icon Circle */
.icon-circle {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-circle i {
    font-size: 26px;
    color: #ffffff;
}

/* Title */
.cta-title {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 600px;
}

/* Button Styling */
.cta-btn {
    background: #a4de02;
    color: #000;
    padding: 14px 28px;
    font-weight: 500;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #8bc400;
    transform: translateY(-3px);
}

/* Arrow Circle */
.arrow-circle {
    width: 38px;
    height: 38px;
    background: #000;
    color: #a4de02;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-circle i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .cta-title {
        font-size: 30px;
    }
    .cta-box {
        padding: 50px 30px;
        text-align: center;
    }
    .cta-btn {
        justify-content: center;
    }
}


/* Section */
.what-we-do-section{
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

/* Subtle Financial Graph Background */
.what-we-do-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1642543492481-44e81e3914a7?q=80&w=1920') center/cover no-repeat;
    opacity: 0.04;
    z-index: 0;
}

/* Left Image */
.expertise-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

/* Right Card */
.expertise-card{
    background: #1b2c56;
    color: #ffffff;
    border-radius: 25px;
    padding: 60px 50px;
    position: relative;
    z-index: 2;
    height: 100%;
    box-shadow: 0 20px 50px rgba(43,46,140,0.25);
}

/* Tag */
.section-tag{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    margin-bottom: 20px;
}

/* Heading */
.expertise-card h2{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Paragraph */
.expertise-card p{
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
    color: #f0f2ff;
}

/* Button */
.btn-custom-n{
    background: #ffffff;
    color: #2b2e8c;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.btn-custom-n:hover{
    background: #e6e8ff;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px){
    .expertise-card{
        padding: 40px 30px;
        margin-top: 30px;
    }

    .expertise-card h2{
        font-size: 30px;
    }
}



.funding-section{
    padding:100px 0;
    background:#fff;
}

.section-title-core{
    font-size:42px;
    font-weight:700;
    color:#1b2c56;
}

.section-subtitle-core{
    font-size:18px;
    color:#6c757d;
    margin-bottom:60px;
}

/* Card Style */
.funding-card{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    height:420px;
}

.funding-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s ease;
}

.funding-card:hover img{
    transform:scale(1.1);
}

.funding-overlay{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:30px 25px;
    background:linear-gradient(to top, rgba(27,44,86,0.95), rgba(43,46,140,0.7), transparent);
    color:#fff;
    transition:0.4s ease;
}

.funding-card h5{
    font-size:20px;
    font-weight:600;
}

.funding-card p{
    font-size:14px;
    margin-top:8px;
    opacity:0.95;
}

/* Owl */
.owl-nav button{
    position:absolute;
    top:45%;
    background:#2b2e8c!important;
    color:#fff!important;
    width:45px;
    height:45px;
    border-radius:50%!important;
}

.owl-nav .owl-prev{ left:-20px; }
.owl-nav .owl-next{ right:-20px; }

.owl-dots .owl-dot span{
    background:#cfd3ff!important;
}
.owl-dots .owl-dot.active span{
    background:#2b2e8c !important;
}

@media(max-width:768px){
    .section-title-core{
        font-size:30px;
      
    }
    .section-subtitle-core{  margin-bottom: 30px;}
}


/* Section Background */
.who-we-are {
    min-height: 100vh;
    background: url('../images/weare.jpg') no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-position: bottom;
}
.who-we-are h1{font-weight: 600;}
/* Content Box */
.content-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.content-box:hover {
    transform: translateY(-6px);
}

/* Main Heading */
.text-brand {
    color: #1b2c56;
}

/* Sub Headings */
.sub-heading {
    color: #2b2e8c;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Paragraph Styling */
.content-box p {
    color: #444;
  font-size: 15.5px;
}

/* Responsive */
@media (max-width: 991px) {
    .who-we-are {
        background-position: center;
        padding: 80px 0;
    }

    .content-box {
        padding: 30px;
    }
}


.leadership-header {

            margin-bottom: 3rem;
        }


.leadership-header h1{color: #1b2c56;    font-weight: 600;}

        .leadership-card {
            margin-bottom: 4rem;
        }
        .leader-name {
            font-weight: 700;
            color: #2c3e50;
            font-size: 2rem;
            margin-bottom: 0.2rem;
        }
        .leader-title {
            color: #888;
            font-size: 1rem;
            text-transform: capitalize;
            margin-bottom: 1.5rem;
            display: block;
        }
        .leader-bio {
            line-height: 1.7;
            color: #555;
            font-size: 0.95rem;
        }
        .leader-img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        @media (min-width: 768px) {
            .leader-img-container {
                padding-right: 2rem;
            }
        }



.clients-section {
            padding: 80px 0;
            background-color:#e6e6e6; /* Full width background */
        }
 .clients-section .row>*{margin-top: 9px !important;}

        .section-title-c {
            color: #2b2e8c;
            font-weight: 700;
            position: relative;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

.client-logo-card {
    border: 1px solid #e1e1e1;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 120px; */
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    border-radius: 4px;
    /* margin-bottom: 20px; */
}

        .client-logo-card:hover {
            border-color:  #2b2e8c;
            box-shadow: 0 8px 25px rgba(43, 46, 140, 0.15);
            transform: translateY(-5px);
        }

        .client-logo-card img {
            max-width: 100%;
            /*max-height: px;*/
            opacity: 0.7;
            transition: all 0.3s ease;
        }

        .client-logo-card:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }

        .client-intro-text {
            color: #444;
  
            margin: 0 auto 50px;
            font-size: 1.1rem;
        }

        .timeline-container {
            position: relative;
        
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        /* The Dashed Line */
        .timeline-container::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 2px;
            /* Creates the dashed effect */
            border-top: 2px dashed #3e4095; 
            transform: translateY(-50%);
            z-index: 1;
        }

        /* The Hollow Circles */
        .timeline-node {
            width: 20px;
            height: 20px;
            background-color: white; /* Matches page background */
            border: 2px solid #3e4095; /* Deep blue/purple color */
            border-radius: 50%;
            z-index: 2; /* Sits on top of the dashed line */
            position: relative;
        }

.footer {
  background-color: #172847;
  color: #cfd6e4;
  padding: 80px 0 35px;
  font-size: 15px;
}

/* Headings */
.footer h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 22px;
}

/* Links */
.footer a {
  color: #cfd6e4;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer .nav-link {
  padding: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .nav-link i {
  font-size: 11px;
  opacity: 0.7;
  transition: transform 0.3s ease;
}

.footer .nav-link:hover {
  color: #ffffff;
  padding-left: 6px;
}

.footer .nav-link:hover i {
  transform: translateX(4px);
  opacity: 1;
}

/* Contact Button */
.btn-contact {
  background-color: #ffffff;
  color: #172847;
  border-radius: 30px;
  font-weight: 600;
  padding: 8px 26px;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: #e5e9f2;
  color: #172847;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #ffffff;
  color: #172847;
  transform: translateY(-4px);
}

/* Mandatory List */
.footer ul li {
  margin-bottom: 8px;
}

/* Divider */
.footer hr {
  border-color: rgba(255,255,255,0.15);
  margin: 35px 0 25px;
}

/* Bottom Text */
.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: #b7c0d4;
}
.crl-ct{color: #172847 !important;}

/* Responsive */
@media (max-width: 768px) {
    .mobile-slider .owl-nav{display: none;}
  .footer {
    text-align: center;
  }

  .footer .nav {
    align-items: center;
  }

  .social-icons {
    justify-content: center;
  }
  .right-fixed-buttons{top:49%;   z-index: 9;}
}

    /* === Back to Top Button === */
    .back-to-top {
      position: fixed;
      bottom: 25px;
      right: 25px;
      z-index: 9999;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #0c172a;
      color: white;
      border: none;
      font-size: 1.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.35);
      cursor: pointer;
    }

    .back-to-top:hover {
      background-color: #152b47;
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    }

    .back-to-top.show {
      opacity: 1;
      visibility: visible;
    }

/* White hamburger icon on mobile */
.navbar-toggler {
  border-color: rgba(255,255,255,0.6);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    border-color: rgba(255,255,255,0.6);
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

}



.parallax-banner{
    background:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1920&q=80') center center/cover no-repeat fixed;
    height:80vh;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
}
.parallax-banner::before{
    content:'';
    position:absolute;
    top:0;left:0;
    width:100%;height:100%;
    background:rgba(0,0,0,0.6);
}
.parallax-content{
    position:relative;
    z-index:2;
}
.parallax-content h1{
    font-size:48px;
    font-weight:700;
}

/* Section Styling */
.section-dark{
    background:#21314e;
    color:#fff;
    padding:80px 0;
}

.section-dark h2, .section-dark h3{
    font-weight:600;
}
.section-dark p{
    font-size:17px;
    line-height:1.8;
    opacity:0.95;
}
.building-img{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,0.4);
}
.building-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}
.building-img img:hover{
    transform:scale(1.05);
}

.section-light{
    padding:80px 0;
    background:#f8f9fb;
}

/* Card Style */
.custom-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 15px 35px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}
.title-we{    font-weight: 700;
    font-size: 34px;}

.custom-card h5{    font-weight: 600;
    color: #21314e;
    margin-bottom: 10px;}

.custom-card p {    font-size: 16px;
    line-height: 1.7;
        color: #21314e;
    margin-bottom: 0;}


.custom-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

/* Icons */
.icon-box-we{
    font-size:40px;
    color:#21314e;
    margin-bottom:15px;
}

/* Approach Image Box */
.approach-box{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}
.approach-box img{
    width:70px;
    height:70px;
    border-radius:12px;
    margin-right:20px;
    object-fit:cover;
}


.leadership-section{

    padding:0px 0px;
    position:relative;
}
.section-title-leader{
    font-size:34px;
    font-weight:700;
    color:#ffffff;
    text-align:center;
    margin-bottom:70px;
}

.section-title-leader::after{
    content:"";
    width:80px;
    height:3px;
    background:#c47a34;
    display:block;
    margin:18px auto 0;
}



.leader-card{
    background:#ffffff;
    border-radius:18px;
    padding:45px 45px 30px 45px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    transition:all 0.35s ease;
}

.leader-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

.profile-img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    border:5px solid #c47a34;
    margin-bottom:20px;
}

.leader-name{
    font-size:22px;
    font-weight:700;
    color:#21314e;
}

.leader-designation{
    font-size:15px;
    font-weight:600;
    color:#c47a34;
    margin-bottom:15px;
}

.divider-line{
    width:50px;
    height:3px;
    background:#21314e;
    margin:15px auto 25px;
}

.leader-description{
    font-size:15.5px;
    color:#6c757d;
    line-height:1.75;
}

.leader-list{
    margin-top:18px;
    padding-left:0;
    list-style:none;
}

.leader-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
    font-size:15px;
    font-weight:500;
    color:#495057;
}

.leader-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#c47a34;
}

@media (max-width:991px){
    .leader-card{
        padding:30px;
    }
}


/* Section Title */

.grey-why{background: #efefef; padding: 60px 0px;}


/* Card Style */

.why-card-nn{
background:#1b2c56;
color:#ffffff;
border-radius:14px;
padding:35px 25px;
text-align:center;
height:100%;
position:relative;
overflow:hidden;
transition:all 0.4s ease;
}

/* Hover Effect */

.why-card-nn:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

/* Icon Circle */

.icon-circle-nn{
width:70px;
height:70px;
margin:auto;
border-radius:50%;
background:rgba(255,255,255,0.15);
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
color:#ffffff;
margin-bottom:18px;
transition:all 0.4s ease;
}

/* Icon Hover */

.why-card-nn:hover .icon-circle-nn{
background:#ffffff;
color:#1b2c56;
transform:scale(1.1);
}

/* Heading */

.why-card-nn h5{
font-weight:600;
margin-bottom:12px;
}

/* Paragraph */

.why-card-nn p{
font-size:15px;
line-height:1.6;
color:#e4e9f5;
margin-bottom:0;
}





.btn-product{background-color: #2b2e8c !important; color: #fff !important;}

/* SECTION */

.structured-section{
padding:60px 0;
background-image:url('https://images.unsplash.com/photo-1460925895917-afdab827c52f');
background-size:cover;
background-position:center;
background-attachment:fixed;
position:relative;
}

.structured-section:before{
content:"";
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background:rgba(255,255,255,0.94);
}

.structured-section-product{
padding:60px 0;
    background: url(https://images.unsplash.com/photo-1531973968078-9bb02785f13d?q=80&w=2070&auto=format&fit=crop) center / cover fixed;
    background-size:cover;
background-position:center;
background-attachment:fixed;
position:relative;
}

.structured-section-product:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgb(27 44 86), rgba(0, 10, 25, .99));
}


.section-inner{
position:relative;
z-index:2;
}

/* TITLE */

.section-title{
text-align:center;
font-weight:700;
font-size:40px;
color:#1b2c56;
margin-bottom:70px;
}

/* CARD */

.lending-card{
    background: rgb(153 148 148 / 3%);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, .1);
border-radius:14px;
padding:20px 12px;
height:100%;
text-align:center;
transition:all .35s ease;
border:1px solid rgba(0,0,0,0.05);
}

.lending-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.lending-card .icon-box{
width:60px;
height:60px;
margin:auto;
margin-bottom:18px;
background:#f4f6fb;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
color:#1b2c56;
transition:0.3s;
}

.lending-card:hover .icon-box{
background:#1b2c56;
color:#fff;
transform:scale(1.1);
}

.lending-title{
font-weight:600;
font-size:16px;
margin-bottom:10px;
}

.lending-text{
font-size:14px;
color:#555;
line-height:1.5;
}

/* MOBILE SLIDER */

.mobile-slider{
display:none;
}

@media(max-width:991px){
.swiper-slide{margin: 0 auto;}
.desktop-grid{
display:none;
}

.navbar-nav{background: #1b2c56 !important;}
.navbar .nav-link{color: #fff !important;}
.nav-item{border-bottom: 1px solid #494f60;}
.top-info-bar{display: none !important;}
.text-lf{color: #fff !important; text-align: left !important;}

.mobile-slider{
display:block;
}

}

/* HEADINGS */

.section-heading{
color:#1b2c56;
font-weight:700;
margin-bottom:20px;
}

/* TEXT */

.section-text{
font-size:17px;
color:#6c757d;
}

/* CAREER IMAGE */

.career-img{
border-radius:12px;
width:100%;
box-shadow:0 10px 30px rgba(0,0,0,.15);
}

/* WHY SECTION */

.why-section{
background:#e9f0fb;
padding:80px 0;
}

/* CARDS */

.career-card{
background:white;
padding:35px 25px;
border-radius:14px;
text-align:center;
height:100%;
transition:.35s;
box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.career-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.career-card .icon-box{
width:70px;
height:70px;
margin:auto;
margin-bottom:20px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
background:#0d2a63;
color:white;
}

/* JOIN TEAM SECTION */

.join-team{
position:relative;
background:url("../images/careerimg.jpg") center/cover no-repeat;
padding:120px 0;
color:white;
}

.join-team::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(13,42,99,.85);
}

.join-content{
position:relative;
z-index:2;
text-align:center;
max-width:800px;
margin:auto;
}

.join-content h2{
color:#ffffff;
font-weight:700;
margin-bottom:20px;
}

.join-content p{
font-size:18px;
line-height:1.7;
}

.email{
font-size:20px;
font-weight:600;
margin-top:15px;
color:#ffd9b3;
}

/* RESPONSIVE */

@media(max-width:768px){

.hero h1{
font-size:34px;
}

.join-team{
padding:80px 20px;
}

}


/* INSIGHTS SECTION */

.insights-section{
/*background:#2b2e8c;
background-image:linear-gradient(rgba(43,46,140,0.9),rgba(43,46,140,0.9)),
url("../images/insight.jpg");*/
background-size:cover;
background-position:center;
background-attachment:fixed;

color:white;
}

.insight-title{
font-size:42px;
font-weight:700;
text-align:center;
margin-bottom:20px;
}

.insight-subtitle{
text-align:center;
max-width:800px;
margin:auto;
font-size:18px;
opacity:0.9;
margin-bottom:60px;
}

/* INSIGHT CARDS */

.insight-card{
background:rgba(255,255,255,0.1);
border-radius:12px;
padding:35px;
text-align:center;
backdrop-filter:blur(8px);
transition:all .4s ease;
height:100%;
transform:translateY(-10px);
background:ccc;
color:#2b2e8c;
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}

.insight-card:hover{
transform:translateY(-10px);
background:ccc;
color:#2b2e8c;
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}

.insight-icon{
font-size:45px;
margin-bottom:15px;
}

/* MOBILE */

@media(max-width:768px){

.insight-title{
font-size:30px;
}

.insight-subtitle{
font-size:16px;
}

}



/* SECTION BACKGROUND */

.philosophy-section{
background:#2b2e8c;
background-image: linear-gradient(rgba(43,46,140,0.92),rgba(43,46,140,0.92)),
url("../images/philosophy.jpg");
background-size:cover;
background-position:center;
background-attachment:fixed;
color:#fff;
padding:100px 0;
}


/* TEXT */

.philosophy-text{
font-size:18px;
line-height:1.8;
margin-bottom:20px;
opacity:.95;
}

/* APPROACH SECTION */

.approach-section{
background:#f6f8ff;
padding:90px 0;
}

/* APPROACH BOX */

.approach-boxn{
background:#fff;
padding:35px 25px;
border-radius:10px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
transition:all .4s ease;
height:100%;
}

.approach-boxn:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

/* ICON */

.approach-icon{
font-size:38px;
color:#2b2e8c;
margin-bottom:15px;
}

/* APPROACH TEXT */

.approach-boxn p{
font-size:17px;
font-weight:600;
margin:0;
}

/* MOBILE */

@media (max-width:768px){


.philosophy-text{
font-size:16px;
}

}



/* GO TO TOP BUTTON */

#topBtn{
position:fixed;
bottom:30px;
right:30px;
display:none;
background:#5bc0ff;   /* Light Blue */
color:#fff;
border:none;
width:50px;
height:50px;
border-radius:50%;
font-size:22px;
box-shadow:0 5px 15px rgba(0,0,0,0.25);
cursor:pointer;
transition:all .3s ease;
z-index:999;
}

#topBtn:hover{
background:#3aa9f5;
transform:translateY(-4px);
}

/* Investor Page Css */
.investor-section{
padding:60px 0;
background:#f6f7fb;
}

/* Main Tabs */
.main-tabs{
justify-content:center;
border-bottom:2px solid #e5e5e5;
margin-bottom:30px;
}

.main-tabs .nav-link{
border:none;
font-weight:600;
font-size:18px;
color:#444;
padding:12px 30px;
position:relative;
}

.main-tabs .nav-link.active{
color:#2b2e8c;
}

.main-tabs .nav-link.active::after{
content:"";
position:absolute;
left:0;
bottom:-2px;
width:100%;
height:3px;
background:#2b2e8c;
}

/* Sub Tabs */
.sub-tabs{
justify-content:center;
margin-bottom:30px;
}

.sub-tabs .nav-link{
border:1px solid #ddd;
margin:5px;
color:#555;
font-weight:500;
border-radius:6px;
padding:8px 18px;
}

.sub-tabs .nav-link.active{
background:#2b2e8c;
color:#fff;
border-color:#2b2e8c;
}

/* Content Box */

.content-box-s{
/*background:#fff;*/
padding:30px;
border-radius:8px;
/*box-shadow:0 5px 20px rgba(0,0,0,0.05);*/
text-align:center;
}

/* Mobile */

@media(max-width:768px){

.main-tabs .nav-link{
padding:10px 15px;
font-size:16px;
}

.sub-tabs{
flex-wrap:wrap;
}

}




/* Colors */
.heading {
    color: #1b2c56;
    font-weight: 600;
}

.subtext, .subtext p,.subtext li {
    color: #362f27;
}

/* Section spacing */
.section-padding {
    padding: 70px 0;
}

/* Cards */
.contact-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    padding: 25px;
    height: 100%;
    transition: 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

/* Icons */
.icon-box-con {
    font-size: 28px;
    color: #1b2c56;
    margin-bottom: 10px;
}

/* Form */
.section-contact .form-control,.section-contact .form-select {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
}

.section-contact .form-control:focus, .section-contact .form-select:focus {
    box-shadow: none;
    border-color: #1b2c56;
}

/* Button */
.section-contact .btn-custom {
    background: linear-gradient(135deg, #1b2c56, #243a7a);
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px;
    border: none;
    transition: 0.3s;
}

.section-contact .btn-custom:hover {
    background: #162447;
}

/* Help box */
.help-box {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Map */
.map-container iframe {
    width: 100%;
    height: 350px;
    border-radius: 12px;
    border: 0;
}



#fundingModal .modal-header{
    background:#1b2c56;
    color:#fff;
}

#fundingModal .section-title-fund{
    color: #1b2c56;
    font-weight:600;
    margin-top:20px;
    margin-bottom:10px;
    border-left:4px solid #1b2c56;
    padding-left:10px;
}

#fundingModal .form-control:focus,#fundingModal .form-select:focus{
    border-color:#1b2c56;
    box-shadow:0 0 0 0.2rem rgba(27,44,86,0.15);
}

#fundingModal .btn-primary{
    background:#1b2c56;
    border:none;
}

#fundingModal .btn-primary:hover{ background:#142244; }

#fundingModal .form-check-input:checked{
    background-color:#1b2c56;
    border-color: #1b2c56;
}

#fundingModal .modal-body{
    max-height:75vh;
    overflow-y:auto;
}