:root {
--navy-blue: #0a2a5e;
--dark-blue: #0a2a5e;
--light-blue: #e6f0ff;
--red: #e63946;
--white: #ffffff;
--light-gray: #f8f9fa;
--gray: #6c757d;
--dark-gray: #343a40;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Inter', sans-serif;
line-height: 1.6;
color: var(--dark-gray);
background-color: var(--white);
}

.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
}

/* Header & Navigation */
header {
background-color: var(--white);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
position: sticky;
top: 0;
z-index: 100;
}

.header-container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
}

.lioncs {
padding-top: 14px;
}

.logo {
height: 40px;
}

.nav-menu {
display: flex;
list-style: none;
}

.nav-item {
margin-left: 2rem;
}

.nav-link {
color: var(--dark-gray);
text-decoration: none;
font-weight: 500;
transition: color 0.2s;
font-size: 0.95rem;
}

.nav-link:hover {
color: var(--red);
}







 .herolion {
    background: linear-gradient(rgba(10, 36, 99, 0.85), rgba(10, 36, 99, 0.85)), url('/placeholder.svg?height=800&width=1200&text=Banking+Technology+Background');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
        height: 407px;

}

.herolion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/placeholder.svg?height=800&width=1200&text=Digital+Banking+Icons');
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}




.herolion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/placeholder.svg?height=800&width=1200&text=Digital+Banking+Icons');
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}

.herolion h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
        margin-top: -21px;

}



 .hero::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-image: url('/placeholder.svg?height=800&width=1200&text=Digital+Banking+Icons');
     background-size: cover;
     opacity: 0.1;
     z-index: -1;
 }

 .hero h1 {
    
     margin-bottom: 1rem;
     line-height: 1.2;
         margin-top: -21px;

 }
 
 .section-title.reg h2 {
color: #fff !important;
}

 .hero p {
     font-size: 1.2rem;
     max-width: 800px;
     margin: 0 auto 1rem;
         
 }

 .btnlion{ 
    display: inline-block;
    background-color: #d8315b;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;

 }

 .btn {
     display: inline-block;
     background-color: var(--accent);
     color: white;
     padding: 0.8rem 1.5rem;
     border-radius: 5px;
     text-decoration: none;
     font-weight: 600;
     transition: all 0.3s;
     border: none;
     cursor: pointer;
 }

 .btn:hover {
     background-color: #b02a4c;
     transform: translateY(-2px);
 }

 .btn-secondary {
     background-color: var(--secondary);
 }

 .btn-secondary:hover {
     background-color: #3078a8;
 }

 section {
     padding: 4rem 0;
 }


 .section-titleioncss h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--red);
}

 .section-title {
     text-align: center;
     margin-bottom: 3rem;
 }

 .section-title h2 {
     font-size: 2rem;
     color: var(--primary);
     position: relative;
     display: inline-block;
     padding-bottom: 10px;
 }

 .section-title h2::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     width: 80px;
     height: 3px;
     background-color: var(--accent);
 }

 .overview {
     background-color: white;
     background-image: url('/placeholder.svg?height=500&width=500&text=Fintech+Pattern');
     background-repeat: repeat;
     background-size: 200px;
     background-opacity: 0.05;
     position: relative;
 }

 .overview::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(255, 255, 255, 0.9);
     z-index: 0;
 }

 .overview .container {
     position: relative;
     z-index: 1;
 }

 .overview-content {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     align-items: center;
 }

 .overview-text {
     flex: 1;
     min-width: 300px;
     padding-right: 2rem;
 }

 .overview-image {
     flex: 1;
     min-width: 300px;
     text-align: center;
 }

 .overview-image img {
     max-width: 100%;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .features {
     background-color: var(--light);
     background-image: url('/placeholder.svg?height=400&width=400&text=Tech+Grid+Pattern');
     background-repeat: repeat;
     background-size: 200px;
     background-opacity: 0.05;
     position: relative;
 }

 .features::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(240, 244, 248, 0.9);
     z-index: 0;
 }

 .features .container {
     position: relative;
     z-index: 1;
 }

 .features-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 2rem;
 }

 .feature-card {
     background-color: white;
     padding: 2rem;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s;
 }

 .feature-card:hover {
     transform: translateY(-5px);
 }

 .feature-icon {
     font-size: 2.5rem;
     color: var(--secondary);
     margin-bottom: 1rem;
 }

 .feature-card h3 {
     margin-bottom: 1rem;
     color: var(--primary);
 }

 .curriculum {
     background-color: white;
     background-image: url('/placeholder.svg?height=600&width=600&text=Banking+Code+Pattern');
     background-repeat: repeat;
     background-size: 300px;
     background-opacity: 0.03;
     position: relative;
 }

 .curriculum::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(255, 255, 255, 0.95);
     z-index: 0;
 }

 .curriculum .container {
     position: relative;
     z-index: 1;
 }

 .accordion {
     margin-bottom: 1rem;
     border: 1px solid #e0e0e0;
     border-radius: 5px;
     overflow: hidden;
 }

 .accordion-header {
     background-color: #0a2463;
     color: white;
     padding: 1rem;
     cursor: pointer;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .accordion-content {
     padding: 0;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.3s ease-out;
     background-color: white;
 }

 .accordion-content.active {
     max-height: 1000px;
     padding: 1rem;
 }

 .accordion-content ul {
     list-style-position: inside;
     margin-left: 1rem;
 }

 .accordion-content ul li {
     margin-bottom: 0.5rem;
 }

 .accordion-content ul ul {
     margin-left: 1.5rem;
     margin-top: 0.5rem;
 }

 .instructor {
     background-color: var(--light);
     background-image: url('/placeholder.svg?height=500&width=500&text=Network+Connections');
     background-repeat: repeat;
     background-size: 250px;
     background-opacity: 0.05;
     position: relative;
 }

 .instructor::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(240, 244, 248, 0.9);
     z-index: 0;
 }

 .instructor .container {
     position: relative;
     z-index: 1;
 }

 .instructor-profile {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     background-color: white;
     padding: 2rem;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
 }

 .instructor-image {
     flex: 1;
     min-width: 250px;
     text-align: center;
 }

 .instructor-image img {
     width: 200px;
     height: 200px;
     border-radius: 50%;
     object-fit: cover;
     border: 5px solid var(--primary);
 }

 .instructor-info {
     flex: 2;
     min-width: 300px;
     padding: 1rem;
 }

 .instructor-info h3 {
     color: var(--primary);
     margin-bottom: 1rem;
 }

 .target-audience {
     background-color: white;
     background-image: url('/placeholder.svg?height=500&width=500&text=Career+Path+Grid');
     background-repeat: repeat;
     background-size: 250px;
     background-opacity: 0.03;
     position: relative;
 }

 .target-audience::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(255, 255, 255, 0.95);
     z-index: 0;
 }

 .target-audience .container {
     position: relative;
     z-index: 1;
 }

 .audience-cards {
     display: flex;
     flex-wrap: wrap;
     gap: 2rem;
     justify-content: center;
 }

 .audience-card {
     flex: 1;
     min-width: 300px;
     max-width: 500px;
     background-color: var(--light);
     padding: 2rem;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
 }

 .audience-card h3 {
     color: var(--primary);
     margin-bottom: 1rem;
     display: flex;
     align-items: center;
 }

 .audience-card h3 i {
     margin-right: 10px;
     color: var(--secondary);
 }

 .registration {
     background-color: var(--primary);
     color: white;
     background-image: url('/placeholder.svg?height=600&width=600&text=Digital+Banking+Circuit');
     background-size: cover;
     background-position: center;
     background-blend-mode: overlay;
     position: relative;
 }

 .registration::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(10, 36, 99, 0.9);
     z-index: 0;
 }

 .registration .container {
     position: relative;
     z-index: 1;
 }

 .form-container {
     background-color: white;
     padding: 2rem;
     border-radius: 10px;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     max-width: 800px;
     margin: 0 auto;
         margin-top: -26px;

 }

 .form-title {
     color: var(--primary);
     margin-bottom: 1.5rem;
     text-align: center;
 }

 .form-group {
     margin-bottom: 1.5rem;
 }

 .form-group label {
     display: block;
     margin-bottom: 0.5rem;
     font-weight: 600;
     color: #000;
 }

 .form-control {
     width: 100%;
     padding: 0.8rem;
     border: 1px solid #ddd;
     border-radius: 5px;
     font-size: 1rem;
 }

 .form-control:focus {
     outline: none;
     border-color: var(--secondary);
 }

 .form-row {
     display: flex;
     flex-wrap: wrap;
     gap: 1rem;
 }

 .form-row .form-group {
     flex: 1;
     min-width: 250px;
 }

 footer {
     background-color: var(--dark);
     color: white;
     padding: 3rem 0 1rem;
     background-image: url('/placeholder.svg?height=400&width=1200&text=Banking+Technology+Footer');
     background-size: cover;
     background-position: center;
     background-blend-mode: overlay;
 }

 .footer-content {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
 }

 .footer-column {
     flex: 1;
     min-width: 250px;
     margin-bottom: 2rem;
 }

 .footer-column h3 {
     margin-bottom: 1rem;
     position: relative;
     padding-bottom: 10px;
 }

 .footer-column h3::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 50px;
     height: 2px;
     background-color: var(--secondary);
 }

 .footer-column ul {
     list-style: none;
 }

 .footer-column ul li {
     margin-bottom: 0.5rem;
 }

 .footer-column ul li a {
     color: #ddd;
     text-decoration: none;
     transition: color 0.3s;
 }

 .footer-column ul li a:hover {
     color: var(--secondary);
 }

 .social-links {
     display: flex;
     gap: 1rem;
 }

 .social-links a {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 40px;
     height: 40px;
     background-color: rgba(255, 255, 255, 0.1);
     border-radius: 50%;
     color: white;
     transition: all 0.3s;
 }

 .social-links a:hover {
     background-color: var(--secondary);
     transform: translateY(-3px);
 }

 .copyright {
     text-align: center;
     padding-top: 2rem;
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     margin-top: 2rem;
 }

 /* Floating graphics */
 .floating-graphics {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     overflow: hidden;
     pointer-events: none;
     z-index: 1;
 }

 .floating-item {
     position: absolute;
     opacity: 0.1;
 }

 .floating-item:nth-child(1) {
     top: 10%;
     left: 5%;
     animation: float 8s ease-in-out infinite;
 }

 .floating-item:nth-child(2) {
     top: 20%;
     right: 10%;
     animation: float 12s ease-in-out infinite;
 }

 .floating-item:nth-child(3) {
     bottom: 15%;
     left: 15%;
     animation: float 10s ease-in-out infinite;
 }

 .floating-item:nth-child(4) {
     bottom: 25%;
     right: 5%;
     animation: float 14s ease-in-out infinite;
 }

 @keyframes float {
     0% {
         transform: translateY(0) rotate(0deg);
     }
     50% {
         transform: translateY(-20px) rotate(5deg);
     }
     100% {
         transform: translateY(0) rotate(0deg);
     }
 }

 @media (max-width: 768px) {
     .header-content {
         flex-direction: column;
         text-align: center;
     }

     nav ul {
         margin-top: 1rem;
     }

  

     .overview-text, .overview-image {
         padding: 0;
         margin-bottom: 2rem;
     }

     .instructor-profile {
         flex-direction: column;
         text-align: center;
     }

     .instructor-image {
         margin-bottom: 2rem;
     }

     .floating-graphics {
         display: none;
     }
 }

 .section-title.lioncls h2 {
color: #fff;
}

/* Header & Navigation */
header {
    background-color: var(--white);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.logo {
    height: 40px;
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-item {
    margin-left: 2rem;
}

.nav-link {
    color: var(--dark-gray);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    font-size: 0.95rem;
}

.nav-link:hover {
    color: var(--red);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

/* Hero Section */


.hero-content {
    text-align: left;
    max-width: 800px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    max-width: 700px;
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background-color: var(--red);
    color: var(--white);
}

.btn-primary:hover {
    background-color: #d32f2f;
}

.cohort-info {
    margin-top: 1.5rem;
    font-size: 1rem;
}

/* Section Styling */
section {
    padding: 4rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.cta-section h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
}
.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: var(--red);
}

.section-header p {
    font-size: 1.1rem;
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
}

/* Courses Section */
.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.course-card {
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.course-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.course-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.course-tag {
    display: inline-block;
    background-color: var(--light-blue);
    color: var(--navy-blue);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.course-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 0.75rem;
}

.course-description {
    color: var(--gray);
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.course-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 1rem;
    margin-top: auto;
}

.course-duration {
    display: flex;
    align-items: center;
    color: var(--gray);
    font-size: 0.875rem;
}

.course-duration svg {
    margin-right: 0.5rem;
}

.coming-soon-card {
    background-color: var(--light-gray);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 2rem;
    height: 100%;
    border: 2px dashed var(--gray);
}

.coming-soon-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.coming-soon-icon {
    width: 80px;
    height: 80px;
    background-color: var(--light-blue);
    color: var(--navy-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.coming-soon-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 1rem;
}

.coming-soon-text {
    color: var(--gray);
    font-size: 1.1rem;
}

/* About Section */
.about-section {
    background-color: var(--light-gray);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-content h2 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 1.5rem;
}

.about-content p {
    margin-bottom: 1.5rem;
    color: var(--gray);
}

.about-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Features Section */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    background-color: var(--white);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: var(--light-blue);
    color: var(--navy-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--dark-blue);
}

.feature-card p {
    color: var(--gray);
}

/* CTA Section */
.cta-section {
    color: var(--white);
    text-align: center;
    padding: 4rem 0;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

/* Footer */
footer {
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-column h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--white);
}

.footer-links {
    list-style: none;
}

.footer-link {
    margin-bottom: 0.75rem;
}

.footer-link a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link a:hover {
    color: var(--white);
}

.footer-contact p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
}

.footer-contact svg {
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    transition: background-color 0.2s;
}

.social-link:hover {
    background-color: var(--red);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-image {
        order: -1;
    }
}




@media (max-width: 768px) {


 
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: var(--white);
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-item {
        margin: 0.5rem 0;
    }

    .mobile-menu-btn {
        display: block;
    }

    .hero h1 {
        font-size: 25px;
    }

    .hero p {
        font-size: 1rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

    .courses-grid {
        grid-template-columns: 1fr;
    }
}
