/*==========================================
        LARGE DESKTOP
==========================================*/

@media (max-width:1400px){

.container{
    width:95%;
}

.logo-content h1{
    font-size:30px;
}

.cta-box{
    min-width:190px;
}

.hero h2{
    font-size:58px;
}

}


/*==========================================
        LAPTOP
==========================================*/

@media (max-width:1200px){

.header-wrapper{

    flex-direction:column;

    align-items:flex-start;

    gap:25px;

}

.header-cta{

    width:100%;

    justify-content:space-between;

    flex-wrap:wrap;

}

.cta-box{

    flex:1;

    min-width:240px;

}

.hero h2{

    font-size:52px;

}

.hero{

    min-height:650px;

}

.feature-bar .container{

    grid-template-columns:repeat(2,1fr);

}

.footer-grid{

    grid-template-columns:repeat(2,1fr);

}

}


/*==========================================
        TABLET
==========================================*/

@media (max-width:992px){

.top-bar{

    display:none;

}

/* Header */

.logo{

    width:100%;
    justify-content:center;
    text-align:center;
    flex-direction:column;
}

.logo img{

    width:80px;

}

.logo-content h1{

    font-size:28px;

}

.header-cta{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.cta-box{

    min-width:100%;

}

.donate-btn{

    width:100%;

    justify-content:center;

}

/* Navbar */

.menu-toggle{

    display:flex;

}
/* ===========================
   MOBILE NAVBAR
=========================== */

.nav-container{
    position:relative;
}

.menu-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:1001;
}

.nav-menu{

    position:absolute;

    top:70px;

    left:0;

    width:100%;

    background:#0f2c59;

    flex-direction:column;

    align-items:stretch;

    display:none;

    padding:10px 0;

    z-index:999;

}

.nav-menu.active{

    display:flex;

}

.nav-menu li{

    width:100%;

}

.nav-menu li a{

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:#fff;

    width:100%;

    padding:15px 20px;

}
.nav-menu li ul{

    position:static;

    opacity:1;

    visibility:visible;

    transform:none;

    display:none;

    box-shadow:none;

    width:100%;

    border-radius:0;

}

.nav-menu li:hover ul{

    display:block;

}

.nav-right{

    margin-left:auto;

}

.hero{

    min-height:600px;

    text-align:center;

}

.hero-content{

    max-width:100%;

}

.hero h2{

    font-size:46px;

}

.hero p{

    font-size:18px;

}

.hero-btn{

    justify-content:center;

}

.hero-stats{

    justify-content:center;

}

.feature-bar .container{

    grid-template-columns:1fr;

}

.footer-grid{

    grid-template-columns:1fr;

    text-align:center;

}

.footer-contact li{

    justify-content:center;

}

.footer-social{

    justify-content:center;

}

}


/*==========================================
        MOBILE
==========================================*/

@media (max-width:768px){

.container{

    width:92%;

}

.header{

    padding:20px 0;

}

.logo-content h1{

    font-size:24px;

}

.logo-content p{

    font-size:14px;

}

.header-cta{

    grid-template-columns:1fr;

}

.cta-box{

    padding:18px;

}

.cta-box .icon{

    width:55px;

    height:55px;

    font-size:20px;

}

.hero{

    min-height:520px;

    padding:90px 0;

}

.hero h5{

    font-size:14px;

}

.hero h2{

    font-size:38px;

}

.hero p{

    font-size:17px;

}

.primary-btn,

.secondary-btn{

    width:100%;

}

.hero-btn{

    flex-direction:column;

}

.hero-stats{

    gap:25px;

}

.stat-box h3{

    font-size:34px;

}

.section-title h2{

    font-size:34px;

}

.section-title p{

    font-size:15px;

}

.feature-item{

    flex-direction:column;

    text-align:center;

}

.back-top{

    width:48px;

    height:48px;

    right:20px;

    bottom:20px;

}

.whatsapp{

    width:55px;

    height:55px;

    left:20px;

    bottom:20px;

}

}


/*==========================================
        SMALL MOBILE
==========================================*/

@media (max-width:576px){

.logo img{

    width:70px;

}

.logo-content h1{

    font-size:22px;

}

.hero{

    min-height:460px;

}

.hero h2{

    font-size:32px;

    line-height:1.3;

}

.hero p{

    font-size:16px;

}

.feature-item{

    padding:20px 15px;

}

.feature-item i{

    width:60px;

    height:60px;

    font-size:24px;

}

.cta-box{

    flex-direction:column;

    text-align:center;

}

.cta-box .icon{

    margin-bottom:10px;

}

.donate-btn{

    padding:15px 20px;

}

.nav-right a{

    width:40px;

    height:40px;

}

.section-title h2{

    font-size:30px;

}

.footer{

    padding:60px 0 20px;

}

}


/*==========================================
        EXTRA SMALL
==========================================*/

@media (max-width:400px){

.hero h2{

    font-size:28px;

}

.hero p{

    font-size:15px;

}

.primary-btn,

.secondary-btn{

    font-size:14px;

    padding:14px 22px;

}

.logo-content h1{

    font-size:20px;

}

.logo-content p{

    font-size:13px;

}

.stat-box h3{

    font-size:28px;

}

.stat-box span{

    font-size:14px;

}

}



@media(max-width:992px){

.dropdown-menu{

    position:static;

    opacity:1;

    visibility:visible;

    transform:none;

    display:none;

    width:100%;

    box-shadow:none;

    border-radius:0;

    background:#14356b;

}

.dropdown.active .dropdown-menu{

    display:block;

}

.dropdown-menu li a{

    color:#fff;

    padding-left:45px;

    border-color:rgba(255,255,255,.08);

}

}


/*=========================================
        LARGE DESKTOP
=========================================*/

@media (max-width:1400px){

.hero-intro-wrapper{

    grid-template-columns:30% 40% 30%;

    gap:30px;

}

.hero-content h1{

    font-size:50px;

}

.hero-card h2{

    font-size:34px;

}

.hero-strip h3{

    font-size:26px;

}

}


/*=========================================
        LAPTOP
=========================================*/

@media (max-width:1200px){

.hero-intro{

    padding:60px 0;

}

.hero-intro-wrapper{

    grid-template-columns:35% 65%;

    gap:40px;

}

.hero-card{

    grid-column:1 / -1;

    max-width:850px;

    margin:20px auto 0;

}

.hero-logo img{

    max-width:320px;

}

.hero-content h1{

    font-size:42px;

}

.hero-divider{

    font-size:20px;

}

.hero-quote{

    font-size:20px;

}

.hero-content h4{

    font-size:20px;

}

.hero-strip h3{

    font-size:22px;

}

}


/*=========================================
        TABLET
=========================================*/

@media (max-width:992px){

.hero-intro{

    padding:50px 0;

}

.hero-intro-wrapper{

    display:flex;

    flex-direction:column;

    text-align:center;

}

.hero-logo{

    order:1;

}

.hero-content{

    order:2;

}

.hero-card{

    order:3;

}

.hero-logo img{

    max-width:280px;

}

.om-icon{

    width:100%;

}

.hero-content h1{

    font-size:36px;

    line-height:1.3;

}

.hero-divider{

    font-size:18px;

    gap:10px;

}

.hero-quote{

    font-size:18px;

    line-height:1.7;

}

.hero-content h4{

    font-size:18px;

}

.hero-card{

    width:100%;

    padding:30px;

}

.hero-card h2{

    font-size:30px;

}

.card-item{

    align-items:center;

}

.hero-strip .container{

    flex-direction:column;

    gap:10px;

}

.hero-strip h3{

    font-size:20px;

    line-height:1.5;

}

}


/*=========================================
        MOBILE
=========================================*/

@media (max-width:768px){

.hero-intro{

    padding:40px 0;

}

.hero-logo img{

    max-width:220px;

}

.om-icon{

    width:100%;

}

.hero-content h1{

    font-size:30px;

    margin-bottom:20px;

}

.hero-divider{

    font-size:16px;

}

.hero-quote{

    font-size:16px;

}

.hero-content h4{

    font-size:17px;

}

.hero-card{

    padding:25px;

    border-radius:15px;

}

.hero-card h2{

    font-size:26px;

}

.card-item{

    flex-direction:column;

    text-align:center;

    gap:12px;

}

.card-item img{

    width:48px;

}

.card-item h4{

    font-size:18px;

}

.card-item p{

    font-size:15px;

}

.hero-strip{

    padding:15px 0;

}

.hero-strip h3{

    font-size:18px;

}

.hero-strip span{

    font-size:24px;

}

}


/*=========================================
        SMALL MOBILE
=========================================*/

@media (max-width:576px){

.hero-intro{

    padding:35px 0;

}

.hero-logo img{

    max-width:180px;

}

.hero-content h1{

    font-size:24px;

}

.hero-divider{

    font-size:15px;

}

.hero-quote{

    font-size:15px;

}

.hero-content h4{

    font-size:16px;

}

.hero-card{

    padding:20px;

}

.hero-card h2{

    font-size:22px;

}

.card-item{

    margin-bottom:22px;

}

.card-item img{

    width:42px;

}

.card-item h4{

    font-size:17px;

}

.card-item p{

    font-size:14px;

    line-height:1.5;

}

.hero-strip h3{

    font-size:15px;

}

.hero-strip span{

    font-size:20px;

}

}


/*=========================================
        EXTRA SMALL
=========================================*/

@media (max-width:400px){

.hero-content h1{

    font-size:21px;

}

.hero-divider{

    font-size:14px;

}

.hero-quote{

    font-size:14px;

}

.hero-card h2{

    font-size:20px;

}

.card-item h4{

    font-size:16px;

}

.card-item p{

    font-size:13px;

}

.hero-strip h3{

    font-size:14px;

}

}


/*=========================
Tablet
=========================*/

@media(max-width:992px){

.feature-wrapper{

    grid-template-columns:repeat(2,1fr);

}

.feature-item{

    padding:20px;

}

.feature-item::after{

    display:none;

}

}


/*=========================
Mobile
=========================*/

@media(max-width:768px){

.feature-wrapper{

    grid-template-columns:1fr;

}

.feature-item{

    padding:18px 10px;

}

.feature-icon{

    width:50px;
    height:50px;

    font-size:20px;

}

.feature-content h3{

    font-size:18px;

}

.feature-content p{

    font-size:14px;

}

}

/*=========================================
        LARGE DESKTOP
=========================================*/

@media (max-width:1400px){

.seva-grid{

    gap:20px;

}

.card-header h2{

    font-size:30px;

}

.belief-box h3,
.lesson-box h3{

    font-size:24px;

}

}


/*=========================================
        LAPTOP
=========================================*/

@media (max-width:1200px){

.seva-grid{

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.seva-card{

    max-width:520px;

    margin:auto;

}

.card-header h2{

    font-size:32px;

}

.card-content p{

    font-size:17px;

}

.belief-box h3,
.lesson-box h3{

    font-size:26px;

}

}


/*=========================================
        TABLET
=========================================*/

@media (max-width:992px){

.seva-section{

    padding:60px 0;

}

.seva-grid{

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.card-header{

    padding:20px;

}

.card-header h2{

    font-size:28px;

}

.card-header p{

    font-size:16px;

}

.card-content{

    padding:18px;

}

.card-content p{

    font-size:16px;

}

.belief-box{

    margin:15px;

    padding:18px;

}

.belief-box h3{

    font-size:22px;

}

.belief-content{

    flex-direction:column;

    text-align:center;

}

.belief-content img{

    width:75px;

}

.lesson-box{

    padding:20px;

}

.lesson-box h3{

    font-size:22px;

}

.lesson-box p{

    font-size:16px;

}

}


/*=========================================
        MOBILE
=========================================*/

@media (max-width:768px){

.seva-grid{

    grid-template-columns:1fr;

}

.seva-card{

    max-width:100%;

}

.card-header h2{

    font-size:26px;

}

.card-header p{

    font-size:15px;

}

.animal-image img{

    height:280px;

    object-fit:cover;

}

.card-content{

    padding:18px;

}

.card-content p{

    font-size:15px;

    line-height:1.7;

}

.belief-box{

    margin:18px;

}

.belief-box h3{

    font-size:20px;

}

.belief-content{

    gap:15px;

}

.belief-content img{

    width:65px;

}

.belief-content p{

    font-size:15px;

}

.lesson-box{

    padding:18px;

}

.lesson-box h3{

    font-size:20px;

}

.lesson-box p{

    font-size:15px;

}

}


/*=========================================
        SMALL MOBILE
=========================================*/

@media (max-width:576px){

.seva-section{

    padding:45px 0;

}

.card-header{

    padding:18px 15px;

}

.card-header h2{

    font-size:22px;

}

.card-header p{

    font-size:14px;

}

.animal-image img{

    height:240px;

}

.card-content{

    padding:16px;

}

.card-content p{

    font-size:14px;

}

.belief-box{

    padding:16px;

    margin:15px;

}

.belief-box h3{

    font-size:18px;

}

.belief-content img{

    width:55px;

}

.belief-content p{

    font-size:14px;

}

.lesson-box{

    padding:16px;

}

.lesson-box h3{

    font-size:18px;

}

.lesson-box p{

    font-size:14px;

}

}


/*=========================================
        EXTRA SMALL
=========================================*/

@media (max-width:400px){

.card-header h2{

    font-size:20px;

}

.card-header p{

    font-size:13px;

}

.animal-image img{

    height:210px;

}

.card-content p{

    font-size:13px;

}

.belief-box h3,
.lesson-box h3{

    font-size:17px;

}

.belief-content img{

    width:50px;

}

.belief-content p{

    font-size:13px;

}

.lesson-box p{

    font-size:13px;

}

}

/*=================================
TABLET
=================================*/

@media(max-width:992px){

.emergency-wrapper{

    grid-template-columns:1fr;

}

.emergency-content{

    text-align:center;

}

.rescue-list{

    grid-template-columns:1fr 1fr;

    justify-content:center;

}

}


/*=================================
MOBILE
=================================*/

@media(max-width:768px){

.emergency-rescue{

    padding:60px 0;

}

.emergency-content h2{

    font-size:36px;

}

.emergency-content p{

    font-size:16px;

}

.rescue-list{

    grid-template-columns:1fr;

    gap:14px;

}

.rescue-card{

    padding:30px;

}

.rescue-card h3{

    font-size:28px;

}

}

/*==============================
TABLET
==============================*/

@media(max-width:992px){

.help-grid{

    grid-template-columns:repeat(2,1fr);

}

.section-title h2{

    font-size:40px;

}

}


/*==============================
MOBILE
==============================*/

@media(max-width:768px){

.help-section{

    padding:70px 0;

}

.help-grid{

    grid-template-columns:1fr;

}

.section-title{

    margin-bottom:40px;

}

.section-title h2{

    font-size:34px;

}

.help-card{

    padding:35px 25px;

}

.help-icon{

    width:75px;

    height:75px;

    font-size:28px;

}

.help-card h3{

    font-size:24px;

}

}


@media(max-width:1200px){

.video-slider{

    width:80%;

}

}

@media(max-width:992px){

.video-slider{

    width:90%;

}

.prev{

    left:-20px;

}

.next{

    right:-20px;

}

}

@media(max-width:768px){

.video-gallery{

    padding:80px 0;

}

.video-slider{

    width:100%;

}

.video-slide video{

    max-height:420px;

}

.video-content h3{

    font-size:24px;

}

.video-content p{

    font-size:15px;

}

.video-btn{

    width:45px;

    height:45px;

}

.prev{

    left:10px;

}

.next{

    right:10px;

}

}

@media(max-width:576px){

.video-slide video{

    max-height:300px;

}

.video-content h3{

    font-size:20px;

}

.video-content p{

    font-size:14px;

}

.video-btn{

    width:40px;

    height:40px;

    font-size:15px;

}

}


/*=========================================
        IMPACT RESPONSIVE
=========================================*/

@media(max-width:992px){

.impact-wrapper{

    grid-template-columns:1fr;

}

.impact-content{

    order:2;

}

.impact-image{

    order:1;

}

.floating-card{

    left:20px;

    bottom:20px;

}

}

@media(max-width:768px){

.impact-section{

    padding:80px 0;

}

.impact-content h2{

    font-size:40px;

}

.impact-counter{

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.count-box h3{

    font-size:34px;

}

.impact-buttons{

    flex-direction:column;

}

.secondary-btn,

.primary-btn{

    width:100%;

    text-align:center;

}

}

@media(max-width:576px){

.impact-content h2{

    font-size:32px;

}

.impact-counter{

    grid-template-columns:1fr;

}

.floating-card{

    position:relative;

    left:0;

    bottom:0;

    margin-top:20px;

}

}

/*=========================================
        EVENTS RESPONSIVE
=========================================*/

@media(max-width:992px){

.events-grid{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.events{

    padding:80px 0;

}

.events-grid{

    grid-template-columns:1fr;

}

.event-card img{

    height:220px;

}

.event-content{

    padding:25px;

}

.event-content h3{

    font-size:22px;

}

.event-meta{

    flex-direction:column;

    gap:10px;

}

}

@media(max-width:576px){

.event-date{

    width:65px;

    height:65px;

}

.event-date span{

    font-size:24px;

}

.event-content h3{

    font-size:20px;

}

}

/*=========================================
        FOOTER RESPONSIVE
=========================================*/

/*==============================
       