body{
    font-family:'Poppins',sans-serif;
    background:#fafafa;
}


/* =========================
   Navbar
========================= */

.navbar-custom{
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    box-shadow:0 5px 30px rgba(0,0,0,.08);
    padding:10px 0;
    transition:.4s;
}


/* =========================
   Navbar Brand
========================= */

.navbar-brand{
    flex-shrink:0;
}

.navbar-brand img{
    height:65px;
    width:auto;
    border-radius:50%;
    transition:.4s;
}

.navbar-brand h5{
    margin:0;
    font-weight:700;
    font-size:20px;
    color:#8B0000;
}

.navbar-brand small{
    font-size:11px;
    color:#666;
    white-space:nowrap;
}

.navbar-brand:hover img{
    transform:rotate(8deg) scale(1.08);
}


/* =========================
   Navbar Links
========================= */

.navbar-nav{
    align-items:center;
}

.nav-link{
    font-weight:500;
    font-size:14px;
    color:#3F3A5F !important;
    margin:0 6px;
    padding:10px 5px !important;
    position:relative;
    transition:.3s ease;
    white-space:nowrap;
}


/* =========================
   Navbar Hover
========================= */

.nav-link:hover{
    color:#FF5B3D !important;
}


/* =========================
   Active Navbar Link
========================= */

.nav-link.active{
    color:#FF5B3D !important;
}


/* =========================
   Dropdown Toggle
========================= */

.nav-link.dropdown-toggle::after{
    margin-left:6px;
    vertical-align:middle;
    border-top-color:#3F3A5F;
    transition:.3s ease;
}

.nav-link.dropdown-toggle:hover::after{
    border-top-color:#FF5B3D;
}


/* =========================
   Dropdown
========================= */

.dropdown-menu{
    border:none;
    border-radius:10px;
    padding:8px;
    margin-top:10px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    background:#fff;
}

.dropdown-item{
    font-size:14px;
    font-weight:500;
    color:#3F3A5F;
    padding:9px 15px;
    border-radius:7px;
    transition:.3s;
}

.dropdown-item:hover{
    background:#fff1ed;
    color:#FF5B3D;
}


/* =========================
   Donate Button
========================= */

.nav-item.ms-lg-3{
    flex-shrink:0;
}

.donate-btn{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    background:#8B0000;
    color:#fff;

    padding:10px 22px;

    min-width:110px;

    border-radius:30px;

    font-size:14px;

    line-height:1.2;

    font-weight:600;

    white-space:nowrap;

    text-align:center;

    transition:.3s ease;

    text-decoration:none;

    flex-shrink:0;
}

.donate-btn:hover{
    background:#FF5B3D;
    color:#fff;

    transform:translateY(-2px);
}


/* =========================
   Sidebar
========================= */

.sidebar{
    position:fixed;
    left:-320px;
    top:0;
    width:300px;
    height:100%;
    background:#fff;
    box-shadow:0 0 40px rgba(0,0,0,.2);
    z-index:9999;
    transition:.4s;
    overflow-y:auto;
}

.sidebar.active{
    left:0;
}

.sidebar-header{
    background:#8B0000;
    padding:25px;
    text-align:center;
    position:relative;
}

.sidebar-header img{
    width:100px;
    border-radius:50%;
    margin-bottom:10px;
}

.sidebar-header h4{
    color:#fff;
    margin:0;
    font-size:20px;
}

.sidebar-header i{
    position:absolute;
    top:20px;
    right:20px;
    font-size:25px;
    color:#fff;
    cursor:pointer;
}


/* =========================
   Sidebar Menu
========================= */

.sidebar ul{
    list-style:none;
    padding:20px;
    margin:0;
}

.sidebar ul li{
    margin-bottom:15px;
}

.sidebar ul li a{
    display:block;
    padding:14px 18px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    color:#3F3A5F;
    transition:.3s ease;
}

.sidebar ul li a i{
    width:30px;
    color:#D4A537;
}

.sidebar ul li a:hover{
    background:#fff1ed;
    color:#FF5B3D;
    padding-left:30px;
}


/* =========================
   Sidebar Donate
========================= */

.sidebarDonate{
    background:#8B0000;
    color:#fff !important;
    text-align:center;
    white-space:nowrap;
}

.sidebarDonate:hover{
    background:#FF5B3D !important;
    color:#fff !important;
}


/* =========================
   Overlay
========================= */

.sidebar-overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    z-index:9998;
}


/* =========================
   Toggler
========================= */

.navbar-toggler{
    border:none;
    font-size:28px;
    color:#8B0000;
}

.navbar-toggler:focus{
    box-shadow:none;
}


/* =========================
   Responsive Navbar
========================= */

@media(max-width:1199px){

    .nav-link{
        font-size:14px;
        margin:0 4px;
        padding-left:4px !important;
        padding-right:4px !important;
    }

    .navbar-brand img{
        height:60px;
    }

    .navbar-brand h5{
        font-size:18px;
    }

    .navbar-brand small{
        font-size:10px;
    }

    .donate-btn{
        padding:9px 18px;
        min-width:105px;
        font-size:13px;
    }

}

/* =========================================
   SIDEBAR DROPDOWN
========================================= */

.sidebar-dropdown{
    margin-bottom:5px !important;
}


/* Main dropdown button */

.dropdown-toggle-sidebar{
    position:relative;
    display:flex !important;
    align-items:center;
}


/* Arrow */

.dropdown-arrow{
    margin-left:auto;
    width:auto !important;
    color:#8B0000 !important;
    font-size:11px;
    transition:.3s;
}


/* Rotate arrow when active */

.sidebar-dropdown.active .dropdown-arrow{
    transform:rotate(180deg);
}


/* Submenu */

.sidebar-submenu{
    display:none;
    list-style:none;
    padding:5px 0 5px 25px !important;
    margin:0 !important;
}


/* Show submenu */

.sidebar-dropdown.active .sidebar-submenu{
    display:block;
}


/* Submenu items */

.sidebar-submenu li{
    margin-bottom:3px !important;
}


/* Submenu links */

.sidebar-submenu li a{
    display:flex !important;
    align-items:center;
    padding:11px 15px !important;
    font-size:14px !important;
    font-weight:500 !important;
    border-radius:8px !important;
}


/* Submenu icons */

.sidebar-submenu li a i{
    width:25px !important;
    font-size:13px;
    color:#D4A537 !important;
}


/* Hover */

.sidebar-submenu li a:hover{
    background:#fff4df !important;
    color:#8B0000 !important;
    padding-left:20px !important;
}


/* Dropdown parent hover */

.dropdown-toggle-sidebar:hover{
    background:#fff4df !important;
    color:#8B0000 !important;
}


/* Active dropdown */

.sidebar-dropdown.active > .dropdown-toggle-sidebar{
    background:#fff4df !important;
    color:#8B0000 !important;
}


/* Mobile sidebar spacing */

@media(max-width:991px){

    .sidebar-submenu{
        padding-left:20px !important;
    }

}
/* =========================
   Mobile Navbar
========================= */

@media(max-width:991px){

    .navbar-collapse{
        display:none !important;
    }

    .navbar-brand img{
        height:58px;
    }

    .navbar-brand h5{
        font-size:18px;
    }

    .navbar-brand small{
        font-size:10px;
    }

}


/* =========================
   Desktop Navbar
========================= */

@media(min-width:992px){

    .sidebar{
        display:none;
    }

    .navbar-toggler{
        display:none;
    }

}


/*=========================================
 HERO CAROUSEL CONTROLS
=========================================*/

.carousel-control-prev,
.carousel-control-next{
    width:60px;
    height:60px;
    top:50%;
    transform:translateY(-50%);

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(15px);

    border:2px solid rgba(255,255,255,.25);

    border-radius:50%;

    opacity:1;

    transition:.4s;
}

.carousel-control-prev{
    left:35px;
}

.carousel-control-next{
    right:35px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover{
    background:#D4A537;
    border-color:#D4A537;
    transform:translateY(-50%) scale(1.08);
}


/*=========================================
 INDICATORS
=========================================*/

.carousel-indicators{
    bottom:35px;
}

.carousel-indicators button{
    width:14px !important;
    height:14px !important;

    border-radius:50%;

    margin:0 6px !important;

    border:none !important;

    background:#ffffff !important;

    opacity:.5;

    transition:.4s;
}

.carousel-indicators .active{
    width:45px !important;

    border-radius:30px;

    background:#D4A537 !important;

    opacity:1;
}


/*=========================================
 HERO ANIMATION
=========================================*/

.carousel-item.active .hero-title{
    animation:fadeUp .9s ease;
}

.carousel-item.active .hero-text{
    animation:fadeUp 1.2s ease;
}

.carousel-item.active .hero-buttons{
    animation:fadeUp 1.5s ease;
}

.carousel-item.active .hero-image{
    animation:fadeRight 1s ease;
}


@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(50px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


@keyframes fadeRight{

    from{
        opacity:0;
        transform:translateX(80px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}


/*=========================================
 STATS STRIP
=========================================*/

.hero-stats{
    background:#fff;

    margin-top:-80px;

    position:relative;

    z-index:20;

    border-radius:25px;

    padding:35px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.hero-stat{
    text-align:center;
}

.hero-stat h2{
    color:#8B0000;

    font-size:45px;

    font-weight:700;
}

.hero-stat p{
    margin:0;

    color:#666;

    font-weight:500;
}


/*=========================================
 SCROLL ICON
=========================================*/

.scroll-down{

    position:absolute;

    bottom:40px;

    left:50%;

    transform:translateX(-50%);

    z-index:15;

}


.scroll-down span{

    display:block;

    width:28px;

    height:48px;

    border:2px solid #fff;

    border-radius:30px;

    position:relative;

}


.scroll-down span::before{

    content:"";

    width:8px;

    height:8px;

    background:#D4A537;

    border-radius:50%;

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    top:8px;

    animation:scrollWheel 2s infinite;

}


@keyframes scrollWheel{

    0%{
        opacity:1;
        top:8px;
    }

    100%{
        opacity:0;
        top:28px;
    }

}


/*=========================================
 RESPONSIVE HERO
=========================================*/

@media(max-width:1200px){

    .hero-title{
        font-size:55px;
    }

}


@media(max-width:991px){

    .hero-bg{
        height:850px;
    }

    .hero-title{
        font-size:42px;
        text-align:center;
    }

    .hero-text{
        text-align:center;
        font-size:17px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-image{
        margin-top:40px;
    }

    .card-one,
    .card-two,
    .card-three,
    .card-four{
        display:none;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }

}


@media(max-width:767px){

    .hero-bg{
        height:760px;
    }

    .hero-title{
        font-size:34px;
    }

    .hero-text{
        font-size:15px;
        line-height:28px;
    }

    .hero-btn-one,
    .hero-btn-two{

        width:100%;

        text-align:center;

        padding:15px;

    }

    .hero-buttons{

        flex-direction:column;

    }

    .hero-badge{

        font-size:13px;

    }

}


@media(max-width:480px){

    .hero-section{
        margin-top:82px;
    }

    .hero-bg{
        height:700px;
    }

    .hero-title{
        font-size:28px;
    }

    .hero-text{
        font-size:14px;
        line-height:26px;
    }

    .carousel-indicators{
        bottom:15px;
    }

}

/*=========================================
 ABOUT SECTION
=========================================*/

.about-section{

    padding:100px 0;

    background:#fff;

    position:relative;

    overflow:hidden;

}


/*=========================================
 ABOUT BADGE
=========================================*/

.about-badge{

    display:inline-block;

    padding:7px 16px;

    background:#fff5e2;

    color:#8B0000;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:18px;

}


/*=========================================
 ABOUT TITLE
=========================================*/

.about-title{

    font-size:42px;

    line-height:1.2;

    font-weight:700;

    color:#3F3A5F;

    margin-bottom:20px;

}

.about-title span{

    display:block;

    color:#8B0000;

}


/*=========================================
 ABOUT TEXT
=========================================*/

.about-text{

    color:#666;

    font-size:15px;

    line-height:1.9;

    margin-bottom:12px;

}


/*=========================================
 MINI CARDS
=========================================*/

.about-mini-card{

    display:flex;

    align-items:flex-start;

    gap:12px;

    padding:16px;

    background:#fafafa;

    border:1px solid #eee;

    border-radius:12px;

    height:100%;

    transition:.3s ease;

}

.about-mini-card:hover{

    transform:translateY(-4px);

    box-shadow:0 10px 30px rgba(0,0,0,.07);

}


.about-mini-icon{

    width:42px;

    height:42px;

    min-width:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#8B0000;

    color:#D4A537;

    border-radius:10px;

    font-size:18px;

}


.about-mini-card h5{

    font-size:15px;

    font-weight:600;

    color:#3F3A5F;

    margin:0 0 5px;

}


.about-mini-card p{

    font-size:12px;

    line-height:1.6;

    color:#777;

    margin:0;

}


/*=========================================
 ABOUT BUTTON
=========================================*/

.about-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:28px;

    padding:12px 22px;

    background:#8B0000;

    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    transition:.3s ease;

}


.about-btn:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


/*=========================================
 ABOUT IMAGE
=========================================*/

.about-image-wrapper{

    position:relative;

    padding:20px;

}


.about-image-box{

    position:relative;

    z-index:2;

    overflow:hidden;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}


.about-image{

    width:100%;

    height:500px;

    object-fit:cover;

    display:block;

    transition:.5s ease;

}


.about-image-box:hover .about-image{

    transform:scale(1.04);

}


/*=========================================
 YEARS BADGE
=========================================*/

.about-years{

    position:absolute;

    left:0;

    bottom:45px;

    z-index:5;

    display:flex;

    align-items:center;

    gap:12px;

    background:#8B0000;

    color:#fff;

    padding:15px 22px;

    border-radius:14px;

    box-shadow:0 15px 35px rgba(139,0,0,.25);

}


.about-years i{

    font-size:28px;

    color:#D4A537;

}


.about-years strong{

    display:block;

    font-size:24px;

    line-height:1;

}


.about-years span{

    display:block;

    font-size:11px;

    margin-top:4px;

    opacity:.9;

}


/*=========================================
 DECORATIVE SHAPE
=========================================*/

.about-shape{

    position:absolute;

    right:0;

    top:0;

    width:150px;

    height:150px;

    border:20px solid #D4A537;

    border-radius:50%;

    opacity:.25;

    z-index:1;

}


/*=========================================
 ABOUT RESPONSIVE
=========================================*/

@media(max-width:991px){

    .about-section{

        padding:75px 0;

    }


    .about-title{

        font-size:36px;

    }


    .about-image{

        height:450px;

    }

}


@media(max-width:767px){

    .about-section{

        padding:60px 0;

    }


    .about-title{

        font-size:30px;

    }


    .about-text{

        font-size:14px;

        line-height:1.8;

    }


    .about-image-wrapper{

        padding:10px;

    }


    .about-image{

        height:350px;

    }


    .about-years{

        left:-5px;

        bottom:25px;

        padding:12px 16px;

    }


    .about-years i{

        font-size:22px;

    }


    .about-years strong{

        font-size:20px;

    }

}


@media(max-width:480px){

    .about-title{

        font-size:27px;

    }


    .about-mini-card{

        padding:13px;

    }


    .about-image{

        height:300px;

    }

}

/*=========================================
 OUR PROGRAMS SECTION
=========================================*/

.programs-section{

    padding:100px 0;

    background:#fafafa;

    position:relative;

    overflow:hidden;

}


/*=========================================
 PROGRAMS HEADER
=========================================*/

.programs-heading{

    max-width:760px;

    margin:0 auto;

}


.programs-badge{

    display:inline-block;

    padding:7px 17px;

    background:#fff1e8;

    color:#8B0000;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:16px;

}


.programs-heading h2{

    font-size:42px;

    line-height:1.25;

    color:#3F3A5F;

    font-weight:700;

    margin-bottom:18px;

}


.programs-heading h2 span{

    color:#8B0000;

}


.programs-heading p{

    color:#777;

    font-size:15px;

    line-height:1.8;

    margin:0;

}


/*=========================================
 PROGRAM CARD
=========================================*/

.program-card{

    height:100%;

    background:#fff;

    border:1px solid #eeeeee;

    border-radius:18px;

    padding:28px 25px;

    position:relative;

    overflow:hidden;

    transition:.4s ease;

    box-shadow:0 8px 25px rgba(0,0,0,.03);

}


.program-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#8B0000;

    transform:scaleX(0);

    transform-origin:left;

    transition:.4s ease;

}


.program-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

    border-color:transparent;

}


.program-card:hover::before{

    transform:scaleX(1);

}


/*=========================================
 PROGRAM ICON
=========================================*/

.program-icon{

    width:58px;

    height:58px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff4df;

    color:#8B0000;

    border-radius:14px;

    font-size:24px;

    margin-bottom:22px;

    transition:.4s ease;

}


.program-card:hover .program-icon{

    background:#8B0000;

    color:#D4A537;

    transform:scale(1.05);

}


/*=========================================
 PROGRAM TITLE
=========================================*/

.program-card h4{

    font-size:18px;

    line-height:1.4;

    color:#3F3A5F;

    font-weight:650;

    margin-bottom:12px;

}


/*=========================================
 PROGRAM DESCRIPTION
=========================================*/

.program-card p{

    color:#777;

    font-size:13px;

    line-height:1.75;

    margin-bottom:20px;

}


/*=========================================
 PROGRAM LINK
=========================================*/

.program-link{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#8B0000;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.3s ease;

}


.program-link i{

    font-size:11px;

    transition:.3s ease;

}


.program-link:hover{

    color:#D4A537;

}


.program-link:hover i{

    transform:translateX(5px);

}


/*=========================================
 EXPLORE BUTTON
=========================================*/

.programs-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:13px 24px;

    background:#8B0000;

    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    transition:.3s ease;

}


.programs-btn:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


/*=========================================
 PROGRAMS RESPONSIVE
=========================================*/

@media(max-width:991px){

    .programs-section{

        padding:75px 0;

    }


    .programs-heading h2{

        font-size:36px;

    }

}


@media(max-width:767px){

    .programs-section{

        padding:60px 0;

    }


    .programs-heading h2{

        font-size:30px;

    }


    .programs-heading p{

        font-size:14px;

    }


    .program-card{

        padding:24px 22px;

    }

}


@media(max-width:480px){

    .programs-heading h2{

        font-size:27px;

    }


    .program-card h4{

        font-size:17px;

    }

}

/*=========================================
 OUR IMPACT SECTION
=========================================*/

.impact-section{

    padding:100px 0;

    background:#fff;

    position:relative;

    overflow:hidden;

}


/*=========================================
 IMPACT CONTENT
=========================================*/

.impact-content{

    max-width:520px;

}


.impact-badge{

    display:inline-block;

    padding:7px 17px;

    background:#fff1e8;

    color:#8B0000;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:16px;

}


.impact-content h2{

    font-size:42px;

    line-height:1.25;

    color:#3F3A5F;

    font-weight:700;

    margin-bottom:20px;

}


.impact-content h2 span{

    display:block;

    color:#8B0000;

}


.impact-content p{

    color:#777;

    font-size:14px;

    line-height:1.85;

    margin-bottom:12px;

}


/*=========================================
 IMPACT BUTTON
=========================================*/

.impact-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:18px;

    padding:13px 22px;

    background:#8B0000;

    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.3s ease;

}


.impact-btn:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


/*=========================================
 IMPACT CARDS
=========================================*/

.impact-card{

    background:#fafafa;

    border:1px solid #eeeeee;

    border-radius:18px;

    padding:28px 25px;

    height:100%;

    position:relative;

    overflow:hidden;

    transition:.4s ease;

}


.impact-card::after{

    content:"";

    position:absolute;

    width:90px;

    height:90px;

    right:-35px;

    bottom:-35px;

    border:12px solid #D4A537;

    border-radius:50%;

    opacity:.12;

    transition:.4s ease;

}


.impact-card:hover{

    transform:translateY(-6px);

    background:#fff;

    border-color:#f0e3c5;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}


.impact-card:hover::after{

    transform:scale(1.2);

}


/*=========================================
 IMPACT ICON
=========================================*/

.impact-icon{

    width:52px;

    height:52px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff1dc;

    color:#8B0000;

    border-radius:13px;

    font-size:21px;

    margin-bottom:20px;

    transition:.4s ease;

}


.impact-card:hover .impact-icon{

    background:#8B0000;

    color:#D4A537;

    transform:scale(1.05);

}


/*=========================================
 IMPACT NUMBER
=========================================*/

.impact-number{

    color:#8B0000;

    font-size:38px;

    line-height:1;

    font-weight:700;

    margin-bottom:7px;

}


.impact-text-number{

    font-size:25px;

    line-height:1.25;

}


/*=========================================
 IMPACT CARD TITLE
=========================================*/

.impact-card h4{

    color:#3F3A5F;

    font-size:17px;

    font-weight:650;

    margin-bottom:8px;

}


.impact-card p{

    color:#777;

    font-size:12px;

    line-height:1.7;

    margin:0;

}


/*=========================================
 IMPACT RESPONSIVE
=========================================*/

@media(max-width:991px){

    .impact-section{

        padding:75px 0;

    }


    .impact-content{

        max-width:100%;

        text-align:center;

        margin:0 auto;

    }


    .impact-content h2{

        font-size:36px;

    }


    .impact-btn{

        margin-top:20px;

    }

}


@media(max-width:767px){

    .impact-section{

        padding:60px 0;

    }


    .impact-content h2{

        font-size:30px;

    }


    .impact-content p{

        font-size:13px;

    }


    .impact-card{

        padding:24px 20px;

    }


    .impact-number{

        font-size:34px;

    }


    .impact-text-number{

        font-size:23px;

    }

}


@media(max-width:480px){

    .impact-content h2{

        font-size:27px;

    }


    .impact-card h4{

        font-size:16px;

    }

}
/*=========================================
 OUR PROJECTS SECTION
=========================================*/

.projects-section{

    padding:100px 0;

    background:#fafafa;

    position:relative;

    overflow:hidden;

}


/*=========================================
 PROJECTS HEADER
=========================================*/

.projects-heading{

    display:flex;

    align-items:end;

    justify-content:space-between;

    gap:40px;

    margin-bottom:30px;

}


.projects-badge{

    display:inline-block;

    padding:7px 17px;

    background:#fff1e8;

    color:#8B0000;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:15px;

}


.projects-heading h2{

    color:#3F3A5F;

    font-size:42px;

    line-height:1.25;

    font-weight:700;

    margin:0;

}


.projects-heading h2 span{

    color:#8B0000;

    display:block;

}


.projects-heading-text{

    max-width:430px;

}


.projects-heading-text p{

    color:#777;

    font-size:14px;

    line-height:1.8;

    margin:0;

}


/*=========================================
 PROJECT CARD
=========================================*/

.project-card{

    height:100%;

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #eeeeee;

    box-shadow:0 8px 25px rgba(0,0,0,.04);

    transition:.4s ease;

}


.project-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.11);

    border-color:transparent;

}


/*=========================================
 PROJECT IMAGE
=========================================*/

.project-image{

    height:240px;

    position:relative;

    overflow:hidden;

    background:#eee;

}


.project-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.5s ease;

}


.project-card:hover .project-image img{

    transform:scale(1.07);

}


/*=========================================
 PROJECT CATEGORY
=========================================*/

.project-category{

    position:absolute;

    top:15px;

    left:15px;

    background:#fff;

    color:#8B0000;

    padding:6px 12px;

    border-radius:20px;

    font-size:11px;

    font-weight:600;

    box-shadow:0 5px 15px rgba(0,0,0,.12);

}


/*=========================================
 PROJECT CONTENT
=========================================*/

.project-content{

    padding:24px;

}


.project-content h3{

    color:#3F3A5F;

    font-size:19px;

    line-height:1.4;

    font-weight:650;

    margin-bottom:10px;

}


.project-content p{

    color:#777;

    font-size:13px;

    line-height:1.75;

    margin-bottom:18px;

}


/*=========================================
 PROJECT LINK
=========================================*/

.project-link{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#8B0000;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.3s ease;

}


.project-link i{

    font-size:11px;

    transition:.3s ease;

}


.project-link:hover{

    color:#D4A537;

}


.project-link:hover i{

    transform:translateX(5px);

}


/*=========================================
 PROJECT BUTTON
=========================================*/

.projects-bottom{

    text-align:center;

    margin-top:45px;

}


.projects-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:13px 24px;

    background:#8B0000;

    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    transition:.3s ease;

}


.projects-btn:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


/*=========================================
 PROJECT RESPONSIVE
=========================================*/

@media(max-width:991px){

    .projects-section{

        padding:75px 0;

    }


    .projects-heading{

        align-items:start;

        flex-direction:column;

        gap:15px;

    }


    .projects-heading h2{

        font-size:36px;

    }


    .projects-heading-text{

        max-width:650px;

    }

}


@media(max-width:767px){

    .projects-section{

        padding:60px 0;

    }


    .projects-heading h2{

        font-size:30px;

    }


    .project-image{

        height:220px;

    }


    .project-content{

        padding:22px;

    }

}


@media(max-width:480px){

    .projects-heading h2{

        font-size:27px;

    }


    .project-image{

        height:200px;

    }


    .project-content h3{

        font-size:17px;

    }

}

/*=========================================
 STORIES OF CHANGE
=========================================*/

.stories-section{

    padding:100px 0;

    background:#fff;

    position:relative;

    overflow:hidden;

}


/*=========================================
 HEADING
=========================================*/

.stories-heading{

    max-width:760px;

    margin:0 auto;

}


.stories-badge{

    display:inline-block;

    padding:7px 17px;

    background:#fff1e8;

    color:#8B0000;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:15px;

}


.stories-heading h2{

    color:#3F3A5F;

    font-size:42px;

    line-height:1.25;

    font-weight:700;

    margin-bottom:17px;

}


.stories-heading h2 span{

    color:#8B0000;

}


.stories-heading p{

    color:#777;

    font-size:14px;

    line-height:1.8;

    margin:0;

}


/*=========================================
 STORY CARD
=========================================*/

.story-card{

    height:100%;

    background:#fff;

    border:1px solid #eeeeee;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.04);

    transition:.4s ease;

}


.story-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.10);

    border-color:transparent;

}


/*=========================================
 STORY IMAGE
=========================================*/

.story-image{

    height:240px;

    position:relative;

    overflow:hidden;

    background:#eee;

}


.story-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

    transition:.5s ease;

}


.story-card:hover .story-image img{

    transform:scale(1.07);

}


/*=========================================
 STORY CATEGORY
=========================================*/

.story-category{

    position:absolute;

    top:15px;

    left:15px;

    padding:6px 13px;

    background:#fff;

    color:#8B0000;

    border-radius:20px;

    font-size:11px;

    font-weight:600;

    box-shadow:0 5px 15px rgba(0,0,0,.12);

}


/*=========================================
 STORY CONTENT
=========================================*/

.story-content{

    padding:25px;

    position:relative;

}


.story-quote{

    width:38px;

    height:38px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff1dc;

    color:#D4A537;

    border-radius:50%;

    margin-bottom:15px;

    font-size:15px;

}


.story-content h3{

    color:#3F3A5F;

    font-size:19px;

    line-height:1.4;

    font-weight:650;

    margin-bottom:10px;

}


.story-content p{

    color:#777;

    font-size:13px;

    line-height:1.75;

    margin-bottom:18px;

}


/*=========================================
 STORY LINK
=========================================*/

.story-link{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#8B0000;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.3s ease;

}


.story-link i{

    font-size:11px;

    transition:.3s ease;

}


.story-link:hover{

    color:#D4A537;

}


.story-link:hover i{

    transform:translateX(5px);

}


/*=========================================
 BUTTON
=========================================*/

.stories-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:13px 24px;

    background:#8B0000;

    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    transition:.3s ease;

}


.stories-btn:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:991px){

    .stories-section{

        padding:75px 0;

    }


    .stories-heading h2{

        font-size:36px;

    }

}


@media(max-width:767px){

    .stories-section{

        padding:60px 0;

    }


    .stories-heading h2{

        font-size:30px;

    }


    .stories-heading p{

        font-size:13px;

    }


    .story-image{

        height:220px;

    }


    .story-content{

        padding:22px;

    }

}


@media(max-width:480px){

    .stories-heading h2{

        font-size:27px;

    }


    .story-image{

        height:200px;

    }


    .story-content h3{

        font-size:17px;

    }

}

/*=========================================
 GET INVOLVED / VOLUNTEER
=========================================*/

.volunteer-section{

    padding:100px 0;

    background:#fafafa;

    position:relative;

    overflow:hidden;

}


/*=========================================
 MAIN BOX
=========================================*/

.volunteer-box{

    position:relative;

    overflow:hidden;

    background:#8B0000;

    border-radius:25px;

    padding:60px;

    box-shadow:0 20px 60px rgba(139,0,0,.18);

}


/*=========================================
 DECORATIVE CIRCLES
=========================================*/

.volunteer-box::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    border:50px solid rgba(212,165,55,.10);

    border-radius:50%;

    right:-120px;

    top:-140px;

}


.volunteer-box::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border:30px solid rgba(255,255,255,.05);

    border-radius:50%;

    left:-90px;

    bottom:-90px;

}


/*=========================================
 BADGE
=========================================*/

.volunteer-badge{

    display:inline-block;

    padding:7px 17px;

    background:rgba(255,255,255,.12);

    color:#D4A537;

    border:1px solid rgba(212,165,55,.3);

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:16px;

}


/*=========================================
 HEADING
=========================================*/

.volunteer-box h2{

    color:#fff;

    font-size:42px;

    line-height:1.25;

    font-weight:700;

    margin-bottom:17px;

}


.volunteer-box h2 span{

    color:#D4A537;

}


.volunteer-box p{

    max-width:700px;

    color:rgba(255,255,255,.82);

    font-size:14px;

    line-height:1.85;

    margin-bottom:20px;

}


/*=========================================
 POINTS
=========================================*/

.volunteer-points{

    display:flex;

    flex-wrap:wrap;

    gap:15px 25px;

    margin-bottom:28px;

}


.volunteer-point{

    display:flex;

    align-items:center;

    gap:8px;

    color:#fff;

    font-size:13px;

}


.volunteer-point i{

    width:20px;

    height:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#D4A537;

    color:#8B0000;

    border-radius:50%;

    font-size:10px;

}


/*=========================================
 BUTTONS
=========================================*/

.volunteer-buttons{

    display:flex;

    align-items:center;

    gap:12px;

    flex-wrap:wrap;

}


.volunteer-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:13px 22px;

    background:#D4A537;

    color:#171717;

    border-radius:30px;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.3s ease;

}


.volunteer-btn i{

    font-size:11px;

    transition:.3s ease;

}


.volunteer-btn:hover{

    background:#fff;

    color:#8B0000;

    transform:translateY(-2px);

}


.volunteer-btn:hover i{

    transform:translateX(4px);

}


.volunteer-outline-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 22px;

    border:1px solid rgba(255,255,255,.5);

    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    transition:.3s ease;

}


.volunteer-outline-btn:hover{

    background:#fff;

    color:#8B0000;

    border-color:#fff;

}


/*=========================================
 RIGHT VISUAL
=========================================*/

.volunteer-visual{

    position:relative;

    z-index:2;

    text-align:center;

    color:#fff;

    padding:25px;

}


.volunteer-circle{

    width:120px;

    height:120px;

    margin:0 auto 18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,165,55,.15);

    border:2px solid rgba(212,165,55,.6);

    border-radius:50%;

}


.volunteer-circle i{

    font-size:48px;

    color:#D4A537;

}


.volunteer-visual span{

    display:block;

    color:#D4A537;

    font-size:13px;

    font-weight:500;

    letter-spacing:2px;

    margin-bottom:5px;

}


.volunteer-visual strong{

    display:block;

    color:#fff;

    font-size:22px;

    line-height:1.4;

    font-weight:600;

}


/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:991px){

    .volunteer-section{

        padding:75px 0;

    }


    .volunteer-box{

        padding:50px 40px;

    }


    .volunteer-box h2{

        font-size:36px;

    }


    .volunteer-visual{

        padding-top:10px;

    }

}


@media(max-width:767px){

    .volunteer-section{

        padding:60px 0;

    }


    .volunteer-box{

        padding:40px 25px;

        border-radius:20px;

    }


    .volunteer-box h2{

        font-size:30px;

    }


    .volunteer-box p{

        font-size:13px;

    }


    .volunteer-points{

        flex-direction:column;

        gap:10px;

    }


    .volunteer-buttons{

        flex-direction:column;

        align-items:stretch;

    }


    .volunteer-btn,
    .volunteer-outline-btn{

        justify-content:center;

        width:100%;

    }


    .volunteer-circle{

        width:100px;

        height:100px;

    }


    .volunteer-circle i{

        font-size:40px;

    }

}


@media(max-width:480px){

    .volunteer-box h2{

        font-size:27px;

    }


    .volunteer-visual strong{

        font-size:20px;

    }

}
/*=========================================
 SUPPORT OUR MISSION / DONATE
=========================================*/

.donate-section{

    padding:100px 0;

    background:#fff;

    position:relative;

    overflow:hidden;

}


/*=========================================
 MAIN BOX
=========================================*/

.donate-box{

    position:relative;

    overflow:hidden;

    background:#3F3A5F;

    border-radius:25px;

    padding:60px;

    box-shadow:0 20px 60px rgba(63,58,95,.16);

}


.donate-box::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    right:-170px;

    top:-170px;

    border:55px solid rgba(212,165,55,.08);

    border-radius:50%;

}


.donate-box::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    left:-130px;

    bottom:-130px;

    border:35px solid rgba(139,0,0,.12);

    border-radius:50%;

}


/*=========================================
 BADGE
=========================================*/

.donate-badge{

    display:inline-block;

    padding:7px 17px;

    background:rgba(212,165,55,.12);

    color:#D4A537;

    border:1px solid rgba(212,165,55,.3);

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:16px;

}


/*=========================================
 HEADING
=========================================*/

.donate-box h2{

    color:#fff;

    font-size:42px;

    line-height:1.25;

    font-weight:700;

    margin-bottom:18px;

}


.donate-box h2 span{

    display:block;

    color:#D4A537;

}


.donate-box > .row > .col-lg-7 > p{

    max-width:700px;

    color:rgba(255,255,255,.78);

    font-size:14px;

    line-height:1.85;

    margin-bottom:25px;

}


/*=========================================
 DONATE POINTS
=========================================*/

.donate-points{

    display:flex;

    flex-direction:column;

    gap:16px;

    margin-bottom:28px;

}


.donate-point{

    display:flex;

    align-items:center;

    gap:14px;

}


.donate-point-icon{

    flex:0 0 42px;

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,165,55,.12);

    color:#D4A537;

    border:1px solid rgba(212,165,55,.2);

    border-radius:12px;

    font-size:16px;

}


.donate-point h4{

    color:#fff;

    font-size:14px;

    font-weight:600;

    margin:0 0 3px;

}


.donate-point p{

    color:rgba(255,255,255,.6);

    font-size:12px;

    line-height:1.5;

    margin:0;

}


/*=========================================
 DONATE BUTTON
=========================================*/

.donate-main-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:14px 25px;

    background:#D4A537;

    color:#171717;

    border-radius:30px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    transition:.3s ease;

}


.donate-main-btn i{

    font-size:11px;

    transition:.3s ease;

}


.donate-main-btn:hover{

    background:#fff;

    color:#8B0000;

    transform:translateY(-3px);

}


.donate-main-btn:hover i{

    transform:translateX(5px);

}


/*=========================================
 DONATE VISUAL
=========================================*/

.donate-visual{

    position:relative;

    z-index:2;

    text-align:center;

    padding:35px 25px;

    border:1px solid rgba(255,255,255,.10);

    border-radius:22px;

    background:rgba(255,255,255,.04);

}


.donate-visual-icon{

    width:95px;

    height:95px;

    margin:0 auto 20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,165,55,.12);

    border:2px solid rgba(212,165,55,.5);

    border-radius:50%;

}


.donate-visual-icon i{

    color:#D4A537;

    font-size:38px;

}


.donate-visual h3{

    color:#fff;

    font-size:26px;

    line-height:1.4;

    font-weight:650;

    margin-bottom:12px;

}


.donate-visual p{

    color:rgba(255,255,255,.65);

    font-size:13px;

    line-height:1.7;

    margin:0 auto 20px;

    max-width:300px;

}


/*=========================================
 DECORATIVE LINE
=========================================*/

.donate-small-line{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    margin-bottom:18px;

}


.donate-small-line span{

    width:45px;

    height:1px;

    background:rgba(212,165,55,.4);

}


.donate-small-line i{

    color:#D4A537;

    font-size:12px;

}


/*=========================================
 SECURE TEXT
=========================================*/

.donate-secure{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:7px;

    color:rgba(255,255,255,.55);

    font-size:11px;

}


.donate-secure i{

    color:#D4A537;

}

/*=========================================
 FIX SECTION SPACING
=========================================*/

.volunteer-section{
    padding:70px 0 20px !important;
}

.donate-section{
    padding:20px 0 70px !important;
}
/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:991px){

    .donate-section{

        padding:75px 0;

    }


    .donate-box{

        padding:50px 40px;

    }


    .donate-box h2{

        font-size:36px;

    }


    .donate-visual{

        margin-top:10px;

    }

}


@media(max-width:767px){

    .donate-section{

        padding:60px 0;

    }


    .donate-box{

        padding:40px 25px;

        border-radius:20px;

    }


    .donate-box h2{

        font-size:30px;

    }


    .donate-box > .row > .col-lg-7 > p{

        font-size:13px;

    }


    .donate-visual{

        padding:30px 20px;

    }


    .donate-visual h3{

        font-size:23px;

    }

}


@media(max-width:480px){

    .donate-box h2{

        font-size:27px;

    }


    .donate-point{

        align-items:flex-start;

    }


    .donate-main-btn{

        width:100%;

        justify-content:center;

    }

}

/*=========================================
 FOOTER
=========================================*/

.site-footer{

    position:relative;

    background:#3F3A5F;

    color:#fff;

    padding:75px 0 0;

    overflow:hidden;

}


/*=========================================
 DECORATIVE ELEMENTS
=========================================*/

.site-footer::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    right:-150px;

    top:-150px;

    border:45px solid rgba(212,165,55,.08);

    border-radius:50%;

}


.site-footer::after{

    content:"";

    position:absolute;

    width:200px;

    height:200px;

    left:-120px;

    bottom:-120px;

    border:35px solid rgba(139,0,0,.15);

    border-radius:50%;

}


/*=========================================
 FOOTER MAIN
=========================================*/

.footer-main{

    position:relative;

    z-index:2;

    padding-bottom:55px;

}


/*=========================================
 FOOTER BRAND
=========================================*/

.footer-brand{

    padding-right:30px;

}


.footer-logo{

    display:flex;

    align-items:center;

    gap:12px;

    text-decoration:none;

    margin-bottom:18px;

}


.footer-logo img{

    width:58px;

    height:58px;

    object-fit:cover;

    border-radius:50%;

    border:2px solid #D4A537;

}


.footer-logo h4{

    color:#fff;

    font-size:20px;

    font-weight:700;

    margin:0 0 3px;

}


.footer-logo span{

    color:rgba(255,255,255,.55);

    font-size:10px;

}


.footer-brand > p{

    color:rgba(255,255,255,.65);

    font-size:12px;

    line-height:1.8;

    max-width:370px;

    margin-bottom:20px;

}


/*=========================================
 SOCIAL
=========================================*/

.footer-social{

    display:flex;

    gap:9px;

}


.footer-social a{

    width:34px;

    height:34px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.1);

    border-radius:50%;

    color:#fff;

    text-decoration:none;

    font-size:12px;

    transition:.3s ease;

}


.footer-social a:hover{

    background:#D4A537;

    border-color:#D4A537;

    color:#3F3A5F;

    transform:translateY(-3px);

}


/*=========================================
 FOOTER HEADINGS
=========================================*/

.footer-column h5{

    position:relative;

    color:#fff;

    font-size:15px;

    font-weight:600;

    margin:0 0 20px;

    padding-bottom:10px;

}


.footer-column h5::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:32px;

    height:2px;

    background:#D4A537;

}


/*=========================================
 FOOTER LINKS
=========================================*/

.footer-column ul{

    list-style:none;

    padding:0;

    margin:0;

}


.footer-column ul li{

    margin-bottom:10px;

}


.footer-column ul li a{

    color:rgba(255,255,255,.62);

    text-decoration:none;

    font-size:12px;

    transition:.3s ease;

}


.footer-column ul li a:hover{

    color:#D4A537;

    padding-left:4px;

}


/*=========================================
 CONTACT
=========================================*/

.footer-contact{

    display:flex;

    flex-direction:column;

    gap:16px;

}


.footer-contact-item{

    display:flex;

    align-items:flex-start;

    gap:11px;

}


.footer-contact-icon{

    flex:0 0 32px;

    width:32px;

    height:32px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,165,55,.10);

    color:#D4A537;

    border-radius:8px;

    font-size:12px;

}


.footer-contact-item span{

    display:block;

    color:#D4A537;

    font-size:10px;

    font-weight:600;

    margin-bottom:2px;

}


.footer-contact-item p{

    color:rgba(255,255,255,.62);

    font-size:11px;

    line-height:1.5;

    margin:0;

}


.footer-contact-item p a{

    color:rgba(255,255,255,.62);

    text-decoration:none;

    transition:.3s ease;

}


.footer-contact-item p a:hover{

    color:#D4A537;

}


/*=========================================
 FOOTER BOTTOM
=========================================*/

.footer-bottom{

    position:relative;

    z-index:2;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    padding:20px 0;

    border-top:1px solid rgba(255,255,255,.10);

}


.footer-bottom p{

    color:rgba(255,255,255,.48);

    font-size:10px;

    margin:0;

}


.footer-bottom-links{

    display:flex;

    align-items:center;

    gap:20px;

}


.footer-bottom-links a{

    color:rgba(255,255,255,.48);

    font-size:10px;

    text-decoration:none;

    transition:.3s ease;

}


.footer-bottom-links a:hover{

    color:#D4A537;

}


/*=========================================
 RESPONSIVE
=========================================*/

@media(max-width:991px){

    .site-footer{

        padding-top:60px;

    }


    .footer-brand{

        padding-right:0;

    }

}


@media(max-width:767px){

    .site-footer{

        padding-top:50px;

    }


    .footer-main{

        padding-bottom:35px;

    }


    .footer-bottom{

        flex-direction:column;

        text-align:center;

        padding:18px 0;

    }


    .footer-bottom-links{

        justify-content:center;

        flex-wrap:wrap;

        gap:12px 18px;

    }

}


@media(max-width:480px){

    .footer-logo img{

        width:52px;

        height:52px;

    }


    .footer-logo h4{

        font-size:18px;

    }


    .footer-logo span{

        font-size:9px;

    }

}

/*=========================================
 CONTACT HERO
=========================================*/

.contact-hero{

    margin-top:94px;

    padding:80px 0;

    background:
        linear-gradient(
            135deg,
            #3F3A5F 0%,
            #302b4d 100%
        );

    position:relative;

    overflow:hidden;

}


.contact-hero::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    right:-170px;

    top:-180px;

    border:50px solid rgba(212,165,55,.08);

    border-radius:50%;

}


.contact-hero::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    left:-120px;

    bottom:-130px;

    border:35px solid rgba(139,0,0,.15);

    border-radius:50%;

}


.contact-hero-content{

    position:relative;

    z-index:2;

    text-align:center;

    max-width:750px;

    margin:auto;

}


.contact-badge{

    display:inline-block;

    padding:7px 17px;

    background:rgba(212,165,55,.12);

    color:#D4A537;

    border:1px solid rgba(212,165,55,.3);

    border-radius:30px;

    font-size:12px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:15px;

}


.contact-hero h1{

    color:#fff;

    font-size:48px;

    font-weight:700;

    margin:0 0 15px;

}


.contact-hero h1 span{

    color:#D4A537;

}


.contact-hero-content > p{

    color:rgba(255,255,255,.72);

    font-size:14px;

    line-height:1.8;

    max-width:620px;

    margin:0 auto 20px;

}


.contact-breadcrumb{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    font-size:12px;

}


.contact-breadcrumb a{

    color:#D4A537;

    text-decoration:none;

}


.contact-breadcrumb i{

    color:rgba(255,255,255,.4);

    font-size:9px;

}


.contact-breadcrumb span{

    color:rgba(255,255,255,.6);

}


/*=========================================
 CONTACT SECTION
=========================================*/

.contact-section{

    padding:90px 0;

    background:#fafafa;

}


.contact-info-box{

    height:100%;

    background:#3F3A5F;

    border-radius:22px;

    padding:40px;

    position:relative;

    overflow:hidden;

}


.contact-info-box::after{

    content:"";

    position:absolute;

    width:200px;

    height:200px;

    right:-100px;

    bottom:-100px;

    border:30px solid rgba(212,165,55,.08);

    border-radius:50%;

}


.contact-section-badge{

    display:inline-block;

    color:#D4A537;

    font-size:11px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:12px;

}


.contact-info-box h2{

    color:#fff;

    font-size:34px;

    line-height:1.3;

    font-weight:700;

    margin-bottom:15px;

}


.contact-info-box h2 span{

    display:block;

    color:#D4A537;

}


.contact-info-text{

    color:rgba(255,255,255,.65);

    font-size:13px;

    line-height:1.8;

    margin-bottom:30px;

}


.contact-info-item{

    display:flex;

    align-items:flex-start;

    gap:13px;

    margin-bottom:22px;

}


.contact-info-icon{

    flex:0 0 42px;

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,165,55,.12);

    color:#D4A537;

    border:1px solid rgba(212,165,55,.15);

    border-radius:11px;

    font-size:15px;

}


.contact-info-item span{

    display:block;

    color:#D4A537;

    font-size:10px;

    font-weight:600;

    margin-bottom:3px;

}


.contact-info-item p{

    color:rgba(255,255,255,.72);

    font-size:12px;

    line-height:1.6;

    margin:0;

}


.contact-info-item p a{

    color:rgba(255,255,255,.72);

    text-decoration:none;

}


.contact-info-item p a:hover{

    color:#D4A537;

}


/*=========================================
 CONTACT SOCIAL
=========================================*/

.contact-social{

    margin-top:30px;

    padding-top:22px;

    border-top:1px solid rgba(255,255,255,.1);

}


.contact-social > span{

    display:block;

    color:#fff;

    font-size:12px;

    font-weight:600;

    margin-bottom:12px;

}


.contact-social > div{

    display:flex;

    gap:8px;

}


.contact-social a{

    width:34px;

    height:34px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    text-decoration:none;

    font-size:12px;

    transition:.3s ease;

}


.contact-social a:hover{

    background:#D4A537;

    color:#3F3A5F;

    transform:translateY(-3px);

}


/*=========================================
 CONTACT FORM
=========================================*/

.contact-form-box{

    height:100%;

    background:#fff;

    border:1px solid #eeeeee;

    border-radius:22px;

    padding:40px;

    box-shadow:0 15px 45px rgba(0,0,0,.05);

}


.contact-form-heading{

    margin-bottom:25px;

}


.contact-form-heading > span{

    color:#8B0000;

    font-size:11px;

    font-weight:600;

    letter-spacing:1px;

}


.contact-form-heading h2{

    color:#3F3A5F;

    font-size:30px;

    line-height:1.3;

    font-weight:700;

    margin:7px 0 0;

}


.contact-form-heading h2 strong{

    color:#8B0000;

}


/*=========================================
 FORM LABEL
=========================================*/

.contact-form-box label{

    display:block;

    color:#3F3A5F;

    font-size:12px;

    font-weight:600;

    margin-bottom:7px;

}


.contact-form-box label span{

    color:#8B0000;

}


/*=========================================
 INPUT
=========================================*/

.contact-input{

    position:relative;

}


.contact-input > i{

    position:absolute;

    left:15px;

    top:50%;

    transform:translateY(-50%);

    color:#D4A537;

    font-size:13px;

    z-index:2;

}


.contact-input input,
.contact-input textarea{

    width:100%;

    border:1px solid #e7e7e7;

    border-radius:10px;

    background:#fafafa;

    color:#333;

    font-family:'Poppins',sans-serif;

    font-size:12px;

    outline:none;

    transition:.3s ease;

}


.contact-input input{

    height:48px;

    padding:0 15px 0 42px;

}


.contact-input textarea{

    padding:14px 15px 14px 42px;

    resize:none;

    min-height:130px;

}


.contact-input textarea + i{

    top:18px;

    transform:none;

}


.contact-input input:focus,
.contact-input textarea:focus{

    background:#fff;

    border-color:#D4A537;

    box-shadow:0 0 0 3px rgba(212,165,55,.08);

}


.contact-input:focus-within > i{

    color:#8B0000;

}


/*=========================================
 SUBMIT
=========================================*/

.contact-submit{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    border:none;

    padding:13px 24px;

    background:#8B0000;

    color:#fff;

    border-radius:30px;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    font-weight:600;

    cursor:pointer;

    transition:.3s ease;

}


.contact-submit i{

    font-size:10px;

    transition:.3s ease;

}


.contact-submit:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


.contact-submit:hover i{

    transform:translateX(5px);

}


/*=========================================
 MAP
=========================================*/

.contact-map-section{

    padding:0 0 90px;

    background:#fafafa;

}


.contact-map-heading{

    margin-bottom:20px;

}


.contact-map-heading span{

    color:#8B0000;

    font-size:11px;

    font-weight:600;

    letter-spacing:1px;

}


.contact-map-heading h2{

    color:#3F3A5F;

    font-size:30px;

    font-weight:700;

    margin:5px 0 0;

}


.contact-map-heading strong{

    color:#8B0000;

}


.contact-map{

    overflow:hidden;

    border-radius:20px;

    border:1px solid #eeeeee;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}


.contact-map iframe{

    display:block;

}


/*=========================================
 CONTACT RESPONSIVE
=========================================*/

@media(max-width:991px){

    .contact-hero{

        margin-top:90px;

        padding:70px 0;

    }


    .contact-hero h1{

        font-size:42px;

    }


    .contact-section{

        padding:70px 0;

    }


    .contact-info-box{

        padding:35px;

    }


    .contact-form-box{

        padding:35px;

    }

}


@media(max-width:767px){

    .contact-hero{

        margin-top:82px;

        padding:60px 20px;

    }


    .contact-hero h1{

        font-size:34px;

    }


    .contact-hero-content > p{

        font-size:13px;

    }


    .contact-section{

        padding:55px 0;

    }


    .contact-info-box{

        padding:30px 25px;

        border-radius:18px;

    }


    .contact-info-box h2{

        font-size:29px;

    }


    .contact-form-box{

        padding:30px 22px;

        border-radius:18px;

    }


    .contact-form-heading h2{

        font-size:26px;

    }


    .contact-map-section{

        padding-bottom:60px;

    }


    .contact-map iframe{

        height:320px;

    }

}


@media(max-width:480px){

    .contact-hero h1{

        font-size:30px;

    }


    .contact-info-box h2{

        font-size:26px;

    }


    .contact-submit{

        width:100%;

    }


    .contact-map iframe{

        height:280px;

    }

}

/*=========================================
 PROJECT HERO
=========================================*/

.project-hero{

    margin-top:94px;

    padding:80px 0;

    background:
        linear-gradient(
            135deg,
            #3F3A5F 0%,
            #302b4d 100%
        );

    position:relative;

    overflow:hidden;

}


.project-hero::before{

    content:"";

    position:absolute;

    width:360px;

    height:360px;

    right:-180px;

    top:-180px;

    border:50px solid rgba(212,165,55,.08);

    border-radius:50%;

}


.project-hero::after{

    content:"";

    position:absolute;

    width:230px;

    height:230px;

    left:-130px;

    bottom:-140px;

    border:35px solid rgba(139,0,0,.15);

    border-radius:50%;

}


.project-hero-content{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:auto;

    text-align:center;

}


.project-badge{

    display:inline-block;

    padding:7px 17px;

    background:rgba(212,165,55,.12);

    color:#D4A537;

    border:1px solid rgba(212,165,55,.3);

    border-radius:30px;

    font-size:12px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:15px;

}


.project-hero h1{

    color:#fff;

    font-size:48px;

    line-height:1.25;

    font-weight:700;

    margin:0 0 15px;

}


.project-hero h1 span{

    color:#D4A537;

}


.project-hero-content > p{

    color:rgba(255,255,255,.72);

    font-size:14px;

    line-height:1.8;

    max-width:650px;

    margin:0 auto 20px;

}


.project-breadcrumb{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    font-size:12px;

}


.project-breadcrumb a{

    color:#D4A537;

    text-decoration:none;

}


.project-breadcrumb i{

    color:rgba(255,255,255,.4);

    font-size:9px;

}


.project-breadcrumb span{

    color:rgba(255,255,255,.6);

}


/*=========================================
 COMMON PROJECT HEADING
=========================================*/

.section-heading-center{

    max-width:700px;

    margin:0 auto 45px;

    text-align:center;

}


.section-heading-center > span{

    color:#8B0000;

    font-size:11px;

    font-weight:600;

    letter-spacing:1px;

}


.section-heading-center h2{

    color:#3F3A5F;

    font-size:34px;

    font-weight:700;

    margin:7px 0 12px;

}


.section-heading-center h2 strong{

    color:#8B0000;

}


.section-heading-center p{

    color:#777;

    font-size:13px;

    line-height:1.8;

    margin:0;

}


/*=========================================
 FEATURED PROJECT
=========================================*/

.featured-project-section{

    padding:90px 0;

    background:#fff;

}


.featured-project{

    overflow:hidden;

    background:#fff;

    border:1px solid #eeeeee;

    border-radius:24px;

    box-shadow:0 18px 55px rgba(0,0,0,.07);

}


.featured-project-image{

    height:100%;

    min-height:430px;

    position:relative;

    overflow:hidden;

}


.featured-project-image img{

    width:100%;

    height:100%;

    min-height:430px;

    object-fit:cover;

    transition:.5s ease;

}


.featured-project:hover .featured-project-image img{

    transform:scale(1.04);

}


.featured-project-tag{

    position:absolute;

    left:20px;

    bottom:20px;

    padding:9px 15px;

    background:#3F3A5F;

    color:#fff;

    border-radius:30px;

    font-size:11px;

    font-weight:600;

}


.featured-project-tag i{

    color:#D4A537;

    margin-right:5px;

}


.featured-project-content{

    padding:45px;

}


.project-category{

    display:inline-block;

    color:#8B0000;

    font-size:10px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:10px;

}


.featured-project-content h3{

    color:#3F3A5F;

    font-size:32px;

    line-height:1.3;

    font-weight:700;

    margin-bottom:16px;

}


.featured-project-content > p{

    color:#777;

    font-size:13px;

    line-height:1.85;

    margin-bottom:25px;

}


.featured-project-points{

    display:flex;

    flex-direction:column;

    gap:11px;

    margin-bottom:28px;

}


.featured-project-points div{

    display:flex;

    align-items:center;

    gap:9px;

    color:#555;

    font-size:12px;

}


.featured-project-points i{

    color:#D4A537;

    font-size:14px;

}


.project-primary-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:13px 22px;

    background:#8B0000;

    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:12px;

    font-weight:600;

    transition:.3s ease;

}


.project-primary-btn i{

    font-size:10px;

    transition:.3s ease;

}


.project-primary-btn:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


.project-primary-btn:hover i{

    transform:translateX(5px);

}


/*=========================================
 PROJECTS SECTION
=========================================*/

.projects-section{

    padding:90px 0;

    background:#fafafa;

}


.project-card{

    height:100%;

    background:#fff;

    border:1px solid #eeeeee;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 35px rgba(0,0,0,.04);

    transition:.4s ease;

}


.project-card:hover{

    transform:translateY(-7px);

    box-shadow:0 18px 45px rgba(0,0,0,.09);

}


.project-card-image{

    height:190px;

    position:relative;

    overflow:hidden;

    background:#eee;

}


.project-card-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s ease;

}


.project-card:hover .project-card-image img{

    transform:scale(1.07);

}


.project-card-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.35),
        transparent 60%
    );

}


.project-card-image > span{

    position:absolute;

    z-index:2;

    left:14px;

    bottom:13px;

    padding:5px 10px;

    background:#fff;

    color:#3F3A5F;

    border-radius:20px;

    font-size:9px;

    font-weight:600;

}


.project-card-content{

    padding:22px;

}


.project-card-icon{

    width:40px;

    height:40px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,165,55,.1);

    color:#D4A537;

    border-radius:10px;

    margin-bottom:13px;

    font-size:15px;

}


.project-card-content h3{

    color:#3F3A5F;

    font-size:17px;

    line-height:1.4;

    font-weight:650;

    margin-bottom:9px;

}


.project-card-content p{

    color:#777;

    font-size:11px;

    line-height:1.7;

    margin-bottom:15px;

}


.project-card-content > a{

    display:inline-flex;

    align-items:center;

    gap:7px;

    color:#8B0000;

    text-decoration:none;

    font-size:11px;

    font-weight:600;

    transition:.3s ease;

}


.project-card-content > a i{

    font-size:9px;

    transition:.3s ease;

}


.project-card-content > a:hover{

    color:#D4A537;

}


.project-card-content > a:hover i{

    transform:translateX(4px);

}


/*=========================================
 PROJECT IMPACT
=========================================*/

.project-impact-section{

    padding:70px 0;

    background:#3F3A5F;

}


.project-impact-card{

    text-align:center;

    padding:20px 15px;

}


.project-impact-card > i{

    color:#D4A537;

    font-size:23px;

    margin-bottom:12px;

}


.project-impact-card h3{

    color:#fff;

    font-size:30px;

    font-weight:700;

    margin:0 0 4px;

}


.project-impact-card p{

    color:rgba(255,255,255,.55);

    font-size:11px;

    margin:0;

}


/*=========================================
 PROJECT CTA
=========================================*/

.project-cta-section{

    padding:80px 0;

    background:#fff;

}


.project-cta{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

    padding:45px 50px;

    background:#fafafa;

    border:1px solid #eeeeee;

    border-radius:22px;

}


.project-cta > div:first-child{

    max-width:650px;

}


.project-cta > div:first-child > span{

    color:#8B0000;

    font-size:10px;

    font-weight:600;

    letter-spacing:1px;

}


.project-cta h2{

    color:#3F3A5F;

    font-size:30px;

    line-height:1.3;

    font-weight:700;

    margin:7px 0 8px;

}


.project-cta h2 strong{

    color:#8B0000;

}


.project-cta p{

    color:#777;

    font-size:12px;

    margin:0;

}


.project-cta-buttons{

    display:flex;

    align-items:center;

    gap:10px;

    flex-shrink:0;

}


.project-cta-outline,
.project-cta-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:12px 20px;

    border-radius:30px;

    text-decoration:none;

    font-size:11px;

    font-weight:600;

    transition:.3s ease;

}


.project-cta-outline{

    color:#3F3A5F;

    border:1px solid #3F3A5F;

}


.project-cta-outline:hover{

    background:#3F3A5F;

    color:#fff;

}


.project-cta-button{

    background:#8B0000;

    color:#fff;

}


.project-cta-button:hover{

    background:#D4A537;

    color:#171717;

}


.project-cta-button i{

    font-size:9px;

    transition:.3s ease;

}


.project-cta-button:hover i{

    transform:translateX(4px);

}


/*=========================================
 PROJECT RESPONSIVE
=========================================*/

@media(max-width:991px){

    .project-hero{

        margin-top:90px;

        padding:70px 0;

    }


    .project-hero h1{

        font-size:42px;

    }


    .featured-project-section,
    .projects-section{

        padding:70px 0;

    }


    .featured-project-content{

        padding:35px;

    }


    .project-cta{

        flex-direction:column;

        align-items:flex-start;

    }

}


@media(max-width:767px){

    .project-hero{

        margin-top:82px;

        padding:60px 20px;

    }


    .project-hero h1{

        font-size:34px;

    }


    .project-hero-content > p{

        font-size:13px;

    }


    .section-heading-center{

        margin-bottom:30px;

    }


    .section-heading-center h2{

        font-size:28px;

    }


    .featured-project-image,
    .featured-project-image img{

        min-height:280px;

        height:280px;

    }


    .featured-project-content{

        padding:30px 25px;

    }


    .featured-project-content h3{

        font-size:27px;

    }


    .project-card-image{

        height:200px;

    }


    .project-impact-section{

        padding:50px 0;

    }


    .project-cta-section{

        padding:60px 0;

    }


    .project-cta{

        padding:35px 25px;

    }


    .project-cta h2{

        font-size:26px;

    }


    .project-cta-buttons{

        width:100%;

        flex-direction:column;

    }


    .project-cta-outline,
    .project-cta-button{

        width:100%;

    }

}


@media(max-width:480px){

    .project-hero h1{

        font-size:29px;

    }


    .featured-project-content h3{

        font-size:24px;

    }


    .project-card-content h3{

        font-size:16px;

    }

}

/*=========================================
 VOLUNTEER HERO
=========================================*/

.volunteer-hero{

    margin-top:94px;

    padding:85px 0;

    background:
        linear-gradient(
            135deg,
            #3F3A5F 0%,
            #302b4d 100%
        );

    position:relative;

    overflow:hidden;

}


.volunteer-hero::before{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    right:-210px;
    top:-220px;

    border:55px solid rgba(212,165,55,.07);

    border-radius:50%;

}


.volunteer-hero::after{

    content:"";

    position:absolute;

    width:250px;
    height:250px;

    left:-160px;
    bottom:-170px;

    border:40px solid rgba(139,0,0,.14);

    border-radius:50%;

}


.volunteer-hero-content{

    position:relative;

    z-index:2;

    max-width:760px;

    margin:auto;

    text-align:center;

}


.volunteer-badge{

    display:inline-block;

    padding:7px 17px;

    color:#D4A537;

    background:rgba(212,165,55,.1);

    border:1px solid rgba(212,165,55,.25);

    border-radius:30px;

    font-size:10px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:15px;

}


.volunteer-hero h1{

    color:#fff;

    font-size:48px;

    font-weight:700;

    line-height:1.25;

    margin:0 0 15px;

}


.volunteer-hero h1 span{

    color:#D4A537;

}


.volunteer-hero-content > p{

    max-width:650px;

    margin:0 auto 20px;

    color:rgba(255,255,255,.68);

    font-size:13px;

    line-height:1.8;

}


.volunteer-breadcrumb{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:10px;

    font-size:11px;

}


.volunteer-breadcrumb a{

    color:#D4A537;

    text-decoration:none;

}


.volunteer-breadcrumb i{

    color:rgba(255,255,255,.35);

    font-size:8px;

}


.volunteer-breadcrumb span{

    color:rgba(255,255,255,.55);

}


/*=========================================
 VOLUNTEER INTRO
=========================================*/

.volunteer-intro{

    padding:90px 0;

    background:#fff;

}


.volunteer-label{

    color:#8B0000;

    font-size:10px;

    font-weight:600;

    letter-spacing:1px;

}


.volunteer-intro h2,
.ways-section h2{

    color:#3F3A5F;

    font-size:36px;

    font-weight:700;

    line-height:1.35;

    margin:8px 0 15px;

}


.volunteer-intro h2 strong,
.ways-section h2 strong{

    color:#8B0000;

}


.volunteer-intro p{

    color:#777;

    font-size:12px;

    line-height:1.9;

    margin-bottom:13px;

}


.volunteer-points{

    margin-top:22px;

}


.volunteer-points div{

    display:flex;

    align-items:center;

    gap:9px;

    margin-bottom:11px;

    color:#555;

    font-size:11px;

}


.volunteer-points i{

    color:#D4A537;

    font-size:13px;

}


.volunteer-image{

    position:relative;

    padding-left:20px;

    padding-bottom:20px;

}


.volunteer-image > img{

    width:100%;

    height:430px;

    object-fit:cover;

    border-radius:22px;

    box-shadow:0 20px 50px rgba(0,0,0,.1);

}


.volunteer-image-card{

    position:absolute;

    left:0;

    bottom:0;

    display:flex;

    align-items:center;

    gap:12px;

    padding:16px 20px;

    background:#3F3A5F;

    border-radius:14px;

    box-shadow:0 15px 35px rgba(0,0,0,.2);

}


.volunteer-image-card > i{

    width:42px;
    height:42px;

    display:flex;

    align-items:center;
    justify-content:center;

    background:#D4A537;

    color:#3F3A5F;

    border-radius:10px;

    font-size:17px;

}


.volunteer-image-card div{

    display:flex;

    flex-direction:column;

}


.volunteer-image-card strong{

    color:#fff;

    font-size:12px;

}


.volunteer-image-card span{

    color:rgba(255,255,255,.55);

    font-size:9px;

}


/*=========================================
 BENEFITS
=========================================*/

.volunteer-benefits{

    padding:85px 0;

    background:#fafafa;

}


.volunteer-benefit-card{

    height:100%;

    padding:30px 23px;

    background:#fff;

    border:1px solid #eeeeee;

    border-radius:18px;

    text-align:center;

    transition:.35s ease;

}


.volunteer-benefit-card:hover{

    background:#3F3A5F;

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.1);

}


.volunteer-benefit-icon{

    width:54px;
    height:54px;

    display:flex;

    align-items:center;
    justify-content:center;

    margin:0 auto 16px;

    color:#D4A537;

    background:rgba(212,165,55,.1);

    border-radius:13px;

    font-size:19px;

}


.volunteer-benefit-card h3{

    color:#3F3A5F;

    font-size:16px;

    font-weight:650;

    margin-bottom:9px;

}


.volunteer-benefit-card p{

    color:#777;

    font-size:10px;

    line-height:1.75;

    margin:0;

}


.volunteer-benefit-card:hover h3{

    color:#fff;

}


.volunteer-benefit-card:hover p{

    color:rgba(255,255,255,.6);

}


/*=========================================
 WAYS SECTION
=========================================*/

.ways-section{

    padding:90px 0;

    background:#fff;

}


.ways-section > .container > .row > .col-lg-5 p{

    color:#777;

    font-size:12px;

    line-height:1.9;

    max-width:440px;

}


.ways-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;

}


.way-item{

    display:flex;

    gap:14px;

    padding:23px;

    background:#fafafa;

    border:1px solid #eeeeee;

    border-radius:15px;

    transition:.3s ease;

}


.way-item:hover{

    transform:translateY(-4px);

    border-color:#D4A537;

}


.way-icon{

    flex-shrink:0;

    width:40px;
    height:40px;

    display:flex;

    align-items:center;
    justify-content:center;

    color:#D4A537;

    background:rgba(212,165,55,.1);

    border-radius:10px;

    font-size:14px;

}


.way-item h3{

    color:#3F3A5F;

    font-size:13px;

    font-weight:650;

    margin:0 0 6px;

}


.way-item p{

    color:#777;

    font-size:9px;

    line-height:1.7;

    margin:0;

}


/*=========================================
 VOLUNTEER FORM
=========================================*/

.volunteer-form-section{

    padding:90px 0;

    background:#fafafa;

}


.volunteer-form-wrapper{

    max-width:950px;

    margin:auto;

    padding:45px;

    background:#fff;

    border:1px solid #eeeeee;

    border-radius:22px;

    box-shadow:0 15px 50px rgba(0,0,0,.05);

}


.volunteer-form-heading{

    text-align:center;

    margin-bottom:35px;

}


.volunteer-form-heading > span{

    color:#8B0000;

    font-size:10px;

    font-weight:600;

    letter-spacing:1px;

}


.volunteer-form-heading h2{

    color:#3F3A5F;

    font-size:32px;

    font-weight:700;

    margin:7px 0 7px;

}


.volunteer-form-heading h2 strong{

    color:#8B0000;

}


.volunteer-form-heading p{

    color:#777;

    font-size:11px;

    margin:0;

}


.volunteer-form label{

    display:block;

    color:#3F3A5F;

    font-size:10px;

    font-weight:600;

    margin-bottom:7px;

}


.volunteer-form label span{

    color:#8B0000;

}


.form-input{

    position:relative;

}


.form-input > i{

    position:absolute;

    left:15px;

    top:50%;

    transform:translateY(-50%);

    color:#D4A537;

    font-size:12px;

    z-index:2;

}


.form-input input,
.form-input select,
.form-input textarea{

    width:100%;

    border:1px solid #e5e5e5;

    background:#fafafa;

    border-radius:10px;

    padding:12px 15px 12px 40px;

    outline:none;

    color:#555;

    font-family:'Poppins',sans-serif;

    font-size:10px;

    transition:.3s ease;

}


.form-input textarea{

    padding-top:13px;

    resize:none;

}


.textarea-input > i{

    top:18px;

    transform:none;

}


.form-input input:focus,
.form-input select:focus,
.form-input textarea:focus{

    border-color:#D4A537;

    background:#fff;

    box-shadow:0 0 0 3px rgba(212,165,55,.08);

}


.form-input select{

    cursor:pointer;

    appearance:auto;

}


.volunteer-submit{

    width:100%;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:9px;

    border:none;

    padding:14px 25px;

    border-radius:30px;

    background:#8B0000;

    color:#fff;

    font-family:'Poppins',sans-serif;

    font-size:11px;

    font-weight:600;

    cursor:pointer;

    transition:.3s ease;

}


.volunteer-submit:hover{

    background:#D4A537;

    color:#171717;

    transform:translateY(-2px);

}


/*=========================================
 VOLUNTEER CTA
=========================================*/

.volunteer-cta{

    padding:70px 0;

    background:#3F3A5F;

}


.volunteer-cta-inner{

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:30px;

}


.volunteer-cta-inner > div span{

    color:#D4A537;

    font-size:9px;

    font-weight:600;

    letter-spacing:1px;

}


.volunteer-cta-inner h2{

    color:#fff;

    font-size:30px;

    font-weight:700;

    margin:7px 0 0;

}


.volunteer-cta-inner h2 strong{

    color:#D4A537;

}


.volunteer-cta-btn{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:12px 22px;

    border-radius:30px;

    background:#D4A537;

    color:#3F3A5F;

    text-decoration:none;

    font-size:10px;

    font-weight:600;

    transition:.3s ease;

}


.volunteer-cta-btn:hover{

    background:#fff;

    color:#3F3A5F;

    transform:translateY(-2px);

}


/*=========================================
 VOLUNTEER RESPONSIVE
=========================================*/

@media(max-width:991px){

    .volunteer-hero{

        margin-top:90px;

        padding:70px 0;

    }


    .volunteer-hero h1{

        font-size:42px;

    }


    .volunteer-intro,
    .volunteer-benefits,
    .ways-section,
    .volunteer-form-section{

        padding:70px 0;

    }


    .volunteer-image > img{

        height:380px;

    }


    .volunteer-cta-inner{

        flex-direction:column;

        align-items:flex-start;

    }

}


@media(max-width:767px){

    .volunteer-hero{

        margin-top:82px;

        padding:60px 20px;

    }


    .volunteer-hero h1{

        font-size:34px;

    }


    .volunteer-hero h1 span{

        display:block;

    }


    .volunteer-intro h2,
    .ways-section h2{

        font-size:30px;

    }


    .volunteer-image{

        padding-left:0;

    }


    .volunteer-image > img{

        height:300px;

    }


    .ways-grid{

        grid-template-columns:1fr;

    }


    .volunteer-form-wrapper{

        padding:30px 20px;

    }


    .volunteer-form-heading h2{

        font-size:28px;

    }


    .volunteer-cta-inner h2{

        font-size:26px;

    }

}


@media(max-width:480px){

    .volunteer-hero h1{

        font-size:29px;

    }


    .volunteer-image > img{

        height:260px;

    }


    .volunteer-image-card{

        padding:12px 15px;

    }

}

/* =========================
   IMPACT HERO
========================= */

.impact-hero{
    padding:150px 0 90px;
    background:
        radial-gradient(circle at 90% 20%,rgba(212,165,55,.18),transparent 30%),
        linear-gradient(135deg,#fffaf4,#ffffff);
    position:relative;
    overflow:hidden;
}

.impact-hero::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border:2px solid rgba(212,165,55,.25);
    border-radius:50%;
    left:-100px;
    top:100px;
}

.impact-hero::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border:25px solid rgba(139,0,0,.05);
    border-radius:50%;
    right:-50px;
    bottom:-50px;
}

.impact-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#fff3d8;
    color:#8B0000;
    font-size:13px;
    font-weight:700;
    letter-spacing:.8px;
    margin-bottom:18px;
}

.impact-hero h1{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    color:#403b68;
    margin-bottom:20px;
}

.impact-hero h1 span{
    color:#8B0000;
}

.impact-hero p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    max-width:650px;
}

.impact-hero-image{
    min-height:400px;
    border-radius:30px;
    background:linear-gradient(135deg,#8B0000,#b30000);
    position:relative;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(139,0,0,.18);
}

.impact-hero-image::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border:35px solid rgba(212,165,55,.25);
    border-radius:50%;
    right:-100px;
    top:-100px;
}

.impact-hero-image::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border:25px solid rgba(255,255,255,.08);
    border-radius:50%;
    left:-100px;
    bottom:-100px;
}

.impact-hero-content{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:40px;
    color:#fff;
}

.impact-hero-content i{
    font-size:70px;
    color:#D4A537;
    margin-bottom:20px;
}

.impact-hero-content h3{
    font-size:30px;
    font-weight:700;
}

.impact-hero-content p{
    color:rgba(255,255,255,.85);
    font-size:15px;
}


/* =========================
   STATS
========================= */

.impact-stats-section{
    padding:80px 0;
    background:#fff;
}

.impact-stat-card{
    padding:35px 20px;
    text-align:center;
    border:1px solid #eee;
    border-radius:20px;
    background:#fff;
    transition:.4s;
    height:100%;
}

.impact-stat-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    border-color:#D4A537;
}

.impact-stat-icon{
    width:65px;
    height:65px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#fff5df;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8B0000;
    font-size:25px;
}

.impact-stat-card h2{
    font-size:40px;
    font-weight:800;
    color:#8B0000;
    margin-bottom:5px;
}

.impact-stat-card h2 span{
    color:#D4A537;
}

.impact-stat-card p{
    margin:0;
    color:#666;
    font-size:14px;
}


/* =========================
   SECTION HEADING
========================= */

.impact-section-title{
    text-align:center;
    margin-bottom:50px;
}

.impact-section-title .badge-title{
    display:inline-block;
    padding:7px 18px;
    border-radius:30px;
    border:1px solid #D4A537;
    color:#8B0000;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.impact-section-title h2{
    font-size:42px;
    font-weight:800;
    color:#403b68;
}

.impact-section-title h2 span{
    color:#8B0000;
}

.impact-section-title p{
    max-width:650px;
    margin:15px auto 0;
    color:#777;
    line-height:1.8;
}


/* =========================
   IMPACT AREAS
========================= */

.impact-areas{
    padding:90px 0;
    background:#fafafa;
}

.impact-area-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    height:100%;
    border:1px solid #eee;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.impact-area-card::after{
    content:"";
    position:absolute;
    width:80px;
    height:80px;
    border-radius:50%;
    background:#fff5df;
    right:-30px;
    bottom:-30px;
}

.impact-area-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.impact-area-icon{
    width:60px;
    height:60px;
    border-radius:15px;
    background:#8B0000;
    color:#D4A537;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:22px;
}

.impact-area-card h4{
    font-size:19px;
    font-weight:700;
    color:#403b68;
}

.impact-area-card p{
    color:#777;
    font-size:14px;
    line-height:1.8;
    margin:0;
}


/* =========================
   TRANSFORMATION
========================= */

.transformation-section{
    padding:100px 0;
    background:#fff;
}

.transformation-box{
    background:#403b68;
    border-radius:30px;
    padding:70px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.transformation-box::before{
    content:"";
    position:absolute;
    width:300px;
    height:300px;
    border:60px solid rgba(255,255,255,.05);
    border-radius:50%;
    right:-100px;
    top:-130px;
}

.transformation-box h2{
    font-size:42px;
    font-weight:800;
}

.transformation-box h2 span{
    color:#D4A537;
}

.transformation-box p{
    color:rgba(255,255,255,.8);
    line-height:1.9;
    max-width:700px;
}

.transformation-list{
    list-style:none;
    padding:0;
    margin:25px 0 0;
}

.transformation-list li{
    margin-bottom:12px;
    color:#fff;
}

.transformation-list i{
    color:#D4A537;
    margin-right:10px;
}

.transformation-btn{
    display:inline-block;
    margin-top:25px;
    padding:13px 28px;
    border-radius:30px;
    background:#D4A537;
    color:#171717;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.transformation-btn:hover{
    background:#fff;
    color:#8B0000;
}


/* =========================
   CTA
========================= */

.impact-cta{
    padding:80px 0;
}

.impact-cta-box{
    background:#8B0000;
    border-radius:30px;
    padding:60px;
    color:#fff;
    text-align:center;
    position:relative;
    overflow:hidden;
}

.impact-cta-box h2{
    font-size:40px;
    font-weight:800;
}

.impact-cta-box p{
    color:rgba(255,255,255,.85);
    max-width:650px;
    margin:15px auto 25px;
}

.impact-cta-btn{
    display:inline-block;
    background:#D4A537;
    color:#171717;
    padding:14px 30px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.impact-cta-btn:hover{
    background:#fff;
    color:#8B0000;
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .impact-hero{
        padding-top:120px;
    }

    .impact-hero h1{
        font-size:45px;
    }

    .impact-hero-image{
        margin-top:40px;
    }

    .transformation-box{
        padding:45px 30px;
    }

}

@media(max-width:767px){

    .impact-hero{
        padding:110px 0 60px;
    }

    .impact-hero h1{
        font-size:35px;
    }

    .impact-hero p{
        font-size:15px;
    }

    .impact-hero-image{
        min-height:300px;
    }

    .impact-section-title h2{
        font-size:32px;
    }

    .transformation-box h2{
        font-size:30px;
    }

    .impact-cta-box{
        padding:45px 25px;
    }

    .impact-cta-box h2{
        font-size:30px;
    }

}


/* =========================================
   GALLERY HERO
========================================= */

.gallery-hero{
    padding:150px 0 90px;
    background:
        radial-gradient(circle at 90% 20%,rgba(212,165,55,.16),transparent 30%),
        linear-gradient(135deg,#fffaf4,#fff);
    position:relative;
    overflow:hidden;
}

.gallery-hero::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border:45px solid rgba(139,0,0,.04);
    border-radius:50%;
    left:-100px;
    top:80px;
}

.gallery-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:30px;
    background:#fff3d8;
    color:#8B0000;
    font-size:13px;
    font-weight:700;
    letter-spacing:.8px;
    margin-bottom:18px;
}

.gallery-hero h1{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    color:#403b68;
    margin-bottom:20px;
}

.gallery-hero h1 span{
    color:#8B0000;
}

.gallery-hero p{
    max-width:650px;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

.gallery-hero-card{
    min-height:330px;
    background:#8B0000;
    border-radius:30px;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 25px 60px rgba(139,0,0,.18);
}

.gallery-hero-card::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border:35px solid rgba(212,165,55,.22);
    border-radius:50%;
    right:-100px;
    top:-100px;
}

.gallery-hero-card::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border:25px solid rgba(255,255,255,.08);
    border-radius:50%;
    left:-70px;
    bottom:-70px;
}

.gallery-hero-icon{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}

.gallery-hero-icon i{
    font-size:75px;
    color:#D4A537;
    margin-bottom:20px;
}

.gallery-hero-icon h3{
    font-size:28px;
    font-weight:700;
}

.gallery-hero-icon p{
    color:rgba(255,255,255,.8);
    font-size:14px;
}


/* =========================================
   GALLERY SECTION
========================================= */

.gallery-section{
    padding:90px 0;
    background:#fafafa;
}

.gallery-title{
    text-align:center;
    margin-bottom:40px;
}

.gallery-title .small-title{
    display:inline-block;
    padding:7px 18px;
    border:1px solid #D4A537;
    border-radius:30px;
    color:#8B0000;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.gallery-title h2{
    font-size:42px;
    font-weight:800;
    color:#403b68;
}

.gallery-title h2 span{
    color:#8B0000;
}

.gallery-title p{
    max-width:650px;
    margin:15px auto 0;
    color:#777;
    line-height:1.8;
}


/* =========================================
   FILTER BUTTONS
========================================= */

.gallery-filters{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:45px;
}

.gallery-filter{
    border:1px solid #ddd;
    background:#fff;
    color:#403b68;
    padding:10px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.gallery-filter:hover,
.gallery-filter.active{
    background:#8B0000;
    border-color:#8B0000;
    color:#fff;
}


/* =========================================
   GALLERY GRID
========================================= */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.gallery-item{
    position:relative;
    height:280px;
    border-radius:18px;
    overflow:hidden;
    background:#eee;
}

.gallery-item.large{
    height:380px;
    grid-row:span 2;
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}


/* =========================================
   OVERLAY
========================================= */

.gallery-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.8),
        rgba(0,0,0,.05)
    );
    display:flex;
    align-items:flex-end;
    padding:22px;
    opacity:0;
    transition:.4s;
}

.gallery-item:hover .gallery-overlay{
    opacity:1;
}

.gallery-overlay-content{
    color:#fff;
    transform:translateY(15px);
    transition:.4s;
}

.gallery-item:hover .gallery-overlay-content{
    transform:translateY(0);
}

.gallery-overlay-content span{
    display:inline-block;
    color:#D4A537;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:5px;
}

.gallery-overlay-content h4{
    margin:0;
    font-size:17px;
    font-weight:600;
}

.gallery-view{
    position:absolute;
    top:20px;
    right:20px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,.95);
    color:#8B0000;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transform:scale(.7);
    transition:.4s;
}

.gallery-item:hover .gallery-view{
    transform:scale(1);
}


/* =========================================
   CTA
========================================= */

.gallery-cta{
    padding:80px 0;
}

.gallery-cta-box{
    background:#403b68;
    border-radius:30px;
    padding:60px;
    text-align:center;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.gallery-cta-box::before{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border:45px solid rgba(255,255,255,.04);
    border-radius:50%;
    right:-100px;
    top:-100px;
}

.gallery-cta-box h2{
    font-size:40px;
    font-weight:800;
}

.gallery-cta-box h2 span{
    color:#D4A537;
}

.gallery-cta-box p{
    max-width:650px;
    margin:15px auto 25px;
    color:rgba(255,255,255,.8);
}

.gallery-cta-btn{
    display:inline-block;
    background:#D4A537;
    color:#171717;
    padding:14px 30px;
    border-radius:30px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.gallery-cta-btn:hover{
    background:#fff;
    color:#8B0000;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .gallery-hero{
        padding-top:120px;
    }

    .gallery-hero h1{
        font-size:45px;
    }

    .gallery-hero-card{
        margin-top:40px;
    }

    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery-item.large{
        height:300px;
    }

}


@media(max-width:767px){

    .gallery-hero{
        padding:110px 0 60px;
    }

    .gallery-hero h1{
        font-size:35px;
    }

    .gallery-hero p{
        font-size:15px;
    }

    .gallery-title h2{
        font-size:32px;
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .gallery-item,
    .gallery-item.large{
        height:280px;
        grid-row:auto;
    }

    .gallery-filters{
        justify-content:flex-start;
        overflow-x:auto;
        flex-wrap:nowrap;
        padding-bottom:8px;
    }

    .gallery-filter{
        flex-shrink:0;
    }

    .gallery-cta-box{
        padding:45px 25px;
    }

    .gallery-cta-box h2{
        font-size:30px;
    }

}

/* =========================================
   COLLABORATION HERO
========================================= */

.collab-hero{
    padding:150px 0 90px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(212,165,55,.16),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #fffaf4,
            #fff
        );

    position:relative;
    overflow:hidden;
}

.collab-hero::before{
    content:"";

    position:absolute;

    width:280px;
    height:280px;

    border:45px solid rgba(139,0,0,.04);

    border-radius:50%;

    left:-100px;
    top:80px;
}

.collab-badge{
    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:#fff3d8;

    color:#8B0000;

    font-size:13px;

    font-weight:700;

    letter-spacing:.8px;

    margin-bottom:18px;
}

.collab-hero h1{
    font-size:58px;

    line-height:1.15;

    font-weight:800;

    color:#403b68;

    margin-bottom:20px;
}

.collab-hero h1 span{
    color:#8B0000;
}

.collab-hero p{
    max-width:650px;

    color:#666;

    font-size:17px;

    line-height:1.9;
}


/* =========================================
   HERO CARD
========================================= */

.collab-hero-card{
    min-height:330px;

    background:#8B0000;

    border-radius:30px;

    position:relative;

    overflow:hidden;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
        0 25px 60px rgba(139,0,0,.18);
}

.collab-hero-card::before{
    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border:35px solid rgba(212,165,55,.22);

    border-radius:50%;

    right:-100px;
    top:-100px;
}

.collab-hero-card::after{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    border:25px solid rgba(255,255,255,.08);

    border-radius:50%;

    left:-70px;
    bottom:-70px;
}

.collab-hero-icon{
    position:relative;

    z-index:2;

    text-align:center;

    color:#fff;
}

.collab-hero-icon i{
    font-size:75px;

    color:#D4A537;

    margin-bottom:20px;
}

.collab-hero-icon h3{
    font-size:28px;

    font-weight:700;
}

.collab-hero-icon p{
    color:rgba(255,255,255,.8);

    font-size:14px;
}


/* =========================================
   SECTION
========================================= */

.collab-section{
    padding:90px 0;

    background:#fff;
}

.collab-title{
    text-align:center;

    margin-bottom:50px;
}

.collab-title .small-title{
    display:inline-block;

    padding:7px 18px;

    border:1px solid #D4A537;

    border-radius:30px;

    color:#8B0000;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:15px;
}

.collab-title h2{
    font-size:42px;

    font-weight:800;

    color:#403b68;
}

.collab-title h2 span{
    color:#8B0000;
}

.collab-title p{
    max-width:700px;

    margin:15px auto 0;

    color:#777;

    line-height:1.8;
}


/* =========================================
   COLLABORATION CARDS
========================================= */

.collab-card{
    background:#fff;

    border:1px solid #eee;

    border-radius:22px;

    padding:35px 30px;

    height:100%;

    transition:.4s;

    position:relative;

    overflow:hidden;
}

.collab-card::before{
    content:"";

    position:absolute;

    width:5px;

    height:0;

    background:#D4A537;

    left:0;
    top:0;

    transition:.4s;
}

.collab-card:hover::before{
    height:100%;
}

.collab-card:hover{
    transform:translateY(-8px);

    box-shadow:
        0 20px 50px rgba(0,0,0,.08);

    border-color:#D4A537;
}

.collab-icon{
    width:65px;
    height:65px;

    border-radius:16px;

    background:#fff4df;

    color:#8B0000;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

    margin-bottom:22px;
}

.collab-card h4{
    font-size:20px;

    font-weight:700;

    color:#403b68;

    margin-bottom:12px;
}

.collab-card p{
    color:#777;

    font-size:14px;

    line-height:1.8;

    margin:0;
}


/* =========================================
   GOVERNMENT COLLABORATION
========================================= */

.gov-section{
    padding:90px 0;

    background:#fafafa;
}

.gov-box{
    background:#fff;

    border-radius:25px;

    padding:45px;

    border:1px solid #eee;

    box-shadow:
        0 15px 50px rgba(0,0,0,.05);
}

.gov-box h3{
    font-size:28px;

    font-weight:700;

    color:#403b68;

    margin-bottom:12px;
}

.gov-box h3 span{
    color:#8B0000;
}

.gov-box p{
    color:#777;

    line-height:1.8;

    font-size:14px;
}

.gov-list{
    margin-top:25px;

    padding:0;

    list-style:none;
}

.gov-list li{
    display:flex;

    align-items:flex-start;

    gap:12px;

    padding:12px 0;

    border-bottom:1px solid #eee;

    color:#555;

    font-size:14px;
}

.gov-list li:last-child{
    border-bottom:none;
}

.gov-list li i{
    color:#D4A537;

    margin-top:4px;
}


/* =========================================
   DOCUMENT CARD
========================================= */

.document-card{
    background:#403b68;

    border-radius:25px;

    padding:40px;

    height:100%;

    color:#fff;

    position:relative;

    overflow:hidden;
}

.document-card::before{
    content:"";

    position:absolute;

    width:220px;
    height:220px;

    border:35px solid rgba(255,255,255,.04);

    border-radius:50%;

    right:-90px;
    top:-90px;
}

.document-icon{
    width:65px;
    height:65px;

    border-radius:15px;

    background:#D4A537;

    color:#171717;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:27px;

    margin-bottom:25px;
}

.document-card h3{
    font-size:25px;

    font-weight:700;
}

.document-card p{
    color:rgba(255,255,255,.75);

    font-size:14px;

    line-height:1.8;
}

.document-btn{
    display:inline-block;

    margin-top:15px;

    padding:12px 22px;

    border-radius:30px;

    background:#D4A537;

    color:#171717;

    text-decoration:none;

    font-size:13px;

    font-weight:700;

    transition:.3s;
}

.document-btn:hover{
    background:#fff;

    color:#8B0000;
}


/* =========================================
   HOW WE COLLABORATE
========================================= */

.process-section{
    padding:90px 0;
}

.process-card{
    text-align:center;

    padding:25px;
}

.process-number{
    width:65px;
    height:65px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#8B0000;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:21px;

    font-weight:700;

    box-shadow:
        0 10px 25px rgba(139,0,0,.18);
}

.process-card h4{
    color:#403b68;

    font-size:18px;

    font-weight:700;
}

.process-card p{
    color:#777;

    font-size:13px;

    line-height:1.7;
}


/* =========================================
   CTA
========================================= */

.collab-cta{
    padding:80px 0;
}

.collab-cta-box{
    background:#8B0000;

    border-radius:30px;

    padding:60px;

    text-align:center;

    color:#fff;

    position:relative;

    overflow:hidden;
}

.collab-cta-box::before{
    content:"";

    position:absolute;

    width:260px;
    height:260px;

    border:45px solid rgba(255,255,255,.05);

    border-radius:50%;

    left:-100px;
    top:-100px;
}

.collab-cta-box h2{
    font-size:40px;

    font-weight:800;
}

.collab-cta-box h2 span{
    color:#D4A537;
}

.collab-cta-box p{
    max-width:650px;

    margin:15px auto 25px;

    color:rgba(255,255,255,.8);
}

.collab-cta-btn{
    display:inline-block;

    padding:14px 30px;

    border-radius:30px;

    background:#D4A537;

    color:#171717;

    text-decoration:none;

    font-weight:700;

    transition:.3s;
}

.collab-cta-btn:hover{
    background:#fff;

    color:#8B0000;
}


/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .collab-hero{
        padding-top:120px;
    }

    .collab-hero h1{
        font-size:45px;
    }

    .collab-hero-card{
        margin-top:40px;
    }

}

@media(max-width:767px){

    .collab-hero{
        padding:110px 0 60px;
    }

    .collab-hero h1{
        font-size:35px;
    }

    .collab-hero p{
        font-size:15px;
    }

    .collab-title h2{
        font-size:32px;
    }

    .gov-box{
        padding:25px;
    }

    .document-card{
        padding:30px;
    }

    .collab-cta-box{
        padding:45px 25px;
    }

    .collab-cta-box h2{
        font-size:30px;
    }

}

