*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}






  /* Hero Section */
        .page-hero {
            padding-top: 100px;
            padding-bottom: 80px;
          
        }
        
        .page-hero-content {
            text-align: center;
            
            margin: 0 auto;
        }
        
        h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #111827;
              font-family: 'Playfair Display', serif;
        }
        
        p {
            font-size: 1.1rem;
            color: #4b5563;
            margin-bottom: 1.5rem;
              font-family: 'Inter', 'Roboto', sans-serif;
        }
        
        /* Section Styles */
        .section {
            padding: 80px 0;
        }
        
        .row {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -15px;
        }
        
        [class*="col-"] {
            padding: 0 15px;
        }
        
        .col-4 {
            width: 33.3333%;
        }
        
        .col-5 {
            width: 41.6667%;
        }
        
        .col-6 {
            width: 50%;
        }
        
        .col-7 {
            width: 58.3333%;
        }
        
        .col-8 {
            width: 66.6667%;
        }
        
        .col-11 {
            width: 91.6667%;
        }
        
        /* Card Styles */
        .rounded-xl {
            border-radius: 12px;
        }
        
        .shadow-lg {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        
        .gradient-number {
            position: relative;
            width: 90px;
            height: 90px;
        }
        
        .gradient-number span {
            position: absolute;
            font-size: 1.5rem;
            font-weight: 700;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            color: #111827;
              font-family: 'Playfair Display', serif;
        }
        
        h4 {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
            color: #111827;
              font-family: 'Playfair Display', serif;
        }
        
        .gradient-number p{
                 font-family: 'Inter', 'Roboto', sans-serif;

        }

        .firs1 h2{
             font-family: 'Playfair Display', serif;
        }

        .firs1 p{
          font-family: 'Inter', 'Roboto', sans-serif;

        }
        /* FAQ Section */
        .faqs {
            background-color: #f9fafb;
        }
        
        .img-rounded {
            border-radius: 12px;
            width: 100%;
            height: auto;
        }
        
        /* Gradient Section */
        .bg-gradient1 {
               background-image: linear-gradient(180deg, #2d0866 7.64%, #a726bf 120.07%);
           
        }
        
        .text-white {
            color: #fff;
        }

           /* section-new-6 */
                .banking-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            padding: 3rem;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .banking-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        }
        
        .banking-icon {
            font-size: 3rem;
            color: #0d6efd;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }
        
        .banking-section:hover .banking-icon {
            transform: scale(1.1) rotate(-5deg);
            color: #0b5ed7;
        }
        
        .banking-section  h1{
              font-family: 'Playfair Display', serif;
        }


        .banking-section  p{
                font-family: 'Inter', 'Roboto', sans-serif;
        }
       
       
        
   
        
        .cta-button {
            background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
            border: none;
            border-radius: 50px;
            padding: 12px 30px;
            font-weight: 600;
            color: white;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
            margin-top: 1.5rem;
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
            background: linear-gradient(135deg, #0b5ed7 0%, #084298 100%);
        }
        
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }
        
        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }
        
        .highlight-text {
            font-weight: 600;
            color: #0d6efd;
            font-style: italic;
        }

        
      .sizing1{
        font-size: 16px;
      }

      
       

        .btn99{
         background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);;
            border: 2px solid var(--primary);
            color: white;
            margin-left: 15px;
        }

        .btn99 a{
            text-decoration: none;
            color: white;
        }
        /* Responsive Styles */
        @media (max-width: 767px) {
            .col-4, .col-5, .col-6, .col-7, .col-8, .col-11 {
                width: 100%;
            }
            
            .page-hero {
                padding-top: 80px;
            }
        }
        
        @media (min-width: 768px) {
            .md\:col-5 {
                width: 41.6667%;
            }
            
            .md\:col-3 {
                width: 25%;
            }
            
            .sm\:col-6 {
                width: 50%;
            }
        }
        
        @media (min-width: 1024px) {
            .navbar-nav {
                display: flex;
                flex-direction: row;
                width: auto;
                order: 1;
            }
            
            .lg\:col-4 {
                width: 33.3333%;
            }
            
            .lg\:col-5 {
                width: 41.6667%;
            }
            
            .lg\:col-6 {
                width: 50%;
            }
            
            .lg\:col-7 {
                width: 58.3333%;
            }
            
            .lg\:col-8 {
                width: 66.6667%;
            }
            
            .lg\:col-11 {
                width: 91.6667%;
            }
            
            .nav-dropdown-list {
                position: absolute;
                top: 100%;
                left: 0;
                min-width: 200px;
                display: none;
            }
            
            .nav-dropdown:hover .nav-dropdown-list {
                display: block;
            }
        }











      
        
    
        









        
        @keyframes underlineExpand {
            from { width: 0; }
            to { width: 80px; }
        }
        
        .animate-delay-1 {
            animation-delay: 0.2s;
        }
        
        .animate-delay-2 {
            animation-delay: 0.4s;
        }
        
        .animate-delay-3 {
            animation-delay: 0.6s;
        }

        
        @keyframes underlineExpand {
            from { width: 0; }
            to { width: 60px; }
        }







        