@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Cedarville+Cursive&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=Cedarville+Cursive&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Oxanium:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Style+Script&display=swap');


/* 1. Global Reset */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-style: normal;
}

img {
    max-width: 100%;
}

/* DO NOT TOUCH html, body */
html,
body {
    width: 100%;
    overflow-x: hidden;
}




/* Only hide horizontal overflow */
.page-wrapper {
    overflow-x: hidden;
}

.site-content {
    overflow-x: hidden;
    /* SAFE */
}

.container {
    max-width: 1200px;
    padding: 0 12px;
    margin: auto;
}

a {
    text-decoration: none;
}



li {
    list-style: none;
}


/* Top Header */
.top-header {
    background: #29355B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 0;
}

/* Desktop only */
@media (min-width: 992px) {
    .top-header-inner {
        max-width: 1100px;
        margin: auto;
        display: flex;
        align-items: center;
        gap: 100px;
        padding: 0 20px;
    }

    .top-left {
        white-space: nowrap;
    }

    .top-center {
        flex: 1;
        text-align: center;
    }

    .top-center marquee {
        color: #fff;
    }
}

/* Hide on mobile & tablet */
@media (max-width: 991px) {
    .top-left {
        display: none;
    }
}




/* ================= NAVBAR ================= */

/* NAVBAR */
.navbar {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    /* padding: 18px 0; */
    width: 100%;
    position: relative;
    z-index: 999;
    transition: 0.3s ease;
    padding: 0px;
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* LOGO */
.navbar-brand img {
    height: 80px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.navbar-brand img:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0 6px 10px rgba(255, 255, 255, 0.35));
}



/* CENTER MENU LINKS */
.center-nav {
    width: auto;
    display: flex;
    gap: 15px;
    list-style: none;
    backdrop-filter: blur(12px);
    padding: 12px 25px;
    border-radius: 50px;
}

.center-nav .nav-item {
    position: relative;
}

.center-nav .nav-link {
    color: #FF6C08 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0 !important;
    text-decoration: none;
    position: relative;
}

.center-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #176CB1;
    transition: 0.3s ease;
}

.center-nav .nav-link:hover {
    color: #176CB1 !important;
}

.center-nav .nav-link:hover::after {
    width: 100%;
}


/* GET A QUOTE BUTTON */
.btn-admin {
    background: #0FBEBE;
    color: #fff;
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    margin-right: 10px;
    /* Added space on the right */
}


.btn-admin:hover {
    background: #F54A49;
}

/* GET A QUOTE BUTTON */
.btn-quote {
    background: #0FBEBE;
    color: #fff;
    padding: 10px 22px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-quote:hover {
    background: #F54A49;
}

/* MENU BUTTON */
.menu-btn {
    border: none;
    background: transparent;
    padding: 6px;
}

/* Change hamburger color */
.menu-btn .navbar-toggler-icon {
    background-image: none;
    width: 26px;
    height: 2px;
    background-color: #176CB1;
    position: relative;
    display: block;
}

.menu-btn .navbar-toggler-icon::before,
.menu-btn .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #176CB1;
    left: 0;
}

.menu-btn .navbar-toggler-icon::before {
    top: -7px;
}

.menu-btn .navbar-toggler-icon::after {
    top: 7px;
}

.menu-btn:focus {
    outline: none;
    box-shadow: none;
}


/* OFFCANVAS */
.stylish-offcanvas {
    background-color: rgb(233, 255, 246);
    color: #000000;
}

.stylish-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.418);
    padding: 10px;
}

/* DROPDOWN */
.custom-dropdown {
    position: relative;
}

.dropdown-pane {
    position: absolute;
    top: 140%;
    left: 0;
    background: #ffffff;
    min-width: 300px;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}

.custom-dropdown:hover .dropdown-pane {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-pane a {
    display: block;
    padding: 10px;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    border-radius: 6px;
}

.dropdown-pane a:hover {
    background: #f1f6ff;
    color: #176CB1;
}


/* MOBILE DROPDOWN */
/* Remove default dropdown arrow from mobile */
.mobile-dropdown.nav-link::after {
    content: none !important;
}

/* Toggle icon */
.mobile-dropdown .toggle-icon {
    float: right;
    font-weight: bold;
    margin-left: 10px;
    transition: transform 0.3s ease;
    /* smooth rotation */
}

/* Rotate toggle icon when dropdown is open */
.mobile-dropdown.open .toggle-icon {
    transform: rotate(90deg);
}

/* Dropdown pane */
.mobile-dropdown-pane {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    list-style: none;
    /* padding-left: 10px; */
}

/* Expanded state */
.mobile-dropdown.open .mobile-dropdown-pane {
    max-height: 500px;
    /* enough height for content */
    padding-top: 8px;
}

/* Dropdown links */
.mobile-dropdown-pane li .nav-link {
    font-size: 14px;
    color: #24355D !important;
    font-weight: 500;
    position: relative;
    /* for underline effect */
    transition: color 0.3s ease, padding-left 0.3s ease, background 0.3s ease;
    padding: 8px 12px;
    /* add some padding for background */
    border-radius: 6px;
    /* rounded corners for background */
    background-color: #d1ddf5;
    /* light subtle background */
    margin-bottom: 4px;
    /* space between links */
}

/* Hover effect */
.mobile-dropdown-pane li .nav-link:hover {
    color: #58a6ff !important;
    background-color: #D1F0E0;
    /* slightly darker on hover */
    padding-left: 14px;
    /* subtle shift on hover */
}

/* Underline animation remains */
.mobile-dropdown-pane li .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #58a6ff;
    transition: width 0.3s ease;
}

.mobile-dropdown-pane li .nav-link:hover::after {
    width: 100%;
}

/* MOBILE SERVICE ROW */
.mobile-service-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Make toggle icon clickable */
.mobile-dropdown .toggle-icon {
    cursor: pointer;
}

/* Toggle icon symbol */
.mobile-dropdown .toggle-icon::before {
    content: "+";
    font-size: 20px;
    font-weight: bold;
}

/* When open */
.mobile-dropdown.open .toggle-icon::before {
    content: "−";
}




/* MOBILE MENU LINKS */
.mobile-nav-list {
    margin-top: 20px;
    list-style: none;
}

.mobile-nav-list .nav-link {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    transition: 0.3s ease;
}

.mobile-nav-list .nav-link:hover {
    color: #58a6ff !important;
}


/* OFFCANVAS CONSULT BUTTON */
.offcanvas-consult-btn {
    margin-top: 20px;
    text-align: center;
}

.offcanvas-consult-btn .btn-admin {
    display: inline-block;
    width: 100%;
}

.offcanvas-consult-btn .btn-quote {
    display: inline-block;
    width: 100%;
}



/* DIVIDER */
.offcanvas-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.411);
    margin: auto;
}

/* OFFCANVAS CONTACT */
.offcanvas-contact {
    padding: 15px;
    border-radius: 8px;
    background-color: #f0f9f4;
    /* light subtle background */
}

.offcanvas-contact h6 {
    font-size: 15px;
    margin-bottom: 12px;
    color: #58a6ff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.offcanvas-contact p {
    color: #000;
    font-size: 14px;
    margin-bottom: 8px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
    /* space between icon and text */
}

/* Social buttons container */
.offcanvas-socials {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

/* Individual social icons */
.offcanvas-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #58a6ff;
    /* primary accent color */
    transition: 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.offcanvas-socials a:hover {
    background: #176CB1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(23, 108, 177, 0.4);
}

/* Optional: smooth icon scaling on hover */
.offcanvas-socials i {
    transition: transform 0.3s ease;
}

.offcanvas-socials a:hover i {
    transform: scale(1.2);
}

/* SOCIAL BUTTONS */
.offcanvas-socials {
    margin-top: 15px;
    display: flex;
    gap: 12px;
}

.offcanvas-socials a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgb(38 38 38 / 10%);
    transition: 0.3s ease;
}

.offcanvas-socials a:hover {
    background: #176CB1;
}

.offcanvas-logo-link {
    text-decoration: none;
    display: inline-block;
}

.offcanvas-logo {
    height: 70px;
    width: auto;
}


/* RESPONSIVE */
@media (min-width: 992px) {
    .menu-btn {
        display: none;
    }

    .collapse.navbar-collapse {
        display: flex !important;
    }
}

@media (max-width: 991px) {
    .center-nav {
        display: none;
    }

    .btn-admin {
        display: none;
    }

    .btn-quote {
        display: none;
    }
}


/* Navbar-End */


/* Admin Panel  */

.admin-sidebar {
    width: 260px;
    height: 100vh;
    background: #0f172a;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    z-index: 1000;
    overflow-y: auto;
    /* scroll inside sidebar */
}


/* Header */
.sidebar-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #334155;

}

.sidebar-logo-link {
    display: inline-block;
}

.sidebar-logo-link img {
    cursor: pointer;
}

.sidebar-logo-link:hover img {
    transform: scale(1.05);
    transition: all 0.3s ease;
}


.sidebar-header img {
    width: 60px;
    margin-bottom: 8px;
    padding: 6px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #334155;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Nav */
.sidebar-nav .nav-link {
    color: #cbd5e1;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-nav .nav-link:hover {
    background: #2679ff;
    color: #fff;
}

/* Submenu */
.submenu {
    list-style: none;
    padding-left: 20px;
}

.submenu li a {
    color: #94a3b8;
    font-size: 14px;
    padding: 6px 0;
    display: block;
    text-decoration: none;
}

.submenu li a:hover {
    color: #fff;
}

/* Profile */
.sidebar-profile {
    border-top: 1px solid #334155;
    padding-top: 15px;
    text-align: center;
}

.sidebar-profile img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-bottom: 5px;
}



/* ================= TOP BAR ================= */
.admin-topbar {
    height: 64px;
    background: linear-gradient(135deg, #020617, #0f172a);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}

@media (min-width: 992px) {
    .admin-topbar {
        display: none !important;
    }
}

.topbar-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-left img {
    width: 40px;
}

.topbar-left span {
    font-size: 18px;
    font-weight: 600;
}

.topbar-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
}

.custom-header {
    display: none;
}


/* ================= OFFCANVAS ================= */
.admin-offcanvas {
    width: 280px;
    background: linear-gradient(180deg, #020617, #0f172a);
    color: #fff;
}

/* Header */
.custom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1e293b;
}

.canvas-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.canvas-logo img {
    width: 36px;
}

.canvas-logo span {
    font-size: 17px;
    font-weight: 600;
}

.canvas-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
}

/* Body */
.custom-body {
    padding: 15px;
}

/* Menu */
.admin-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admin-menu>li>a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 6px;
    border-radius: 10px;
    color: #cbd5e1;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.admin-menu>li>a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* Submenu */
.submenu {
    padding-left: 22px;
}

.submenu li a {
    display: block;
    padding: 7px 10px;
    font-size: 14px;
    color: #94a3b8;
    text-decoration: none;
}

.submenu li a:hover {
    color: #fff;
}

/* Contact */
.menu-contact {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #1e293b;
    font-size: 14px;
}

.menu-contact i {
    margin-right: 6px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 576px) {
    .topbar-left span {
        font-size: 16px;
    }
}


/* Responsive content spacing */
@media (min-width: 992px) {

    .topbar-toggle {
        display: none;
        /* hide hamburger on desktop */
    }
}

/* Admin Panel End */


/* ================= DASHBOARD SECTION ================= */


/* Section Header */
.section-header {
    margin-bottom: 24px;
}

.section-header h4 {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
}

.section-header p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* Grid Layout */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* desktop */
    gap: 20px;
}

/* Stat Card */
.stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* Icon */
.stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    flex-shrink: 0;
}

/* Info */
.stat-info h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.stat-info span {
    font-size: 12px;
    color: #64748b;
}

/* Tablet (2 per row) */
@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (2 per row, tighter spacing) */
@media (max-width: 576px) {
    .dashboard-section {
        padding: 20px 15px;
    }

    .section-header h4 {
        font-size: 18px;
    }

    .stat-card {
        padding: 10px;
    }

    .stat-info h3 {
        font-size: 12px;
    }

    .stat-icon {
        width: 32px;
        height: 32px;
    }
}

@media (min-width: 992px) {
    .main-content {
        margin-left: 260px;
        padding: 20px;
    }
}



/* ===== General Styling ===== */
.charts-section {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.card {
    flex: 1;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.card h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.chart-box {
    height: 250px;
    background-color: #eef1f7;
    border-radius: 8px;
}

/* ===== Info Section ===== */
.info-section {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.info-card {
    flex: 1;
    min-width: 200px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.info-card h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #555;
}

.number {
    font-size: 28px;
    font-weight: bold;
    color: #2c7be5;
}

.info-card button {
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    background-color: #2c7be5;
    color: white;
    cursor: pointer;
}

.info-card button:hover {
    background-color: #1a5fd0;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .charts-section {
        flex-direction: column;
    }

    .info-section {
        flex-direction: column;
    }
}





.recent-blogs {
    margin: 20px auto;
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.recent-blogs h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1F578E;
    font-weight: 700;
}

.recent-blogs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.recent-blogs li {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.recent-blogs li:last-child {
    border-bottom: none;
}

.recent-blogs a {
    text-decoration: none;
    color: #2563eb;
    font-weight: bold;
}

.recent-blogs a:hover {
    text-decoration: none;
}

.recent-blogs .date {
    font-size: 12px;
    color: #666;
}


.blog-admin {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 1200px;
    margin: auto;
}

h2 {
    margin-bottom: 5px;
}

.subtitle {
    color: gray;
    margin-bottom: 20px;
}

/* Filters */
.filters {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.filters input,
.filters select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Table */
.table-responsive {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

th,
td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f1f1f1;
}

.actions .btn {
    padding: 5px 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 2px 0;
    font-size: 12px;
}

.view {
    background: #3498db;
    color: white;
}

.edit {
    background: #2ecc71;
    color: white;
}

.delete {
    background: #e74c3c;
    color: white;
}

.duplicate {
    background: #9b59b6;
    color: white;
}

/* Pagination */
.pagination {
    margin-top: 15px;
    text-align: center;
}

.pagination button {
    padding: 6px 10px;
    margin: 2px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
}

.pagination .active {
    background: #3498db;
    color: white;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-right: 5px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.slider:before {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    border-radius: 50%;
    transition: .3s;
}

.switch input:checked+.slider {
    background-color: #2ecc71;
}

.switch input:checked+.slider:before {
    transform: translateX(20px);
}

/* Responsive */
@media (max-width: 768px) {

    .filters {
        flex-direction: column;
    }

    table {
        min-width: 100%;
    }

    th,
    td {
        font-size: 12px;
    }

    .actions .btn {
        display: block;
        width: 100%;
        margin-bottom: 3px;
    }
}





/* Header Layout */
.category-admin__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Primary Button */
.btn--primary {
    background: #3498db;
    color: #fff;
}

.btn--secondary {
    background: #95a5a6;
    color: #fff;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal__content {
    background: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
}

.modal__title {
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.modal__actions {
    text-align: right;
}



/* login-container-start */
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0F172A;
    padding: 16px;
    /* mobile spacing */
}

/* Card */
.login-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.6s ease;
    width: 100%;
    max-width: 420px;
}

/* Header */
.login-header {
    text-align: center;
    margin-bottom: 24px;
}

.login-header img {
    width: 70px;
    padding: 8px;
    background: #f8fafc;
    border-radius: 14px;
    margin-bottom: 10px;
}

.login-header h4 {
    font-weight: 600;
    margin-bottom: 4px;
}

.login-header p {
    font-size: 14px;
    color: #64748b;
}

/* Inputs */
.form-group {
    position: relative;
    margin-bottom: 16px;
}

.form-group i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 18px;
}

.form-group input {
    width: 100%;
    padding: 12px 12px 12px 42px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    outline: none;
    font-size: 14px;
}

.form-group input:focus {
    border-color: #2563eb;
}

/* Button */
.login-btn {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    background: #2563eb;
    border: none;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s;
}

.login-btn:hover {
    background: #1e40af;
}

/* Footer */
.login-footer {
    text-align: center;
    margin-top: 14px;
}

.login-footer a {
    font-size: 13px;
    color: #2563eb;
    text-decoration: none;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .login-card {
        padding: 22px;
        border-radius: 16px;
    }

    .login-header img {
        width: 60px;
    }

    .login-header h4 {
        font-size: 18px;
    }

    .form-group input {
        font-size: 13px;
        padding: 11px 11px 11px 40px;
    }

    .login-btn {
        padding: 11px;
        font-size: 14px;
    }
}

/* login-container-end */


.new-blogs {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.post-content-editor label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

.editor-toolbar {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.editor-toolbar button {
    width: 36px;
    height: 36px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.editor-toolbar button:hover {
    background-color: #f0f0f0;
}

.editor-textarea {
    width: 100%;
    min-height: 150px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    resize: vertical;
    font-size: 14px;
    box-sizing: border-box;
}

.add-section-btn {
    margin-top: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #333;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.add-section-btn .plus {
    font-weight: bold;
    margin-right: 5px;
    color: #6a5acd;
}

.add-section-btn:hover {
    background-color: #eaeaea;
}


.new-blogs>div {
    margin-bottom: 20px;
}

.new-blogs label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.new-blogs input[type="text"],
.new-blogs input[type="file"],
.new-blogs input[type="datetime-local"],
.new-blogs select,
.new-blogs textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.new-blogs textarea {
    min-height: 100px;
    resize: vertical;
}

.blog-actions-section {
    display: flex;
    gap: 10px;
}

.media-upload-section label {
    display: block;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.media-upload-section input[type="file"] {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.media-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.media-buttons .btn {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: bold;
    background-color: #f5f5f5;
}

.media-buttons .btn:hover {
    opacity: 0.9;
}

.btn-images {
    color: #2563eb;
    border-color: #2563eb;
}

.btn-videos {
    color: #16a34a;
    border-color: #16a34a;
}

.btn-pdfs {
    color: #dc2626;
    border-color: #dc2626;
}


.blog-actions-section button {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

.save-draft {
    background-color: #e0e0e0;
}

.publish {
    background-color: #4caf50;
    color: white;
}

.preview {
    background-color: #2196f3;
    color: white;
}

.blog-actions-section button:hover {
    opacity: 0.9;
}



/* hero-section-start */
.hero-section {
    position: relative;
    min-height: 70vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(60px, 8vw, 120px) 20px;
    font-family: "Poppins", sans-serif;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

/* Content */
.hero-content {
    position: relative;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

/* Responsive typography using clamp */
.hero-content h1 {
    font-size: clamp(1.8rem, 4.5vw, 3.2rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: clamp(15px, 3vw, 25px);
}

.hero-content p {
    font-size: clamp(0.95rem, 2.3vw, 1.2rem);
    max-width: 750px;
    margin: 0 auto clamp(25px, 4vw, 40px);
    opacity: 0.9;
    line-height: 1.6;
}

/* Buttons */
.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Button styles */
.btn-primary {
    background: #f44336;
    color: #fff;
}

.btn-primary:hover {
    background: #d32f2f;
}

.btn-secondary {
    background: #fff;
    color: #000;
}

.btn-secondary:hover {
    border: 2px solid #555555;
    color: #ffffff;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #000;
}

/* Tablets */
@media (max-width: 1024px) {
    .hero-buttons {
        gap: 12px;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .hero-section {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .hero-content p {
        line-height: 1.5;
    }
}

/* Ultra-wide / 4K screens */
@media (min-width: 1600px) {
    .hero-content {
        max-width: 1200px;
    }
}

/* hero-section-end */


/* About Section Start */
.sathi-about-section {
    padding: clamp(60px, 8vw, 100px) 20px;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.sathi-about-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: clamp(30px, 6vw, 60px);
    align-items: center;
    flex-wrap: wrap;
}

/* Left Image */
.sathi-about-image {
    flex: 1 1 100px;
    max-width: 520px;
    margin: auto;
    background-color: #f5f5f5;
    /* change color */
    padding: 10px;
    /* optional spacing */
    border-radius: 30px;
}

.sathi-about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sathi-about-image:hover img {
    transform: scale(1.1);
}

/* Right Content */
.sathi-about-content {
    flex: 1 1 520px;
}

.sathi-about-tag {
    font-size: 40px;
    font-weight: 600;
    color: #f44336;
    letter-spacing: 1px;
    font-family: 'Cedarville Cursive', cursive;
}

.sathi-about-content h2 {
    font-size: 32px;
    margin: 15px 0 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #15C2C0;
}

.sathi-about-content h2 span {
    font-size: 34px;
    margin: 15px 0 18px;
    line-height: 1.3;
    color: #1F5591;
    font-weight: 700;

}

.sathi-about-desc {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;

}

/* Mission & Vision */
.sathi-about-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 4vw, 35px);
    margin-bottom: 35px;
}

.sathi-about-point {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #fafafa;
    padding: 18px 20px;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.sathi-about-point:hover {
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}


.sathi-about-icon {
    width: clamp(42px, 6vw, 48px);
    height: clamp(42px, 6vw, 48px);
    background: rgba(244, 67, 54, 0.1);
    color: #f44336;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, 4vw, 20px);
    flex-shrink: 0;
}

.sathi-about-text h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #FA6606;
}

.sathi-about-text p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

/* Button */
.sathi-about-btn {
    display: inline-block;
    padding: 12px 34px;
    background: #f44336;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.sathi-about-btn:hover {
    background: #d32f2f;
}

/* Tablets */
@media (max-width: 1024px) {
    .sathi-about-container {
        align-items: flex-start;
    }
}

/* Mobiles */
@media (max-width: 768px) {
    .sathi-about-container {
        flex-direction: column;
        text-align: center;
    }

    .sathi-about-point {
        text-align: left;
    }

    .sathi-about-btn {
        margin: 0 auto;
    }

    .sathi-about-points {
        grid-template-columns: 1fr;
    }

    .sathi-about-tag {
        font-size: 30px;
    }

    .sathi-about-content h2 {
        font-size: 20px;
    }

    .sathi-about-content h2 span {
        font-size: 20px;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .sathi-about-image img {
        border-radius: 50px 50px 18px 18px;
    }
}

/* Ultra-wide Screens */
@media (min-width: 1600px) {
    .sathi-about-container {
        max-width: 1400px;
    }
}

/* About Section End */


/* ngo-details-start */
.ngo-details {
    background-color: #1b1e2b;
    padding: 60px 20px;
    /* added side padding */
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.ngo-details .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Tabs */
.ngo-tabs {
    display: flex;
    /* flex-wrap: wrap;  */
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #555;
}

.ngo-tabs .tab-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    flex-shrink: 0;
}

.ngo-tabs .tab-btn.active {
    color: #ff6600;
    border-color: #ff6600;
}

/* Tab content */
.tab-content {
    display: none;
    /* hide all initially */
    margin-top: 30px;
}

.tab-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    background: #fff;
    color: #111;
    border-radius: 12px;
    padding: 25px;
    align-items: flex-start;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.tab-image img {
    width: 400px;
    max-width: 400px;
    border-radius: 12px;
    object-fit: cover;
}

.tab-text {
    flex: 1;
    min-width: 250px;
}

.tab-text h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #f44336;
    font-size: 28px;
    font-family: 'Arima', system-ui;
}

.tab-text p {
    margin-bottom: 12px;
    line-height: 1.7;
    font-size: 16px;
    color: #1F5690;
}

/* Responsive */
@media (max-width: 1024px) {
    .tab-row {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .tab-text h2 {
        font-size: 24px;
    }

    .tab-text p {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .ngo-tabs {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        /* allow horizontal scroll if tabs overflow */
        -webkit-overflow-scrolling: touch;
    }

    .ngo-tabs .tab-btn {
        font-size: 16px;
        padding: 8px 15px;
    }

    .tab-row {
        padding: 15px;
        gap: 15px;
    }

    .tab-text h2 {
        font-size: 22px;
    }

    .tab-text p {
        font-size: 14px;
    }

    .tab-image img {
        max-width: 100%;
        height: auto;
    }
}

/* ngo-details-end */


/* what-we-do-start */
.what-we-do {
    padding: 80px 20px;
    background: #f9fafb;
    font-family: "Poppins", sans-serif;
}

.wwd-container {
    max-width: 1200px;
    margin: auto;
}

.wwd-title {
    color: #f44336;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Arima', system-ui;
}

.wwd-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 50px;
}

/* Grid */
.wwd-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Card */
.wwd-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: #ffffff;
    border-radius: 14px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

/* Icon */
.wwd-icon {
    min-width: 60px;
    height: 60px;
    background: #eef2ff;
    color: #12C0BE;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.3s ease;
}

/* Content */
.wwd-content h4 {
    color: #FF6407;
    font-size: 18px;
    margin-bottom: 6px;
}

.wwd-content p {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
}

/* Hover Effects */
.wwd-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 20px 35px rgba(99, 102, 241, 0.15); */
    border-color: #1A5393;
}

.wwd-card:hover .wwd-icon {
    background: #1A5393;
    color: #ffffff;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .wwd-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wwd-grid {
        grid-template-columns: 1fr;
    }

    .wwd-card {
        flex-direction: row;
    }

    .wwd-title {
        font-size: 30px;
    }

    .wwd-subtitle {
        font-size: 14px;
    }

}

/* what-we-do-end */

/* sathi-what-we-do-start */
.sathi-what-we-do {
    width: 100%;
    padding: 80px 20px;
    background: #f0f4ff;
    /* light background for section */
    font-family: "Poppins", sans-serif;
}

/* Container background */
.sathi-wwd-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 40px; */
    max-width: 1100px;
    margin: auto;
    flex-wrap: wrap;
    background: #ffffff;
    /* container background */
    border-radius: 16px;
    padding: 40px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Hover effect for container */
.sathi-wwd-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    background: #f3f4ff;
    /* slightly different background on hover */
}

/* Image styling */
.sathi-wwd-img {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.sathi-wwd-img img {
    margin-bottom: 20px;
    width: 400px;
    height: 200px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Image hover zoom */
.sathi-wwd-img:hover img {
    transform: scale(1.05);
}

/* Text */
.sathi-wwd-text {
    flex: 1;
    max-width: 600px;
}

.sathi-wwd-text h2 {
    font-family: 'Arima', system-ui;
    font-size: 36px;
    font-weight: 700;
    color: #f44336;
}

.sathi-wwd-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #1f5690;
}

/* Responsive */
@media (max-width: 900px) {
    .sathi-wwd-container {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .sathi-wwd-img,
    .sathi-wwd-text {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .sathi-wwd-text h2 {
        font-size: 26px;
    }

    .sathi-wwd-text p {
        font-size: 14px;
    }
}

/* sathi-what-we-do-end */

/* sathi-cards-section-start */
/* Sathi Cards Section */
.sathi-cards-section {
    width: 100%;
    padding: 60px 20px;
    background: #f9fafb;
    font-family: "Poppins", sans-serif;
}

.sathi-cards-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card */
.sathi-card {
    background: linear-gradient(135deg, #ffffff, #f5f5f5);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.sathi-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    background: linear-gradient(135deg, #ffffff, #e0e7ff);
}

/* Image / Icon */
.sathi-card-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.sathi-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sathi-card:hover .sathi-card-img img {
    transform: scale(1.08);
}

/* Optional icon on top (circle) */
.sathi-card-icon {
    width: 60px;
    height: 60px;
    background: #6366f1;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: -30px auto 10px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.sathi-card:hover .sathi-card-icon {
    background: #4f46e5;
    transform: scale(1.1);
}

/* Title */
.sathi-card h3 {
    font-family: 'Arima', system-ui;
    font-size: 24px;
    font-weight: 600;
    color: #f44336;
    margin: 16px 0 12px;
}

/* Content */
.sathi-card p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    padding: 0 16px 24px;
}

/* Responsive */
@media (max-width: 900px) {
    .sathi-cards-container {
        grid-template-columns: 1fr;
    }

    .sathi-card-img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .sathi-card h3 {
        font-size: 20px;
    }

    .sathi-card p {
        font-size: 14px;
    }
}

/* sathi-cards-section-end */


/* blog-section-start */
.blog-section {
    padding: 80px 20px;
    background: #f9fafb;
    font-family: "Poppins", sans-serif;
}

/* Header */
.blog-header {
    text-align: center;
    margin-bottom: 50px;
}

/* .blog-tag {
    display: inline-block;
    font-size: 14px;
    color: #F44336;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Style Script', cursive;
} */

.blog-header h2 {
    color: #F44336;
    font-size: 46px;
    font-weight: 700;
    font-family: 'Arima', system-ui;
}

/* Grid */
.blog-grid {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.blog-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
}

/* Image */
.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Content */
.blog-content {
    padding: 25px;
}

.blog-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1F5591;
}

/* Horizontal line */
.blog-content hr {
    width: auto;
    height: 3px;
    background: #000000;
    border: none;
    margin-bottom: 20px;
}

/* Footer */
.blog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-footer a {
    text-decoration: none;
    font-weight: 600;
    color: #FF6D0D;
}

.blog-footer .arrow {
    font-size: 20px;
    color: #FF6D0D;
    transition: transform 0.3s ease;

}

/* Hover arrow */
.blog-card:hover .arrow {
    transform: translateX(6px);
}

/* Explore Blogs Button */
.blog-btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.blog-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #F44C49;
    color: #ffffff;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-btn:hover {
    background: #ee221f;
    transform: translateY(-3px);
}


/* ===============================
   Responsive
================================ */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .blog-header h2 {
        font-size: 28px;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-img img {
        height: 200px;
    }
}

/* blog-section-end */



/* Section Base */
.section-base {
    background-color: #f4f7fa;
    padding: 80px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Container */
.inner-blog-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Blog Box */
.inner-blog {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Title */
.blog-title {
    font-size: 34px;
    margin-bottom: 30px;
    color: #1a2a40;
    text-align: center;
}

/* Paragraphs */
.inner-blog p {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

/* Highlight Paragraph */
.inner-blog .highlight {
    font-weight: 600;
    color: #0a3d62;
    border-left: 4px solid #0a3d62;
    padding-left: 15px;
    margin-top: 30px;
}

/* ===================== */
/* Responsive Design */
/* ===================== */

/* Tablet */
@media (max-width: 992px) {
    .inner-blog {
        padding: 35px;
    }

    .blog-title {
        font-size: 28px;
    }

    .inner-blog p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .section-base {
        padding: 50px 15px;
    }

    .inner-blog {
        padding: 25px;
    }

    .blog-title {
        font-size: 22px;
    }

    .inner-blog p {
        font-size: 15px;
        line-height: 1.7;
    }
}



/* breadcrumb-section Start */

.breadcrumb-section {
    position: relative;
    width: 100%;
    padding: 90px 8%;
    background: linear-gradient(120deg, #58a6ff, #24355D, #58a6ff);
    background-size: 300% 300%;
    animation: gradientMove 10s ease infinite;
    overflow: hidden;
    text-align: center;
}

/* Moving gradient animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Dark overlay */
.breadcrumb-overlay {

    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

/* Content wrapper */
.breadcrumb-container {
    position: relative;
    z-index: 2;
}

/* Page Title */
.breadcrumb-container h1 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 12px;
    font-family: 'Montserrat', display;
    font-weight: 700;
}


/* ============================
   BREADCRUMB LIST
============================ */

.breadcrumb {
    background: rgba(255, 255, 255, 0.15);
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    margin: 0 auto;
    width: fit-content;
    border-radius: 40px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Breadcrumb item pill */
.breadcrumb-item {
    padding: 6px;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
}

/* Home link */
.breadcrumb-item a {
    color: #58a6ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Hover effect */
.breadcrumb-item a:hover {
    color: #ffffff;
}

/* Active page */
.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

/* Separator */
.breadcrumb-separator {
    color: #ffffff;
    font-size: 18px;
}

/* ============================
   RESPONSIVE
============================ */

@media (max-width: 768px) {

    .breadcrumb-section {
        padding: 70px 6%;
    }

    .breadcrumb-container h1 {
        font-size: 20px;
    }

    .breadcrumb-item {
        font-size: 13px;
        padding: 5px 14px;
    }

    .breadcrumb-separator {
        font-size: 16px;
    }
}

/* breadcrumb-section End */

/* mission-section-start */
.mission-section {
    width: 100%;
    padding: 80px 20px;
    background: #f0f4f8;
}

.mission-container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    font-family: 'Arima', system-ui;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #f44336;
    margin-bottom: 60px;
}

/* Grid layout: 2 per row */
.mission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Card */
.mission-card {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Icon */
.card-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #14C1C0;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: 20px;
    transition: background 0.3s ease;
}

.mission-card:hover .card-icon {
    background: #FA6C06;
    color: #ffffff;
}

/* Content */
.card-content h4 {
    font-family: 'Arima', system-ui;
    font-size: 30px;
    font-weight: 600;
    color: #1D5690;
    margin-bottom: 12px;
}

.card-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

.card-content ul {
    list-style: disc inside;
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    padding-left: 0;
}

/* Responsive */
@media (max-width: 900px) {
    .mission-grid {
        grid-template-columns: 1fr;
        /* 1 card per row on tablets and below */
    }

}

@media (max-width: 768px) {
    .section-title {
        font-size: 28px;
    }

    .card-content h4 {
        font-size: 22px;
    }

    .card-content p {
        font-size: 12px;
    }

    .card-icon {
        width: 40px;
        height: 40px;
    }

}


/* mission-section-end */


/* gallery-section-start */
.gallery-section {
    width: 100%;
    padding: 80px 20px;
    background: #f9fafb;
    font-family: "Poppins", sans-serif;
}

.gallery-container {
    max-width: 1200px;
    margin: auto;
}

/* Header */
.gallery-header {
    text-align: center;
    margin-bottom: 50px;
}

.gallery-header h2 {
    font-family: 'Arima', system-ui;
    font-size: 46px;
    font-weight: 700;
    color: #f44336;
    margin-bottom: 10px;
}

.gallery-header p {
    font-size: 16px;
    color: #222222;
}

/* Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox-img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 12px;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 40px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

/* Responsive */
@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* gallery-section-end */

/* cta-split-section-start */
.cta-split-section {
    display: flex;
    width: 100%;
    min-height: 20vh;
}

/* Shared Box */
.cta-box {
    flex: 1;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Background Images */
.volunteer-box {
    background-image: url("./image/hero.webp");
}

.gift-box {
    background-image: url("./image/hero.webp");
}

/* Overlay */
.cta-overlay {
    width: 100%;
    height: 100%;
    padding: 30px;
    align-items: center;
}

/* Different overlay colors */
.volunteer-box .cta-overlay {
    background: #FB6B0A;
    /* Green */
}

.gift-box .cta-overlay {
    background: #1C5491;
    /* Indigo */
}

/* Volunteer List */
/* Volunteer List – Side by Side */
.cta-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-list li {
    font-size: 15px;
    position: relative;
    padding-left: 22px;
    white-space: nowrap;
}

.cta-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
}

/* Mobile adjustment */
@media (max-width: 576px) {
    .cta-list {
        gap: 12px 20px;
    }

    .cta-list li {
        font-size: 14px;
    }
}


/* Donation Amount Buttons */
.donation-amounts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.donation-amounts span {
    padding: 8px 18px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.donation-amounts span:hover {
    background: #ffffff;
    color: #111827;
}


/* Content */
.cta-content {
    color: #ffffff;
    max-width: 420px;
}

.cta-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
    font-family: 'Arima', system-ui;
}

.cta-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}



/* Button */
/* CTA Button */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 12px 22px;
    background: rgba(255, 255, 255, 0.15);
    /* subtle background */
    border-radius: 50px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
}

/* Round Icon */
.cta-icon {
    width: 48px;
    height: 48px;
    background: #ffffff;
    color: #111827;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* Hover Effects */
.cta-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.cta-btn:hover .cta-icon {
    transform: translateX(6px);
}


/* ================================
   Responsive
================================ */
@media (max-width: 991px) {
    .cta-split-section {
        flex-direction: column;
    }

    .cta-box {
        min-height: 300px;
    }

    .cta-overlay {
        padding: 40px;
    }

    .cta-content h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .cta-overlay {
        padding: 30px;
    }

    .cta-content h2 {
        font-size: 26px;
    }

    .cta-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}

/* cta-split-section-end */

/* contact-section-start */
.contact-section {
    width: 100%;
    padding: 80px 20px;
    background: #f9fafb;
    font-family: "Poppins", sans-serif;
}

.contact-container {
    background: #dfdfdf;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    border-radius: 16px;
}

.contact-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

/* ===============================
   Contact Card
================================ */
.contact-card {
    flex: 1;
    min-width: 300px;
    /* background: #ffffff; */
    border-radius: 16px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact-card .contact-intro {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 16px;
}

/* Equal height */
.contact-card.contact-info,
.contact-card.contact-form {
    height: 100%;
}

/* Hover effect */
.contact-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 25px 50px rgba(0,0,0,0.12); */
}

/* ===============================
   Left Card: Get in Touch
================================ */
.contact-card h3 {
    font-family: 'Arima', system-ui;
    font-size: 32px;
    font-weight: 700;
    color: #f44336;
    margin-bottom: 16px;
}



/* Contact info items */
.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #225592;
    margin-bottom: 16px;
}

.contact-item i {
    font-size: 18px;
    color: #225592;
}

/* ===============================
   Right Card: Contact Form
================================ */
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Form Row: Name & Email side by side */
.contact-form .form-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-form .form-row input {
    flex: 1;
}

/* Input and Textarea */
.contact-form input,
.contact-form textarea {
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

/* Submit Button */
.contact-form button {
    background: #6366f1;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background: #4f46e5;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-card {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .contact-form .form-row {
        flex-direction: column;
    }
}

/* contact-section-end */


/* contact-map-start */
.contact-map {
    width: 100%;
    height: 450px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* ===============================
   Responsive
================================ */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-card {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .contact-form .form-row {
        flex-direction: column;
    }
}

/* contact-map-end */

/* cta-mini-start*/
.cta-mini {
    width: 100%;
    padding: 45px 20px;
    display: flex;
    justify-content: center;
}

.cta-mini-box {
    max-width: 900px;
    width: 100%;
    padding: 26px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
}

/* Card hover */
.cta-mini-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
}

/* Text block */
.cta-mini-text h3 {
    font-size: 24px;
    font-weight: 600;
    color: #f44336;
    margin-bottom: 6px;
    font-family: 'Arima', system-ui;
}

.cta-mini-text p {
    font-size: 16px;
    color: #000000;
}

/* Button */
.cta-mini-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 26px;
    border-radius: 50px;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* Arrow */
.cta-mini-btn span {
    transition: transform 0.3s ease;
}

/* Button hover */
.cta-mini-btn:hover {
    background: #1e40af;
}

/* Arrow slide */
.cta-mini-btn:hover span {
    transform: translateX(6px);
}

/* ===============================
   Responsive
================================ */
@media (max-width: 700px) {
    .cta-mini-box {
        flex-direction: column;
        text-align: center;
        gap: 0px;
    }

    .cta-mini-text h3 {
        font-size: 14px;
    }

    .cta-mini-text p {
        font-size: 14px;
        color: #000000;
    }
}

/* cta-mini-end */



/* footer-top-info Start */
.footer-top-info {
    background: #f52d2d;
    padding: 15px 0;
    color: #fff;
}

.footer-top-inner {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    flex-wrap: wrap;
    text-align: center;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
}

.info-item i {
    color: #ffffff;
    background: rgba(7, 189, 189, 0.2);
    border-radius: 50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: pulseGlow 3s infinite ease-in-out;
}

/* Blinking / Pulsing effect */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 107, 8, 0.247);
        /* #FF6C08 */
    }

    50% {
        box-shadow: 0 0 12px 8px rgba(255, 107, 8, 0.199);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 8, 0.466);
    }
}




@media (max-width: 768px) {
    .footer-top-inner {
        justify-content: left;
        gap: 15px;
    }

    .info-item {
        width: 100%;
        justify-content: left;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .info-item {
        font-size: 14px;
    }
}

/* footer-top-info End */


/* Footer-start */
.main-footer {
    background-color: #176CB1;
    color: #ffffff;
    padding: 60px 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
    max-width: 1450px;
    margin: auto;
    padding: 0 20px;
}

/* ===== GRID ===== */
.footer-main-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
    margin-bottom: 40px;
}


.footer-col {
    padding: 0 25px;
    position: relative;
}

/* ===== VERTICAL DIVIDER ===== */
.footer-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 90%;
    background: rgba(255, 255, 255, 0.555);
}


.quicklinks-col {
    padding: 0 25px;
}

.quicklinks-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* GRID */
.quicklinks-grid {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px 20px;
    width: 380px;
}

/* LINKS */
.quicklinks-grid li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quicklinks-grid i {
    font-size: 12px;
    color: #ffffff;
}

.quicklinks-grid a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    line-height: 1.4;
}

.quicklinks-grid a:hover {
    color: #176CB1;
    padding-left: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .quicklinks-grid {
        grid-template-columns: 1fr;
    }

    .quicklinks-title {
        text-align: left;
    }
}


/* ===== BRAND ===== */
.footer-logo {
    background-color: #fff;
    border-radius: 10px;
    height: 80px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* smooth transition */
}

.footer-logo:hover {
    transform: scale(1.05);
    /* slightly enlarge */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    /* subtle shadow */
}


.brand-text {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
}

/* ===== SOCIAL ===== */
.footer-socials {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.footer-socials a {
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
}

.footer-socials a:hover {
    color: #f54a49;
}

/* ===== TITLES ===== */
.footer-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-title i {
    margin-right: 8px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}


/* ===== LINKS ===== */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.footer-links i {
    font-size: 12px;
    color: #ffffff;
}

.footer-links a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #f52d2d;
    padding-left: 4px;
}

/* ===== CONTACT ===== */
.contact-list {
    list-style: none;
    padding: 0;
}

.contact-list li {
    display: flex;
    align-items: left;
    gap: 10px;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    width: 270px;
}

.contact-list i {
    color: #ffffff;
}

/* ===== FOOTER BOTTOM ===== */
.footer-bottom {
    background-color: #FF6C08;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 12px;
    color: #ffffff;

    display: flex;
    justify-content: center;
    /* horizontal center */
    align-items: center;
    /* vertical center */
    text-align: center;
}

@media (max-width: 480px) {
    .footer-main-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}

@media (max-width: 768px) {
    .footer-bottom {
        border-radius: 15px;
        padding: 12px 20px;
    }
}

/* ================================
   RESPONSIVE FOOTER IMPROVEMENTS
================================ */

/* Large Tablets */
@media (max-width: 1200px) {
    .footer-main-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .quicklinks-grid {
        width: 100%;
    }
}

/* Tablets */
@media (max-width: 900px) {
    .footer-main-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .footer-col,
    .quicklinks-col {
        padding: 0 10px;
    }

    /* Remove vertical dividers */
    .footer-col:not(:last-child)::after {
        display: none;
    }
}

/* Mobiles */
@media (max-width: 600px) {
    .footer-main-row {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .footer-socials {
        justify-content: left;
    }

    .footer-links li,
    .contact-list li,
    .quicklinks-grid li {
        justify-content: left;
    }

    .footer-title,
    .quicklinks-title {
        text-align: left;
    }

    .quicklinks-grid {
        grid-template-columns: 1fr;
        justify-items: left;
    }

    .footer-logo {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Extra Small Phones */
@media (max-width: 400px) {
    .footer-title {
        font-size: 18px;
    }

    .footer-links a,
    .contact-list li,
    .quicklinks-grid a {
        font-size: 13px;
    }

    .brand-text {
        font-size: 13px;
    }
}

.footer-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.footer-gallery img {
    width: 90%;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    transition: transform 0.3s;
}

.footer-gallery img:hover {
    transform: scale(1.05);
}

/* ===============================
   FOOTER GALLERY – RESPONSIVE
================================ */
@media (max-width: 900px) {
    .footer-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .footer-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}


.footer-login-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
}

.footer-login-link:hover {
    color: #f54a49;
}

.privacy-check {
    align-items: flex-start;
}

.privacy-check input {
    margin-top: 3px;
}

.privacy-check label {
    font-size: 11px;
}

.privacy-check a {
    color: #ffffff;
    text-decoration: underline;
}

/* ===== FOOTER LOGIN BUTTONS ===== */
.footer-login-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 20px;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Admin Button */
.admin-btn {
    background: transparent;
}

.admin-btn:hover {
    background: #f54a49;
    border-color: #f54a49;
}

/* Member Button */
.member-btn {
    background: rgba(255, 255, 255, 0.15);
}

.member-btn:hover {
    background: #f54a49;
    color: #ffffff;
}

/* Icons */
.footer-btn i {
    font-size: 13px;
}


/* ===============================
   BRAND SECTION – RESPONSIVE
================================ */
@media (max-width: 600px) {
    .brand-col {
        text-align: left;
    }

    .footer-logo {
        margin: 0 auto 15px;
    }

    .footer-socials {
        justify-content: left;
    }
}

/* ===============================
   CONTACT & PRIVACY – RESPONSIVE
================================ */
@media (max-width: 600px) {
    .contact-list li {
        width: 100%;
        font-size: 12px;
    }

    .privacy-check label {
        font-size: 11px;
        line-height: 1.4;
    }
}

/* ===============================
   FOOTER BOTTOM – RESPONSIVE
================================ */
@media (max-width: 768px) {
    .footer-bottom {
        padding: 12px 18px;
        border-radius: 20px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .footer-bottom {
        font-size: 10px;
    }
}


/* Footer-end */

/* ===============================
   ANIMATED BACK TO TOP BUTTON
   =============================== */

#et-top-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #f4a100, #ff7b00);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    overflow: hidden;
}

/* Show button */
#et-top-btn.et-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Arrow */
.et-top-arrow {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover lift + glow */
#et-top-btn:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 12px 25px rgba(244, 161, 0, 0.45);
}

/* Arrow bounce on hover */
#et-top-btn:hover .et-top-arrow {
    transform: translateY(-4px);
}

/* Pulse ring animation */
#et-top-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    opacity: 0;
    transform: scale(1);
}

#et-top-btn:hover::before {
    animation: et-top-pulse 0.9s ease-out;
}

@keyframes et-top-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.6);
    }
}

/* Floating idle animation */
#et-top-btn.et-show {
    animation: et-top-float 3s ease-in-out infinite;
}

@keyframes et-top-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

/* Mobile */
@media (max-width: 600px) {
    #et-top-btn {
        width: 44px;
        height: 44px;
        right: 15px;
        bottom: 15px;
    }

    .et-top-arrow {
        font-size: 18px;
    }
}

/* ===== WhatsApp Floating Button ===== */
.whatsapp-float {
    position: fixed;
    right: 25px;
    /* slightly off-screen */
    bottom: 90px;
    /* ABOVE back-to-top button */
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #25D366, #1ebe5d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 9998;
    /* below top button if needed */
    transition: all 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    /* slide fully into view */
    transform: scale(1.08);
    color: #ffffff;
}

/* Mobile adjustment */
@media (max-width: 480px) {
    .whatsapp-float {
        right: 15px;
        bottom: 80px;
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}

/* ===== Call Floating Button ===== */
.call-float {
    position: fixed;
    left: 12px;
    /* slightly off-screen */
    bottom: 90px;
    /* balanced with other buttons */
    width: 52px;
    height: 52px;
    background: #1D56DA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 9997;
    transition: all 0.3s ease;
}

/* Hover / Tap effect */
.call-float:hover {
    left: 25px;
    transform: scale(1.08);
    color: #ffffff;
}

/* Hide on Desktop */
@media (min-width: 992px) {
    .call-float {
        display: none;
    }
}

/* Mobile Adjustments */
@media (max-width: 480px) {
    .call-float {
        width: 48px;
        height: 48px;
        font-size: 20px;
        bottom: 80px;
    }
}



/* ===== Custom Scrollbar ===== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #6366f1;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #4338ca;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #6366f1 transparent;
}