@tailwind base;
@tailwind components;
@tailwind utilities;
section.herobanner {
  max-height: 900px;
  height: 100vh;
}

.our-services {
  background: #e8c7a3;
}
.our-services .container {
  padding: 4rem 3rem;
}
.our-services .container h2 {
  color: rgb(28, 82, 34);
}
.our-services .container p {
  color: #fff;
}
.our-services .container .swiper .swiper-wrapper .swiper-slide .our-services__card img {
  max-width: 400px;
  max-height: 500px;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  background-color: #fff;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .our-services .container .swiper .swiper-wrapper .swiper-slide .our-services__card img {
    max-width: 300px;
    max-height: 400px;
  }
}
.our-services .container .swiper .swiper-wrapper .swiper-slide .our-services__card .our-services__title {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Hammersmith One", sans-serif;
  color: rgb(28, 82, 34);
  margin: 1rem 0;
  height: 100px;
}
.our-services .container .swiper .swiper-wrapper .swiper-slide .our-services__card .our-services__description {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  color: #000;
  margin: 1rem 0;
}

.why-solo-hair {
  background: #fff;
}
.why-solo-hair__content {
  @apply pr-0 lg:pr-8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .why-solo-hair__content {
    flex-direction: column;
  }
}
.why-solo-hair__content .text-container {
  width: 50%;
}
@media (max-width: 1024px) {
  .why-solo-hair__content .text-container {
    width: 100%;
  }
}
.why-solo-hair__content .text-container h2 {
  color: #1c5222;
}
.why-solo-hair__content .text-container p {
  color: #1c5222;
}
.why-solo-hair__features {
  @apply space-y-6;
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 1024px) {
  .why-solo-hair__features {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.why-solo-hair__feature {
  @apply flex items-start space-x-4;
  background-color: #fff;
  padding: 4rem 3rem;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.why-solo-hair__feature:hover {
  background-color: #f0f0f0;
  transition: all 0.3s ease;
  transform: translateY(-5px);
}
.why-solo-hair__feature-icon {
  @apply flex-shrink-0 mt-1;
}
.why-solo-hair__feature-icon img {
  @apply text-primary-500;
}
.why-solo-hair__feature-content {
  @apply flex-1;
}
.why-solo-hair__feature-title {
  font-family: "Hammersmith One", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1c5222;
  text-align: center;
}
.why-solo-hair__feature-description {
  font-family: "Geologica", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #1c5222;
  text-align: center;
}
.why-solo-hair__experience {
  @apply flex justify-center lg:justify-end;
}
.why-solo-hair__experience-box {
  @apply bg-primary-100 rounded-2xl p-12 text-center shadow-lg;
  min-width: 200px;
}
.why-solo-hair__experience-number {
  @apply text-6xl font-bold text-primary-500 mb-2;
}
.why-solo-hair__experience-text {
  @apply text-lg font-semibold text-primary-600;
}

.make-appointment__contact-card {
  @apply bg-white rounded-xl shadow-lg p-8 border border-gray-100;
}
.make-appointment__card-title {
  @apply text-2xl font-bold text-secondary-800 mb-6;
}
.make-appointment__form {
  @apply mt-6;
}
.make-appointment .gform_wrapper {
  @apply space-y-4;
}
.make-appointment input, .make-appointment textarea, .make-appointment select {
  @apply w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-primary-500 focus:border-transparent;
}
.make-appointment .gform_button {
  @apply bg-primary-500 text-white px-6 py-3 rounded-lg font-semibold hover:bg-primary-600 transition-colors duration-200;
}
.make-appointment__cta-card {
  @apply bg-primary-500 rounded-xl shadow-lg p-8 text-white;
}
.make-appointment__cta-title {
  @apply text-2xl font-bold mb-4;
}
.make-appointment__cta-description {
  @apply text-lg mb-8 leading-relaxed opacity-90;
}
.make-appointment__cta-button {
  @apply bg-white text-primary-500 px-8 py-4 rounded-lg font-semibold text-lg transition-all duration-300 transform hover:scale-105 hover:shadow-lg inline-block;
}
.make-appointment .container .grid .make-appointment__right-container {
  display: flex;
  justify-content: center;
}
.make-appointment .container .grid .make-appointment__right-container img {
  border-radius: 10px;
}
.make-appointment .container .grid .form {
  background-color: #fff;
  max-width: 600px;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.make-appointment .container .grid .form .wpforms-542-field_4-container input {
  width: 0%;
}
.make-appointment .container .grid .form .wpforms-container {
  width: 100%;
}
.make-appointment .container .grid .form .wpforms-container .wpforms-field-container {
  width: 100%;
}
.make-appointment .container .grid .form .wpforms-container .wpforms-field-container input {
  border-radius: 5px;
  border: 1px solid #e8c7a3;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.make-appointment .container .grid .form .wpforms-container .wpforms-field-container input:focus {
  border-color: #96c39b;
  outline: none;
  transition: border-color 0.3s;
}
.make-appointment .container .grid .form .wpforms-container .wpforms-field-container textarea {
  border-radius: 5px;
  border: 1px solid #e8c7a3;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.make-appointment .container .grid .form .wpforms-container .wpforms-field-container textarea:focus {
  border-color: #96c39b;
  outline: none;
  transition: border-color 0.3s;
}
.make-appointment .container .grid .form .wpforms-submit {
  background-color: #96c39b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
}
.make-appointment .container .grid .form .wpforms-submit:hover {
  background-color: #1c5222;
  color: #96c39b;
  transition: all 0.5s ease;
}

.services-grid {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
}
.services-grid__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.services-grid__header {
  text-align: center;
  margin-bottom: 4rem;
}
.services-grid__title {
  font-family: "Hammersmith One", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1c5222;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .services-grid__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  .services-grid__title {
    font-size: 2rem;
  }
}
.services-grid__description {
  font-family: "Geologica", sans-serif;
  font-size: 1.125rem;
  color: #64748b;
  max-width: 48rem;
  margin: 0 auto;
  line-height: 1.6;
}
.services-grid__content {
  max-width: 80rem;
  margin: 0 auto;
}
.services-grid__no-posts {
  text-align: center;
  padding: 4rem 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}
.services-grid__no-posts h3 {
  font-family: "Hammersmith One", sans-serif;
  font-size: 1.5rem;
  color: #1c5222;
  margin: 0 0 1rem 0;
}
.services-grid__no-posts p {
  font-family: "Geologica", sans-serif;
  color: #64748b;
  margin: 0;
}
.services-grid__category-slider {
  margin-bottom: 4rem;
}
.services-grid__category-slider:last-child {
  margin-bottom: 0;
}
.services-grid__category-header {
  margin-bottom: 2rem;
}
.services-grid__category-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .services-grid__category-header-content {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.services-grid__category-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.services-grid__category-icon {
  font-size: 2.5rem;
  line-height: 1;
}
.services-grid__category-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.services-grid__category-title {
  font-family: "Hammersmith One", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #1c5222;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .services-grid__category-title {
    font-size: 1.75rem;
  }
}
.services-grid__category-count {
  font-family: "Geologica", sans-serif;
  font-size: 1rem;
  color: #64748b;
  margin: 0;
}
.services-grid__slider-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.services-grid__prev-btn, .services-grid__next-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid #e2e8f0;
  color: #1c5222;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  outline: none;
}
.services-grid__prev-btn:hover:not(:disabled), .services-grid__next-btn:hover:not(:disabled) {
  background: #96c39b;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(150, 195, 155, 0.3);
}
.services-grid__prev-btn:disabled, .services-grid__next-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.services-grid__prev-btn:disabled:hover, .services-grid__next-btn:disabled:hover {
  transform: none;
  background: white;
  color: #1c5222;
}
@media (max-width: 640px) {
  .services-grid__prev-btn, .services-grid__next-btn {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
  }
}
.services-grid__prev-btn.button::before, .services-grid__prev-btn.button::after, .services-grid__next-btn.button::before, .services-grid__next-btn.button::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 7px;
  pointer-events: none;
}
.services-grid__prev-btn.button::before, .services-grid__next-btn.button::before {
  border: 4px solid #f0eeef;
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}
.services-grid__prev-btn.button::after, .services-grid__next-btn.button::after {
  border: 4px solid #96daf0;
  transform: scale(1.3);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.services-grid__prev-btn.button:hover:not(:disabled)::before, .services-grid__prev-btn.button:focus:not(:disabled)::before, .services-grid__next-btn.button:hover:not(:disabled)::before, .services-grid__next-btn.button:focus:not(:disabled)::before {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.services-grid__prev-btn.button:hover:not(:disabled)::after, .services-grid__prev-btn.button:focus:not(:disabled)::after, .services-grid__next-btn.button:hover:not(:disabled)::after, .services-grid__next-btn.button:focus:not(:disabled)::after {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}
.services-grid__prev-btn.button .button-box, .services-grid__next-btn.button .button-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.services-grid__prev-btn.button .button-elem, .services-grid__next-btn.button .button-elem {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  position: relative;
  margin: 0 18px;
}
.services-grid__prev-btn.button .button-elem svg, .services-grid__next-btn.button .button-elem svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #1c5222;
  transition: fill 0.3s ease;
}
.services-grid__prev-btn.button .button-elem:first-child, .services-grid__next-btn.button .button-elem:first-child {
  margin-left: 0;
}
.services-grid__prev-btn.button .button-elem:last-child, .services-grid__next-btn.button .button-elem:last-child {
  margin-right: 0;
}
.services-grid__prev-btn.button:hover:not(:disabled) .button-box, .services-grid__prev-btn.button:focus:not(:disabled) .button-box, .services-grid__next-btn.button:hover:not(:disabled) .button-box, .services-grid__next-btn.button:focus:not(:disabled) .button-box {
  transform: translateX(-56px);
}
.services-grid__prev-btn.button:hover:not(:disabled) .button-elem svg, .services-grid__prev-btn.button:focus:not(:disabled) .button-elem svg, .services-grid__next-btn.button:hover:not(:disabled) .button-elem svg, .services-grid__next-btn.button:focus:not(:disabled) .button-elem svg {
  fill: white;
}
.services-grid__prev-btn.button:disabled .button-box, .services-grid__next-btn.button:disabled .button-box {
  opacity: 0.3;
}
.services-grid__next-btn.button .button-box {
  flex-direction: row-reverse;
}
.services-grid__next-btn.button:hover:not(:disabled) .button-box, .services-grid__next-btn.button:focus:not(:disabled) .button-box {
  transform: translateX(56px);
}
.services-grid__slider-container {
  position: relative;
  overflow-x: hidden;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 1rem;
}
.services-grid__swiper {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
.services-grid__swiper .swiper-wrapper {
  align-items: stretch;
}
.services-grid__swiper .swiper-slide {
  height: auto;
  display: flex;
}
.services-grid__service-card {
  width: 100%;
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
}
.services-grid__service-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: #96c39b;
}
.services-grid__card-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.services-grid__service-header {
  margin-bottom: 1rem;
}
.services-grid__service-info {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.services-grid__color-indicator {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  flex-shrink: 0;
}
.services-grid__service-details {
  flex: 1;
}
.services-grid__service-title {
  font-family: "Geologica", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-grid__info-tooltip {
  position: relative;
  display: inline-block;
  margin-top: 0.25rem;
}
.services-grid__info-tooltip i {
  color: #3b82f6;
  cursor: help;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.services-grid__info-tooltip i:hover {
  color: #1d4ed8;
}
.services-grid__tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
  padding: 0.75rem 1rem;
  background: #1f2937;
  color: white;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  pointer-events: none;
  white-space: nowrap;
  z-index: 10;
}
.services-grid__tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1f2937;
}
.services-grid__info-tooltip:hover .services-grid__tooltip-content {
  opacity: 1;
  visibility: visible;
}
.services-grid__service-details-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  flex: 1;
}
.services-grid__price {
  font-family: "Hammersmith One", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}
.services-grid__price-placeholder {
  color: #9ca3af;
  font-style: italic;
  font-size: 1.125rem;
}
.services-grid__duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Geologica", sans-serif;
  font-size: 0.875rem;
  color: #6b7280;
}
.services-grid__duration i {
  font-size: 0.75rem;
}
.services-grid__action-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: auto;
}
.services-grid__view-btn {
  flex: 1;
  background: #f3f4f6;
  color: #374151;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  border: none;
  font-family: "Geologica", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.services-grid__view-btn:hover {
  background: #e5e7eb;
  transform: translateY(-1px);
}
.services-grid__view-btn i {
  font-size: 0.75rem;
}
.services-grid__book-btn {
  flex: 2;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  font-family: "Geologica", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.services-grid__book-btn:hover {
  background: linear-gradient(135deg, #059669, #047857);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(16, 185, 129, 0.4);
}
.services-grid__book-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}
.services-grid__book-btn i {
  font-size: 0.75rem;
}
.services-grid__swiper-button-next, .services-grid__swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid #e2e8f0;
  color: #1c5222;
  font-size: 1rem;
  z-index: 10;
  transition: all 0.3s ease;
  cursor: pointer;
}
.services-grid__swiper-button-next:after, .services-grid__swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
.services-grid__swiper-button-next:hover, .services-grid__swiper-button-prev:hover {
  background: #96c39b;
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 20px rgba(150, 195, 155, 0.3);
}
.services-grid__swiper-button-next.swiper-button-disabled, .services-grid__swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.services-grid__swiper-button-next.swiper-button-disabled:hover, .services-grid__swiper-button-prev.swiper-button-disabled:hover {
  transform: translateY(-50%);
  background: white;
  color: #1c5222;
}
@media (max-width: 768px) {
  .services-grid__swiper-button-next, .services-grid__swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
  .services-grid__swiper-button-next:after, .services-grid__swiper-button-prev:after {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  .services-grid__swiper-button-next, .services-grid__swiper-button-prev {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
  .services-grid__swiper-button-next:after, .services-grid__swiper-button-prev:after {
    font-size: 0.75rem;
  }
}
.services-grid__swiper-button-next {
  right: 1rem;
}
@media (max-width: 768px) {
  .services-grid__swiper-button-next {
    right: 0.5rem;
  }
}
@media (max-width: 640px) {
  .services-grid__swiper-button-next {
    right: 0.25rem;
  }
}
.services-grid__swiper-button-prev {
  left: 1rem;
}
@media (max-width: 768px) {
  .services-grid__swiper-button-prev {
    left: 0.5rem;
  }
}
@media (max-width: 640px) {
  .services-grid__swiper-button-prev {
    left: 0.25rem;
  }
}
.services-grid__swiper-pagination {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.services-grid__swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: #d1d5db;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}
.services-grid__swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}
.services-grid__swiper-pagination .swiper-pagination-bullet-active {
  background: #96c39b;
  transform: scale(1.2);
}
.services-grid__action-bar {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: white;
  border-radius: 2rem;
  padding: 1rem 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.services-grid__action-bar.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 768px) {
  .services-grid__action-bar {
    left: 1rem;
    right: 1rem;
    transform: translateY(20px);
    border-radius: 1rem;
    padding: 1rem;
  }
}
.services-grid__action-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .services-grid__action-content {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.services-grid__action-text {
  font-family: "Geologica", sans-serif;
  font-size: 0.875rem;
  color: #6b7280;
}
@media (max-width: 768px) {
  .services-grid__action-text {
    text-align: center;
  }
}
.services-grid__action-book-btn, .services-grid__action-clear-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.75rem;
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .services-grid__action-book-btn, .services-grid__action-clear-btn {
    width: 100%;
    text-align: center;
  }
}
.services-grid__action-book-btn {
  background: linear-gradient(135deg, #96c39b, #1c5222);
  color: white;
  box-shadow: 0 4px 8px rgba(150, 195, 155, 0.3);
}
.services-grid__action-book-btn:hover {
  background: linear-gradient(135deg, #1c5222, #0f2e15);
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(150, 195, 155, 0.4);
}
.services-grid__action-clear-btn {
  background: linear-gradient(135deg, #6b7280, #4b5563);
  color: white;
  box-shadow: 0 4px 8px rgba(107, 114, 128, 0.3);
}
.services-grid__action-clear-btn:hover {
  background: linear-gradient(135deg, #4b5563, #374151);
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(107, 114, 128, 0.4);
}
@media (max-width: 1024px) {
  .services-grid__container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .services-grid {
    padding: 3rem 0;
  }
  .services-grid__container {
    padding: 0 1rem;
  }
  .services-grid__header {
    margin-bottom: 3rem;
  }
  .services-grid__category-slider {
    margin-bottom: 3rem;
  }
  .services-grid__slider-container {
    padding: 0.75rem;
  }
}
@media (max-width: 640px) {
  .services-grid {
    padding: 2rem 0;
  }
  .services-grid__header {
    margin-bottom: 2rem;
  }
  .services-grid__category-slider {
    margin-bottom: 2rem;
  }
  .services-grid__slider-container {
    padding: 0.5rem;
  }
  .services-grid__card-content {
    padding: 1rem;
  }
}

@keyframes ballAnimation {
  from {
    transform: scale(1);
    right: 100px;
  }
  to {
    transform: scale(0.5);
    right: 300px;
  }
}
@keyframes ballAnimation2 {
  from {
    transform: scale(1);
    right: 220px;
  }
  to {
    transform: scale(0.9);
    right: 520px;
  }
}
.half-om-half {
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .half-om-half {
    padding: 1rem 0;
  }
}
.half-om-half .container {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: stretch;
  min-height: 400px;
}
.half-om-half .container.reverse {
  flex-direction: row-reverse;
}
.half-om-half .container.reverse .col:last-child:before {
  top: 100px;
  right: 220px;
  transition: transform 1s ease, right 1s ease;
}
.half-om-half .container.reverse .col:last-child:hover:before {
  animation: ballAnimation2 1s ease forwards;
}
.half-om-half .container.reverse .col:last-child:not(:hover):before {
  animation: none;
}
@media (max-width: 1024px) {
  .half-om-half .container.reverse {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .half-om-half .container {
    flex-direction: column;
    min-height: auto;
  }
}
.half-om-half .container .col {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .half-om-half .container .col {
    width: 100%;
  }
}
.half-om-half .container .col:first-child img {
  width: 100%;
  max-height: 600px;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.half-om-half .container .col:last-child {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  .half-om-half .container .col:last-child {
    padding: 2rem 1.5rem;
  }
}
.half-om-half .container .col:last-child:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 100px;
  width: 400px;
  height: 400px;
  background-color: rgb(150, 195, 155);
  z-index: -1;
  border-radius: 50%;
  transition: transform 1s ease, right 1s ease;
}
.half-om-half .container .col:last-child:hover:before {
  animation: ballAnimation 1s ease forwards;
}
.half-om-half .container .col:last-child:not(:hover):before {
  animation: none;
}
.half-om-half .container .col:last-child h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: "Hammersmith One", sans-serif;
  font-weight: 600;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgb(150, 195, 155);
}
.half-om-half .container .col:last-child .content {
  margin-bottom: 2rem;
  line-height: 1.6;
}
.half-om-half .container .col:last-child .content p {
  margin-bottom: 1rem;
}
.half-om-half .container .col:last-child .content p:last-child {
  margin-bottom: 0;
}
.half-om-half .container .col:last-child .btn-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: auto;
}
.half-om-half .container .col:last-child .btn-cont .btn {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
}

.ons-team {
  padding: 4rem 0;
}
.ons-team .container h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: "Hammersmith One", sans-serif;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgb(150, 195, 155);
}
.ons-team .container p {
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 2rem;
}
.ons-team .container p:not(.over_jezelf) {
  font-size: 1rem;
}
.ons-team .container .swiper {
  width: 100%;
  overflow: visible;
}
.ons-team .container .swiper .swiper-wrapper {
  display: flex;
}
.ons-team .container .swiper .swiper-slide {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .ons-team .container .swiper .swiper-slide {
    flex-direction: column;
    min-height: auto;
    height: auto;
  }
}
.ons-team .container .swiper .swiper-slide .img {
  flex: 0 0 50%;
  width: 50%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ons-team .container .swiper .swiper-slide .img {
    flex: 0 0 100%;
    width: 100%;
    max-height: 300px;
  }
}
.ons-team .container .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ons-team .container .swiper .swiper-slide .content {
  flex: 0 0 50%;
  width: 50%;
  min-height: 500px;
  background-color: rgba(24, 90, 29, 0.4196078431);
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .ons-team .container .swiper .swiper-slide .content {
    flex: 0 0 100%;
    width: 100%;
    max-height: 300px;
  }
}
.ons-team .container .swiper .swiper-slide .content h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: "Hammersmith One", sans-serif;
  font-weight: 600;
  color: #1c5222;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgb(150, 195, 155);
}
.ons-team .container .swiper .swiper-slide .content .over_jezelf {
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2rem;
}
.ons-team .container .swiper .swiper-pagination {
  position: relative;
  margin-top: 2rem;
}

.model-slider .container h2 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Hammersmith One", sans-serif;
  color: #000;
  text-align: center;
  margin-bottom: 1rem;
}
.model-slider .container p {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  text-align: center;
  margin-bottom: 2rem;
}
.model-slider .swiper .swiper-wrapper .swiper-slide .img {
  max-height: 500px;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.model-slider .swiper .swiper-wrapper .swiper-slide .img img {
  max-height: 500px;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.model-slider .swiper .swiper-wrapper .swiper-slide .content h3 {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Hammersmith One", sans-serif;
  color: #000;
  text-align: left;
}
.model-slider .swiper .swiper-wrapper .swiper-slide .content p {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Geologica", sans-serif;
  color: #000;
  text-align: left;
}

footer.smooth-footer {
  background: #0fb780;
  padding: 2rem;
}
@media (max-width: 1024px) {
  footer.smooth-footer {
    padding: 1rem;
  }
}
footer.smooth-footer .container .footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer.smooth-footer .container .footer-container {
    flex-direction: column;
  }
}
footer.smooth-footer .container .footer-container .footer-section a, footer.smooth-footer .container .footer-container .footer-section span {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
footer.smooth-footer .container .footer-container .footer-section a:hover, footer.smooth-footer .container .footer-container .footer-section span:hover {
  color: #155523;
}
footer.smooth-footer .container .footer-container .footer-section .text-gray-300 div {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
footer.smooth-footer .container .footer-container .footer-section .text-gray-300 div:hover {
  color: #155523;
}
footer.smooth-footer__brand {
  @apply mb-8 md:mb-0;
}
footer.smooth-footer__brand-name {
  @apply text-white;
}
footer.smooth-footer__tagline {
  @apply text-white leading-relaxed;
}
footer.smooth-footer__links {
  @apply mb-8 md:mb-0;
}
footer.smooth-footer__section-title {
  @apply text-white font-semibold;
}
footer.smooth-footer__links-list {
  @apply space-y-3;
}
footer.smooth-footer__link {
  @apply text-white hover:text-white transition-colors duration-200 block;
}
footer.smooth-footer__link:hover {
  @apply text-white;
}
footer.smooth-footer__social {
  @apply mb-8 md:mb-0;
}
footer.smooth-footer__social-links {
  @apply flex flex-wrap gap-3;
}
footer.smooth-footer__social-link {
  @apply bg-secondary-700 hover:bg-primary-500 p-3 rounded-lg transition-colors duration-200 flex items-center justify-center;
}
footer.smooth-footer__social-link:hover {
  @apply bg-primary-500;
}
footer.smooth-footer__social-link img {
  @apply w-5 h-5;
}
footer.smooth-footer__copyright {
  @apply border-t border-secondary-700 mt-12 pt-8 text-center;
}
footer.smooth-footer__copyright p {
  @apply text-white;
}
footer.smooth-footer .wrapper {
  display: inline-flex;
  list-style: none;
  height: 120px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}
footer.smooth-footer .wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
footer.smooth-footer .wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
footer.smooth-footer .wrapper .icon:hover span,
footer.smooth-footer .wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
footer.smooth-footer .wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
footer.smooth-footer .wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
footer.smooth-footer .wrapper .facebook {
  color: #1877f2;
}
footer.smooth-footer .wrapper .facebook:hover, footer.smooth-footer .wrapper .facebook:hover .tooltip, footer.smooth-footer .wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}
footer.smooth-footer .wrapper .twitter {
  color: #1da1f2;
}
footer.smooth-footer .wrapper .twitter:hover, footer.smooth-footer .wrapper .twitter:hover .tooltip, footer.smooth-footer .wrapper .twitter:hover .tooltip::before {
  background: #1da1f2;
  color: #fff;
}
footer.smooth-footer .wrapper .instagram {
  color: #e4405f;
}
footer.smooth-footer .wrapper .instagram:hover, footer.smooth-footer .wrapper .instagram:hover .tooltip, footer.smooth-footer .wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #96c39b;
}
header.scrolled {
  background-color: #96c39b;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
header.header-hidden {
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
}
@media (max-width: 1024px) {
  header .container {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 20px;
  }
}
header .container .col img {
  max-width: 150px;
}
header .container .col .hamburger-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 25;
}
@media (max-width: 1024px) {
  header .container .col .hamburger-menu-toggle {
    display: flex;
  }
}
header .container .col .hamburger-menu-toggle .hamburger-line {
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
}
header .container .col .hamburger-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
header .container .col .hamburger-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(2) {
  opacity: 0;
}
header .container .col .hamburger-menu-toggle[aria-expanded=true] .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
@media (max-width: 1024px) {
  header .container .col .header-menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: #96c39b;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 24;
    padding: 80px 20px 20px;
    overflow-y: auto;
  }
  header .container .col .header-menu-container.menu-open {
    right: 0;
  }
}
header .container .col .header-menu-container .header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  header .container .col .header-menu-container .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
  }
}
header .container .col .header-menu-container .header-menu li {
  margin: 0;
}
header .container .col .header-menu-container .header-menu li:hover a {
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header .container .col .header-menu-container .header-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
  }
  header .container .col .header-menu-container .header-menu li:last-child {
    border-bottom: none;
  }
}
header .container .col .header-menu-container .header-menu li a {
  text-decoration: none;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header .container .col .header-menu-container .header-menu li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
header .container .col .header-menu-container .header-menu li a:hover {
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  header::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 23;
    pointer-events: none;
  }
  header.menu-open::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@font-face {
  font-family: "Birthstone";
  src: url("../assets/fonts/Birthstone/Birthstone-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Text";
  src: url("../assets/fonts/DM_Serif_Text/DMSerifText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Serif Text";
  src: url("../assets/fonts/DM_Serif_Text/DMSerifText-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../assets/fonts/Geologica/static/Geologica_Auto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica Cursive";
  src: url("../assets/fonts/Geologica/static/Geologica_Cursive-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gideon Roman";
  src: url("../assets/fonts/Gideon_Roman/GideonRoman-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hammersmith One";
  src: url("../assets/fonts/Hammersmith_One/HammersmithOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Condensed";
  src: url("../assets/fonts/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.block-editor-block-list__layout .block-editor-block-list__block {
  max-width: unset;
}

:root {
  --primary-color: #f97316;
  --secondary-color: #334155;
  --accent-color: #eab308;
  --text-dark: #1e293b;
  --text-light: #64748b;
  --bg-light: #f8fafc;
}

body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1536px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
}

.btn-primary {
  background-color: #96c39b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
}
.btn-primary:hover {
  background-color: #1c5222;
  color: #96c39b;
  transition: all 0.5s ease;
}

.btn-secondary {
  background-color: #1c5222;
  color: #96c39b;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
}
.btn-secondary:hover {
  background-color: #96c39b;
  color: #fff;
  transition: all 0.5s ease;
}

.text-primary {
  color: var(--primary-color);
}

.bg-primary {
  background-color: var(--primary-color);
}

.border-primary {
  border-color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.bg-secondary {
  background-color: var(--secondary-color);
}

.text-accent {
  color: var(--accent-color);
}

.bg-accent {
  background-color: var(--accent-color);
}
