/* TOP BAR */

.top-bar{
    background:#002363;
    padding:15px 0;
}

.top-left span,
.top-right span{
    color:#fff;
    font-size:16px;
    margin-right:30px;
}

.top-left i,
.top-right i{
    margin-right:8px;
}

.top-right a{
    color:#fff;
    margin-left:18px;
    transition:.3s;
}

.top-right a:hover{
    opacity:.7;
}

/* MAIN HEADER */

.main-header{
    background:#f3f3f3;
}

.navbar{
    /* padding:25px 0; */
}

.navbar-brand img{
    max-height:70px;
}

.navbar-nav .nav-link{
    color:#111;
    font-size:20px;
    font-weight:600;
    padding:15px 18px !important;
}

.dropdown-menu{
    border:none;
    border-radius:0;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.dropdown-item{
    padding:12px 20px;
}

.dropdown-item:hover{
    background:#002363;
    color:#fff;
}

.header-right{
    display:flex;
    align-items:center;
    gap:30px;
}

.call-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.call-box .icon{
    width:75px;
    height:75px;
    border:2px solid #002363;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#002363;
    font-size:30px;
}

.call-box span{
    color:#666;
    font-size:18px;
}

.call-box h5{
    font-size:34px;
    font-weight:700;
    margin:0;
}

.donate-btn{
    background:#002363;
    color:#fff;
    padding:16px 32px;
    border-radius:50px;
    text-decoration:none;
    font-size:20px;
    font-weight:600;
}

.donate-btn i{
    margin-left:10px;
}

/* MOBILE */

@media(max-width:1199px){

    .navbar-toggler{
        border:none;
        font-size:28px;
    }

    .navbar-collapse{
        background:#fff;
        padding:20px;
        margin-top:20px;
    }

    .header-right{
        flex-direction:column;
        align-items:flex-start;
        margin-top:20px;
        gap:20px;
    }

    .donate-btn{
        width:100%;
        text-align:center;
    }
}

@media(max-width:767px){

    .navbar-brand img{
        max-height:55px;
    }

    .navbar{
        padding:15px 0;
    }

    .navbar-nav .nav-link{
        font-size:18px;
        padding:10px 0 !important;
    }

    .call-box{
        flex-direction:column;
        text-align:center;
    }

    .call-box .icon{
        width:60px;
        height:60px;
        font-size:22px;
    }

    .call-box h5{
        font-size:24px;
    }
}
.counter-section{
    background: #002363;
}

.counter-box{
    background: #fff;
    padding: 40px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
}

.counter-box:hover{
    transform: translateY(-10px);
}

.counter-box h2{
    font-size: 55px;
    font-weight: 700;
    color: #ff5145;
    margin-bottom: 15px;
}

.counter-box h5{
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

/* Tablet */
@media (max-width:991px){
    .counter-box h2{
        font-size: 45px;
    }

    .counter-box h5{
        font-size: 20px;
    }
}

/* Mobile */
@media (max-width:767px){

    .counter-box{
        padding: 30px 15px;
    }

    .counter-box h2{
        font-size: 38px;
    }

    .counter-box h5{
        font-size: 18px;
    }
}
.contact-info-section{
    background: #f8f9f9;
}

.section-title span{
    color: #002c77;
    font-size: 20px;
    font-weight: 700;
}

.section-title h2{
    font-size: 55px;
    font-weight: 700;
    margin-top: 15px;
    color: #222;
}

.contact-box{
    background: #fff;
    padding: 70px 35px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.contact-box::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url('images/wave.png') repeat-x;
    opacity: .2;
}

.contact-icon{
    width: 120px;
    height: 120px;
    margin: 0 auto 35px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    position: relative;
}

.contact-icon::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transform: rotate(15deg);
    opacity: .25;
    z-index: -1;
}

.email-icon{
    background: #ff6363;
}

.email-icon::before{
    background: #ff6363;
}

.phone-icon{
    background: #002c77;
}

.phone-icon::before{
    background: #002c77;
}

.address-icon{
    background: #f3b63f;
}

.address-icon::before{
    background: #f3b63f;
}

.contact-box h3{
    font-size: 24px;
    font-weight: 700;
    /* margin-bottom: 20px; */
}

.contact-box p,
.contact-box a{
    color: #8d94a5;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.8;
}

.contact-box a:hover{
    color: #002c77;
}

/* Responsive */

@media(max-width:991px){

    .section-title h2{
        font-size: 42px;
    }

    .contact-box{
        padding: 50px 25px;
    }

    .contact-box h3{
        font-size: 28px;
    }

    .contact-box p,
    .contact-box a{
        font-size: 18px;
    }
}

@media(max-width:767px){

    .section-title h2{
        font-size: 34px;
    }

    .contact-icon{
        width: 90px;
        height: 90px;
        font-size: 38px;
    }

    .contact-box h3{
        font-size: 24px;
    }

    .contact-box{
        padding: 40px 20px;
    }
}
.page-banner{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
}

.banner-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.page-banner::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: -1;
}

.banner-content h1{
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}
.blog-category{
    color: #002363;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-title{
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.blog-content p{
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

/* BLOG CARD */
.blog-card{
    background: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #002363;
    margin: 20px 0;
    border-radius: 8px;
}

/* WHY BOX */
.why-box{
    background: #eaf2ff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 25px;
}

/* FINAL BOX */
.final-box{
    background: #fff3cd;
    padding: 25px;
    border-radius: 10px;
    margin-top: 25px;
}

/* SIDEBAR */
.sidebar-box{
    background: #f2f7f7;
    padding: 25px;
    border-radius: 15px;
}

.sidebar-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* CATEGORY LIST */
.category-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li{
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s;
}

.category-list li:hover{
    color: #002363;
    padding-left: 8px;
}

/* TAGS */
.tag-cloud{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-cloud span{
    background: #fff;
    padding: 7px 15px;
    border-radius: 25px;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.tag-cloud span:hover{
    background: #002363;
    color: #fff;
}

/* RESPONSIVE */
@media(max-width:768px){

    .blog-title{
        font-size: 26px;
    }

    .blog-content p{
        font-size: 16px;
    }
}
.social-box{
    text-align: center;
}

.social-box a{
    display: inline-block;
    margin: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #002363;
    color: #fff;
    transition: 0.3s;
}

.social-box a:hover{
    background: #ff5145;
}
.services-section{
    background: #f3fafb;
}

/* CARD */
.service-card{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
    position: relative;
	margin:10px;
}

.service-card:hover{
    transform: translateY(-8px);
}

/* IMAGE */
.service-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* ICON */
.service-icon{
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin: -35px auto 15px;
    position: relative;
    z-index: 2;
}

/* COLORS */
.icon-red{ background: #ff5b5b; }
.icon-blue{ background: #1e3a8a; }
.icon-yellow{ background: #f59e0b; }
.icon-purple{ background: #8b5cf6; }
.icon-pink{ background: #ec4899; }

/* TEXT */
.service-card h4{
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card p{
    padding: 0 20px 30px;
    color: #666;
}

/* RESPONSIVE */
@media(max-width:768px){
    .service-img img{
        height: 180px;
    }
}
.about-section{
    background: #ffffff;
}

/* IMAGE */
.about-img img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* SUBTITLE */
.about-subtitle{
    color: #0d2c7d;
    font-weight: 600;
    font-size: 18px;
    border-left: 3px solid #0d2c7d;
    padding-left: 10px;
    margin-bottom: 10px;
}

/* TITLE */
.about-title{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

/* TEXT */
.about-text{
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* BUTTON */
.about-btn{
    display: inline-block;
    padding: 12px 30px;
    background: #0d2c7d;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover{
    background: #ff5b5b;
}

/* RESPONSIVE */
@media(max-width:768px){

    .about-title{
        font-size: 28px;
    }

    .about-text{
        font-size: 16px;
    }

    .about-img{
        text-align: center;
    }
}
.care-section{
    background: #f3fafb;
}

/* LEFT TITLE */
.care-subtitle{
    font-size: 26px;
    font-weight: 700;
    color: #0d2c7d;
    margin-bottom: 20px;
    border-left: 4px solid #0d2c7d;
    padding-left: 12px;
}

/* TEXT */
.care-text{
    font-size: 17px;
    color: #666;
    line-height: 1.8;
}

/* LIST */
.care-list{
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.care-list li{
    padding-left: 30px;
    margin-bottom: 12px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

/* CHECK ICON */
.care-list li::before{
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d2c7d;
    font-weight: bold;
}

/* IMAGE */
.care-img img{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* FLOATING CARD */
.care-card{
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 20px;
    width: 260px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.care-card h5{
    font-size: 16px;
    font-weight: 700;
}

.care-card h6{
    font-size: 15px;
    color: #0d2c7d;
    margin-bottom: 10px;
}

.care-card p{
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* RESPONSIVE */
@media(max-width:768px){

    .care-card{
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .care-subtitle{
        font-size: 22px;
    }
}.vma-section{
    background: #f3fafb;
}

/* TITLE */
.section-title{
    font-size: 36px;
    font-weight: 700;
    color: #222;
}

/* BOX */
.vma-box{
    background: #fff;
    padding: 40px 25px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}

.vma-box:hover{
    transform: translateY(-8px);
}

/* ICON */
.vma-icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
}

/* COLORS */
.vision{ background: #002363; }
.mission{ background: #ff6b6b; }
.about{ background: #20c997; }

/* TEXT */
.vma-box h3{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vma-box p{
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}

/* RESPONSIVE */
@media(max-width:768px){

    .section-title{
        font-size: 28px;
    }
}
.testimonial-card{
    max-width:850px;
    margin:auto;
    background:#fff;
    padding:70px 40px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.quote-icon{
    width:80px;
    height:80px;
    background:#002363;
    color:#fff;
    border-radius:50%;
    margin:0 auto 30px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.testimonial-card p{
    font-size:20px;
    line-height:1.8;
    color:#555;
}

.testimonial-card h4{
    margin-top:30px;
    font-weight:700;
}

.testimonial-card span{
    color:#777;
}

.carousel-indicators{
    position:relative;
    margin-top:40px;
}

.carousel-indicators [data-bs-target]{
    /* width:12px; */
    height:12px;
    border-radius:50%;
    background:#999;
}

.carousel-indicators .active{
    background:#ff5722;
}

/* Responsive */

@media(max-width:768px){

    .section-title{
        font-size:30px;
    }

    .testimonial-card{
        padding:40px 20px;
    }

    .testimonial-card p{
        font-size:16px;
    }

    .quote-icon{
        width:60px;
        height:60px;
        font-size:24px;
    }
}
.carousel-control-prev,
.carousel-control-next{
    width: 50px;
    height: 50px;
    background: #002363;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev{
    left: -70px;
}

.carousel-control-next{
    right: -70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter: brightness(0) invert(1);
}

/* Mobile */
@media (max-width: 768px){

    .carousel-control-prev{
        left: 10px;
    }

    .carousel-control-next{
        right: 10px;
    }
}
.appointment-section{
    background: url('../images/ap1.jpg') center center/cover no-repeat;
    padding: 120px 0;
    position: relative;
    color: #fff;
}

/* DARK OVERLAY */
.appointment-section::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* CONTENT ABOVE OVERLAY */
.appointment-section .container{
    position: relative;
    z-index: 2;
}

/* TITLE */
.appointment-title{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* TEXT */
.appointment-text{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #f1f1f1;
}

/* BUTTON */
.appointment-btn{
    display: inline-block;
    background: #f7b733;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.appointment-btn:hover{
    background: #ff9800;
}

/* RESPONSIVE */
@media(max-width:768px){

    .appointment-title{
        font-size: 28px;
    }

    .appointment-text{
        font-size: 14px;
    }
}
.hero-slider{
    position: relative;
}

/* SLIDE BACKGROUND FULL SCREEN */
.hero-slide{
    height: 75vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* DARK OVERLAY */
.overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* CONTENT */
.hero-content{
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}

/* TAG */
.tag{
    display: inline-block;
    background: #002363;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* TITLE */
.hero-content h1{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

/* TEXT */
.hero-content p{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #f1f1f1;
}

/* BUTTONS */
.hero-btns{
    display: flex;
    gap: 15px;
}

.btn-primary{
    background: #002363;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn-outline{
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    text-decoration: none;
}

/* RESPONSIVE */
@media(max-width:992px){

    .hero-content h1{
        font-size: 36px;
    }
}

@media(max-width:576px){

    .hero-content{
        text-align: center;
    }

    .hero-btns{
        justify-content: center;
        flex-direction: column;
    }

    .hero-content h1{
        font-size: 28px;
    }
}
.hero-section{
    background: linear-gradient(135deg, #f4fbff, #ffffff);
    padding: 80px 0;
    min-height: 90vh;
}

/* TITLE */
.hero-title{
    font-size: 48px;
    font-weight: 700;
    color: #0d2c7d;
    line-height: 1.2;
}

.hero-title span{
    color: #ff5145;
}

/* TEXT */
.hero-text{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    line-height: 1.8;
}

/* BUTTONS */
.hero-buttons{
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-btn{
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 600;
}

/* IMAGE */
.hero-img{
    max-width: 100%;
    animation: float 3s ease-in-out infinite;
}

/* FLOAT ANIMATION */
@keyframes float{
    0%{ transform: translateY(0px); }
    50%{ transform: translateY(-15px); }
    100%{ transform: translateY(0px); }
}

/* RESPONSIVE */
@media(max-width:992px){

    .hero-title{
        font-size: 36px;
        text-align: center;
    }

    .hero-text{
        text-align: center;
        font-size: 16px;
    }

    .hero-buttons{
        justify-content: center;
    }
}

@media(max-width:576px){

    .hero-title{
        font-size: 28px;
    }
}

.footer-section {
    background: #111827;
    color: #cfcfcf;
    padding: 70px 0 0;
}

.footer-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-section p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links li a,
.footer-section a {
    color: #cfcfcf;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links li a:hover,
.footer-section a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 50px;
    padding: 25px 0;
}

.footer-bottom a {
    color: #cfcfcf;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

/* Mobile Responsive */
@media (max-width: 767px) {

    .footer-section {
        padding: 50px 0 0;
        text-align: center;
    }

    .footer-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer-section p,
    .footer-links li a {
        font-size: 16px;
    }

    .footer-bottom {
        text-align: center;
    }
}