/* ===============================
   ROOT COLORS
================================ */
:root {
  --green-dark: #2f3f2a;
  --green-main: #6aa823;
  --green-light: #7bbd2e;
}

.bg-grey {
  background-color: #f6f9f3 !important;
}

.bg-white {
  background-color: white !important;
}

.w-75 {
  max-width: 750px !important;
  margin-left: auto;
  margin-right: auto;
}

/* Breadcrumb */
/* ================= PAGE HEADER ================= */

.page-head {
  background: #f6f9f3; /* your grey */
  padding: 70px 0;
  text-align: center;
}

/* Badge */
.page-head-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  background: var(--green-main);
  color: #fff;

  padding: 6px 14px;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 16px;
}

/* Title */
.page-head-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 14px;
}

.page-head-title span {
  color: var(--green-main);
}

/* Description */
.page-head-desc {
  max-width: 600px;
  margin: auto;
  font-size: 16px;
  color: #555;
  margin-bottom: 22px;
}

/* Breadcrumb */
.page-breadcrumb {
  font-size: 14px;
  color: #777;
}

.page-breadcrumb a {
  text-decoration: none;
  color: #444;
}

.page-breadcrumb a:hover {
  color: var(--green-main);
}

.page-breadcrumb span {
  margin: 0 6px;
}

.page-breadcrumb .current {
  color: var(--green-main);
  font-weight: 500;
}

/* ===============================
   COLOR UTILITIES
================================ */
.bg-dark-green {
  background-color: var(--green-dark);
}

.bg-green {
  background-color: white;
}

.text-green {
  color: var(--green-light);
}

.btn-green {
  background-color: var(--green-main);
  color: #fff;
  border: none;
}

.btn-green:hover {
  background-color: #5f9a1f;
}

.badge.bg-green {
  background-color: var(--green-main);
}

/* ===============================
   HEADER STRUCTURE FIXES
================================ */

.head-call p {
  font-weight: 700;
}

.meg-men h6 {
  font-weight: 700;
  font-size: 18px;
}

.bg-dark-green.text-white.small {
  padding: 10px;
}

.top-text p {
  font-size: 14px;
  font-weight: 700;
}

.top-link a {
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}

.main-head {
  padding: 12px;
}

header {
  position: relative;
  z-index: 100;
}

/* Allow dropdown overflow */
.bg-green {
  position: relative;
  overflow: visible !important;
  z-index: 100;
}

.navbars {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.nav {
  overflow: visible !important;
}

/* ===============================
   NAV LINKS
================================ */
.nav-link {
  padding: 0.5rem 0.75rem;
  transition: color 0.2s ease;
  color: black;
}

.nav-link:hover {
  color: #6aa823;
}

/* ===============================
   MEGA MENU CORE
================================ */
.mega-parent {
  position: static;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  padding: 30px 0;
  display: none;
  z-index: 9999;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Show on hover */
.mega-parent:hover .mega-menu {
  display: block;
}

/* ===============================
   MEGA MENU CONTENT
================================ */
.mega-menu h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--green-main);
}

.mega-menu h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #000000;
}

.mega-menu a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.mega-menu a:hover {
  color: var(--green-main);
}

/* ===============================
   DROPDOWN (MEGA STYLE)
================================ */

.nav-item.dropdown {
  position: relative;
}

/* Dropdown box */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  background: #ffffff;
  padding: 22px 0;
  min-width: 230px;

  border: none;
  border-radius: 0;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}

/* Show on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Links */
.dropdown-item {
  display: block;
  font-size: 14px;
  color: #333;
  padding: 8px 24px;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* Hover same as mega */
.dropdown-item:hover {
  color: var(--green-main);
  background: transparent;
}

/* ===============================
   BUTTON & ICON TWEAKS
================================ */
.btn-light {
  font-size: 14px;
}

.btn-sm {
  padding: 6px 10px;
}

/* ===============================
   SEARCH BAR TWEAK
================================ */
.input-group {
  height: 25px;
}

.input-group .form-control {
  font-size: 14px;
  box-shadow: none;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.card-shorts a {
  font-size: 14px;
  font-weight: 500;
}

/* ===============================
   BADGE POSITION FIX
================================ */
.badge.position-absolute {
  font-size: 18px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   OPTIONAL: SMOOTHER HOVER
   (safe to keep)
================================ */
.mega-menu {
  animation: megaFade 0.2s ease;
}

@keyframes megaFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================= MOBILE HEADER ================= */

.mobile-header {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.mobile-actions i {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.mobile-menu-toggle {
  font-size: 16px;
  background: white;
  padding: 4px 8px 4px 8px;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  font-weight: 500;
  color: #2c3c28;
  transition: 0.3s;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

/* ================= MOBILE DRAWER ================= */

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9998;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  padding: 20px;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-overlay.active {
  display: block;
}

.mobile-menu-close {
  background: var(--green-main);
  border: none;
  color: #fff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* SEARCH */
.mobile-search {
  position: relative;
  margin: 60px 0 20px;
}

.mobile-search input {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.mobile-search i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}

/* NAV */
.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

/* ================= MOBILE ACCORDION DROPDOWN ================= */

.mobile-item {
  border-bottom: 1px solid #eee;
}

.mobile-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  color: #333;
}

.mobile-link .arrow {
  background: var(--green-main);
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* SUBMENU */
.mobile-submenu {
  list-style: none;
  padding-left: 14px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.mobile-submenu li a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  text-decoration: none;
}

/* ACTIVE STATE */
.mobile-item.active .mobile-submenu {
  max-height: 500px;
}

.mobile-item.active .arrow {
  transform: rotate(180deg);
}

/* FOOTER */
.mobile-footer {
  margin-top: 30px;
  border: 2px solid #6aa823;
  border-radius: 12px;
  padding: 25px;
}

.mobile-footer .contact p {
  font-size: 22px;
  color: #555;
}

.auth-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.auth-buttons .btn {
  flex: 1;
  font-size: 18px;
}

.mobile-actions a {
  background: white;
  padding: 4px 8px 4px 8px;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  font-weight: 500;
  color: #2c3c28;
  transition: 0.3s;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.mobs-see h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--green-main);
}

.mobs-see h3 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
  color: #000000;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 768px) {
  .main-head {
    display: none;
  }
  .topbar {
    display: none;
  }
  .navbars {
    display: none;
  }
}

/* ================= HERO ================= */

.hero {
  width: 100%;
  display: flex;
  align-items: center;

  background-image: url("../../assets/img/bg/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center; /* 🔥 IMPORTANT */

  min-height: 620px; /* changed from fixed height */
  padding: 80px 0;
}

.hero-link {
  width: 100%;
  display: block;
  color: inherit;
  text-decoration: none;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

/* LEFT TEXT */
.hero-text h1 {
  font-size: 82px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #111;
}

.hero-text h4 {
  font-size: 40px;
  margin-bottom: 25px;
}

.hero-text p {
  font-size: 28px;
  color: #444;
  max-width: 520px;
  margin-bottom: 30px;
}

p.ons {
  color: #4a5565;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 16px;
}

.hero-btn {
  background: #000;
  color: #fff;
  padding: 14px 26px;
  border-radius: 6px;
  font-weight: 500;
  display: inline-block;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
  .hero-text h1 {
    font-size: 64px;
  }
}

@media (max-width: 992px) {
  .hero {
    background-position: center right; /* keep model visible */
  }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 60px 0;
    background-position: 70% center; /* 🔥 adjusts crop for mobile */
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-text h4 {
    font-size: 22px;
  }

  .hero-text p {
    font-size: 15px;
  }
}

/* ================= FEATURE STRIP ================= */

.feature-strip {
  background: #f6f9f3; /* soft green-tinted bg */
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-left: 100px;
}

/* ITEM */
.feature-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* ICON */
.feature-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: var(--green-main);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(106, 168, 35, 0.25);
}

/* TEXT */
.feature-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #1f2937;
}

.feature-text p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-left: 1px;
  }

  .feature-item {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}

/* ================= SERVICES / CATEGORIES ================= */

.service-categories {
  padding: 80px 0;
  background: #ffffff;
}

/* SECTION HEAD */
.section-head {
  max-width: 700px;
  margin: 0 auto 50px;
}

.section-head h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.section-head p {
  font-size: 16px;
  color: #6b7280;
}

/* GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

/* CARD */
.service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 30px 18px;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}

/* BOTTOM HOVER LINE */
.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: var(--green-main);
  transition: width 0.3s ease;
}

/* ICON */
.service-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #f3f6f1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-main);
  font-size: 26px;
  transition: all 0.3s ease;
}

/* TEXT */
.service-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
}

.service-card p {
  font-size: 14px;
  color: #6b7280;
}

/* HOVER EFFECT */
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.service-card:hover::after {
  width: 100%;
}

.service-card:hover .service-icon {
  background: var(--green-main);
  color: #fff;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head h2 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .service-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ================= PRODUCT SECTION ================= */

.product-section {
  background: #f6f9f3;
  padding: 80px 0;
}

/* HEADER */
.product-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}

.product-section-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 6px;
}

.product-section-head p {
  font-size: 15px;
  color: #6b7280;
}

/* SEE ALL BUTTON */
.btn-see-all {
  color: var(--green-main);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.btn-see-all:hover {
  border-color: var(--green-main);
}

/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* CARD */
.product-card {
  background: #fff;
  border-radius: 10px;
  text-align: left;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.product-img img {
  max-height: 100%;
  max-width: 70%;
  object-fit: contain;
}

/* TITLE */
.product-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
  padding-left: 10px;
}

/* RATING */
.product-rating {
  color: #facc15;
  font-size: 14px;
  margin-bottom: 8px;
  padding-left: 10px;
  font-weight: 800;
}

/* HIGHLIGHT TEXT */
.product-highlight {
  font-size: 15px;
  font-weight: 600;
  color: var(--green-main);
  padding-left: 10px;
  padding-bottom: 14px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= VALUE STRIP ================= */

.value-strip {
  background: var(--green-main);
  padding: 50px 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* ITEM */
.value-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #fff;
}

/* ICON */
.value-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: #fff;
  color: var(--green-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

/* TEXT */
.value-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.value-text p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.95;
  margin: 0;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-item {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}

/* ================= SERVICE HERO ================= */

.service-hero {
  background: url(../../assets/img/bg/dropbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
}

.service-hero-grid {
  display: grid;
  grid-template-columns: 2.1fr 0.9fr;
  align-items: center;
  gap: 60px;
}

/* LEFT */
.service-hero-left h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
  color: #111;
}

/* CHANGING WORD */
.changing-word {
  display: inline-block;
  color: #6da528;
  position: relative;
  overflow: hidden;
  height: 1.2em;
  vertical-align: bottom;
}

.changing-word span {
  display: inline-block;
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.service-hero-left p {
  font-size: 16px;
  color: #555;
  max-width: 480px;
  margin-bottom: 30px;
}

/* DROPDOWN */
.service-dropdown {
  position: relative;
  width: 360px;
}

.dropdown-trigger {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 14px 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  box-shadow:
    0 4px 6px -1px var(#0000001a, #0000001a),
    0 2px 4px -2px var(#0000001a, #0000001a);
}

.dropdown-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 8px 0;
  display: none;
  z-index: 10;
}

.dropdown-list li {
  padding: 12px 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
}

.dropdown-list li:hover {
  background: #6da528;
  color: white;
}

/* RIGHT */
.service-hero-right img {
  max-width: 100%;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .service-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .service-dropdown {
    margin: 0 auto;
  }
  .service-hero {
    padding: 10px;
  }
}

/* ================= FEATURED PRODUCT SECTION ================= */

.fp-section {
  background: #f6f9f3;
  padding: 70px 0;
}

/* Wrapper box */
.fp-box {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
}

/* Header */
.fp-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.fp-head h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1f2937;
}

.fp-btn {
  background: var(--green-main);
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.fp-btn:hover {
  background: #5f9a1f;
  color: #fff;
}

/* Grid */
.fp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* Card */
.fp-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: left;
  transition: all 0.25s ease;
}

.fp-card:hover {
  border-color: var(--green-main);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.fp-card img {
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 20px;
}

.fp-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111827;
  padding-left: 10px;
}

.fp-rating {
  color: #fbbf24;
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 10px;
  font-weight: 800;
}

.fp-highlight {
  font-size: 13px;
  font-weight: 500;
  color: var(--green-main);
  padding-left: 10px;
  padding-bottom: 14px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .fp-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= BLOG SECTION ================= */

.blog-section {
  background: #ffffff;
  padding: 80px 0;
}

/* Section header */
.blog-head {
  max-width: 640px;
  margin: 0 auto 50px;
}

.blog-head h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f2937;
}

.blog-head p {
  font-size: 15px;
  color: #6b7280;
}

/* Blog card */
.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* Image */
.blog-img {
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

/* Date & Category */
.blog-meta {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  gap: 8px;
}

.blog-date,
.blog-cat {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}

.blog-cat {
  background: var(--green-main);
}

/* Content */
.blog-body {
  padding: 22px;
}

.blog-author {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}

.blog-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
}

.blog-body p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 18px;
}

/* Button */
.blog-btn {
  display: inline-block;
  background: var(--green-main);
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease;
}

.blog-btn:hover {
  background: #5f9a1f;
  color: #fff;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .blog-head h2 {
    font-size: 26px;
  }

  .blog-img img {
    height: 200px;
  }
}

/* ================= FOOTER ================= */

.site-footer {
  background: #0f0f0f;
  color: #cbd5e1;
  font-size: 14px;
}

/* Top area */
.footer-top {
  padding: 70px 0 50px;
}

.footer-col {
  margin-bottom: 30px;
}

/* Brand */
.footer-brand img {
  margin-bottom: 18px;
}

.footer-desc {
  color: #9ca3af;
  line-height: 1.6;
  margin-bottom: 18px;
  margin-top: 30px;
}

/* Newsletter */
.footer-newsletter {
  display: flex;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  max-width: 320px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.footer-newsletter input {
  border: none;
  padding: 10px 14px;
  flex: 1;
  outline: none;
  font-size: 13px;
}

.footer-newsletter button {
  background: var(--green-main);
  border: none;
  color: #fff;
  padding: 0 14px;
  cursor: pointer;
}

/* Social */
.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  color: #9ca3af;
  font-size: 16px;
  transition: color 0.2s ease;
}

.footer-social a:hover {
  color: var(--green-main);
}

/* Titles */
.footer-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 15px;
}

.footer-links a:hover {
  color: var(--green-main);
}

/* Contact */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  gap: 10px;
  margin-bottom: 16px;
  color: white;
  line-height: 1.6;
  font-size: 15px;
}

.footer-contact i {
  color: var(--green-main);
  font-size: 18px;
  margin-top: 2px;
}

.footer-phone {
  color: var(--green-main);
  font-weight: 600;
  font-size: 20px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
}

.footer-bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copy {
  margin: 0;
  color: #9ca3af;
}

.footer-payments img {
  height: 26px;
}

.footer-payments {
  display: flex;
}

.footer-payments p {
  margin-right: 18px;
  font-weight: 800;
  color: white;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .footer-bottom-wrap {
    flex-direction: column;
    text-align: center;
  }
  .footer-payments p {
    display: none;
  }
}

/* Product View Start */
/* PAGE BG */
.pdp-page {
  background: #f6f9f3;
  padding: 40px 0;
}

/* ================= PDP ================= */

.pdp-breadcrumb {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 16px;
}

.pdp-breadcrumb span {
  margin: 0 6px;
}

/* Card wrapper */
.pdp-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
}

/* GALLERY */
.pdp-main-img img {
  width: 100%;
  border-radius: 12px;
}

.pdp-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.pdp-thumbs img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
}

/* INFO */
.pdp-rating {
  color: #fbbf24;
  font-size: 14px;
}

.pdp-rating span {
  color: #6b7280;
}

.pdp-title {
  font-size: 45px;
  font-weight: 700;
  margin: 10px 0;
}

.pdp-desc {
  font-size: 14px;
  color: #4b5563;
  margin-top: 25px;
  margin-bottom: 25px;
}

.pdp-price {
  font-size: 24px;
  font-weight: 700;
  color: #dc2626;
  margin: 12px 0;
}

.pdp-price span {
  font-size: 14px;
  color: #9ca3af;
  text-decoration: line-through;
  margin-left: 8px;
}

/* ACTIONS */
.pdp-actions {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.pdp-qty {
  display: flex;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}

.pdp-qty button {
  background: none;
  border: none;
  padding: 6px 10px;
}

.pdp-qty input {
  width: 40px;
  text-align: center;
  border: none;
}

.pdp-cart-btn {
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
}

.pdp-wishlist-btn {
  border: 1px solid #e5e7eb;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
}

.pdp-stock p {
  color: #6aa823;
  font-weight: 800;
}

/* META */
.pdp-meta {
  font-size: 13px;
  color: #6b7280;
  list-style: none;
  padding: 0;
}

.pdp-side ul {
  padding-left: 18px;
  font-size: 14px;
}

.pdp-secure img {
  max-width: 100%;
  margin-top: 10px;
}

.pdp-wishlist-btn {
  width: 10%;
}

/* ================= PDP TABS ================= */

.pdp-tabs {
  margin-top: 40px;
}

/* TAB NAV */
.pdp-tab-head {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}

.pdp-tab-head button {
  background: none;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.pdp-tab-head button:hover {
  color: var(--green-main);
}

.pdp-tab-head button.active {
  color: var(--green-main);
  border-color: var(--green-main);
}

/* TAB BODY */
.pdp-tab-body {
  padding-top: 20px;
}

.pdp-tab-panel {
  display: none;
  font-size: 14px;
  color: #374151;
  line-height: 1.7;
}

.pdp-tab-panel.active {
  display: block;
}

/* SPEC TABLE */
.pdp-specs {
  width: 100%;
  border-collapse: collapse;
}

.pdp-specs td {
  padding: 10px 12px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 16px;
}

.pdp-specs td:first-child {
  font-weight: 600;
  width: 380px;
  color: #111827;
}

ul.features li {
  font-size: 16px;
  list-style: disc;
  margin-left: 20px;
}

ul.include li {
  font-size: 16px;
  list-style: disc;
  margin-left: 20px;
}

.quest h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.quest p {
  font-size: 16px;
  margin-bottom: 15px;
}

.quest {
  margin-left: 20px;
}

/* Info Row */
.contact-info-row {
  display: flex;
  justify-content: space-between;
  background: #f6f9f3;
  padding: 18px 25px;
  border-radius: 8px;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-info-row strong {
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* ================= HELP SERVICES ================= */

.help-services {
  background: #f6f9f3;
  padding: 90px 0;
}

/* section header (same style you used earlier) */

.section-head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}

.section-head h2 {
  font-size: 34px;
  font-weight: 700;
}

.section-head h2 span {
  color: var(--green-main);
}

.section-head p {
  margin-top: 12px;
  color: #666;
  font-size: 16px;
}

/* grid */

.help-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* card */

.help-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 30px 26px;
  transition: 0.25s;
}

.help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: var(--green-main);
}

/* icon */

.help-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--green-main);
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
  margin-bottom: 18px;
}

/* title */

.help-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

/* list */

.help-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-card ul li {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.help-card ul li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--green-main);
  font-size: 12px;
}

/* responsive */

@media (max-width: 992px) {
  .help-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .help-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= QUICK LINKS ================= */

.quick-links {
  background: #ffffff;
  padding: 90px 0;
}

/* grid */

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
}

/* card */

.quick-card {
  display: flex;
  align-items: center;
  gap: 18px;

  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;

  padding: 22px 24px;

  text-decoration: none;
  color: #111;

  transition: 0.25s;
}

.quick-card:hover {
  border-color: var(--green-main);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* icon */

.quick-icon {
  width: 48px;
  height: 48px;

  background: var(--green-main);
  color: #fff;

  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 20px;
}

/* content */

.quick-content {
  flex: 1;
}

.quick-content h4 {
  font-size: 16px;
  margin-bottom: 4px;
}

.quick-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* arrow */

.quick-arrow {
  font-size: 20px;
  color: #aaa;
  transition: 0.2s;
}

.quick-card:hover .quick-arrow {
  color: var(--green-main);
  transform: translateX(4px);
}

/* responsive */

@media (max-width: 992px) {
  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .quick-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= FAQ ================= */

.faq-section {
  background: #f6f9f3;
  padding: 90px 0;
}

.container {
  max-width: 700px;
  margin: 0 auto;
}

/* header */
.faq-header h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.faq-header h2 span {
  color: #28a745; /* your green */
}
.faq-header p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* accordion item */
.faq-item {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
  transition:
    box-shadow 0.3s,
    border-color 0.3s;
}
.faq-item:hover {
  border-color: #28a745;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

/* question button */
.faq-button {
  background: #fff;
  border: none;
  width: 100%;
  text-align: left;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  outline: none;
  transition: background 0.3s ease;
}

/* arrow */
.faq-button::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* active state */
.faq-button.active::after {
  content: "-";
  transform: rotate(180deg);
}

/* answer body */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease;
  box-sizing: border-box;
}
.faq-answer.open {
  padding-top: 18px;
  padding-bottom: 80px;
}

.faq-accordion {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ================= CTA SECTION ================= */

.cta-section {
  background: var(--green-main);
  padding: 90px 0;
  text-align: center;
}

.cta-content {
  max-width: 650px;
  margin: auto;
  color: #fff;
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 14px;
}

.cta-content p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* buttons */

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* primary */

.cta-btn {
  padding: 14px 26px;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.25s;
}

.cta-btn.primary {
  background: #fff;
  color: var(--green-main);
}

.cta-btn.primary:hover {
  background: #f3f3f3;
}

/* secondary */

.cta-btn.secondary {
  border: 1px solid #fff;
  color: #fff;
}

.cta-btn.secondary:hover {
  background: #fff;
  color: var(--green-main);
}

/* ================= QUICK CATEGORY NAV ================= */

.quick-categories {
  background: var(--green-main);
  padding: 16px 0;
}

/* wrapper */

.quick-cat-wrap {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* link design */

.quick-cat {
  display: inline-block;
  padding: 10px 22px;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}

/* hover */

.quick-cat:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

/* ================= DESKTOP ONLY ================= */

@media (max-width: 992px) {
  .quick-categories {
    display: none;
  }
}

/* ================= COMPUTER SERVICES ================= */

.computer-services {
  background: #fff;
  padding: 90px 0;
}

/* grid */

.cs-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* service item */

.cs-item {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 20px;

  border: 1px solid #e5e5e5;
  background: #fff;

  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-decoration: none;

  transition: all 0.25s ease;
}

/* arrow */

.cs-item::after {
  content: "↗";
  font-size: 14px;
  opacity: 0.6;
}

/* hover */

.cs-item:hover {
  border-color: var(--green-main);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  color: var(--green-main);
}

/* responsive */

@media (max-width: 768px) {
  .cs-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= TECH GUIDES ================= */

.tech-guides {
  background: #fff;
  padding: 60px 0 40px;
}

.guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* CARD */

.guide-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 28px;
  transition: 0.25s;
}

.guide-card:hover {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

/* highlighted card */

.guide-highlight {
  border-color: #6aa823;
}

/* title */

.guide-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.guide-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* icon */

.guide-icon {
  width: 36px;
  height: 36px;
  background: #6aa823;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* intro */

.guide-intro {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

/* list */

.guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.guide-list li {
  font-size: 14px;
  margin-bottom: 12px;
  color: #444;
}

/* section */

.guide-section {
  margin-top: 14px;
  font-size: 14px;
}

.guide-section ul {
  padding-left: 18px;
  margin-top: 6px;
}

/* tip */

.guide-tip {
  margin-top: 16px;
  font-size: 13px;
  background: #f6f6f6;
  padding: 12px 14px;
}

/* responsive */

@media (max-width: 900px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
}

.url-box {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #6aa823;
  padding: 28px;
}

/* ================= MEMBERSHIP ================= */

.membership-section {
  background: #fff;
  padding: 100px 0;
}

/* GRID */

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
}

/* CARD */

.plan-card {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 40px 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border: 1px solid #eee;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* POPULAR */

.plan-popular {
  background: var(--green-main);
  color: #fff;
  transform: scale(1.05);
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 700;
}

/* DARK PLAN */

.plan-dark {
  background: #0b0b0b;
  color: #fff;
}

/* TEXT */

.plan-duration {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  display: block;
}

.plan-popular .plan-duration {
  color: #e8ffe8;
}

.plan-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* PRICE */

.plan-price {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 25px;
}

.plan-price span {
  font-size: 16px;
  font-weight: 500;
  color: #777;
}

.plan-popular .plan-price span,
.plan-dark .plan-price span {
  color: #ddd;
}

/* FEATURES */

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.plan-features li {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}

.plan-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green-main);
  font-weight: 700;
}

/* BUTTON */

.plan-btn {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  padding: 14px;
  border-radius: 8px;
  border: 2px solid var(--green-main);
  color: var(--green-main);
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s;
}

.plan-btn:hover {
  background: var(--green-main);
  color: #fff;
}

.plan-btn.primary {
  background: #000;
  border-color: #000;
  color: #fff;
}

.plan-btn.primary:hover {
  opacity: 0.9;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-popular {
    transform: none;
  }
}

/* CONTACT SECTION */

.contact-section {
  padding: 100px 0;
  background: #f5f6f7;
}

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 50px;
}

/* FORM */

.contact-form h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green-main);
}

/* BUTTON */

.contact-btn {
  width: 100%;
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-btn:hover {
  opacity: 0.9;
}

/* SIDE INFO */

.contact-info {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-info h4 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
}

.contact-info ul {
  padding-left: 18px;
  list-style-type: disc;
}

.contact-info li {
  margin-bottom: 10px;
}

.contact-info hr {
  margin: 20px 0;
  border: none;
  border-top: 2px solid #cdc5c5;
}

/* THANK YOU BOX */

.thankyou-box {
  display: none;
  background: #e9f7ef;
  border: 1px solid #c7e8d2;
  padding: 25px;
  border-radius: 10px;
  margin-top: 20px;
}

.thankyou-box h4 {
  margin-bottom: 10px;
  color: var(--green-main);
}

/* MOBILE */

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ================= LOGIN ================= */

.login-section {
  padding: 90px 0;
  background-color: white;
}

.login-wrap {
  display: flex;
  justify-content: center;
}

.login-card {
  background: #fff;
  padding: 40px 38px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.login-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.login-sub {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
}

/* form */

.login-group {
  margin-bottom: 18px;
}

.login-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.login-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.login-group input:focus {
  outline: none;
  border-color: var(--green-main);
}

/* options */

.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  font-size: 14px;
}

.remember {
  display: flex;
  align-items: center;
  gap: 6px;
}

.forgot-link {
  color: var(--green-main);
  text-decoration: none;
}

.forgot-link:hover {
  text-decoration: underline;
}

/* button */

.login-btn {
  width: 100%;
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

.login-btn:hover {
  background: #5f9a1f;
}

/* footer */

.login-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.login-footer a {
  color: var(--green-main);
  text-decoration: none;
  font-weight: 600;
}

/* ================= REGISTER ================= */

.register-section {
  padding: 90px 0;
}

.register-wrap {
  display: flex;
  justify-content: center;
}

.register-card {
  background: #fff;
  padding: 40px 38px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  max-width: 460px;
  width: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.register-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.register-sub {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
}

/* form */

.register-group {
  margin-bottom: 18px;
}

.register-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.register-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.register-group input:focus {
  outline: none;
  border-color: var(--green-main);
}

/* terms */

.register-options {
  margin-bottom: 22px;
  font-size: 14px;
}

.terms {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* button */

.register-btn {
  width: 100%;
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

.register-btn:hover {
  background: #5f9a1f;
}

/* footer */

.register-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.register-footer a {
  color: var(--green-main);
  font-weight: 600;
  text-decoration: none;
}

/* ================= FORGOT PASSWORD ================= */

.forgot-section {
  padding: 90px 0;
}

.forgot-wrap {
  display: flex;
  justify-content: center;
}

.forgot-card {
  background: #fff;
  padding: 40px 38px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.forgot-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.forgot-sub {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 25px;
}

/* form */

.forgot-group {
  margin-bottom: 22px;
}

.forgot-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.forgot-group input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.forgot-group input:focus {
  outline: none;
  border-color: var(--green-main);
}

/* button */

.forgot-btn {
  width: 100%;
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

.forgot-btn:hover {
  background: #5f9a1f;
}

/* footer */

.forgot-footer {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.forgot-footer a {
  color: var(--green-main);
  font-weight: 600;
  text-decoration: none;
}

/* ================= SHOP HERO ================= */

.shop-hero {
  background: #f6f9f3;
  padding: 35px 0;
}

.shop-hero-grid {
  display: grid;
  grid-template-columns: 2.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

/* text */

.shop-hero-text h1 {
  font-size: 58px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.shop-hero-text span {
  color: var(--green-main);
}

.shop-hero-text p {
  font-size: 16px;
  color: #555;
  max-width: 520px;
  margin-bottom: 25px;
}

/* image */

.shop-hero-img {
  text-align: right;
}

.shop-hero-img img {
  max-width: 100%;
}

/* responsive */

@media (max-width: 992px) {
  .shop-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .shop-hero-img {
    text-align: center;
    margin-top: 30px;
  }
  .mega-shop {
    grid-template-columns: 1fr !important;
  }
}

/* ================= SHOP PAGE ================= */

.shop-page {
  padding: 70px 0;
}

/* sidebar */

.shop-filter {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e5e7eb;
}

/* filter group */

.filter-group {
  margin-bottom: 28px;
}

.filter-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* price slider */
/* ================= PRICE SLIDER ================= */

.price-slider {
  position: relative;
  width: 100%;
  margin: 18px 0 10px;
}

/* base slider */

.price-slider input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #dfe7da;
  border-radius: 50px;
  outline: none;
  position: absolute;
  pointer-events: none;
}

/* active green bar effect */

.price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: var(--green-main);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--green-main);
  cursor: pointer;
  pointer-events: auto;
  transition: 0.2s;
}

/* hover effect */

.price-slider input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

/* firefox */

.price-slider input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: var(--green-main);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--green-main);
  cursor: pointer;
}

/* price */

.price-inputs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}

.price-inputs input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.price-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 45px;
  color: #555;
}

/* search */

.filter-search {
  position: relative;
}

.filter-search i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.filter-search input {
  width: 100%;
  padding: 10px 10px 10px 34px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

/* sort */

.filter-sort label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}

.filter-sort input {
  accent-color: var(--green-main);
}

/* ================= SHOP PRODUCTS ================= */

.shop-products {
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

/* ================= SHOP PRODUCTS HEADER ================= */

.shop-products-header {
  margin-bottom: 40px;
}

.shop-products-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.shop-products-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: #6aa823;
}

.shop-products-desc {
  font-size: 15px;
  color: #6b7280;
  max-width: 640px;
}

/* sort dropdown */

.shop-products-sort select {
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}

/* responsive */

@media (max-width: 768px) {
  .shop-products-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

/* grid */

.shop-product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* card */

.shop-product-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 22px;
  transition: 0.3s;
}

.shop-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* image */

.shop-product-img {
  text-align: center;
  margin-bottom: 16px;
}

/* title */

.shop-product-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* rating */

.shop-product-rating {
  color: #facc15;
  font-size: 14px;
  margin-bottom: 8px;
}

/* description */

.shop-product-desc {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 14px;
}

/* price */

.shop-product-price {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}

.shop-product-price span {
  font-size: 14px;
  color: #6aa823;
}

/* button */

.shop-product-btn {
  display: inline-block;
  background: var(--green-main);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.shop-product-btn:hover {
  background: #5f9a1f;
}

/* responsive */

@media (max-width: 992px) {
  .shop-product-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .shop-product-row {
    grid-template-columns: 1fr !important;
  }
}

/* ================= CART PAGE ================= */

.cart-page {
  padding: 80px 0;
}

/* cart items */

.cart-items {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e5e7eb;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 18px 0;
  gap: 20px;
}

.cart-item:last-child {
  border-bottom: none;
}

/* product */

.cart-product {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 2;
}

.cart-product img {
  width: 80px;
  border-radius: 8px;
}

.cart-product-info h4 {
  font-size: 16px;
  margin-bottom: 4px;
}

.cart-product-info p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}

.cart-price {
  font-weight: 600;
}

/* quantity */

.cart-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-qty button {
  width: 32px;
  height: 32px;
  border: none;
  background: #f3f4f6;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.cart-qty input {
  width: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px;
}

/* total */

.cart-total {
  font-weight: 700;
  font-size: 16px;
}

/* summary */

.cart-summary {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e5e7eb;
  position: sticky;
  top: 100px;
}

.cart-summary h3 {
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
}

.summary-row.total {
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.checkout-btn {
  display: block;
  text-align: center;
  margin-top: 20px;
  background: var(--green-main);
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.checkout-btn:hover {
  background: #5f9a1f;
}

/* ================= CHECKOUT ================= */

.checkout-page {
  padding: 80px 0;
}

/* form */

.checkout-form {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.checkout-form h3 {
  margin-bottom: 20px;
}

/* form layout */

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}

.form-group textarea {
  min-height: 90px;
}

/* payment */

.checkout-payment {
  margin-top: 30px;
}

.payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

/* summary */

.checkout-summary {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  position: sticky;
  top: 100px;
}

.checkout-summary h3 {
  margin-bottom: 20px;
}

/* table */

.checkout-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.checkout-table th {
  text-align: left;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

.checkout-table td {
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
}

/* totals */

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
}

.summary-row.total {
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

/* button */

.place-order-btn {
  width: 100%;
  margin-top: 18px;
  padding: 14px;
  border: none;
  background: var(--green-main);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.place-order-btn:hover {
  background: #5f9a1f;
}

/* responsive */

@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ================= ORDER SUCCESS ================= */

.order-success {
  padding: 80px 0;
}

/* success box */

.order-success-box {
  text-align: center;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  margin-bottom: 40px;
}

.success-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  background: var(--green-main);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.order-number {
  margin-top: 15px;
  font-size: 18px;
}

/* order table */

.order-details {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.order-table th {
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.order-table td {
  padding: 12px 0;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
}

/* summary */

.order-summary {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  margin-bottom: 20px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
}

.summary-row.total {
  font-weight: 700;
  font-size: 18px;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

/* buttons */

.order-actions a {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 8px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 600;
}

.continue-btn {
  background: var(--green-main);
  color: #fff;
}

.track-btn {
  border: 1px solid var(--green-main);
  color: var(--green-main);
}

.track-btn:hover {
  background: var(--green-main);
  color: #fff;
}

/* Wishlist Sidebar Toggle */
.wishlist-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #22c55e;
  color: #fff;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
  z-index: 9999;
}

.wishlist-toggle.show {
  opacity: 1;
  transform: translateY(0);
}

.printer-img {
  margin-top: 150px;
}

@media (max-width: 768px) {
  .printer-img {
    margin-top: 20px;
  }
}

/* ================= ACCOUNT DASHBOARD ================= */

.account-dashboard {
  padding: 90px 0;
}

/* USER PROFILE CARD */

.account-dashboard .service-card {
  height: 100%;
}

/* USER AVATAR */

.account-dashboard .service-icon {
  width: 70px;
  height: 70px;
  font-size: 28px;
  font-weight: 700;
  border-radius: 50%;
}

/* USER NAME */

.account-dashboard h4 {
  margin-top: 10px;
  font-size: 20px;
}

/* USER EMAIL */

.account-dashboard p {
  font-size: 14px;
  color: #6b7280;
}

/* QUICK ACTION LINKS */

.account-dashboard .service-card {
  text-decoration: none;
  color: inherit;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .account-dashboard .service-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ================= TRACK ORDER ================= */

.track-order {
  padding: 90px 0;
}

/* TRACK BOX */

.track-box {
  max-width: 700px;
  margin: 40px auto;
  text-align: center;
}

.track-form {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.track-input {
  flex: 1;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.track-input:focus {
  outline: none;
  border-color: var(--green-main);
}

.track-btn {
  background: var(--green-main);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.track-btn:hover {
  opacity: 0.9;
}

/* ORDER INFO */

.track-status {
  margin-top: 50px;
}

.track-order-info {
  text-align: center;
  margin-bottom: 40px;
}

.track-order-info h3 span {
  color: var(--green-main);
}

.status-processing {
  color: var(--green-main);
}

/* TIMELINE */

.track-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.track-step {
  position: relative;
}

.track-dot {
  width: 16px;
  height: 16px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.track-step.active .track-dot {
  background: var(--green-main);
}

.track-step h4 {
  font-size: 16px;
  margin-bottom: 6px;
}

.track-step p {
  font-size: 13px;
  color: #666;
}

/* CONNECTING LINE */

.track-step::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: #ddd;
  z-index: -1;
}

.track-step:last-child::after {
  display: none;
}

.track-step.active::after {
  background: var(--green-main);
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .track-form {
    flex-direction: column;
  }

  .track-timeline {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .track-step::after {
    display: none;
  }
}

/* ================= RETURN ORDER ================= */

.return-order {
  padding: 90px 0;
}

.return-form {
  max-width: 900px;
  margin: auto;
}

.return-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.return-grid input,
.return-grid select,
.return-grid textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.return-grid textarea {
  grid-column: span 2;
  height: 120px;
  resize: none;
}

.return-btn-wrap {
  text-align: center;
  margin-top: 25px;
}

.return-btn {
  background: var(--green-main);
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.return-btn:hover {
  opacity: 0.9;
}

/* success message */

.return-success {
  max-width: 700px;
  margin: 40px auto;
  text-align: center;
  background: #f8f8f8;
  padding: 40px;
  border-radius: 8px;
}

.return-success h3 {
  margin-bottom: 10px;
}

/* responsive */

@media (max-width: 768px) {
  .return-grid {
    grid-template-columns: 1fr;
  }

  .return-grid textarea {
    grid-column: span 1;
  }
}

/* Search */
.live-search-results {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  max-height: 320px;
  overflow-y: auto;
}

.search-item {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
}

.search-item:hover {
  background: #f7f7f7;
}

.search-type {
  font-size: 11px;
  background: #0f7d5c;
  color: #fff;
  padding: 2px 6px;
  margin-right: 6px;
  border-radius: 3px;
}
