/*
Theme Name: Web Muzahid
Version: 9.0
*/

/* =====================================================
BASE GLOBAL STYLE
Controls body font, background, and reset behavior
===================================================== */

body {
 /* Main UI font for all normal text */
 font-family: 'Hind Siliguri', system-ui, sans-serif;

 /* Remove browser default margin */
 margin:0;

 /* Light gray background for whole site */
 background:#f5f5f5;
}

/* Main content wrapper width + side padding */
.container {
 max-width:1400px;
 margin:auto;
 padding:20px;
}


/* =====================================================
HEADER + TOP NAVIGATION STYLE
Controls logo, header bar, and menu layout
===================================================== */

.site-header {
 background:#fff;
 box-shadow:0 2px 10px rgba(0,0,0,.05);
}

/* Flex row for logo + menu button + nav */
.header-flex {
 display:flex;
 align-items:center;
 justify-content:space-between;
}

/* Logo text fallback style */
.logo a {
 font-size:22px;
 font-weight:700;
 text-decoration:none;
 color:#111;
}

/* Desktop menu list layout */
.nav-menu {
 list-style:none;
 margin:0;
 padding:0;
 display:flex;
 gap:20px;
}

/* Desktop menu links */
.nav-menu a {
 text-decoration:none;
 color:#333;
 font-weight:500;
}


/* =====================================================
OLD SIMPLE FONT GRID
Basic grid used in earlier archive layout
===================================================== */

.font-grid {
 display:grid;
 grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
 gap:20px;
}

/* Simple font card box */
.font-card {
 background:#fff;
 padding:20px;
 border-radius:14px;
 box-shadow:0 4px 14px rgba(0,0,0,.06);
}

/* Font preview text inside card */
.font-preview {
 font-size:28px;
 margin-bottom:10px;
 word-break:break-word;
}


/* =====================================================
SINGLE FONT PAGE TWO COLUMN LAYOUT
Left preview + right info panel
===================================================== */

.layout {
 display:grid;
 grid-template-columns:1fr 380px;
 gap:30px;
}

/* Generic white card UI */
.card {
 background:#fff;
 border-radius:16px;
 box-shadow:0 6px 18px rgba(0,0,0,.06);
 padding:28px;
}

/* Left preview panel vertical stack */
.preview-panel {
 display:flex;
 flex-direction:column;
 gap:20px;
}

/* Font title on single font page */
.font-title {
 font-size:28px;
 font-weight:700;
 border-bottom:2px solid #e2e8f0;
 padding-bottom:12px;
}


/* =====================================================
PREVIEW TOOLBAR + CONTROLS
Bold, size buttons, etc
===================================================== */

.toolbar {
 display:flex;
 gap:10px;
 flex-wrap:wrap;
 background:#f7fafc;
 padding:14px;
 border-radius:12px;
}

/* Toolbar buttons */
.btn-toolbar,
.btn-icon {
 background:#fff;
 border:2px solid #e2e8f0;
 border-radius:8px;
 padding:8px 14px;
 font-weight:600;
 cursor:pointer;
}

/* Text input area for preview typing */
.textarea-input {
 width:100%;
 padding:14px;
 border:2px solid #e2e8f0;
 border-radius:12px;
 font-size:16px;
 min-height:100px;
}

/* Big preview output box */
.preview-display {
 border:2px solid #e2e8f0;
 border-radius:12px;
 padding:30px;
 font-size:42px;
 min-height:220px;
 display:flex;
 align-items:center;
 justify-content:center;
}


/* =====================================================
RIGHT INFO PANEL STYLE
Designer, type, release, badge
===================================================== */

.info-panel {
 display:flex;
 flex-direction:column;
 gap:14px;
}

/* Circular badge with author image or letter */
.font-badge {
 width:120px;
 height:120px;
 border-radius:50%;
 overflow:hidden;
 display:flex;
 align-items:center;
 justify-content:center;
 background:linear-gradient(135deg,#667eea,#764ba2);
 color:#fff;
 font-size:34px;
 font-weight:700;
 margin:auto;
}

/* If badge uses image instead of letter */
.font-badge img {
 width:100%;
 height:100%;
 object-fit:cover;
}

/* Label + value rows */
.meta-item {
 display:flex;
 justify-content:space-between;
 padding:6px 0;
 border-bottom:1px solid #eee;
}

/* Force Hind Siliguri on UI labels */
.meta-label,
.meta-value,
.toolbar,
.btn-download,
.download-count,
.license-box {
 font-family:'Hind Siliguri',sans-serif !important;
}


/* =====================================================
DOWNLOAD + LICENSE BOX
===================================================== */

.btn-download {
 display:block;
 text-align:center;
 padding:14px;
 border-radius:12px;
 background:linear-gradient(135deg,#667eea,#764ba2);
 color:#fff;
 font-weight:700;
 text-decoration:none;
}

/* Warning / license notice box */
.license-box {
 background:#fdebd0;
 padding:14px;
 border-left:4px solid #f39c12;
 border-radius:8px;
}


/* Tablet layout collapse */
@media(max-width:1024px){
 .layout {grid-template-columns:1fr;}
}


/* =====================================================
NEW GRID UI FOR HOMEPAGE + ARCHIVE
Modern card design
===================================================== */

.page-header {
 text-align:center;
 margin-bottom:50px;
}

.page-header h1 {
 font-size:2.5rem;
 font-weight:800;
}

.page-header p {
 color:#718096;
}

/* Filter + search bar container */
.filter-bar {
 background:#fff;
 padding:25px;
 border-radius:16px;
 box-shadow:0 2px 8px rgba(0,0,0,.06);
 margin-bottom:40px;
 display:flex;
 gap:20px;
 flex-wrap:wrap;
}

/* Search input box */
.search-input {
 width:100%;
 padding:14px 18px; /* equal left right gap */
 border:2px solid #e2e8f0;
 border-radius:10px;
 margin-bottom:35px;
 box-sizing:border-box;
}


/* Main font card grid */
.grid {
 display:grid;
 grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
 gap:18px;
}

/* Modern font card */
.font-card {
 background:#fff;
 border-radius:24px;
 overflow:hidden;
 box-shadow:0 4px 20px rgba(0,0,0,.08);
 transition:.35s;
 border:1px solid #e2e8f0;
 position:relative;
}

/* Hover lift effect */
.font-card:hover {
 transform:translateY(-8px);
 box-shadow:0 18px 40px rgba(0,0,0,.12);
}

/* Card header area */
.card-header {
 padding:26px;
 border-bottom:1px solid #edf2f7;
}

/* Font name title */
.font-name {
 font-size:1.6rem;
 font-weight:700;
}

/* Small meta pills */
.meta-badge {
 padding:6px 14px;
 border-radius:20px;
 font-size:.8rem;
 font-weight:600;
 background:#edf2f7;
}

/* Type badge color */
.meta-badge.type { background:#e6fffa; }

/* Style count badge color */
.meta-badge.style { background:#fef5e7; }

/* Preview area in card */
.preview-area {
 padding:45px 25px;
 text-align:center;
}

/* Preview text */
.preview-text {
 font-size:2rem;
 font-weight:600;
}

/* Footer button area */
.card-footer {
 padding:22px;
 background:#fafafa;
}

/* Corner tags like NEW / POPULAR */
.badge-tag {
 position:absolute;
 top:16px;
 right:16px;
 padding:6px 12px;
 border-radius:20px;
 font-size:.75rem;
 font-weight:700;
 color:#fff;
}

.badge-tag.new {background:#48bb78;}
.badge-tag.popular {background:#ed8936;}

/* Grid download button */
.btn-download-grid {
 display:block;
 text-align:center;
 padding:14px;
 border-radius:14px;
 background:linear-gradient(135deg,#667eea,#764ba2);
 color:#fff;
 font-weight:700;
 text-decoration:none;
}


/* =====================================================
LOGO + HEADER INNER WRAPPER
===================================================== */

.custom-logo {
 max-height:60px;
 width:auto;
 display:block;
}

.header-inner {
 max-width:1200px;
 margin:auto;
 padding:14px 20px;
 display:flex;
 align-items:center;
 justify-content:space-between;
}


/* =====================================================
MAIN NAV + MOBILE MENU
===================================================== */

.main-nav ul {
 list-style:none;
 display:flex;
 gap:28px;
 margin:0;
 padding:0;
}

.main-nav a {
 text-decoration:none;
 font-weight:600;
 color:#222;
}

/* Hamburger icon button */
.menu-toggle {
 display:none;
 font-size:26px;
 background:none;
 border:none;
 cursor:pointer;
}

/* Mobile menu behavior */
@media (max-width: 768px){

 .menu-toggle { display:block; }

 .main-nav {
  position:absolute;
  left:0;
  right:0;
  top:100%;
  background:#fff;
  box-shadow:0 10px 20px rgba(0,0,0,0.08);
  display:none;
 }

 .main-nav ul {
  flex-direction:column;
  padding:20px;
  gap:16px;
 }

 /* JS toggles this class */
 .main-nav.active {
  display:block;
 }
}


/* =====================================================
GLOBAL RESPONSIVE SAFETY
Prevents sideways scroll and overflow
===================================================== */

* { max-width:100%; }

img {
 max-width:100%;
 height:auto;
 display:block;
}

/* Stop horizontal drag scroll */
html, body {
 overflow-x:hidden;
}


/* =====================================================
MOBILE TYPOGRAPHY SCALING
===================================================== */

.page-header h1,
.hero-title {
 font-size: clamp(26px, 6vw, 44px);
 line-height: 1.15;
}

.page-header p,
.hero-sub {
 font-size: clamp(14px, 3.5vw, 18px);
}


/* =====================================================
SMALL PHONE GRID + CARD TUNING
===================================================== */

@media (max-width: 480px){

 .grid { grid-template-columns:1fr; }

 .card-header { padding:18px; }

 .preview-area { padding:28px 16px; }

 .preview-text { font-size:1.4rem; }

 .card-footer { padding:16px; }

 body { font-size:15px; }

 .custom-logo { max-height:36px; }

}

/* Header becomes positioning context for mobile menu */
.site-header {
 position: relative;
 z-index: 1000;
}

/* Ensure mobile menu appears above content */
.main-nav {
 z-index: 1001;
}
/* Hamburger icon styling */
.menu-toggle {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 1001;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* =====================================================
   MOBILE MENU FIX - ADD THIS TO YOUR style.css
   Copy everything below and paste at the END of your style.css file
   ===================================================== */

/* =====================================================
   HAMBURGER MENU BUTTON STYLING
   ===================================================== */

/* Hamburger icon styling */
.menu-toggle {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: none; /* Hidden on desktop by default */
  flex-direction: column;
  gap: 6px;
  z-index: 1001;
  position: relative;
}

.menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Transform hamburger to X when menu is open */
body.menu-open .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

body.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}


/* =====================================================
   MOBILE RESPONSIVE STYLES
   Only applies on screens 768px and smaller
   ===================================================== */

@media (max-width: 768px) {
  
  /* Show hamburger button on mobile */
  .menu-toggle {
    display: flex;
  }
  
  /* Hide navigation by default on mobile */
  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 1000;
    padding: 80px 20px 20px;
    overflow-y: auto;
  }
  
  /* Show navigation when active class is added */
  .main-nav.active {
    display: block;
  }
  
  /* Style the menu items for mobile */
  .main-nav .nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .main-nav .nav-menu li {
    border-bottom: 1px solid #eee;
  }
  
  .main-nav .nav-menu a {
    display: block;
    padding: 15px 10px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
  }
  
  .main-nav .nav-menu a:hover {
    background: #f5f5f5;
  }
  
  /* Prevent body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }
}


/* =====================================================
   DESKTOP STYLES
   Only applies on screens larger than 768px
   ===================================================== */

@media (min-width: 769px) {
  
  /* Hide hamburger button on desktop */
  .menu-toggle {
    display: none !important;
  }
  
  /* Show navigation normally on desktop */
  .main-nav {
    display: flex;
  }
  
  /* Style the menu items for desktop */
  .main-nav .nav-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  
  .main-nav .nav-menu a {
    text-decoration: none;
    color: #333;
    padding: 10px 15px;
  }
  
  .main-nav .nav-menu a:hover {
    color: #0066cc;
  }
}

/* =====================================================
   CLOSE BUTTON INSIDE MOBILE MENU
   ===================================================== */

.menu-close {
  display: none; /* Hidden by default */
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 36px;
  cursor: pointer;
  color: #333;
  padding: 5px 10px;
  line-height: 1;
  z-index: 1001;
  font-weight: 300;
}

.menu-close:hover {
  color: #ff0000;
}

/* Show close button only on mobile when menu is active */
@media (max-width: 768px) {
  .main-nav.active .menu-close {
    display: block;
  }
}

/* ===== CATEGORY FAQ STYLE ===== */

.card h2 {
 font-size: 1.6rem;
}

.card strong {
 display:block;
 font-size: 1.05rem;
}

.card p {
 color:#444;
 line-height:1.6;
}

/* =====================================
SINGLE FONT PAGE LAYOUT FIX
Prevent right panel from stretching height
===================================== */

.layout {
  align-items: start; /* stop equal height columns */
}

/* Ensure right info panel keeps natural height */
.info-panel {
  align-self: start;
}
/* ============================================
   ADD THIS TO THE BOTTOM OF YOUR style.css
   LipiBD Homepage - Final Version
   ============================================ */

:root {
    --lipibd-primary-green: #1a5f3f;
    --lipibd-light-green: #2d7a56;
    --lipibd-lighter-green: #e8f5ee;
    --lipibd-accent-green: #3d9970;
    --lipibd-bg-white: #ffffff;
    --lipibd-text-dark: #1a2b23;
    --lipibd-text-gray: #556b5f;
    --lipibd-shadow-soft: 0 2px 12px rgba(26, 95, 63, 0.08);
    --lipibd-shadow-hover: 0 4px 20px rgba(26, 95, 63, 0.12);
}

/* Hero Section */
.lipibd-hero {
    background: linear-gradient(135deg, var(--lipibd-lighter-green) 0%, var(--lipibd-bg-white) 100%);
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.lipibd-hero .hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.lipibd-hero h1 {
    font-size: 2.5rem;
    color: var(--lipibd-primary-green);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.lipibd-hero .hero-subtitle {
    font-size: 1.1rem;
    color: var(--lipibd-text-gray);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.lipibd-hero .hero-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.lipibd-hero .feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

.lipibd-hero .check-icon {
    width: 24px;
    height: 24px;
    background: var(--lipibd-primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
}

/* Search Section (Simple) */
.lipibd-search-wrapper {
    margin-bottom: 3rem;
}

.lipibd-search-section {
    background: var(--lipibd-bg-white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--lipibd-shadow-soft);
}

.lipibd-search-section .search-input {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 2px solid var(--lipibd-lighter-green);
    border-radius: 8px;
    font-size: 1.1rem;
}

.lipibd-search-section .search-input:focus {
    outline: none;
    border-color: var(--lipibd-primary-green);
}

/* Section Styles */
.lipibd-section {
    margin-bottom: 4rem;
}

.lipibd-section .section-title {
    font-size: 2rem;
    color: var(--lipibd-primary-green);
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 600;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.category-card {
    background: var(--lipibd-bg-white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--lipibd-shadow-soft);
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lipibd-shadow-hover);
    border-color: var(--lipibd-light-green);
}

.category-card .category-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.category-card h3 {
    color: var(--lipibd-primary-green);
    font-size: 1.2rem;
    font-weight: 600;
}

/* Fonts Grid */
.fonts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}

.fonts-grid .font-card {
    background: var(--lipibd-bg-white);
    border-radius: 12px;
    box-shadow: var(--lipibd-shadow-soft);
    overflow: hidden;
    transition: all 0.3s;
}

.fonts-grid .font-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lipibd-shadow-hover);
}

.fonts-grid .font-preview {
    background: var(--lipibd-lighter-green);
    padding: 2.5rem 1.5rem;
    text-align: center;
    font-size: 2rem;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fonts-grid .font-info {
    padding: 1.5rem;
}

.fonts-grid .font-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--lipibd-primary-green);
    margin-bottom: 0.8rem;
}

.fonts-grid .font-badges {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.fonts-grid .badge {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.fonts-grid .badge-unicode {
    background: var(--lipibd-lighter-green);
    color: var(--lipibd-primary-green);
}

.fonts-grid .badge-free {
    background: var(--lipibd-accent-green);
    color: white;
}

.fonts-grid .badge-popular {
    background: var(--lipibd-light-green);
    color: white;
}

.fonts-grid .badge-new {
    background: #ff6b6b;
    color: white;
}

.fonts-grid .font-actions {
    display: flex;
    gap: 0.8rem;
}

.fonts-grid .btn {
    padding: 0.7rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    font-size: 0.95rem;
}

.fonts-grid .btn-primary {
    background: var(--lipibd-primary-green);
    color: white;
    flex: 1;
}

.fonts-grid .btn-primary:hover {
    background: var(--lipibd-light-green);
}

.fonts-grid .btn-secondary {
    background: transparent;
    color: var(--lipibd-primary-green);
    border: 2px solid var(--lipibd-primary-green);
    flex: 0.8;
}

.fonts-grid .btn-secondary:hover {
    background: var(--lipibd-lighter-green);
}

/* Tutorials Grid */
.tutorials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.tutorial-card {
    background: var(--lipibd-bg-white);
    border-radius: 12px;
    padding: 1.8rem;
    box-shadow: var(--lipibd-shadow-soft);
    transition: all 0.3s;
}

.tutorial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lipibd-shadow-hover);
}

.tutorial-card h3 {
    color: var(--lipibd-primary-green);
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.tutorial-card p {
    color: var(--lipibd-text-gray);
    margin-bottom: 1rem;
}

.tutorial-card a {
    color: var(--lipibd-accent-green);
    text-decoration: none;
    font-weight: 600;
}

.tutorial-card a:hover {
    color: var(--lipibd-primary-green);
}

/* Trust Section */
.trust-section {
    background: var(--lipibd-lighter-green);
    padding: 2.5rem;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 3rem;
}

.trust-section h2 {
    color: var(--lipibd-primary-green);
    margin-bottom: 1rem;
}

.trust-section p {
    color: var(--lipibd-text-gray);
    margin-bottom: 1.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.trust-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.trust-links a {
    color: var(--lipibd-primary-green);
    text-decoration: none;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    border: 2px solid var(--lipibd-primary-green);
    border-radius: 8px;
    transition: all 0.3s;
}

.trust-links a:hover {
    background: var(--lipibd-primary-green);
    color: white;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .lipibd-hero h1 {
        font-size: 1.8rem;
    }
    
    .lipibd-hero .hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .fonts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .lipibd-section .section-title {
        font-size: 1.5rem;
    }
    
    .tutorials-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .lipibd-hero h1 {
        font-size: 1.5rem;
    }
    
    .fonts-grid .font-preview {
        font-size: 1.5rem;
        padding: 2rem 1rem;
    }
}

/* ============================================
   END OF LIPIBD STYLES
   ============================================ */

/* ============================================
   FOOTER STYLES FOR LIPIBD
   Add this to the bottom of your style.css
   (AFTER the previous styles you added)
   ============================================ */

/* Footer Main Container */
.lipibd-footer {
    background: #1a2530;
    color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0 0;
    margin-top: 4rem;
}

/* Footer Content Grid */
.lipibd-footer .footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Footer Column */
.lipibd-footer .footer-column {
    display: flex;
    flex-direction: column;
}

/* Footer Title (First Column) */
.lipibd-footer .footer-title {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}

.lipibd-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}

/* Footer Headings (Other Columns) */
.lipibd-footer .footer-heading {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

/* Footer Links */
.lipibd-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lipibd-footer .footer-links li {
    margin-bottom: 0.7rem;
}

.lipibd-footer .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s;
    display: inline-block;
}

.lipibd-footer .footer-links a:hover {
    color: #2d7a56;
    transform: translateX(5px);
}

/* Footer Bottom */
.lipibd-footer .footer-bottom {
    padding: 2rem 0;
}

.lipibd-footer .footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.lipibd-footer .copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.lipibd-footer .footer-contact {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.lipibd-footer .footer-contact a {
    color: #2d7a56;
    text-decoration: none;
    transition: color 0.3s;
}

.lipibd-footer .footer-contact a:hover {
    color: #3d9970;
}

/* Mobile Responsive */
@media (max-width: 968px) {
    .lipibd-footer .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
}

@media (max-width: 576px) {
    .lipibd-footer {
        padding: 2rem 0 0;
    }
    
    .lipibd-footer .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .lipibd-footer .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

/* ============================================
   END OF FOOTER STYLES
   ============================================ */