﻿/* General Reset */
body {
    margin: 0;
    /*font-family: 'Segoe UI', sans-serif;*/
   /* background-color: #ffffff;*/
}

h1 {
    /*font-family: 'Playfair Display', serif;*/
}

html {
    scroll-behavior: smooth;
}


/* Navbar */
.custom-navbar {
    background: linear-gradient(to right, #031736, rgba(3, 23, 54, 0.9));
    padding: 0.8rem 2rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/*.logo-text {
    font-family: 'Georgia', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: white !important;
}*/

.navbar-nav .nav-link-custom {
    font-family: 'Work Sans Roman', sans-serif !important;
    font-size: clamp(1rem, 1.5vw, 1.5rem); /* Responsive scaling */
    font-weight: 500; /* Medium */
    color: #e5e5e5 !important; /* Override Bootstrap */
}

    .navbar-nav .nav-link-custom:hover {
        color: #F55C00 !important;
        text-decoration: underline;
    }

.custom-navbar .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='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding-top: 100px;
    padding-bottom: 60px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Arrow Controls */
.hero-arrows {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.arrow-btn {
    background-color: #f97316;
    color: white;
    border: none;
    font-size: 1.2rem;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

    .arrow-btn:hover {
        background-color: #d65b0b;
    }

.welcome-text {
    font-family: 'Newsreader Roman', serif;
    font-weight: 700;
    font-size: clamp(1rem, 1.5vw, 2rem);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #f0803b;
}

.hero-section h1 {
    font-family: 'Newsreader Roman', serif;
    font-weight: 500;
    font-size: clamp(2.5rem, 8vw, 5rem);
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1rem;
}


.hero-section .lead {
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 500;
    font-size: 1.375rem; /* 22px */
    line-height: 1.6;
    max-width: 800px;
}

/* RESPONSIVE ADJUSTMENTS */

@media (min-width: 992px) { 
    .navbar-nav .nav-link-custom {
        font-size: 1.2rem;  

    }
}


@media (min-width: 769px) and (max-width: 1200px) {
    .hero-section .lead {
        font-size: 1.25rem; /* 20px */
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding-top: 80px;
        padding-bottom: 40px;
    }

        .hero-section h1 {
            font-size: 2rem;
            line-height: 1.2;
        }

        .hero-section .lead {
            font-size: 1rem; /* 16px */
            line-height: 1.5;
        }

    .arrow-btn {
        font-size: 1rem;
        width: 28px;
        height: 28px;
    }

    .hero-arrows {
        bottom: 15px;
        left: 15px;
    }
}

/* Force 22px on large screens */
@media (min-width: 1201px) {
    .hero-section .lead {
        white-space:nowrap;
        font-size: 1.375rem !important; /* 22px with priority */
    }
}




/* About Us section */

/*.about-section {
    background-color: #fff;
    font-family: 'Georgia', serif;
    position: relative;
    overflow: hidden;
    padding: 60px 20px;
    z-index: 1;
}*/

    .about-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('https://i.imgur.com/6eZVdpv.png');
        background-repeat: repeat;
        background-size: 100px;
        opacity: 0.03;
        z-index: 0;
    }

.about-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}


/* == Typography ==================== */

.about-title {
    font-family: 'Newsreader Roman', serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    /* Added from original: */
    color: inherit;
}

.about-desc {
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #212529;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}


/* == List Styles ====== */

.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.about-bullet-points {
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 12px;
    flex-shrink: 0;
}


/* === About Us Button === */

#about-button.btn-know-more {
    background-color: #F55C00;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: 'Work Sans Roman', sans-serif;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
    transition: none;
}

#about-button .circle-icon-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: white;
    color: #F55C00;
    border-radius: 50%;
    font-size: 10px;
    margin-left: 12px;
}


/* === Services Button === */

.services-section .btn-know-more {
    color: #f60;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    width: fit-content;
    min-width: 140px;
    text-align: center;
    justify-content: center;
    background-color: transparent;
    /*border: 2px solid #f60;*/
    transition: all 0.3s ease;
}

    .services-section .btn-know-more .arrow {
        margin-left: 10px;
        font-size: 1.3rem;
        color: #f60;
        transition: all 0.3s ease;
    }

    .services-section .btn-know-more:hover {
        background-color: #F55C00;
        color: white;
    }

        .services-section .btn-know-more:hover .arrow {
            color: white;
        }


/* === Image Grid === */

.image-grid {
    flex: 1 1 500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    position: relative;
}

.image-box {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

    .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .image-box:nth-child(1),
    .image-box:nth-child(3) {
        transform: translateY(-20px);
    }

    .image-box:nth-child(2),
    .image-box:nth-child(4) {
        transform: translateY(20px);
    }


/* === Services Section === */


.services-section {
    background-color: #f6f7f8;
    padding: 80px 20px;
}

.section-title {
    font-family: 'Newsreader Roman', serif;
    font-weight: 500;
    font-size: 60px;
    text-align: center;
    margin-bottom: 60px;
    color: #222;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 440px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
}

    .service-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
        border-radius: 15px 15px 0 0;
    }

    .service-card .label {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background: rgba(255, 255, 255, 0.9);
        padding: 12px 20px;
        font-family: 'Newsreader Roman', serif;
        font-weight: 600;
        font-size: 32px;
        border-radius: 8px;
        color: #000;
        z-index: 2;
        transition: opacity 0.3s ease;
    }

    .service-card .overlay {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: rgba(255, 255, 255, 0.96);
        padding: 25px 20px;
        border-radius: 12px;
        opacity: 0;
        z-index: 3;
        pointer-events: none;
        transform: translateY(20px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .service-card .overlay h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #111;
            font-family: 'Newsreader Roman', serif;
            font-weight: 700;
        }

        .service-card .overlay ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
            flex-grow: 1;
        }

            .service-card .overlay ul li a {
                font-family: 'Work Sans Roman', sans-serif;
                font-weight: 400;
                font-size: 20px;
                color: #333;
                text-decoration: none;
                transition: color 0.2s ease;
                display: block;
                padding: 4px 0;
            }

                .service-card .overlay ul li a:hover {
                    color: #f60;
                }


/* === Updated Services Button === */

.services-section .btn-know-more {
    color: #f60;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 18px 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    width: fit-content;
    min-width: 140px;
    text-align: center;
    justify-content: center;
    background-color: transparent;
   /* border: 2px solid rgba(255, 255, 255, 0.96);*/
    transition: all 0.3s ease;
    position: relative;
}

    /* Remove existing arrow */
    .services-section .btn-know-more .arrow {
        display: none;
    }

    
    .services-section .btn-know-more::after {
        content: "\f054"; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        background-color: #f60;
        color: white;
        border-radius: 4px;
        margin-left: 10px;
        font-size: 12px;
        transition: all 0.3s ease;
    }

    /* Hover state */
    .services-section .btn-know-more:hover {
        background-color: #F55C00;
        color: white;
        border-color: #F55C00;
    }

        .services-section .btn-know-more:hover::after {
            background-color: white;
            color: #F55C00;
        }


/* === Card Hover Effects === */

.service-card:hover img {
    transform: scale(1.05);
}

.service-card:hover .overlay {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.service-card:hover .label {
    opacity: 0;
}


/* === Responsive Styles === */

@media (max-width: 1200px) {
    .section-title {
        font-size: 70px;
    }

    .service-card .label {
        font-size: 28px;
    }

    .service-card .overlay ul li a {
        font-size: 18px;
    }

    .service-card .overlay .btn-know-more {
        font-size: 0.95rem;
        padding: 9px 16px;
    }
}

@media (max-width: 992px) {
    .section-title {
        font-size: 60px;
    }

    .service-card .label {
        font-size: 24px;
    }

    .service-card .overlay ul li a {
        font-size: 17px;
    }

    .service-card .overlay .btn-know-more {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 48px;
    }

    .services-grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .service-card {
        height: auto !important;
        overflow: visible;
        position: relative;
        padding-bottom: 20px;
    }

        .service-card img {
            height: auto;
            max-height: 200px;
        }

        .service-card .label {
            display: none;
        }

        .service-card .overlay {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            bottom: auto;
            opacity: 1;
            transform: none;
            pointer-events: auto;
            background: #fff;
            padding: 16px 20px;
            margin: 0;
            border-radius: 0 0 15px 15px;
            box-shadow: none;
        }

            .service-card .overlay h3 {
                font-size: 1.2rem;
                margin-bottom: 10px;
            }

            .service-card .overlay .btn-know-more {
                font-size: 0.95rem;
                padding: 8px 16px;
                margin-top: 10px;
                min-width: 120px;
            }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .service-card .overlay ul li a {
        font-size: 16px;
    }
}




/* Our Impact Section */

.impact-section {
    background-color: #F55C00; 
    color: white;
    padding: 80px 20px;
    text-align: center;
}

/* Title Styles */
.impact-title {
    font-family: 'Newsreader Roman', serif;
    font-weight: 500; /* Medium */
    font-size: 60px;
    margin-bottom: 60px;
}

/* Grid Layout for Stats */
.impact-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    align-items: stretch; /* Changed from center to stretch for equal height */
    /*justify-items: center;*/
}

/* Impact Box Styles */
.impact-box {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 30px; 
    height: 100%; 
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    box-sizing: border-box;
}

    .impact-box:last-child {
        border-right: none;
    }

/* Number Wrapper Styles */
.impact-number-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    min-width: 120px; 
    padding: 0 10px; 
    margin: 0 auto; 
}

/* Number Styles */
.impact-number {
    font-family: 'Newsreader Roman', serif;
    font-weight: 700; /* Bold */
    font-size: 88px;
    display: inline-block;
    min-width: 0.7em; 
    text-align: center;
}

/* Plus Sign Styles */
.plus {
    font-family: 'Newsreader Roman', serif;
    font-weight: 700; /* Bold */
    font-size: 88px;
    margin-left: 2px;
}

/* Description Text Styles */
.impact-box p {
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 28px;
    margin-top: 12px;
    text-align: center; 
    width: 100%; 
    padding: 0 10px; 
    box-sizing: border-box; 
}

/* Responsive Styles - Desktop */
@media (max-width: 1200px) {
    .impact-title {
        font-size: 60px;
    }

    .impact-number,
    .plus {
        font-size: 66px;
    }

    .impact-box p {
        font-size: 22px;
    }
}

/* Responsive Styles - Tablet */
@media (max-width: 992px) {
    .impact-title {
        font-size: 50px;
    }

    .impact-number,
    .plus {
        font-size: 55px;
    }

    .impact-box p {
        font-size: 20px;
    }
}

/* Responsive Styles - Mobile Landscape */
@media (max-width: 768px) {
    .impact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .impact-title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .impact-number,
    .plus {
        font-size: 44px;
    }

    .impact-box p {
        font-size: 18px;
    }

    .impact-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 20px 0;
        width: 100%;
    }

        .impact-box:last-child {
            border-bottom: none;
        }

    .impact-number-wrapper {
        min-width: auto;
        padding: 0;
    }
}

/* Responsive Styles - Mobile Portrait */
@media (max-width: 576px) {
    .impact-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .impact-number,
    .plus {
        font-size: 36px;
    }

    .impact-box p {
        font-size: 16px;
    }

    .impact-section {
        padding: 60px 20px;
    }
}

/* Mobile click-to-expand */
/* @media (max-width: 768px) {
    .service-card.active .overlay {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
      }
    
      .service-card.active .label {
        opacity: 0;
      }
  } */

/* Custom styles for FINANCIAL ACCORDION */
.finance-accordion .accordion-item {
    border-left: none;
    border-right: none;
    background: transparent;
}

.finance-accordion .accordion-button {
    padding: 1.5rem 0;
    background: transparent !important;
}

    .finance-accordion .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: inherit;
    }

    .finance-accordion .accordion-button:focus {
        box-shadow: none;
        border-color: transparent;
    }

.finance-accordion .accordion-body {
    padding: 0 0 1.5rem 0;
}

/* Custom arrow styling */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='orange'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /*transform: scale(1.2) rotate(-90deg);*/
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: scale(1.2) rotate(-180deg);
    background-color: orange;
    border-radius: 4px;
    padding: 4px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    #accordion h2 {
        font-size: 70px !important;
    }

    #accordion .accordion-button {
        font-size: 26px !important;
    }

    #accordion li, #accordion p {
        font-size: 18px !important;
    }
}

@media (max-width: 992px) {
    #accordion h2 {
        font-size: 60px !important;
    }

    #accordion .accordion-button {
        font-size: 24px !important;
    }

    #accordion li, #accordion p {
        font-size: 17px !important;
    }
}

@media (max-width: 768px) {
    #accordion h2 {
        font-size: 48px !important;
    }

    #accordion .accordion-button {
        font-size: 22px !important;
    }

    #accordion li, #accordion p {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    #accordion h2 {
        font-size: 36px !important;
    }

    #accordion .accordion-button {
        font-size: 20px !important;
    }

    #accordion li, #accordion p {
        font-size: 15px !important;
    }
}
/* SERVICES  */

.services-hero {
    position: relative;
    min-height: 60vh; /* Changed from fixed height to min-height */
    background: linear-gradient(to bottom, white 0%, white 50%, #2b2b2b 50%, #2b2b2b 100%);
    padding: 100px 0; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
}

.feature-card {
    position: relative; /* Changed from absolute */
    width: 90%;
    max-width: 2000px;  /*previous value 800px*/
    min-height: 200px;
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('../Images/image2.jpg') center/cover;
    border-radius: 12px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin: 0 auto; 
    border: 1px solid rgba(0,0,0,0.1);
    padding: 40px 20px; 
}


.feature-content {
    padding: 1rem;
    text-align: center;
/*    width: 90%;*/
}

.feature-title {
    font-family: 'Newsreader Roman', serif;
    font-weight: 500;
    font-size: 60px;
    margin-bottom: 0.75rem;
    color: #212529;
    line-height: 1.2;
}

.feature-text {
    font-family: 'Newsreader Roman', serif;
    font-weight: 500;
    font-size: 40px;
    color: #495057;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.cta-button {
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F55C00;
    color: white;
    border: none;
    cursor: pointer;
    transition: none; 
    position: relative;
}

   
    .cta-button::after {
        content: "\f054"; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background-color: white;
        color: #F55C00;
        border-radius: 50%;
        margin-left: 12px;
        font-size: 10px;
    }

    .cta-button:hover {
        background-color: #F55C00; 
        transform: none; 
        box-shadow: none; 
        color: white; 
    }

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .feature-title {
        font-size: 60px;
    }

    .feature-text {
        font-size: 32px;
    }

    .cta-button {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .services-hero {
        min-height: 50vh;
        padding: 80px 0;
    }

    .feature-card {
        width: 85%;
        padding: 30px 15px;
    }

    .feature-title {
        font-size: 48px;
    }

    .feature-text {
        font-size: 28px;
    }

    .cta-button {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .services-hero {
        min-height: auto;
        padding: 60px 0;
    }

    .feature-card {
        width: 90%;
        padding: 25px 15px;
    }

    .feature-title {
        font-size: 40px;
    }

    .feature-text {
        font-size: 24px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .services-hero {
        padding: 50px 0;
    }

    .feature-card {
        width: 92%;
        padding: 20px 10px;
    }

    .feature-title {
        font-size: 32px;
    }

    .feature-text {
        font-size: 20px;
    }

    .cta-button {
        font-size: 14px;
        padding: 8px 20px;
    }
}

/* Responsive adjustments */
/* Advisor Card Styling */
.advisor-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .advisor-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

.advisor-img-container {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.advisor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* LinkedIn Icon Styling */
.linkedin-icon {
    display: inline-block;
    margin-top: 15px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
    padding: 12px; 
}
    .linkedin-icon img {
        display: block;
        margin: 0 auto;
        width: 24px;
        height: 24px;
    }

    .linkedin-icon:hover {
        transform: scale(1.1);
    }

.linkedin-mentor {
    display: inline-block;
    margin-top: 15px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
    padding: 12px;
}

    .linkedin-mentor img {
        display: block;
        margin: 0 auto;
        /*width: 24px;*/
        height: 2.5rem;
    }

/* Slider Styles (Desktop/Tablet only) */
.advisor-slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.advisor-slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.advisor-slide {
    flex: 0 0 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Navigation Arrows */
.advisor-arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

    .advisor-arrow:hover {
        background: #f8f9fa;
        box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    }

    .advisor-arrow svg {
        width: 20px;
        height: 20px;
    }

.advisor-arrow-left {
    left: -60px; /* Increased gap from cards */
}

.advisor-arrow-right {
    right: -60px; /* Increased gap from cards */
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    #advisors h2 {
        font-size: 70px !important;
    }

    #advisors .card-title {
        font-size: 24px !important;
    }

    #advisors p.text-muted {
        font-size: 16px !important;
    }

    .advisor-img-container {
        width: 110px;
        height: 110px;
    }

    .advisor-slide {
        flex: 0 0 25%;
    }
}

@media (max-width: 992px) {
    #advisors h2 {
        font-size: 60px !important;
    }

    #advisors .card-title {
        font-size: 22px !important;
    }

    #advisors p.text-muted {
        font-size: 15px !important;
    }

    .advisor-img-container {
        width: 100px;
        height: 100px;
    }

    .advisor-slide {
        flex: 0 0 33.333%;
    }

    .advisor-arrow-left {
        left: -24px;
    }

    .advisor-arrow-right {
        right: -24px;
    }
}

@media (max-width: 768px) {
    #advisors h2 {
        font-size: 48px !important;
    }

    #advisors .card-title {
        font-size: 20px !important;
    }

    #advisors p.text-muted {
        font-size: 14px !important;
    }

    .advisor-img-container {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 767px) {
    #advisor-container-mobile {
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; 
    }

        #advisor-container-mobile::-webkit-scrollbar {
            display: none; 
        }

        /* Disable hover effects on mobile */
        #advisor-container-mobile .advisor-card:hover {
            transform: none !important;
            box-shadow: none !important;
        }
}

@media (max-width: 576px) {
    #advisors h2 {
        font-size: 36px !important;
    }

    #advisors .card-title {
        font-size: 18px !important;
    }

    #advisors p.text-muted {
        font-size: 13px !important;
    }

    .advisor-img-container {
        width: 80px;
        height: 80px;
    }
}


/*Contact use Page*/

/* Custom Styles */
body {
    font-family: 'Newsreader Roman', serif;
    margin: 0;
    padding: 0;
}

.contact-banner {
    background-image: url('../Images/contact us.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}

.privacy-banner {
    background-image: url('../Images/PrivacyPolicy.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}

.mentor-banner {
    background-image: url('../Images/OurMentors.jpg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}

/*    .contact-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }*/

#banner-title {
    position: relative;
    color: white;
    font-size: 3.75rem;
    font-weight: 700;
    margin-left: 16%;
    margin-top: 4.5%;
}

.contact-container {
    padding: 80px 0;
    background-color: white;
}

.contact-form-container {
    padding: 40px;
    margin-top: 30px;
}

.contact-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#contact-title {
    font-family: 'Newsreader Roman', serif;
    font-size: 3.75rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #333;
    margin-top: -60px;
    text-align: left;
}


.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-label {
    font-family: 'Work Sans Roman', sans-serif;
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
}

.text-danger {
    color: red;
}

.form-control {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 16px;
    transition: border-color 0.3s;
}

    .form-control:focus {
        outline: none;
        border-color: #000;
    }

textarea.form-control {
    height: 120px;
    resize: none;
    border: 1px solid #ced4da;
}

.checkbox-group {
    margin-top: 30px;
}

.form-check {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.form-check-label {
    font-family: 'Work Sans Roman', sans-serif;
    font-size: 20px;
}

.form-actions {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.btn {
    font-family: 'Work Sans Roman', sans-serif;
    padding: 14px 40px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
    border: none;
}

.btn-submit {
    background-color: #FF6B00;
    color: white;
}

    .btn-submit:hover {
        background-color: #e05e00;
    }

.btn-whatsapp {
    background-color: #25D366;
    color: white;
}

    .btn-whatsapp:hover {
        background-color: #128C7E;
    }

.btn i {
    margin-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    #banner-title  {
        font-size: 2.8rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .contact-form-col {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .contact-banner {
        height: 300px;
    }

    #banner-title {
        font-size: 2.2rem;
        margin-left: 5%;
        margin-top: 4.5%;
    }

    .contact-form-container {
        padding: 30px;
    }

    .form-actions {
        flex-direction: column;
        gap: 15px;
    }

    .btn {
        width: 100%;
    }
}

@media (max-width: 576px) {
    #banner-title {
        font-size: 1.8rem;
        padding-top: 15%;
    }

    #contact-title {
        font-size: 1.5rem;

    }

    .contact-container {
        padding: 50px 0;
    }
}













/* FOOTER SECTION */


.fimansy-footer {
    background-image: url("../Images/footer_bg.jpg");
    background-size: cover;
    color: #fff;
    /*padding: 60px 0 0;*/
    font-family: 'Work Sans Roman', sans-serif;
    width:100%;
}

/* Logo Section - Modified for desktop right shift */
.company-section {
    padding-right: 40px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .company-section {
        padding-right: 80px; 
       
    }
}

.company-section img {
    max-height: 60px;
    width: auto;
    margin-bottom: 20px;
}

.company-tagline {
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #fff;
}

/* Social Icons */
.social-icons {
    margin-bottom: 30px;
}

    .social-icons a {
        color: #fff;
        font-size: 20px;
        margin-right: 15px;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #ccc;
        }

/* Footer Columns */
.footer-column {
    margin-bottom: 30px;
}

.footer-column-title {
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    display: inline-block;
}

    
    .footer-column-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

@media (max-width: 991px) {
    .footer-column-title::after {
        width: auto;
        right: 0; 
    }
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        font-family: 'Work Sans Roman', sans-serif;
        font-weight: 400;
        font-size: 20px;
        color: #ffff;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-links a:hover {
            color: #fff;
        }

/* Contact Info */
.contact-info {
    margin-top: 15px;
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #ffff;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contact-icon {
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

/* Separator Line */
.footer-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 40px 0 20px;
}

/* Copyright */
.copyright {
    padding: 20px 0;
    /*background-color: #000;*/
    text-align: center;
    color: #999;
    font-family: 'Work Sans Roman', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

    .copyright a {
        color: #999;
        text-decoration: none;
        transition: color 0.3s;
    }

        .copyright a:hover {
            color: #fff;
        }


/* === Responsive Styles === */


@media (max-width: 1199px) {
    .company-tagline {
        font-size: 22px;
    }

    .footer-column-title {
        font-size: 28px;
    }

    .footer-links a,
    .contact-info {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .company-section {
        padding-right: 0;
        text-align: left;
        padding-left: 0; /* Reset left padding on mobile */
    }

    .footer-column {
        text-align: left;
    }

    .footer-column-title {
        font-size: 24px;
    }

    .footer-links a,
    .contact-info {
        font-size: 16px;
    }

    .contact-item {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .fimansy-footer {
        padding: 40px 0 0;
    }

    .company-tagline {
        font-size: 20px;
    }

    .footer-column-title {
        font-size: 22px;
    }

    .footer-links a,
    .contact-info {
        font-size: 15px;
    }
}

@media (max-width: 575px) {

    .fimansy-footer {
        background-image: url("../Images/footer_m_bg.jpg");
        background-size: cover;
    }
        .company-tagline {
        font-size: 18px;
    }

    .footer-column-title {
        font-size: 20px;
    }

    .footer-links a,
    .contact-info {
        font-size: 14px;
    }

    .social-icons a {
        font-size: 18px;
        margin-right: 10px;
    }
}



/* ///////////////////////////////////// */
/* Responsive adjustments */
@media (max-width: 768px) {
    #financial-help h2 {
        font-size: 2rem;
    }
}
/* Custom styles for advisor section */
.advisor-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}

    .advisor-card:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

.advisor-img-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.advisor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.advisor-card:hover .advisor-image {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .advisor-img-container {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .advisor-img-container {
        width: 100px;
        height: 100px;
    }
}

#financial-help {
    background-color: #f8f9fa;
}

.accordion-item {
    background-color: transparent;
    border-left: none;
    border-right: none;
}

.accordion-button {
    font-weight: 600;
}

    /* Active state */
    .accordion-button:not(.collapsed) .arrow-icon {
        background-color: orange;
        color: white;
        transform: rotate(-90deg);
        border-color: orange;
    }

    /* Collapsed state */
    .accordion-button.collapsed .arrow-icon {
        background-color: transparent;
        color: orange;
        border: 2px solid orange;
        transform: rotate(0deg);
    }

.arrow-icon {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    line-height: 1;
    border: 2px solid orange;
}

.accordion-indicator {
    display: inline-block;
    width: 28px;
}

.border-gray-200 {
    border-color: #e9ecef !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #financial-help h2 {
        font-size: 2rem;
    }

    .accordion-button {
        font-size: 1.1rem;
    }

    .arrow-icon {
        width: 24px;
        height: 24px;
        font-size: 1rem;
    }
}


/* Responsive layout */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        gap: 40px;
    }

    .about-text,
    .image-grid {
        flex: 1 1 100%;
    }

    .about-title {
        font-size: 2.2rem;
    }
}

/* Responsive Layout */
/*@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 2.4rem;
    }

    .hero-section .lead {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .arrow-btn {
        font-size: 1rem;
        width: 28px;
        height: 28px;
    }

    .hero-arrows {
        bottom: 15px;
        left: 15px;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .lead {
        font-size: 0.95rem;
    }

    .about-title {
        font-size: 2.3rem;
    }

    .btn-know-more {
        font-size: 1rem;
        padding: 8px 18px;
    }

    .about-list li {
        font-size: 1rem;
    }

    .image-grid {
        grid-template-columns: 1fr;
    }

        .image-grid .image-box {
            transform: none !important;
            height: 200px;
        }
}*/

/*Animations*/

.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

/* Staggered delays */
.fade-in-1 {
    animation-delay: 0.4s;
}

.fade-in-2 {
    animation-delay: 1s;
}

.fade-in-3 {
    animation-delay: 1.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

[data-aos] {
    transition-property: transform, opacity;
}

/* Custom fade-right animation */
[data-aos="fade-right"] {
    transform: translateX(30px);
    opacity: 0;
    transition-property: transform, opacity;
}

    [data-aos="fade-right"].aos-animate {
        transform: translateX(0);
        opacity: 1;
    }


/*.typewriter {
    overflow: hidden;*/ /* Ensures the content is not revealed until the animation */
    /*border-right: .15em solid #000;*/ /* The typwriter cursor */
    /*white-space: nowrap;*/ /* Keeps the content on a single line */
    /*margin: 0 auto;*/ /* Gives that scrolling effect as the typing happens */
    /*letter-spacing: .15em;*/ /* Adjust as needed */
    /*animation: typing 3.5s steps(20, end), blink-caret .45s step-end infinite;
}*/

/* The typing effect */
/*@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}*/

/* The cursor blink effect */
/*@keyframes blink-caret {
    from, to {
        border-color: transparent
    }

    50% {
        border-color: #000;
    }
}*/

/*mentors*/

.team-block .slider h4, .team-item h4 {
    text-align: center;
    font-size: 1.75rem;
    color: #000;
    font-weight: 700;
    font-family: 'Newsreader Roman', serif;
}

.LeadershipTeam img {
    width: 100%;
}

.LeadershipTeam .slick-prev {
    right: calc(1% + 70px);
}

.LeadershipTeam .slick-next {
    right: 1%;
}

.team-card {
    position: relative;
    margin: 15px;
    background: linear-gradient(to bottom, #2b80d9 0%, #ffffff 100%);
}

    .team-card .team-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s ease;
        background-color: #f05f4e;
    }

    .team-card:hover .team-overlay {
        opacity: 1;
    }

    .team-card .icon {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .team-card .icon span {
            font-size: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

    .team-card .fa-user:hover {
        color: #eee;
    }



.team-item h5 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Work Sans Roman', sans-serif;
}
.team-item a {
    color: #2b80d9;
}


.content-scroll {
    font-size: 18px;
    text-align: left;
    padding: 10px 20px 0px;
    height: 220px;
    overflow-y: scroll;
    margin-top: 15px;
    margin-right: 20px;
}


    .content-scroll::-webkit-scrollbar,
    .content-scroll::-webkit-scrollbar-thumb,
    .content-scroll::-webkit-scrollbar-track {
        width: 6px !important;
        border: none !important;
        background: transparent !important;
    }

    .content-scroll::-webkit-scrollbar-thumb {
        border-radius: 0px !important;
        background-color: #f97316 !important;
    }

    .content-scroll::-webkit-scrollbar-track {
        background-image: url("https://clients.webcraftindia.com/vrmaritime.net/html/images/scroll_track.png") !important;
        background-repeat: repeat-y !important;
        background-size: contain !important;
    }
.img-fluid {
    max-width: 100%;
    height: auto;
}

.content-scroll {
    font-family: 'Work Sans Roman', sans-serif;
}



/*ABOUT US PAGE*/

.aboutus-banner {
    background-image: url('../Images/aboutusheader.png');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}

/* Background Section */
.about-bg-section {
    background-color: #f6f7f8; /* Vibrant orange */
    padding: 80px 0;
}

/* Cards Styling */
.purpose-card,
.mission-card {
    background-color: #F55c00;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

    .purpose-card:hover,
    .mission-card:hover {
        transform: translateY(-5px);
    }

.card-icon img {
    max-width: 150px;
    /*width:100px;*/
    height:200px;
}

.card-title {
    font-family: 'Newsreader Roman', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

/*.divider-line {
    width: 60px;
    height: 3px;
    background-color: #FF6B35; 
}*/

.card-text {
    font-family: 'Work Sans Roman', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-bg-section {
        padding: 50px 0;
    }

    .card-title {
        font-size: 1.5rem;
    }

    .card-text {
        font-size: 1rem;
    }

    .purpose-card,
    .mission-card {
        padding: 20px;
    }
}





/* Core Beliefs Section */
.core-beliefs-section {
    background-color: #000;
    padding: 80px 0;
}

.section-main-title {
    font-family: 'Newsreader Roman', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.section-divider {
    width: 80px;
    height: 3px;
    background-color: #FF6B35; 
    margin: 20px 0;
}

.belief-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.belief-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.belief-title {
    font-family: 'Work Sans Roman', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.belief-text {
    font-family: 'Work Sans Roman', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .section-main-title {
        font-size: 2rem;
    }

    .belief-title {
        font-size: 1.3rem;
    }

    .belief-text {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .core-beliefs-section {
        padding: 60px 0;
    }

    .section-main-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .belief-item {
        padding: 20px 0;
    }
}