/* Apply Saira font to the whole website */

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /* Smooth scroll on iOS */
}
.mobbtn-nav {
    display: none;
}
.btn-service:hover {
    border: 2px solid #004a7f;
    color: #004a7f;
}

.vision-card {

    margin-top: 30px;
    padding: 30px;
    background: #ebfaff;
    border-radius: 20px;
}

.btn-service {
    display: inline-block;
    background-color: #004a7f;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    max-width: max-content;
    text-align: center;
}
.btn-nav {
    display: inline-block;
    background-color: #004a7f;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    max-width: max-content;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .navbar .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0;
        box-shadow: none;
        background: transparent;
        border: none;
        
    }
    .btn-nav {

        display:none;
    }
    
.mobbtn-nav {
    display: inline-block;
    background-color: #004a7f;
    color: #fff;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
    max-width: max-content;
    text-align: center;
    margin-right: 6px;
   
}

    .navbar .dropdown-menu .dropdown-item {
        padding-left: 1.5rem;
    }
}

body {
    font-weight: 400;
    width: 100%;
    max-width: 100vw;
    font-family: 'Montserrat', sans-serif;
    /* Default */
}

@media (max-width: 991px) {
    .navbar-nav .collapse {
        width: 100%;
    }

    .navbar-nav .dropdown-item {
        padding-left: 2rem;
    }
}

.navbar-nav .collapse:not(.show) {
    display: none !important;
}

.buttonBlink {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    animation: glowing 1.5s infinite;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 5px #4a97a9, 0 0 10px #4a97a9, 0 0 15px #4a97a9;
    }

    50% {
        box-shadow: 0 0 20px #4a97a9, 0 0 30px #4a97a9, 0 0 40px #4a97a9;
    }

    100% {
        box-shadow: 0 0 5px #4a97a9, 0 0 10px #4a97a9, 0 0 15px #4a97a9;
    }
}

body::-webkit-scrollbar {
    width: 8px;
}

.calculator {
    padding: 30px;
    background: #e0f1f7;
    border-radius: 5px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.quote-img {
    margin-top: -23px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: var(--black-color);
    /* Bold */
}

.fact-img {
    padding: 10px;
    border: 3px dotted #265f7b;
    border-radius: 50%;
}

.bg-silver-light {
    background-color: #F7F8FA !important;
}

.carousel-content h1 {
    font-weight: 600;

}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #2c537c;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #2c537c;
    border-color: #2c537c;
}

p {
    font-weight: 400;
    /* font-family: 'Montserrat', sans-serif; */
    /* Regular */
}

.services-item {

    border-bottom: 2px solid #265f7b;
    border-radius: 5px;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

#schemeTable_filter {
    margin-bottom: 10px;
}

#schemeTable th,
#schemeTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#schemeTable thead {
    background-color: var(--secondary-color) !important;
}


/* Add border to pagination numbers */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ddd;
    /* Blue border */
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
    background-color: white;
    color: #ddd;
    transition: 0.3s;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--white-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.navbar {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        background-color: #131921;
}

/* Make navbar sticky */
@media (min-width: 993px) and (max-width: 6000px) {
    .navbar {
        position: fixed;
        /* top: 0; */
        /* margin-top: 30px; */
        left: 0;
        width: 100%;
        z-index: 1000;
        transition: box-shadow 0.3s ease-in-out;
        background-color: #232f3f;
    }

    .page-header {

        margin-top: 100px;
    }

    .top-bar {
        background: #131921;
    }

    .top-bar a {
        text-decoration: none;
    }
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

/* Add spacing between navbar items */
.navbar-nav .nav-item {
    margin: 0 0px;
    /* Adjust the gap between menu items */
}

/* Navbar link default styles */
.navbar-nav .nav-link {
    text-align: left;
    position: relative;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

/* Hover effect - reduce height */
.navbar-nav .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff !important;
}


@media (max-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .page-header {

        margin-top: 0px;
    }

    .top-bar {
        display: none !important;
    }

}


@media (min-width: 1024px) and (max-width: 1361px) {

    .navbar-brand img {
        width: 350px !important;
    }

    .navbar-nav .nav-link {
        font-size: 13px !important;
        padding: 0.1rem 0.2rem !important;
    }

    /* Buttons */
    .navbar .btn-primary {
        font-size: 12px !important;
        padding: 0.3rem 0.6rem !important;
        background-color: #fff;
        color: #000;
    }

     .navbar .nav-item.d-flex.gap-2 {
        gap: 0.3rem !important;
    }

}


/* Target only between 992px and 1024px */
@media (min-width: 992px) and (max-width: 1024px) {

    .navbar-brand img {
        width: 300px !important;
    }

    .navbar-brand figcaption {
        font-size: 10px !important;
        /* smaller caption */
    }

    /* Navbar links */
    .navbar-nav .nav-link {
        font-size: 12px !important;
        /* shrink text */
        padding: 0.1rem 0.2rem !important;
        /* tighter spacing */
    }

    /* Buttons */
    .navbar .btn-primary {
        font-size: 11px !important;
        padding: 0.3rem 0.6rem !important;
         background-color: #fff;
         color: #000;
    }

    /* Reduce gap between buttons */
    .navbar .nav-item.d-flex.gap-2 {
        gap: 0.3rem !important;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/* Fade-in + Slide-down animation */
.dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown Items */
.dropdown-item {
    font-size: 15px;
    padding: 5px 10px;
    transition: text-indent 0.3s ease-in-out, color 0.3s ease-in-out;
    background:#fff;
}

/* Hover Effect (Only Move Text) */
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: #fff !important;
    text-indent: 10px;
    /* Moves only the text, not the box */
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: rgb(204 200 200 / 65%);
    background-color: transparent;
    /* border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color); */
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    border: 1px solid white;
    background: white;
}


/* Login Button */
.btn-signup {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
}

.btn-login {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    border: none;
}



@media (max-width: 1200px) {
    .action-button {
        display: none !important;
    }
}

footer {
    background-color: #062648;
    color: #fff;
    font-family: sans-serif;
}


.footer .widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #000;
}

.footer ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

/* Mobile view font adjustment */
@media screen and (max-width: 768px) {
    .footer ul {
        font-size: 13px;
        /* or whatever size you prefer */
    }
}

.footer ul li {
    margin-top: 18px;
    position: relative;
    /* Space for icon */
}


.footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: #4b97aa;
    /* Hover Effect */
}

/* Divider Line */
.list-border li {
    border-bottom: 1px dashed #aebbc1;
    padding-bottom: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer ul {
        padding-left: 0;
    }
}

.footer-bottom {
    background-color: var(--primary-color);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-bottom p {
    font-size: 14px;
    color: white;
    margin: 0;
}

.footer-bottom a {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-section {
        width: 45%;
        /* Two sections per row on smaller screens */
    }
}

@media (max-width: 500px) {
    .footer-section {
        width: 100%;
        /* Single section per row on very small screens */
    }
}



/* === Carousel Wrapper === */
.carousel {
    position: relative;
    width: 100%;
    /* padding-top: 100px; */
    max-height: 1000px;
    overflow: hidden;

}
.services-card {
    border-bottom: 6px solid #265f7b;
    border-radius: 5px;
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
}
.review-card{
    /* background: #c4e5fc; */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 3px 3px 0px 0px rgb(0 74 127);
    border: 1px solid #004a7f; */
}
.services-card img {
    max-height: 80px; 
    object-fit: contain;
}
/* === Carousel Item === */
.carousel-item {
    position: relative;
    width: 100%;
    height: 90vh;
    max-height: 900px;
}
.sip-card{

    margin: 50px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.banner-card{
    background: #004a7f;
    height: 900px;
    padding-top: 200px;
}
.carousel-item img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    filter: blur(0.1px) brightness(70%);
}

/* === Overlay Layer === */
.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    /* Allow clicks to pass through */
}

/* === Caption (Text) === */
/* === Base Style: Mobile (centered) === */
.carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 90%;
    max-width: 700px;
}

/* Caption Content Styling */
.carousel-caption h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 60px;
}

.carousel-caption p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.carousel-caption a.btn {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}

.carousel-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.carousel-list li {
    font-size: 18px;
    margin-bottom: 13px;
    text-align: left;
    /* default: left for big screens */
}

/* Mobile devices (<= 576px) */
@media (max-width: 576px) {
    .carousel-list {
        padding-left: 0;
        /* remove indent */
        text-align: center;
        /* center align whole list */
        list-style-position: inside;
        /* keep dots aligned */
    }

    .carousel-list li {
        text-align: center;
        /* center align text */
        font-size:16px;
        /* slightly smaller for mobile */
    }
}

/* Tablets (>= 577px and <= 992px) */
@media (min-width: 577px) and (max-width: 992px) {
    .carousel-list li {
        font-size: 17px;
    }
}

/* Large desktops (>= 1200px) */
@media (min-width: 1200px) {
    .carousel-list li {
        font-size: 19px;
    }
}

/* Extra large desktops (>= 1400px) */
@media (min-width: 1400px) {
    .carousel-list li {
        font-size: 20px;
    }
}


/* === Desktop Style (left-top alignment) === */
@media (min-width: 768px) {
    .carousel-caption {
        top: 27%;
        left: 0;
        transform: none;
        text-align: left;
        width: 100vw;
        max-width: none;
        padding: 0 10%;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .carousel-caption h1 {
        font-size: 2.2rem;
        max-width: 100%;
        font-weight: 800;
        /* Prevent clipping */
    }

    .carousel-caption p {
        font-size: 1.2rem;
        max-width: 100%;
        font-weight: 600;

    }

    .carousel-caption a.btn {
        padding: 12px 25px;
    }
}

/* === Prev/Next Controls === */
.carousel-control-prev,
.carousel-control-next {
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 1;
    z-index: 3;
    font-size: 10px;
    transition: background-color 0.5s ease, border-color 0.5s ease;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-next {
    right: 2%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    font-size: 10px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}


/* Adjust size for small screens */
/* === Mobile Responsive Fixes === */
@media (max-width: 576px) {

    /* Reduce caption padding and center it */
    .carousel-caption {
        top: 37%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 10px;
        width: 90%;
    }
    .carousel-item {
        position: relative;
        width: 100%;
        height: 90vh;
        max-height:75vh;
    }
    .carousel-caption h2 {
        font-size: 2.2rem;
        line-height: 1.3;
        font-weight: 800;
    }

    .carousel-caption p {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    /* Smaller buttons */
    .carousel-caption a.btn,
    .carousel-caption .carousel-content a button {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    /* Smaller prev/next controls */
    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
    }

    /* Smaller indicators */
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
}

/* === Carousel Indicators (Dots) === */


.carousel-indicators li {
    background: var(--secondary-color);
    opacity: 0.7;
    list-style: none;
    cursor: pointer;


}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    text-indent: -999px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background: var(--primary-color) !important;
    opacity: 1;
}

/* === Buttons Inside Caption (Optional) === */
.carousel-caption .carousel-content a button.carousel-content-btn1 {
    color: #000;
    background-color: #fff;
    border: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--primary-color);
    transition: 0.3s ease-in-out;
    color: #fff;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    color: #fff;
    background-color: #004a7f;
    border: 0;
    padding: 12px 38px;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
}
.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #fff;
    transition: 0.3s ease-in-out;
    color: #000;
}


/*** Animations ***/
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.animated {
    animation-duration: 2s;
    /* Slowed down from 1s */
    animation-fill-mode: both;
}



/*** Services Start ***/
.service-section {
    padding: 45px 60px;
}

@media (max-width: 768px) {
    .service-section {
        padding: 10px;
        /* Or 0 if you want no padding */
    }
}

.contactus-section {
    padding: 50px 100px;
}

@media (max-width: 768px) {
    .contactus-section {
        padding: 10px;
        /* Or 0 if you want no padding */
    }
}

.service-box {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
}

.service-box img {
    max-width: 60px;
    margin-bottom: 15px;
}

.service-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #265f7b;
    transition: color 0.3s ease;
}

.service-box p {
    font-size: 14px;
    color: #555;
    transition: color 0.3s ease;
}

.service-box a.btn-secondary {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid #265f7b;
    color: #265f7b;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover effect - fill background */
.service-box:hover {
    background: #265f7b;
    color: #fff;
}

.service-box:hover h5,
.service-box:hover p {
    color: #fff;
}

.service-box:hover a.btn-secondary {
    background: #fff;
    color: #265f7b;
}

/* Make first service box pre-filled */
/* Target only the first service-box inside the row */
.row .col-lg-3:first-child .service-box {
    background: #265f7b;
    color: #fff;
}

.row .col-lg-3:first-child .service-box h5,
.row .col-lg-3:first-child .service-box p {
    color: #fff;
}

.row .col-lg-3:first-child .service-box a.btn-secondary {
    background: #fff;
    color: #265f7b;
}





/*** Services End ***/
/*** Testimonial Start ***/

.testimonial-section {
    background-color: var(--primary-color);
    padding: 60px 80px;
}

.owl-carousel .owl-item {
    display: flex;
}

.owl-carousel .testimonial-card {
    flex: 1 1 auto;
}

.owl-carousel .blog-card {
    flex: 1 1 auto;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card.highlight {
    flex-grow: 1;
    background: #f4f8fc;
    /* light blue highlight */
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.user-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary-color, #265f7b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.user-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.user-role {
    color: #6c757d;
    font-size: 12px;
}

.stars {
    color: #ffb400;
    font-size: 14px;
}


/* .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span {
    background: var(--primary-color);
} */

.owl-nav {
    display: none;
}

/*** Testimonial end ***/






/*** about start ***/
.clientimg {
    max-width: 100%;
    height: auto;
    border-radius: 50% 50%;
    /* Optional for rounded corners */
}

/*** about end ***/




.page-header {
    background: linear-gradient(to right, #183b66, #345c85) !important;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 14px;
    color: #fff;
}

/* Contact Box Styling */
.contact-card {
    background: #2d547e1a;
    border-radius: 12px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.contact-card .icon {
    font-size: 30px;
    color: #265f7b;
    /* dark brownish icon color */
}




.section-title {
    text-align: center;
    margin: 40px 0;
}

.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

/* Styling "OUR" */
.section-title h2 .text-dark {
    color: #000;
    /* Black */
}

/* Styling "PRODUCTS" */
.section-title h2 .text-theme-colored2 {
    color: #33bdf1;
    /* Light blue */
}

/* Double underline effect */



.line-bottom {
    width: 0;
    height: 3px;
    border-radius: 30px;
    background: var(--heading-color);
    margin: 0px auto 0;
    transition: width 0.3s ease-in-out;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}

.service-box:hover .line-bottom {
    width: 100%;
}

.linner:hover .line-bottom {
    width: 100%;
}




.labeltext {
    font-size: 16px !important;
    background-color: #d9edf7;
    font-family: 'Montserrat', sans-serif;
}

input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}

.textField {
    border-radius: none;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-color: #444444;
    background-color: #d9edf7;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    width: 10%;
    text-align: center;
}

/* Blog Card Styles */
.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
    filter: brightness(0.7);
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: white;
    color: black;
    font-weight: bold;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 20px;
}

.blog-content {
    padding: 15px;
}

.blog-date {
    font-size: 14px;
    color: gray;
    margin-bottom: 5px;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}



/* New Card Styling */
.news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    border: 1px solid #a7daff;
    padding: 20px;
    transition: transform 0.3s ease-in-out;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid #ffe4c8;
}

.news-date {
    font-size: 14px;
    font-weight: bold;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.news-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--secondary-color);
}

.news-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.news-card .btn-primary {
    align-self: start;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .news-title {
        font-size: 16px;
    }

    .news-description {
        font-size: 13px;
    }

    .news-card {
        padding: 12px;
    }
}



.help-section {
    background-color: #ffffff;
}

.help-card {
    border: 1px solid #d9e4f0;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    background-color: #f9fcff;
    height: 100%;
}

.help-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.help-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #f0f7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-icon i {
    font-size: 40px;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dashed #e0e0e0;
}

.hours-list li:last-child {
    border-bottom: none;
}

.day {
    font-weight: 500;
    color: var(--dark-color);
}

.time {
    color: #666;
}

.partner-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    padding: 10px;
}

.whatsapp-btn {
    top: 88%;
    position: fixed;
    right: 23px;
    position: fixed;
    width: 55px;
    height: 55px;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.whatsapp-btn img {
    width: 70px;
    height: 40px
}

.youtube-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #ffffff;
}

.youtube-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.youtube-card iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.youtube-card .card-body {
    padding: 15px;
}

.goal-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 0.375rem;
    /* same as Bootstrap .rounded */
}

.logos {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to right, #f8f9fc, transparent);
}

.logos:after {
    right: 0;
    background: linear-gradient(to left, #f8f9fc, transparent);
}

.logo_items {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    /* space between logos */
    animation: slide 30s linear infinite;
}

.logo_items img {
    height: 80px;
    /* consistent height */
    width: auto;
    object-fit: contain;
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #eee;
    transition: transform 0.3s ease;
}

.logo_items img:hover {
    transform: scale(1.05);
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.text-desgin {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: justify;
    line-height: 25px;
}

#teamcard .card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e7eced;
    border-radius: 20px;
    padding-bottom: 0px;
    min-height: auto !important;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
}

.contact-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-card .icon {
    font-size: 28px;
    color: var(--secondary-color);
    /* Theme color */
}

.contact-card h5 {
    font-size: 16px;
}

.contact-card p,
.contact-card a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

.contact-card a:hover {
    color: var(--secondary-color);
}

@media (max-width: 576px) {
    .experience-circle {
        display: none;
    }
}

.image-container {
    position: relative;
    display: inline-block;
}

.experience-circle {
    position: absolute;
    top: -63px;
    left: 55px;
    background-color: white;
    color: var(--primary-color);
    font-weight: bold;
    border-color: var(--primary-color);
    border: 3px solid var(--primary-color);
    /* Added border */
    border-radius: 50%;
    padding: 25px 15px;
    font-size: 30px;
    text-align: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
}

.experience-circle small {
    font-size: 20px;
    font-weight: normal;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px;
    border-radius: 20px;
    background-color: var(--primary-color);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    gap: 20px;
    flex-wrap: wrap;
}
#login-dropdown
{

    background: white;
    border-radius: 10px;
    color: #342f2f;
}

 .login-dropdown:hover {
     color: #342f2f;
 }
.stat-box {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    /* Bright green/yellow like your sample */
}

.logo-img {
    width: 430px;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .logo-img {
       width: auto;
        max-height: 30px;
    }
}

.stat-label {
    font-size: 1.2rem;
    color: #f5f5f5;
}

.hero-section {
    position: relative;
    background: url('/assets/images/bg-10.jpg') center/cover no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-section-about {
    position: relative;
    background: url('/assets/images/about/aboutbg.png') center/cover no-repeat;
    background-position: center 20%;
    /* Moves image down to show upper part */
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Dark overlay */
.hero-section-about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Adjust darkness */
    z-index: 1;
}

/* Keep your content above overlay */
@media (max-width: 992px) {
    .hero-section-about>* {

        margin-top: 0px;
        position: relative;
        z-index: 2;
    }

    .hero-section-contact>* {
        margin-top: 0px;
        position: relative;
        z-index: 2;
    }

}

@media (min-width: 993px) and (max-width: 6000px) {
    .hero-section-about>* {

        margin-top: 130px;
        position: relative;
        z-index: 2;
    }

    .hero-section-contact>* {
        margin-top: 130px;
        position: relative;
        z-index: 2;
    }
}

.hero-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 95, 123, 0.2);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    color: #fff;
}

.hero-overlay h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero-overlay p {
    font-size: 0.9rem;
    margin-bottom: 20px;
}


.hero-section-contact {
    position: relative;
    background: url('/assets/images/bg-10.jpg') center/cover no-repeat;
    background-position: center 80%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Dark overlay */
.hero-section-contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust darkness */
    z-index: 1;
}

/* Keep your content above overlay */


/* Responsive */
@media (max-width: 576px) {
    .hero-section {
        height: auto;
        padding: 40px 20px;
    }

    .hero-overlay h2 {
        font-size: 1.4rem;
    }
}

.result-card {
    background: #265f7b;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.result-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.result-label {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 6px;
}

.result-value {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}



@media (max-width: 768px) {
    .result-card {
        padding: 15px;
    }

    .result-value {
        font-size: 18px;
    }
}

.team-card {
    width: 230px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.team-card .team-img img {
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0;
    display: block;
}

.team-info {
    background-color: var(--primary-color);
    /* Orange-red like example */
    padding: 12px 10px;
    color: #fff;
    border-radius: 0 0 12px 12px;
}

.team-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.team-info p {
    font-size: 13px;
    opacity: 0.9;
    margin: 2px 0 0;
}

.feature-card {
    display: flex;
    align-items: center;
    background: var(--primary-color);
    border-radius: 50px;
    padding: 15px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-card .icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background: #fff;
    color: var(--primary-color);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}



.feature-card .text h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #fff;
}

.feature-card .text p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.vision-section {
    padding: 20px;
}

.mission-card {
    float: left;
    min-height: 0px;
    padding: 20px;
    position: relative;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #fff;
    background: #fff;
    margin-bottom: 10px
}

.line-bottom {
    width: 0;
    height: 3px;
    border-radius: 30px;
    background: var(--primary-color);
    margin: 0px auto 0;
    transition: width 0.3s ease-in-out;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}


.linner:hover .line-bottom {
    width: 100%;
}

.research-heading {
    padding: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background-color: var(--secondary-color);
    border-radius: 5px;
}