body{
    margin:0;
    padding:0;
    font-family:'Poppins', sans-serif;
}
:root{
    --main-color:#6fa9b2;
    --dark-color:#0d4f4d;
    --light-color:#fff;
}
/* ========== TOPBAR ========== */
.topbar{
    background:var(--main-color);
    color:#fff;
    font-size:14px;
}
.topbar a{
    color:#fff;
    text-decoration:none;
}

/* ========== NAVBAR ========== */
.navbar{
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
}
.navbar-brand{
    font-weight:600;
    color:#2c7a7b;
}
.nav-link{
    color:#333 !important;
    margin:0 12px;
    font-weight:500;
}
.nav-link:hover{
    color:#7DA8AE !important;
}
.login-btn{
    background:#7DA8AE;
    color:#fff;
    padding:6px 20px;
    border-radius:6px;
    text-decoration:none;
}
.login-btn:hover{
    background:#65969c;
}

/* Offcanvas Custom Styling */
.offcanvas{
    width:260px;
}

.offcanvas-title{
    font-weight:600;
    color:#2c7a7b;
}

.offcanvas .nav-link{
    font-size:16px;
    font-weight:500;
}

.offcanvas .nav-link:hover{
    color:#7DA8AE !important;
}


.dropdown-menu{
    border-radius:12px;
    padding:10px;
    width: 50vh !important;
}

.dropdown-item{
    padding:8px 15px;
    font-weight:500;
}

.dropdown-item:hover{
    background:#7DA8AE;
    color:#fff;
    border-radius:6px;
}

/* Submenu Position */
.dropdown-submenu .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
    border-radius: 10px;
}

/* Show on Hover */
.dropdown-submenu:hover > .dropdown-menu{
    display: block;
}

/* Arrow indicator */
.dropdown-submenu > .dropdown-toggle::after{
    float: right;
    margin-top: 8px;
    transform: rotate(-90deg);
}


.offcanvas .nav-link {
    padding: 6px 0;
}

.offcanvas .collapse .nav-link {
    font-size: 14px;
    color: #555 !important;
}
/* Submenu icon */
.submenu-icon {
    transition: 0.3s ease;
    font-size: 14px;
}

/* Rotate when open */
.submenu-toggle[aria-expanded="true"] .submenu-icon {
    transform: rotate(90deg);
}

/* Better spacing */
.offcanvas .nav-link {
    padding: 8px 0;
}

/* Submenu styling */
.offcanvas .collapse .nav-link {
    font-size: 14px;
    padding-left: 15px;
    color: #555 !important;
}



/* ========== HERO SLIDER ========== */
.hero-slide{
    position:relative;
    height:80vh;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:800px;
    margin:auto;
}

.hero-content h1{
    font-size:52px;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    margin-top:15px;
}

.hero-btn{
    background:#fff;
    color: var(--dark-color);
    padding:12px 30px;
    border-radius:10px;
    font-weight:500;
}
.hero-btn:hover{
    border: 1px solid var(--light-color);
    color: var(--light-color);
}

/* ========== RESPONSIVE DESIGN ========== */

/* Tablet */
@media (max-width:992px){
    .hero-content h1{
        font-size:38px;
    }
}

/* Mobile */
@media (max-width:768px){

    .topbar{
        font-size:12px;
        text-align:center;
    }

    .topbar .container{
        flex-direction:column;
        gap:5px;
    }

    .hero-slide{
        height:75vh;
        padding:0 20px;
    }

    .hero-content h1{
        font-size:28px;
    }

    .hero-content p{
        font-size:14px;
    }

    .login-btn{
        display:none;
    }
}

/* Small Mobile */
@media (max-width:576px){
    .hero-slide{
        height:70vh;
    }
}

/* ================= ABOUT SECTION ================= */

.about-section{
    background:#f5f5f5;
    padding-top:80px;
    padding-bottom:80px;
}

.about-small-title{
    font-weight:600;
    color:#000;
    margin-bottom:15px;
    font-size: 1.50rem;
}

.about-heading{
    color:#6fa6ad;
    font-weight:600;
    line-height:1.4;
    font-size:0.95rem;
}

/* Images */
.about-images{
    position:relative;
}

.main-img{
    border-radius:10px;
    width:85%;
}

.sub-img{
    position:absolute;
    bottom:-40px;
    right:0;
    width:65%;
    border-radius:10px;
}

/* Button */
.about-btn{
    background:#7DA8AE;
    color:#fff;
    padding:10px 25px;
    border-radius:6px;
    font-weight:500;
}

.about-btn:hover{
    background:#65969c;
    color:#fff;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width:992px){

    .about-heading{
        font-size:24px;
    }

    .sub-img{
        position:relative;
        bottom:0;
        right:0;
        width:80%;
        margin-top:20px;
    }

    .main-img{
        width:100%;
    }
}

/* Mobile */
@media (max-width:768px){

    .about-section{
        text-align:center;
    }

    .about-heading{
        font-size:20px;
    }

    .about-images{
        margin-bottom:30px;
    }

    .sub-img{
        width:100%;
    }
}


/* ================= WHY SECTION ================= */

.why-section{
    background:#f5f5f5;
    padding-top:90px;
    padding-bottom:90px;
}

.why-small-title{
    font-weight:600;
    color:#000;
    font-size: 1.50rem;
}

.why-heading{
    color:#6fa6ad;
    font-weight:600;
    line-height:1.4;
    margin-top:10px;
    font-size: 0.95rem;
}

.why-text{
    color:#555;
    font-size:15px;
}

/* Feature Block */
.why-feature{
    gap:20px;
}

.icon-box{
    width:70px;
    height:70px;
    background:#7DA8AE;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    flex-shrink:0;
}

.icon-box i{
    font-size:28px;
    color:#fff;
}

.why-feature h6{
    font-weight:600;
    margin-bottom:5px;
}

.why-feature p{
    font-size:14px;
    color:#555;
    margin:0;
}

/* Right Image */
.why-img{
    border-radius:20px;
    max-width:85%;
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width:992px){
    .why-img{
        max-width:100%;
        margin-top:40px;
    }
}

/* Mobile */
@media (max-width:768px){

    .why-section{
        text-align:center;
    }

    .why-feature{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .icon-box{
        margin-bottom:10px;
    }

    .why-heading{
        font-size:22px;
    }
}



/* Section */
.expertise-section{
    padding:90px 0;
}

/* Headings */
.section-small-title{
    text-align:center;
    font-weight:600;
    color:#111;
    margin-bottom:10px;
    font-size: 1.50rem;
}

.section-main-title{
    text-align:center;
    font-weight:600;
    color:var(--main-color);
    margin-bottom:70px;
}

/* Card */
.funding-card{
    background:#ffffff;
    border:2px solid var(--main-color);
    border-radius:22px;
    padding:10px 0px;
    text-align:center;
    transition:0.3s ease;
    height:100%;
    box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

.funding-card:hover{
    background-color: var(--main-color);
}

/* Text default */
.funding-card h6{
    font-weight:600;
    color:#333;
    margin-bottom:10px;
    font-size: 0.80rem;
}

.funding-card h4{
    font-weight:700;
    margin:0;
    font-size: 1.15rem;
    color: #2c7a7b;
}

/* 👇 Hover par text white */
.funding-card:hover h6,
.funding-card:hover h4{
    color: #ffffff !important;
}

/* Active Card */
/* .funding-card.active{
    background:var(--main-color);
    color:#fff;
    border:none;
    box-shadow:0 12px 30px rgba(0,0,0,0.15);
} */
/* 
.funding-card.active h6{
    color:#e6f4f6;
} */

/* Hover Effect */
.funding-card:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 25px rgba(0,0,0,0.12);
}

/* Responsive spacing */
@media(max-width:768px){
    .expertise-section{
        padding:60px 0;
    }
}



.testimonials-section{
    background: linear-gradient(180deg, #ffffff 20%, var(--main-color) 20%);
}
.testimonials-section h2{
    font-size: 1.50rem;
}
.testimonial-card{
    background:#f3f3f3;
    padding:30px;
    border-radius:12px;
    position:relative;
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
    min-height:320px;
}

.quote-icon{
    font-size:40px;
    color:var(--main-color);
    font-weight:bold;
}

.stars{
    color:var(--main-color);
    font-size:18px;
}

.client-img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid var(--main-color);
    position:absolute;
    bottom:20px;
    right:20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter: invert(1);
}



/* Footer Background */
.footer-section{
    background:var(--dark-color);
    color:#fff;
}

.footer-title{
    font-weight:600;
    margin-bottom:20px;
}

.footer-text{
    color:#d9e6e7;
    font-size:0.80rem;
    line-height:1.7;
}
/* .footer-section .footer-adderss{
    font-size: 0.80rem !important;
} */
/* Links */
.footer-links{
    list-style:none;
    padding:0;
}

.footer-links li{
    margin-bottom:8px;
}

.footer-links a{
    text-decoration:none;
    color:#d9e6e7;
    transition:0.3s;
    font-size: 0.80rem;
}

.footer-links a:hover{
    color:#ffffff;
    padding-left:5px;
}

/* Newsletter */
.newsletter-box input{
    border:none;
    border-radius:0;
    padding:10px;
}

.newsletter-btn{
    background:#5e7f82;
    border:none;
    padding:0 18px;
    color:#fff;
    transition:0.3s;
}

.newsletter-btn:hover{
    background:var(--main-color);
}

/* Bottom Bar */
.footer-bottom{
    background:#3f6063;
    font-size:0.80rem;
}



/* Page Header */
.page-header {
    background: #0d4f4d; /* Dark theme background */
    padding: 100px 0;
    color: #fff;
    position: relative;
}

/* Title */
.page-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Breadcrumb */
.breadcrumb {
    background: var(--dark-color);
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #ddd;
    font-weight: 500;
}

/* Custom Divider */
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header {
        padding: 70px 0;
    }

    .page-title {
        font-size: 28px;
    }
}



/* Contact Hero */

/* Contact Section */
.contact-info {
    background: #f8f9fa;
    border-radius: 10px;
}

.contact-form {
    background: #ffffff;
    border-radius: 10px;
}

/* Form Controls */
.form-control {
    border-radius: 6px;
    padding: 10px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #2c7a7b;
}

/* Button */
.contact-btn {
    background: #2c7a7b;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #1f5c5d;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-hero {
        padding: 60px 0;
    }
}
