/*
Theme Name: QuickHire Plain
Author: Somesh
Description: Clean blank theme for full custom HTML
Version: 1.0
*/

body {
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; */
  background-color: white;
  line-height: 1.6;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
t body {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    sans-serif;
  background-color: #f8f9fa;
}

.bi-person-circle::before {
  color: grey !important;
}

.header {
  font-family:
    "Open Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  width: 1540px;
  height: 75px;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 auto;
}

.header-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 80px;
  gap: 24px;
}

.custom-logo {
  height: 28px;
  width: 192px;
}

/* Logo Styles */
.logo {
  /* font-size: 24px; */
  font-size: 0px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.logo-quick {
  color: #52c41a;
}

.logo-hire {
  color: #000000;
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.nav-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #636363;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #52c41a;
}

/* Search Container */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 6px 16px;
  min-width: 266px;
}

.search-icon {
  color: rgba(0, 0, 0, 0.31);
  font-size: 16px;
  margin-right: 8px;
}

.search-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #262626;
  width: 100%;
}

.search-input::placeholder {
  color: #8c8c8c;
}

/* Profile Icon */
.profile-icon {
  font-size: 32px;
  color: #262626;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.profile-icon:hover {
  color: #52c41a;
}

/* Responsive adjustments (optional) */
@media (max-width: 1440px) {
  .header {
    width: 100%;
  }
}

/* Main Content Column */
.col-lg-8 {
  width: 874px;
  padding-right: 40px;
  gap: 16px;
  opacity: 1;
  /* border-right: 1px solid var(--Ui-Color-Secondary-Light, #D9E5E3); */
  position: relative;
  top: 60px;
  left: 40px;
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.breadcrumb-item a {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #111827;
}

.breadcrumb-item.active {
  color: #111827;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #6b7280;
}

/* Blog Title */
.blog-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.title-highlight {
  color: #45a735;
}

/* Meta Info */
.blog-meta {
  font-size: 0.875rem;
  color: #6b7280;
}

.meta-date {
  color: #111827;
}

.meta-separator {
  margin: 0 0.5rem;
}

.meta-author {
  color: #6b7280;
}

/* Blog Image */
.blog-image img {
  width: 834px;
  height: 515px;
  border-radius: 24px !important;
  object-fit: cover;
}

/* Blog Content */
.blog-content p {
  font-family:
    "Open Sauce One",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Helvetica",
    "Arial",
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--Grey-Shade-Grey-2, #636363);
  margin-bottom: 1rem;
  line-height: 150%;
  letter-spacing: 0%;
}

.content-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.content-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content-image img {
  width: 834px;
  height: 285px;
  border-radius: 24px !important;
  object-fit: cover;
}

/* Expert Box */
.expert-box {
  background: #ecfdf5;
  border-radius: 12px;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
}

.expert-title {
  font-size: 0.938rem;
  color: #111827;
  margin-bottom: 1rem;
  font-weight: 400;
}

.expert-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.expert-list li {
  font-size: 0.938rem;
  color: #374151;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.7;
}

.expert-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #374151;
  font-weight: bold;
}

.expert-list li:last-child {
  margin-bottom: 0;
}

/* Simple Statements */
.simple-statement {
  font-size: 0.938rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
  line-height: 1.7;
}

/* Sidebar Wrapper */
.sidebar-wrapper {
  position: sticky;
  top: 60px;
}

/* Sidebar Header */
.sidebar-header {
  margin-left: 45px;
  margin-bottom: 1.5rem;
}

/* Sidebar Card */
.sidebar-card {
  background: #f2f9f1;

  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  width: 446px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 45px;
  opacity: 1;
  cursor: pointer;
  transition: none;
}

.sidebar-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.sidebar-subtitle {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Service Category */
.service-category {
  border-radius: 12px;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}

.category-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d1fae5;
  border-radius: 8px;
}

.category-name {
  font-size: 0.938rem;
  font-weight: 600;
  color: #111827;
}

/* Sub Services */
.sub-services-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: #ffffff;
  border: none;
  border-radius: 60px;
  text-decoration: none;
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
  width: 100%;
  min-width: 0;
}

.service-item-full {
  grid-column: 1 / -1;
}

.service-item:hover {
  background: #e5e7eb;
}

.service-item span {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

.service-item svg {
  flex-shrink: 0;
  color: #10b981;
  margin-left: 8px;
}

/* You Might Like Section */
.you-might-like-section {
  margin-top: 5rem;
  width: 100%;
}

.you-might-like-container {
  width: 100%;
  max-width: 100%;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 2rem;
  margin-left: 45px;
  margin-top: 210px;
}

.carousel-container {
  padding: 0 3.5rem;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.carousel-nav:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.carousel-nav svg {
  color: #45a735;
}

.carousel-nav-prev {
  left: 0;
}

.carousel-nav-next {
  right: 0;
}

/* Blog Card */
.blog-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card-image {
  width: 386px;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
}

.blog-card-image img {
  width: 97%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.blog-card-content {
  padding: 1.5rem 0 1.5rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-card-category {
  font-size: 11px;
  color: #6b7280;
  font-weight: 600;
  display: inline-block;
  width: 150px;
  height: 33px;
  padding: 6px 10px;
  border-radius: 8px;
  opacity: 1;
  background: var(--Grey-Shade-Grey-5, #f1f1f1);
}

.blog-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  margin-bottom: 1rem;
  flex: 1;
}

.blog-card-meta {
  padding-inline: 8px;
  font-size: 0.813rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-card-meta .meta-separator {
  margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .sidebar-card {
    margin-top: 3rem;
    width: 100%;
    position: relative;
    top: auto;
  }

  .carousel-container {
    padding: 0 2.5rem;
  }
}

@media (max-width: 768px) {
  .blog-title {
    font-size: 1.5rem;
  }

  .sidebar-card {
    padding: 1.5rem;
    width: 100%;
  }

  .sidebar-title {
    font-size: 1.25rem;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 0;
  }

  .carousel-container {
    padding: 5px;
  }

  .carousel-nav {
    /* position: static;
    transform: translate(0); */
    width: 40px;
    height: 40px;
  }
  .col-lg-8 {
    position: static;
  }

  .carousel-nav-prev {
    right: 3rem;
    top: -12px;
    left: auto;
    bottom: auto;
    z-index: 0;
  }

  .carousel-nav-next {
    right: 0;
    left: auto;
    top: -12px;
    bottom: auto;
    z-index: 0;
  }

  .you-might-like-section {
    margin-top: 2rem;
  }

  .blog-card-content {
    padding: 1rem 0 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .blog-card {
    padding-bottom: 8px;
    border-radius: 0px;
    border-bottom: 1.5px solid rgba(128, 128, 128, 0.297);
  }
}

body {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
}

.bi-person-circle::before {
  color: grey !important;
}

.header {
  width: 100%;
  max-width: 1540px;
  height: 55.5px;
  background-color: #ffffff;
  border-bottom: 1.35px solid #e0e0e0;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-container {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 8px 80px;
  background-color: white;
  gap: 24px;
}

/* Logo Styles */
.logo {
  /* font-size: 24px; */
  font-size: 0px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.logo-quick {
  color: #52c41a;
}

.logo-hire {
  color: #000000;
}

.blog-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.blog-card-link:hover {
  text-decoration: none;
}

.blog-card.hidden {
  display: none !important;
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-size: small;
}

.nav-link {
  color: #717171 !important;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.3s ease;
  width: max-content;
}

.nav-link:hover {
  color: #52c41a !important;
  font-weight: 500;
}

/* Search Container */
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 6px 16px;
  min-width: 250px;
}

.search-icon {
  color: #8c8c8c;
  font-size: 16px;
  margin-right: 8px;
}

.search-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: #262626;
  width: 100%;
}

.search-input::placeholder {
  color: #8c8c8c;
}

/* Profile Icon */
.profile-icon {
  font-size: 32px;
  color: #262626;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}

.profile-icon:hover {
  color: #52c41a;
}

/* Responsive adjustments */
@media (max-width: 1540px) {
  .header-container {
    padding: 8px 40px;
  }
}

/* Hero Section */
.hero-section .container-custom {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 100px;
}

.hero-section .content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: flex-start;
}

.hero-section .text-content {
  width: 570px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-section .main-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0%;
  /* color: #1a1a1a; */
  margin-bottom: 0;
}

.hero-section .talent-text {
  /* color: #45A735; */
  font-weight: 600;
}

.main-heading p {
  margin: 0;
  display: inline;
}

.main-heading span p {
  margin: 0;
  display: inline;
}

.main-heading span * {
  font-weight: inherit;
}

.main-heading,
.main-heading * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.main-heading span * {
  font-weight: inherit;
}

.hero-section .description {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
  margin-bottom: 0;
}

.hero-section .date-author {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #718096;
  margin-top: 0;
}

.hero-section .image-content {
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}

.hero-section .hero-image {
  width: 570px;
  height: 425px;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 1440px) {
  .hero-section .container-custom {
    width: 100%;
    max-width: 1440px;
  }
}

@media (max-width: 992px) {
  .hero-section .container-custom {
    padding: 60px 40px;
  }

  .hero-section .content-wrapper {
    flex-direction: column;
    gap: 60px;
  }

  .hero-section .text-content {
    max-width: 100%;
  }

  .hero-section .hero-image {
    width: 100%;
    height: 100%;
    max-width: 400px;
    object-fit: contain;
  }
}

@media (max-width: 576px) {
  .hero-section .container-custom {
    padding: 40px 20px;
  }

  .hero-section .main-heading {
    font-size: 24px;
  }

  .hero-section .content-wrapper {
    gap: 40px;
  }
}

/* Blog Section Styles */
.blogs-section .blogs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.blogs-section .blogs-header {
  margin-bottom: 40px;
}

.blogs-section .blogs-title {
  font-family: "Open Sans", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.5%;
  color: #2d3748;
  margin-bottom: 30px;
}

.blogs-section .title-highlight {
  color: #45a735;
  font-weight: 600;
}

.blogs-section .category-tabs-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.blogs-section .scroll-btn {
  background-color: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #718096;
  transition: all 0.3s ease;
  flex-shrink: 0;
  z-index: 1;
}

.blogs-section .scroll-btn:hover {
  background-color: #edf2f7;
  color: #2d3748;
  border-color: #cbd5e0;
}

.blogs-section .scroll-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.blogs-section .category-tabs {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scroll-behavior: smooth;
  flex: 1;
  padding: 0 8px;
}

.blogs-section .category-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.blogs-section .tab-btn {
  padding: 8px 20px;
  border: none;
  background-color: transparent;
  color: #718096;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.blogs-section .tab-btn:hover {
  background-color: #f7fafc;
  color: #2d3748;
}

.blogs-section .tab-btn.active {
  color: #10b981;
  font-weight: 600;
}

.blogs-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

.blogs-section .blog-card {
  width: 386px;
  /* height: 414px; */
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.blogs-section .blog-image {
  width: 386px;
  height: 220px;
  overflow: hidden;
  flex-shrink: 0;
}

.blogs-section .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.blogs-section .blog-content {
  width: 386px;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blogs-section .blog-category {
  display: inline-block;
  width: 150px;
  height: 33px;
  padding: 6px 10px;
  background-color: #f1f1f1;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  color: #484848;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogs-section .blog-description {
  font-size: 16px;
  font-weight: 400;
  color: #2d3748;
  line-height: 1.5;
  margin-bottom: 12px;
}

.blogs-section .blog-meta {
  font-size: 12px;
  color: #a0aec0;
}

.blogs-section .separator {
  margin: 0 6px;
}

.blogs-section .pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.blogs-section .btn-back,
.blogs-section .btn-next {
  padding: 10px 24px;
  border: none;
  background-color: #e2e8f0;
  color: #4a5568;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blogs-section .btn-back:hover,
.blogs-section .btn-next:hover {
  background-color: #cbd5e0;
}

.blogs-section .btn-next {
  background-color: #10b981;
  color: #ffffff;
}

.blogs-section .btn-next:hover {
  background-color: #059669;
}

.blogs-section .page-info {
  font-size: 14px;
  color: #4a5568;
  font-weight: 600;
}

@media (max-width: 992px) {
  .blogs-section .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 576px) {
  .blogs-section .blogs-title {
    font-size: 28px;
  }

  .blogs-section .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blogs-section .category-tabs-container {
    gap: 8px;
  }

  .blogs-section .scroll-btn {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .blogs-section .category-tabs {
    gap: 10px;
  }

  .blogs-section .tab-btn {
    font-size: 12px;
    padding: 6px 14px;
  }
}

/* Footer Styles */
.footer {
  margin-top: auto;
  background: #f2f9f1;
  padding: 60px 0 20px 0;
  color: #45a735;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24.75px;
  letter-spacing: 0px;
}

.footer .container {
  max-width: 1440px;
}

/* Footer Brand */
.footer-brand {
  margin-top: 5px;
}

.brand-name {
  font-size: 24px;
  font-weight: 700;
  color: #2d5f4d;
  margin-bottom: 12px;
}

.tagline {
  font-size: 14px;
  color: #2d5f4d;
  line-height: 1.5;
  margin: 0;
  padding-right: 20px;
}

/* Footer Headings */
.footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: #45a735;
  margin-bottom: 20px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #2d5f4d;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #1a3a2e;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #2d5f4d;
  color: #f5f3ed;
}

/* App Downloads */
.app-downloads {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.app-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  background-color: white;
  border-radius: 6px;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
  width: fit-content;
}

.app-badge:hover {
  background-color: #2d5f4d;
  color: #f5f3ed;
}

.app-badge i {
  font-size: 24px;
}

.badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.small-text {
  font-size: 10px;
}

.large-text {
  font-size: 14px;
  font-weight: 600;
}

/* Footer Copyright */
.footer-copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d4ceba;
  font-size: 14px;
  color: #2d5f4d;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 20px 0;
  }

  .social-icons {
    justify-content: center;
  }

  .app-downloads {
    align-items: center;
  }

  .col-lg-3.col-md-12 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-heading {
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }

  .footer-brand {
    text-align: center;
  }

  .tagline {
    padding-right: 0;
  }
}

.footer {
  margin-top: auto;
}

/* Footer Styling */
.footer {
  background: #f2f9f1;
  padding: 60px 0 20px 0;
  color: #45a735;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24.75px;
  letter-spacing: 0px;
}

/* Footer Brand */
.footer-brand {
  margin-top: 5px;
}

.brand-name {
  font-size: 24px;
  font-weight: 700;
  color: #2d5f4d;
  margin-bottom: 12px;
}

.tagline {
  font-size: 14px;
  color: #2d5f4d;
  line-height: 1.5;
  margin: 0;
  padding-right: 20px;
}

/* Footer Headings */
.footer-heading {
  font-size: 16px;
  font-weight: 600;
  color: #45a735;
  margin-bottom: 20px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #2d5f4d;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #1a3a2e;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.social-icon {
  width: 40px;
  height: 40px;

  border-radius: 4px;
  display: flex;
  background-color: white;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #2d5f4d;
  color: #f5f3ed;
}

/* App Downloads */
.app-downloads {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.app-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;

  background-color: white;
  border-radius: 6px;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
  width: fit-content;
}

.app-badge:hover {
  background-color: #2d5f4d;
  color: #f5f3ed;
}

.app-badge i {
  font-size: 24px;
}

.badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.small-text {
  font-size: 10px;
}

.large-text {
  font-size: 14px;
  font-weight: 600;
}

/* Footer Copyright */
.footer-copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d4ceba;
  font-size: 14px;
  color: #2d5f4d;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 20px 0;
  }

  .social-icons {
    justify-content: center;
  }

  .app-downloads {
    align-items: center;
  }

  .col-lg-3.col-md-12 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-heading {
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }

  .footer-brand {
    text-align: center;
  }

  .tagline {
    padding-right: 0;
  }
}

.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  margin-top: 8px;
  padding-block: 4px;
  max-height: 355px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.search-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  font-size: 14px;
  > :first-child {
    max-width: 92%;
  }
  .text-xs-small {
    font-size: x-small;
    color: #666;
  }
  .recent-history-item {
    width: 90%;
  }
}

.search-item:hover {
  background: #45a7350d;
}

.search-item i {
  font-size: 18px;
  transform: rotate(-45deg);
  color: #666;
}

.search-dropdown-title {
  padding: 5px 16px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.598);
  /* border-bottom: 1px solid #eee; */
}

.load-more-wrapper {
  text-align: center;
  margin-top: 30px;
}

#load-more-btn {
  background-color: #4caf32; /* Exact green tone */
  color: #ffffff;
  border: none;
  border-radius: 999px; /* pill shape */
  padding: 14px 36px;
  font-size: 18px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition:
    background-color 0.25s ease,
    transform 0.15s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

#load-more-btn:hover {
  background-color: #43a12c;
  transform: translateY(-1px);
}

/* Active (click) state */
#load-more-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Disabled state (important for AJAX load-more UX) */
#load-more-btn:disabled {
  background-color: #9bd38a;
  cursor: not-allowed;
  box-shadow: none;
}

/* ============================= */
/* Explore More Blogs (Scoped)   */
/* ============================= */

.qh-explore-blogs {
  background: #ffffff;
  padding: 60px 0;
}

.qh-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.qh-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.qh-title span {
  color: #3bb54a;
}

.qh-content {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}

/* Sidebar */
.qh-sidebar-title {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold !important;
}

.qh-category {
  list-style: none;
}

.qh-category li {
  /* padding: 14px 0; */
  padding: 5px 0;
  border-bottom: 0px solid #eaeaea;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  text-align: left;
}
.qh-category {
  padding: 0px !important;
}

.qh-category li.active {
  color: #3bb54a;
  font-weight: 600;
}

/* Blogs */
.qh-section-title {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.qh-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.qh-blog-card {
  position: relative;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 15px;
  border-radius: 15px;
  padding: 10px;
}

.qh-blog-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 90%;
  margin-bottom: 12px;
}

.qh-blog-meta {
  font-size: 13px;
  color: #777;
}

.qh-arrow {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
  color: #3bb54a;
  font-weight: bold;
}

/* Pagination */
.qh-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.qh-back {
  background: #e5e5e5;
  color: #555;
  padding: 10px 26px;
  border-radius: 20px;
  border: none;
}

.qh-next {
  background: #3bb54a;
  color: #fff;
  padding: 10px 26px;
  border-radius: 20px;
  border: none;
}

.qh-page-count {
  font-size: 14px;
}

/* ============================= */
/* FIX UI DISTORTION (HARD RESET) */
/* ============================= */

.qh-explore-blogs {
  background: #ffffff;
}

/* Prevent WP content styles */
.qh-explore-blogs *,
.qh-explore-blogs *::before,
.qh-explore-blogs *::after {
  box-sizing: border-box;
}

/* Title */
.qh-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.qh-title span {
  color: #3bb54a;
}

/* Layout */
.qh-content {
  display: grid !important;
  grid-template-columns: 260px 1fr !important;
  gap: 40px !important;
  align-items: flex-start;
}

/* Sidebar */
.qh-sidebar-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.qh-category {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qh-category li {
  /* padding: 14px 0; */
  padding: 5px 0;
  border-bottom: 0px solid #eaeaea;
  font-size: 15px;
  color: #666;
  cursor: pointer;
}

.qh-category li.active {
  color: #3bb54a;
  font-weight: 600;
}

/* Blog section */
.qh-section-title {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: lowercase;
}

/* Grid restore */
.qh-blog-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px 40px !important;
}

/* Card */
.qh-blog-card {
  position: relative;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 16px;
}

/* REMOVE WP LINK STYLES */
.qh-blog-card a,
.qh-blog-card a:hover,
.qh-blog-card a:visited {
  color: inherit !important;
  text-decoration: none !important;
}

/* Blog text */
.qh-blog-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #111;
  max-width: 90%;
}

/* Meta */
.qh-blog-meta {
  font-size: 13px;
  color: #777;
}

/* Arrow */
.qh-arrow {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
  color: #3bb54a;
}

/* Pagination */
.qh-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.qh-back {
  background: #e5e5e5;
  color: #555;
  padding: 10px 26px;
  border-radius: 20px;
  border: none;
}

.qh-next {
  background: #3bb54a;
  color: #fff;
  padding: 10px 26px;
  border-radius: 20px;
  border: none;
}

.qh-page-count {
  font-size: 14px;
  color: #111;
}

.qh-blog-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.qh-load-more {
  background: #3bb54a;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  width: 200px;
}

.qh-load-more:hover {
  background: #2fa443;
}

.qh-section-title {
  text-transform: uppercase;
}

.qh-sidebar {
  width: 260px;
  flex-shrink: 0;
  border-right: 1px solid #00000021;
  padding-right: 25px;
}

.qh-blogs {
  display: flex;
  flex-direction: column;
}

.qh-load-more-blogs {
  align-self: center;
  margin-top: 24px;
}

@media (max-width: 992px) {
  .qh-content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .qh-sidebar {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  .qh-section-title {
    margin-top: 10px;
  }

  .qh-blog-grid {
    grid-template-columns: 1fr !important;
    gap: 18px 0 !important;
  }

  .qh-blog-card {
    padding: 8px 8px 14px;
  }

  .qh-arrow {
    top: 6px;
  }

  .qh-category {
    display: flex;
    gap: 1rem;
    overflow: auto;
    width: 90dvw;
    > li {
      flex-shrink: 0;
      padding: 1rem;
    }
  }
}

@media (max-width: 576px) {
  .qh-explore-blogs {
    padding: 40px 0;
  }

  .qh-title {
    font-size: 26px;
    text-align: center;
  }

  .qh-section-title {
    font-size: 18px;
    text-align: center;
  }

  .qh-category li {
    font-size: 14px;
  }

  .qh-blog-text {
    font-size: 15px;
    max-width: 100%;
  }
}

.search-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: small;
  left: 2.5rem;
  cursor: text;
  color: #a5a5a5;
}

.fade-in {
  opacity: 1;
  transition: all 0.5s ease;
}

.fade-out {
  opacity: 0;
  transition: all 0.5s ease;
}

/* vertical line after category section */

.mobile-actions,
.mobile-menu {
  display: none;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 10000;
  padding: 20px 18px 28px;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mobile-menu-close {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #3bb54a;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-search {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.mobile-search input {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: #262626;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mobile-menu-links a {
  color: #5b5b5b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.mobile-menu-links a:first-child {
  color: #3bb54a;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #00000045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='white' fill='none' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6 18 18'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  cursor: pointer;
}

.clear-all-search-history {
  font-size: 12px !important;
  color: #3bb54a !important;
  border: none !important;
}

.lucide-history-icon.lucide-history {
  color: #0000004e;
}

.search-item-box {
  position: relative;

  > :first-child {
    width: 100%;
  }

  .delete-single-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .header {
    height: 56px;
  }

  .header-container {
    padding: 6px 16px;
    gap: 12px;
    justify-content: space-between;
  }

  .custom-logo {
    height: 24px;
    width: auto;
  }

  .nav-menu {
    display: none;
  }

  .search-container {
    display: none;
  }

  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .mobile-actions a[aria-label="Notifications"] {
    background-color: transparent;
  }

  .mobile-actions a[aria-label="Cart"] {
    background-color: transparent;
  }

  .mobile-icon {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 10px;
    background: #f3f3f3;
    color: #3f3f3f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
  }

  .mobile-icon--menu {
    width: 28px;
    height: 22px;
    background: transparent;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }

  .mobile-icon--menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #3bb54a;
    border-radius: 999px;
  }
}

@media (min-width: 992px) {
  .mobile-actions {
    display: none;
  }
}
