:root {
    --white: #fff;
    --bg-white: #fff;
    --primary: #0d6b33;
    --hover-primary: #0a5729;
    --secondary: #f4c400;
    --p: #4c4c4c;
}

.custom-container {
    position: static;
    max-width: 1650px;
    padding: 0px 15px;
    margin: 0px auto;
}

p {
    color: var(--p);
    font-size: 18px;
    margin: 15px 0;
}

.rlp-custom-navbar {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: var(--bg-white);
    padding: 5px 0;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

.navbar-brand img {
    max-width: 100%;
    height: 70px;
    object-fit: contain;
}

.nav-link {
    color: #222 !important;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    font-size: 18px;
}

.dropdown-menu {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
    padding: 10px;
}

.dropdown-item {
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 18px;
}

.dropdown-item:hover {
    background: var(--primary);
    color: var(--white);
}

.navbar-toggler {
    font-size: 24px;
}

.dropdown-toggle::after {
    transition: .3s;
}

.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.nav-link.active {
    color: var(--primary) !important;
}

/**************************************************************** rlp banner sectiob css *****************************/

.rlp-banner {
    min-height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-content {
    color: var(--white);
}

.hero-tag {
    display: inline-block;
    background: var(--secondary);
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content h1 span {
    color: var(--secondary);
}

.hero-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.rlp-btns {
    display: flex;
    gap: 15px;
    align-items: center;
}

.btn-join,
.btn-about {
    padding: 14px 30px;
    border-radius: 48px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

/* Join Button */
.btn-join {
    background: var(--primary);
    color: var(--white);
    font-size: 20px;
}

.btn-join:hover {
    background: var(--hover-primary);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13, 107, 51, 0.3);
}

/* About Button */
.btn-about {
    background: var(--bg-white);
    color: #111;
}

.btn-about:hover {
    background: var(--secondary);
    color: #111;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(244, 196, 0, 0.3);
}

/******************************************************  rpl vision section css ************************************************************/
.rlp-vision-section,
.rlp-vision-area,
.rlp-cta-banner,
.rlp-upcoming-events,
.rlp-content-section,
.rlp-faq-section,
.rlp-newsletter-section,
.rlp-home-about{
    padding: 50px 0;
}

.rlp-vision-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 30px 15px;
    text-align: center;
    height: 100%;
    transition: .3s;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .05);
}

.rlp-icon-box {
    width: 80px;
    height: 80px;
    border: 2px solid #d8e8da;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rlp-icon-box i {
    font-size: 35px;
    color: #1d6b34;
}

.rlp-heading-sec h2 {
    font-size: 35px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 20px;
}

.rlp-heading-sec h3{
    color: var(--primary);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.rlp-heading-sec h4 a {
    font-size: 22px;
    color: var(--primary);
    font-weight: 600;
}

.rlp-vision-card p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/**************************************************************** rlp vision area css ************************************************/

.vision-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
}

.icon-circle {
    width: 75px;
    height: 75px;
    border: 2px solid #d7e8d8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 15px;
}

.icon-circle i {
    color: #0f6a33;
    font-size: 32px;
}

.vision-card h3 {
    color: #0f6a33;
    margin-bottom: 10px;
}

.rlp-vision-area-cards {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 25px;
}

.rlp-president-box,
.rlp-news-box,
.rlp-card-body {
    background: var(--white);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #e5e5e5;
}

.rlp-president-box {
    display: flex;
    gap: 0px;
    align-items: center;
    background-color: #0080000d;
}

.rlp-president-img img {
    width: 312px;
}

.rlp-news-item {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.rlp-news-item img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.rlp-news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.rlp-news-header a,
.rlp-all-news {
    /*text-decoration: none;*/
    color: var(--primary);
    font-weight: 600;
}

.signature {
    font-family: 'Dancing Script', cursive;
    font-size: 22px;
    color: #0b6b38;
    line-height: 1;
}

/********************************************************** rlp-cta-banner css *****************************************************/
/* Banner Section Main Style */
.rlp-cta-banner {
    /* Yahan apni banner image ka path daalein */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.rlp-heading-sec-banner h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.rlp-cta-heading h2 {
    color: #f4c400;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}

/********************************************************** rlp-home-about css *****************************************************/

.feature-card{
    background:#fff;
    padding:15px 15px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.feature-card i{
    font-size:40px;
    color:#0b6b38;
    margin-bottom:20px;
}

.feature-card h5{
    margin:0;
    font-weight:600;
}

.btn-join{
    background:#0b6b38;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn-join:hover{
    background:#f4c400;
    color:#000;
}

.rlp-home-about-para{
    max-width:800px;
    margin:auto;
}
/********************************************************** rlp-home-about css *****************************************************/

/********************************************************** rlp-upcoming-events css *****************************************************/

.rlp-event-item {
    padding: 7px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.rlp-event-date {
    padding: 10px;
    background: #ecf5e9;
    border-radius: 5px;
}

.rlp-event-img {
    width: 140px;
    height: 80px;
    object-fit: cover;
    border-radius:8px;
}

.rlp-donation-box {
    display: flex;
    background: linear-gradient(135deg,
            #f8fff8,
            #eef8ee);
}

.qr-img {
    max-width: 220px;
    border: 2px solid var(--secondary);
    border-radius: 10px;
}

/***************************************************  FAQ css *********************************************************/

.rlp-faq-section,
.rlp-home-about,
.rlp-vision-area{
    background: #f1faf1;
}

.rlp-faq-section h4 {
    color: var(--primary);
    font-weight: 700;
}

.rlp-faq-section p {
    color: var(--p);
}

.rlp-faq .accordion-item {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.rlp-faq .accordion-button {
    background: var(--white);
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    padding: 18px 22px;
    box-shadow: none;
}

.rlp-faq .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: var(--white);
}

.rlp-faq .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.rlp-faq .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(46%) sepia(92%) saturate(695%) hue-rotate(82deg);
}

.rlp-faq .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.rlp-faq .accordion-body {
    color: var(--p);
    background: var(--bg-white);
    line-height: 1.8;
    padding: 20px 22px;
    border-top: 3px solid var(--secondary);
}

/*************************************************** footer newsletter css *********************************************************/

.rlp-newsletter-box {
    background: #0080000d;
    border-radius: 12px;
    padding: 25px 30px;
}

.rlp-newsletter-icon {
    width: 80px;
    height: 60px;
    border: 2px solid #1b6a35;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rlp-newsletter-icon i {
    font-size: 28px;
    color: #1b6a35;
}

.newsletter-input {
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
}

.newsletter-input:focus {
    box-shadow: none;
    border-color: #1b6a35;
}

.subscribe-btn {
    height: 50px;
    background: #0b6b38;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    border: none;
}

.subscribe-btn:hover {
    background: #08572d;
    color: #fff;
}

/****************************************************************** footer css *****************************************/

.rlp-main-footer {
    background: var(--primary);
    color: #fff;
    padding: 50px 0 20px;
}

.rlp-footer-logo {
    max-width: 220px;
}

.rlp-footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.rlp-footer-links,
.rlp-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rlp-footer-links li,
.rlp-contact-list li {
    margin-bottom: 12px;
}

.rlp-footer-links a {
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    transition: .3s;
}

.rlp-footer-links a:hover {
    color: #f5c400;
    padding-left: 5px;
}

.rlp-contact-list i {
    width: 22px;
    color: #f5c400;
    margin-right: 8px;
}

.rlp-social-links {
    display: flex;
    gap: 10px;
}

.rlp-social-links a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.rlp-social-links a:hover {
    background: #f5c400;
    color: var(--hover-primary);
}

.rlp-main-footer hr {
    border-color: var(--secondary);
    margin: 35px 0 20px;
}

.rlp-footer-bottom {
    /*font-size: 14px;*/
    color: rgba(255, 255, 255, .8);
}
/************************ footer top scroll btn *****************/
.scroll-top-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: var(--secondary);
    color: var(--primary);
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    background: var(--secondary);
    transform: translateY(-3px);
}

/***************************************************************** Responsive css*************************************************************/

/* Desktop Hover Dropdown */
@media (min-width: 992px) {

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: .3s ease;
        pointer-events: none;
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

/* Mobile */
@media (max-width: 991px) {

    .navbar-nav {
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .dropdown-menu {
        position: static !important;
        width: 100%;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--bg-white);
        padding: 15px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
        z-index: 9999;
    }

    .dropdown-menu {
        border: 0;
        box-shadow: none;
        background: unset;
        margin-left: 0px;
        padding: 0px 0;
    }

    .dropdown-item {
        padding: 5px 15px;
    }

    .nav-link {
        padding: 12px 0;
        margin: 0;
    }

    .rlp-vision-section,
    .rlp-vision-area,
    .rlp-cta-banner,
    .rlp-upcoming-events,
    .rlp-content-section,
    .rlp-faq-section,
    .rlp-newsletter-section,
    .rlp-home-about{
        padding: 30px 0;
    }

    .rlp-vision-area-cards {
        grid-template-columns: 1fr;
    }

    .rlp-footer-title::after {
        left: 0;
        transform: none;
    }
}

@media(max-width:767px) {

    .rlp-banner {
        min-height: 600px;
        background-position: unset;
        padding: 30px 0;
    }

    .hero-content h1 {
        font-size: 35px;
    }

    .rlp-vision-card {
        padding: 25px 15px;
    }

    .rlp-heading-sec h2,
    .rlp-cta-heading h2,
    .feature-card i{
        font-size: 30px;
    }
    
    .rlp-heading-sec h3 {
        font-size: 22px;
    }
    
    .rlp-heading-sec h4 a{
        font-size: 20px;
    }
    
    .rlp-heading-sec .rlp-home-about-sub-heading{
        font-size: 18px;
    }
    
    .rlp-news-item{
        display: block;
    }
    .rlp-news-item img {
        width: auto;
        height: auto;
        margin-bottom: 15px;
    }

    .rlp-president-box {
        flex-direction: column;
        text-align: center;
    }

    .rlp-president-img img {
        width: 250px;
    }

    .rlp-cta-banner {
        text-align: center;
    }

    .btn-join {
        font-size: 18px;
        white-space: nowrap;
    }

    .btn-join,
    .btn-about {
        padding: 10px 30px;
    }

    .rlp-event-item {
        flex-direction: column;
        text-align: center;
    }

    .rlp-event-date {
        margin-bottom: 15px;
    }

    .rlp-event-img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }

    .qr-img {
        max-width: 180px;
    }

    .cta-btn-center {
        justify-content: center;
    }

    .rlp-newsletter-box {
        padding: 10px;
        border-radius: 0;
    }

    .rlp-newsletter-icon {
        display: none;
    }

    .rlp-newsletter-btn {
        width: 100%;
    }
    .rlp-main-footer {
        padding: 40px 0 20px;
    }

    .rlp-footer-title {
        margin-top: 15px;
    }
    
    .rlp-heading-sec-banner h2 {
        font-size: 25px;
    }
    
    .rlp-card-body{
        padding: 15px;
    }
    ..rlp-event-item{
        margin: 0 !important;
    }
}

@media(max-width:576px){

    .rlp-btns{
        flex-direction:column;
        align-items:flex-start;
    }

    .btn-join,
    .btn-about{
        width:100%;
        text-align:center;
    }
}