* {
  margin: 0;
  padding: 0;
  font-family: 'Instrument Sans';
  
}


/* Header Styles */
.header-transparent {
  background: transparent !important;
  padding: 0.3rem 0;

  position: absolute;
  top: 0;
}

.navbar {
  background: transparent !important;
  padding: 0.5rem 0;
}

.nav-logo {
  width: 130px;
}

/* Logo Styles */
.logo-container {
  position: relative;
  width: 32px;
  height: 32px;
}

.logo-shape {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
  border-radius: 4px;
  transform: rotate(45deg);
}

.logo-accent {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
  border-radius: 4px;
  transform: rotate(12deg);
}

/* Brand Text */
.brand-text {
  line-height: 1.2;
}

.brand-main {
  font-weight: bold;
  font-size: 1.1rem;
  color: #2563eb;
  margin-bottom: -2px;
}

.brand-sub {
  font-weight: 600;
  font-size: 0.75rem;
  color: #374151;
  margin-bottom: -2px;
}

/* Navigation Links */
.nav-custom {
  color: #374151 !important;
  font-weight: 500 !important;
  font-size: 14px;
  text-decoration: none !important;
  padding: 0.5rem 1rem !important;
  transition: color 0.3s ease;
}

.nav-custom:hover {
  color: #2563eb !important;
}

/* Buttons */
.btn-link.nav-custom {
  border: none;
  background: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

.btn-pro {
  background-color: #111827;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-pro:hover {
  background-color: #1f2937;
  color: white;
}

/* Mobile Responsive */
@media (max-width: 991.98px) {
  .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav-custom {
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid #e5e7eb;
  }

  .nav-custom:last-child {
    border-bottom: none;
  }

  .d-flex.align-items-center {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.5rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
  }

  .btn-link.nav-custom {
    text-align: center;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin: 0 !important;
  }

  .btn-pro {
    width: 100%;
    margin: 0;
  }

  .logo-container {
    width: 28px;
    height: 28px;
  }

  .logo-shape {
    width: 28px;
    height: 28px;
  }

  .brand-main {
    font-size: 1rem;
  }

  .brand-sub {
    font-size: 0.7rem;
  }
}


.back-Color {
  background-color: #F8F9FC;
}



/* hero section start */
.hero-section {
  min-height: 758px;
  background-image: url('../assets/jobHeroBack.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero-content {
  padding: 0px 0px;
  /* text-align: center; */
  justify-content: space-between;
  align-items: start;
  /* background-color: red; */
  display: flex;
  /* flex-direction: column; */
}

.hero-circle-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 517px;
  height: 476px;
  background: url("../assets/jobHeroCircle.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-circle-img > button{
  padding: 10px 30px;
  border-radius: 40px;
  background: linear-gradient(to right, #09C2CC, #09CCAE);
border : none;
color: white;
}


.first{
  max-width: 598px;
}




.hero-title {
  font-size: 60px;
  font-weight: bold;
  color: black;
  margin-bottom: 1.5rem;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 20px;
  color: black;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-button {
  background-color: #000;
  color: white;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
  background-color: #1f2937;
  color: white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.arrow-icon {
  background-color: white;
  color: black;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-weight: bold;
}

.job-roles-section {
  padding: 20px 0;
  background-color: #f8f9fa;
}

.scroll-container {
  position: relative;
  overflow: hidden;
  cursor: grab;
}

.scroll-container:active {
  cursor: grabbing;
}

.roles-scroll-wrapper {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  /* background-color: red; */
  padding: 10px 0;
  gap: 15px;
  /* Completely hide scrollbar */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.roles-scroll-wrapper::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

/* Left shadow */
.roles-scroll-wrapper::before,
.roles-scroll-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 1;
  pointer-events: none;
}

.roles-scroll-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white 20%, transparent);
}

/* Right shadow */
.roles-scroll-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white 20%, transparent);
}

.job-role-badge {
  display: inline-block;
  /* background-color: #e9ecef; */
  color: #ABABAB;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ABABAB;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: fit-content;
  user-select: none;
}

.job-role-badge:hover {
  /* background-color: #007bff; */
  color: black;
  border: 1px solid black;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #343a402f;
}

.job-role-badge .count {
  font-weight: 400;
  margin-left: 6px;
  opacity: 0.8;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  color: #343a40;
  font-weight: 600;
}

/* Hover instruction */
.hover-instruction {
  text-align: center;
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 15px;
  opacity: 0.7;
}

/* Auto-scroll animation */
@keyframes autoScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.auto-scroll {
  animation: autoScroll 20s linear infinite;
}

.auto-scroll:hover {
  animation-play-state: paused;
}


.toggle-btn-group {
  display: flex;
  border-radius: 12px;

  overflow: hidden;
  background-color: #FFFFFF;
  padding: 5px;
  margin-bottom: 16px;
  position: relative;
  margin-top: -40px;
  z-index: 10;
  gap: 5px;
  /* max-width: 600px; */
}

.toggle-btn {
  flex: 1;
  border: none;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-size: 19.22px;
  padding: 18px 20px;
  font-weight: bold;
  background-color: transparent;
  transition: all 0.3s ease;
  color: black;
  background-color: #EAEAEA;
}

.toggle-btn.active {
  background-color: #09CCAE;
  color: white;
}



.search-card {
  /* background-color: white; */
  border-radius: 20px;
  /* padding: 24px; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  /* max-width: 800px; */
  margin: 0 auto;
  /* margin-top: -50px; */

}

.input-section {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  border-radius: 20px;
  /* gap: 1px; */
  /* background-color: red; */
  /* margin-bottom: 16px; */
}

.input-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  flex: 1;
  /* border: 1px solid #e1e5e9; */

  background-color: #fff;
  position: relative;
}

.input-box:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right: none;
  border-right: 1px solid #EBEBEB;
}

.input-box:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: none;
}

.input-box img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.input-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.input-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.form-control-custom,
.select-custom {
  width: 100%;
  /* border: 1px solid #e1e5e9; */
  border: none;
  outline: none;
  border-radius: 12px;
  /* padding: 15px 20px 15px 50px; */
  font-size: 14px;
  background-color: #fff;
  /* height: 56px; */
  transition: all 0.2s ease;
  color: #111;
}

.form-control-custom::placeholder {
  color: #7C7C7C;
  font-weight: 400;
}

.select-custom {
  appearance: none;
  cursor: pointer;
  color: #7C7C7C;
}



.input-icon {
  left: 18px;
}

.dropdown-arrow {
  right: 18px;
  pointer-events: none;
}

.search-btn {
  background: #2575E8;
  border: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: -10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 66px;
  transition: all 0.2s ease;
}



/* Industry Categories Section */
.category-container {
  background-color: #f8f9fa;
  padding: 60px 0;
  margin-top: 40px;
}

.category-item {
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  height: 140px;
  /* Fixed height for all category items */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.category-item:hover {
  background-color: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.category-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  /* background-color: #f0f9ff; */
  overflow: hidden;
}

.category-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.category-label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.2;
}










/* card styles */

.business-card {
  max-width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 7px;
  border: 1px solid #e9ecef;
}

.card-header {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: end;
  align-items: start;
  padding: 10px;
  
  background: url("../assets/cardheadImg.png");
  /* background-color: red; */
  background-size: cover;
  background-repeat: no-repeat;
   border-radius: 10px !important; /* already added */

  overflow: hidden;    /* ✅ this will fix it */
  
}


.featured-badge {
  background: rgba(0, 0, 0, 0.111);
  color: white;

  padding: 4px 12px;
  border: 1px solid white;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}


.services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.service-tag {
  background-color: #f8f9fa;
  color: #7C7C7C;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #CACACA;
}



.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background-color: red; */
  gap: 5px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: black;
  border: 1px solid black;
  padding: 3px 8px;
  border-radius: 100px;
}

.stars {
  color: #ffc107;
}

.bookmark-btn {
  background: none;
  font-weight: 600;
  color: black;
  border: 1px solid black;
  border-radius: 100px;
  font-size: 12px;
  padding: 3px 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.bookmark-btn:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
}

.company-info {
  margin-bottom: 16px;
}

.company-name {
  font-size: 20px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.verified-badge {
  color: #0d6efd;
  font-size: 16px;
}

.company-details {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 16px;
}

.location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
}

.category {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #000000;
}

.description {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}



.action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.btn-contact {
  background-color: #000000;
  color: white;
  border: none;
  padding: 12px 10px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.5s ease;
}

/* .btn-contact:hover {
  background-color: #FFFFFF;
  color: black;
  border: 1px solid black;
} */

.btn-profile {
  /* background-color: white; */
  color: #495057;
  /* border: 1px solid black; */
  /* padding: 12px 20px; */
  border-radius: 25px;
  font-size: 12px;
  font-weight: 600;
  flex: 1;
  display: flex;
  flex-direction: column;
  
  /* gap: 8px; */
  transition: all 0.2s;
}

.btn-profile:hover {
  background-color: #f8f9fa;
  border-color: #adb5bd;
  color: #495057;
}

.btn-icon {
  width: 16px;
  height: 16px;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
}

.search-header {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e9ecef;
}

.results-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.results-title {
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin: 0;
}

.results-count {
  color: #9F9F9F;
  font-weight: 400;
}

.controls-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sort-section {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sort-label {
  color: #7C7C7C;
  font-size: 16px;
  font-weight: 400;
}

.sort-dropdown {
  background: none;
  border: none;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
}

.sort-dropdown:hover {
  color: #111827;
}

.dropdown-arrow {
  font-size: 12px;
  color: #6b7280;
}

.view-toggles {
  display: flex;
  gap: 8px;
  background-color: #E7F1FF;
  padding: 4px;
  border-radius: 10px;
}

.view-btn {
  width: 40px;
  height: 40px;
  /* border: 1px solid #e5e7eb; */
  border-width: 0;
  background-color: #E7F1FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* .view-btn:hover {
  background-color: #f3f4f6;
  border-color: #d1d5db;
} */

.view-btn.active {
  background-color: #FFFFFF;
  /* border-color: #3b82f6; */
  color: #697483;
}

.view-btn i {
  font-size: 16px;
  color: #6b7280;
}

.view-btn.active i {
  color: white;
}

.list-icon::before {
  content: '☰';
  font-style: normal;
  font-size: 16px;
}

.grid-icon::before {
  content: '⊞';
  font-style: normal;
  font-size: 16px;
}


.sidebar {
  /* background-color: #f8f9fa; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 10px;
  /* min-height: 100vh; */
  padding: 0;
}

.promo-banner {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: white;
  padding: 0px 24px;
  margin-bottom: 0;
  height: 300px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.promo-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../assets/icons/WoodVector.png');
  opacity: 0.3;
}

.promo-content {
  position: relative;
  z-index: 1;
}

.promo-content h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.verify-btn {
  background-color: #F8CD0A;
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.verify-btn:hover {
  background-color: #ffed4a;
  transform: translateY(-1px);
}

.verify-btn i {
  background-color: #000;
  color: #ffd700;
  padding: 4px;
  border-radius: 50%;
  font-size: 10px;
}

.filters-container {
  padding: 24px;
  border-radius: 10px;
  /* border: 1px solid ; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);

}

.filter-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.filter-title {
  font-weight: 600;
  color: #333;
}

.filter-count {
  background-color: #FFF4C0;
  color: black;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.clear-btn {
  background: none;
  border: none;
  color: #007bff;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  cursor: pointer;
}

.clear-btn:hover {
  text-decoration: underline;
}

.filter-note {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #E7F1FF;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}

.filter-note i {
  color: #007bff;
}

.filter-section {
  margin-bottom: 24px;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 16px;
}

.filter-header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
  margin-bottom: 12px;
}

.filter-icon {
  color: #6c757d;
  margin-right: 8px;
  width: 16px;
}

.filter-label {
  font-weight: 600;
  color: #333;
  font-size: 16px;
}

.filter-options {
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
}


.filter-option {
  display: flex;
  justify-content: space-between;
  color: #161616;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.filter-option:hover {
  color: #007bff;
}

.count {
  color: #ABABAB;
  font-weight: 400;
  font-size: 14px;
}

.filter-selected {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2px;
  margin-bottom: 8px;
}

.selected-count {
  color: #161616;
  font-weight: 600;
  font-size: 14px;
}

.change-btn {
  background: none;
  border: none;
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
}

.change-btn:hover {
  text-decoration: underline;
}

.selected-items {
  padding-left: 2px;
}

.selected-item {
  color: #969696;
  font-size: 12px;
  font-weight: 400;
}

.rating-options {
  padding-left: 24px;
}

.rating-option {
  padding: 8px 0;
}

.stars {
  display: flex;
  gap: 2px;
}

.stars i {
  color: #ffc107;
  font-size: 16px;
}

.apply-filter-section {
  margin-top: 32px;
}

.apply-filter-btn {
  width: 100%;
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 14px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.apply-filter-btn:hover {
  background-color: #333;
  transform: translateY(-1px);
}

.content-placeholder {
  background-color: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e9ecef;
  margin-top: 20px;
  text-align: center;
}

.content-placeholder h3 {
  color: #333;
  margin-bottom: 16px;
}

.content-placeholder p {
  color: #6c757d;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sidebar {
    min-height: auto;
  }

  .promo-content h3 {
    font-size: 16px;
  }

  .filters-container {
    padding: 16px;
  }
}

.footer-card {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.footer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


/* Footer Styles */
.footer {
  background-color: #030616;
  color: white;
  padding: 0 0 30px;
}

.footer-logo {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}

.footer-heading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.footer-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}

.footer-btn-primary {
  background-color: white;
  color: #1a1d29;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer-btn-secondary {
  background-color: transparent;
  color: white;
  padding: 12px 30px;
  border: 2px solid white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.footer-btn-primary:hover {
  background-color: #f1f1f1;
  color: #1a1d29;
  transform: translateY(-2px);
}

.footer-btn-secondary:hover {
  background-color: white;
  color: #1a1d29;
  transform: translateY(-2px);
}

.footer-links {
  margin-bottom: 40px;
}

.footer-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #646986;
}

.footer-link {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  font-weight: 200;
  margin-bottom: 12px;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: white;
}

.footer-bottom {
  /* border-top: 1px solid #2d3748; */
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: #FFFFFF;
  font-size: 0.9rem;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  color: #FFFFFF;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: white;
}


/* Responsive Design */
@media (max-width: 1202px) {
 

  .hero-circle-img {
  width: 300px;
  height: 280px;
  /* margin: 20px 0px; */

 
  
}

 .hero-title {
    font-size: 40px;
  }




}

@media (max-width: 768px) {
  .hero-circle-img{
    display: none;
  }
  .first{
  max-width: 100%;
}
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.125rem;
  }

  .toggle-btn{
    font-size: 15px;
  }
  .badge-custom {
    margin: 0 3px 12px 3px;
    padding: 6px 12px;
    font-size: 0.8rem;
  }

  .input-section {
    flex-direction: column;
  }

  .category-item {
    height: 120px;
    padding: 20px 10px;
  }

  .category-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  

  .category-icon img {
    width: 35px;
    height: 35px;
  }

  .footer-heading {
    font-size: 1.8rem;
  }

  .footer-buttons {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}





@media (max-width: 576px) {

  .hero-section{
    min-height: 658px;
    align-items: center;
  }
  .hero-content{
    align-items: center;
    justify-content: center;
  }
  .first{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 1rem;
    text-align: center;

  }

  .toggle-btn-group{
    flex-direction: column;
  }

  .badge-custom {
    font-size: 0.7rem;
    padding: 4px 8px;

  }

  .badge-blue {
    right: 0 !important;
    bottom: -5% !important;
    /* transform: rotate(0deg) !important; */
  }

  .badge-pink {
    left: 2% !important;
    top: -5% !important;
    padding: 3px 6px;
    /* transform: rotate(0deg) !important; */
  }

  .badge-pink img {
    width: 16px;
    height: 16px;
    /* transform: rotate(0deg) !important; */
  }

  /* Second badge - bottom right */
  .badge-orange {
    right: 0 !important;
    bottom: -10% !important;
    /* transform: rotate(0deg) !important; */
  }

  /* Third badge - bottom left */
  .badge-aqua {
    left: 0 !important;
    bottom: -10% !important;
    /* transform: rotate(0deg) !important; */
  }

  .category-item {
    height: 110px;
    padding: 15px 8px;
  }

  .category-label {
    font-size: 12px;
  }


  .footer-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 473px) {

  .rating > span, .bookmark-btn {
    font-size: 10px;
  }
  .bookmark-btn > img {
    width: 8px !important;
  }
 
}