/* ============================================
   COLOR VARIABLES - Single Definition
   (Imported by all other CSS files)
   ============================================ */
:root {
    --primary-green: #6de056;
    --accent-green: #7bce57;
    --light-bg: rgba(118, 186, 27, 0.05);
}

:root {
    --accent-white: #ffffff;
}
/* ============================================
   BODY & OFFCANVAS OVERFLOW HANDLING
   ============================================ */
body {
    padding-left: 0;
    transition: padding-left 0.3s ease;
}

/* ============================================
   MAIN CONTENT SPACING
   ============================================ */
.main-content {
    transition: margin-left 0.3s ease;
}

/* ============================================
   OFFCANVAS (MOBILE DRAWER) - Single Definition
   ============================================ */
.offcanvas, .offcanvas-start {
    border-right: 2px solid var(--accent-green) !important;
    width: 280px !important;
    z-index: 1060 !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
}

.offcanvas.show, .offcanvas-start.show {
    transform: translateX(0);
}

.offcanvas-body .nav-link {
    font-size: 1.1rem;
    padding: 10px 0;
    transition: 0.3s;
}

.offcanvas-body .nav-link:hover,
.offcanvas-body .nav-link.active {
    color: var(--accent-green) !important;
    padding-left: 10px;
}

.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1060 !important;
}

/* ============================================
   FOOTER - Background and Typography
   ============================================ */
.main-footer {
    background-color: #1a1a1a;
    color: #bbbbbb;
    font-size: 0.95rem;
}

.join-network-banner {
    background-color: #7bce57;
}

.footer-heading {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

/* Links & List Styling */
.footer-links li, .footer-list li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #bbbbbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #7bce57;
}

/* Footer Enhancements */
.footer-links a {
    text-decoration: none;
    color: #cfd8dc;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover,
.hover-green:hover {
    color: var(--accent-green) !important;
    transform: translateX(5px);
}

/* Footer Hero Wrapper */
.footer-hero-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
    min-height: 100vh;
    display: flex;
}

.footer-hero-content {
    background-color: #1a1a1a;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

/* Circular Logo Logic */
.logo-circle {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 3px solid var(--accent-green);
    overflow: hidden;
}

.logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Sundarban Footer Links */
.footer-links-sundarban li,
.footer-list-sundarban li {
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #bbbbbb;
}

.footer-links-sundarban a {
    color: #bbbbbb;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links-sundarban a:hover {
    color: var(--accent-green);
}

.social-btn {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.social-btn:hover {
    background: var(--accent-green);
    border-color: var(--accent-green);
    color: #000;
}

/* Sundarban Footer Container */
.sundarban-footer-container {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto 40px auto;
    min-height: 100vh;
    background-color: #1a1a1a;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.logo-circle-sundarban {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 4px solid var(--accent-green);
    overflow: hidden;
}

.logo-circle-sundarban img {
    width: 85%;
    height: 85%;
    object-fit: contain;
}

.footer-links-sundarban li,
.footer-list-sundarban li {
    margin-bottom: 12px;
    color: #bbbbbb;
    font-size: 0.95rem;
}

.footer-links-sundarban a {
    color: #bbbbbb;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-links-sundarban a:hover {
    color: var(--accent-green);
    padding-left: 5px;
}

.social-btn-sundarban {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.social-btn-sundarban:hover {
    background: var(--accent-green);
    color: #000;
    border-color: var(--accent-green);
}

/* Sundarban Full Footer */
.sundarban-footer {
    background-color: #111111;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0 40px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-content-wrapper {
    max-width: 1200px;
}

.logo-circular {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 2px solid #7bce57;
    overflow: hidden;
}

.logo-circular img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-accent-sundarban {
    color: #7bce57;
    font-weight: 600;
    font-size: 1rem;
}

.footer-label {
    color: #ffffff;
    font-weight: 700;
    text-transform: none;
}

.footer-nav-links a, .initiative-list li, .contact-item p {
    color: #bbbbbb;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

.footer-nav-links li, .initiative-list li {
    margin-bottom: 12px;
}

.btn-success-sundarban {
    background-color: #7bce57;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Newsletter / Inquiry Section */
.inquiry-newsletter-section {
    position: relative;
    width: 100%;
    min-height: 350px;
    background: linear-gradient(rgba(15, 32, 67, 0.9), rgba(15, 32, 67, 0.9)),
                url('../images/hero/pattern-overlay.png'),
                url('../images/hero/mangroves-footer.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Social Links */
.social-link {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #cfd8dc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--accent-green);
    color: white;
    transform: translateY(-3px);
}

/* Utility */
.extra-small {
    font-size: 0.8rem;
}

.link-with-dot {
    display: inline-flex;
    align-items: center;
}

.link-with-dot::before {
    content: ' ';
    width: 6px;
    height: 6px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 8px;
    opacity: 0.6;
}

/* Hover Utilities */
.hover-green {
    transition: color 0.3s ease;
}

.hover-green:hover {
    color: #7bce57 !important;
}

.hover-green-list {
    transition: all 0.3s ease;
    cursor: pointer;
}

.hover-green-list:hover {
    color: #7bce57;
    transform: translateX(8px);
}

/* Footer Packages List */
.footer-packages-list li {
    display: flex;
    align-items: center;
}

.footer-packages-list li i {
    margin-left: -10px;
}

/* Main Sundarban Footer Links */
.main-sundarban-footer a {
    transition: color 0.3s ease;
    color: inherit;
    text-decoration: none;
}

.main-sundarban-footer a:hover,
.hover-green:hover,
.hover-green-list:hover {
    color: #7bce57 !important;
}

.hover-green-list {
    transition: transform 0.3s ease;
}

.hover-green-list:hover {
    transform: translateX(5px);
}

/* Community Section Icons */
.community-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    text-decoration: none;
    font-size: 1.8rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.community-icon:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-8px) rotate(5deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Floating WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2000;
}

.help-text {
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.8rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
}

.help-text::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
}

.whatsapp-icon {
    background-color: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    text-decoration: none;
}


