* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

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

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

main {
  background-attachment: fixed;
  background-image: url(/public/assets/images/parralax.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 82vh;
  position: relative;
}

.site-footer {
  width: 100%;
  height: 150px;
  background-color: #fe7f01;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 200% 100% at 50% 0%, rgba(133, 66, 0, 0.3) 0%, transparent 50%), radial-gradient(ellipse 150% 80% at 0% 100%, rgba(133, 66, 0, 0.2) 0%, transparent 50%), radial-gradient(ellipse 150% 80% at 100% 100%, rgba(133, 66, 0, 0.2) 0%, transparent 50%);
  pointer-events: none;
}
.site-footer .footer-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.site-footer .footer-section {
  display: flex;
  align-items: center;
  color: white;
}
.site-footer .footer-social {
  gap: 1rem;
}
.site-footer .footer-social .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  transition: opacity 0.3s ease;
}
.site-footer .footer-social .social-icon:hover {
  opacity: 0.8;
}
.site-footer .footer-social .social-icon svg {
  width: 24px;
  height: 24px;
}
.site-footer .footer-center {
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.site-footer .footer-center .footer-logo .logo-image {
  width: 100px;
}
.site-footer .footer-center .footer-copyright {
  font-size: 0.75rem;
  color: white;
  text-align: center;
  margin-top: 0.25rem;
}
.site-footer .footer-catalog .catalog-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.site-footer .footer-catalog .catalog-link:hover {
  opacity: 0.8;
}
.site-footer .footer-catalog .catalog-link .catalog-icon {
  width: 32px;
  height: 32px;
}
.site-footer .footer-catalog .catalog-link .catalog-text {
  font-size: 0.875rem;
  font-weight: 500;
}

[dir=rtl] .site-footer .footer-content {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .site-footer {
    height: auto;
    min-height: 150px;
    padding: 1.5rem 0;
  }
  .site-footer .footer-content {
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  .site-footer .footer-center {
    order: -1;
  }
  .site-footer .footer-social {
    justify-content: center;
  }
}
.navbar-custom {
  background-color: white;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar-custom .navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navbar-custom .navbar-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fe7f01;
}
.navbar-custom .navbar-logo .logo-text {
  line-height: 1;
  font-weight: 600;
}
.navbar-custom .navbar-logo .logo-top {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.125rem;
}
.navbar-custom .navbar-logo .logo-bottom {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.25rem;
}
.navbar-custom .navbar-logo .logo-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #fe7f01;
}
.navbar-custom .navbar-logo:hover {
  opacity: 0.9;
}
.navbar-custom .navbar-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
}
.navbar-custom .navbar-menu .nav-item {
  position: relative;
}
.navbar-custom .navbar-menu .nav-item .nav-link {
  color: #fe7f01;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: opacity 0.3s ease;
}
.navbar-custom .navbar-menu .nav-item .nav-link:hover {
  opacity: 0.8;
}
.navbar-custom .navbar-menu .nav-item .nav-link.dropdown-toggle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fe7f01;
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}
.navbar-custom .navbar-menu .nav-item .nav-link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.navbar-custom .navbar-menu .nav-item .dropdown-menu {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  min-width: 200px;
}
.navbar-custom .navbar-menu .nav-item .dropdown-menu .dropdown-item {
  color: #fe7f01;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease;
}
.navbar-custom .navbar-menu .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: rgba(254, 127, 1, 0.1);
}
.navbar-custom .navbar-utils {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.navbar-custom .navbar-utils .cart-icon {
  color: #fe7f01;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}
.navbar-custom .navbar-utils .cart-icon:hover {
  opacity: 0.8;
}
.navbar-custom .navbar-utils .cart-icon svg {
  width: 24px;
  height: 24px;
}
.navbar-custom .navbar-utils .language-selector {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar-custom .navbar-utils .language-selector .lang-link {
  color: #fe7f01;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  transition: opacity 0.3s ease;
}
.navbar-custom .navbar-utils .language-selector .lang-link:hover, .navbar-custom .navbar-utils .language-selector .lang-link.active {
  opacity: 0.8;
  text-decoration: underline;
}
.navbar-custom .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.navbar-custom .mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background-color: #fe7f01;
  transition: all 0.3s ease;
}
.navbar-custom .mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.navbar-custom .mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.navbar-custom .mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (min-width: 992px) {
  .navbar-custom .navbar-menu {
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .navbar-custom .navbar-container {
    flex-wrap: wrap;
  }
  .navbar-custom .navbar-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-custom .navbar-menu.active {
    display: flex;
  }
  .navbar-custom .navbar-menu .nav-item {
    width: 100%;
  }
  .navbar-custom .navbar-menu .nav-item .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .navbar-custom .navbar-menu .nav-item .dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    margin-top: 0;
    padding-left: 1rem;
  }
  .navbar-custom .mobile-menu-toggle {
    display: flex;
  }
}

[dir=rtl] .navbar-custom .navbar-logo {
  align-items: flex-end;
}
[dir=rtl] .navbar-custom .navbar-menu {
  flex-direction: row-reverse;
}
[dir=rtl] .navbar-custom .navbar-utils {
  flex-direction: row-reverse;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 92vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-section .hero-background .hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .hero-content .hero-text {
  color: white;
}
.hero-section .hero-content .hero-text .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .hero-section .hero-content .hero-text .hero-title {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-content .hero-text .hero-title {
    font-size: 5.5rem;
  }
}
.hero-section .hero-content .hero-text .hero-description {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 90%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .hero-section .hero-content .hero-text .hero-description {
    font-size: 1.25rem;
    max-width: 85%;
  }
}

[dir=rtl] .hero-section .hero-content .row {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .hero-section {
    height: 92vh;
    min-height: 600px;
  }
  .hero-section .hero-content .hero-text {
    text-align: center;
  }
  .hero-section .hero-content .hero-text .hero-title {
    font-size: 2.5rem;
  }
  .hero-section .hero-content .hero-text .hero-description {
    max-width: 100%;
    font-size: 1rem;
  }
}
.about-page-title {
  color: #fe7f01;
}

.recipes-title {
  color: #fe7f01;
  font-size: 2.5rem;
  font-weight: 700;
}

.recipe-card {
  height: 100%;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recipe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.recipe-card-img {
  height: 250px;
  object-fit: cover;
}

.recipe-card-title {
  color: inherit;
}
.recipe-card-title:hover {
  color: #fe7f01;
}

.recipe-back-btn {
  color: #fe7f01;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.recipe-back-btn:hover {
  opacity: 0.8;
  color: #fe7f01;
}
.recipe-back-btn svg {
  flex-shrink: 0;
}

.recipe-detail-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}

.recipe-detail-title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.recipe-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.recipe-section-body {
  line-height: 1.8;
  color: #333;
}
.recipe-section-body p {
  margin-bottom: 1rem;
}
.recipe-section-body ul, .recipe-section-body ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.recipe-section-body li {
  margin-bottom: 0.5rem;
}

.blog-title {
  color: #fe7f01;
  font-size: 2.5rem;
  font-weight: 700;
}

.blog-card {
  height: 100%;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.blog-card-img {
  height: 250px;
  object-fit: cover;
}

.blog-card-title {
  color: inherit;
}
.blog-card-title:hover {
  color: #fe7f01;
}

.blog-detail-header {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-detail-header {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .blog-detail-header {
    height: 600px;
  }
}

.blog-detail-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-back-container {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .blog-detail-back-container {
    top: 2rem;
    left: 2rem;
  }
}

.blog-detail-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #fe7f01;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.blog-detail-back-btn:hover {
  background-color: #fff;
  color: #fe7f01;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.blog-detail-back-btn svg {
  width: 24px;
  height: 24px;
}

.blog-detail-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .blog-detail-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .blog-detail-title {
    font-size: 2.5rem;
  }
}

.blog-detail-body {
  line-height: 1.8;
  color: #333;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .blog-detail-body {
    font-size: 1.125rem;
  }
}
.blog-detail-body p {
  margin-bottom: 1.5rem;
}
.blog-detail-body h1, .blog-detail-body h2, .blog-detail-body h3, .blog-detail-body h4, .blog-detail-body h5, .blog-detail-body h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #000;
}
.blog-detail-body ul, .blog-detail-body ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.blog-detail-body li {
  margin-bottom: 0.75rem;
}
.blog-detail-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.blog-detail-body a {
  color: #fe7f01;
  text-decoration: none;
}
.blog-detail-body a:hover {
  text-decoration: underline;
}
.blog-detail-body blockquote {
  border-left: 4px solid #fe7f01;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #666;
}

.contact-form-title {
  color: #fe7f01;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contact-form-title {
    font-size: 2.5rem;
  }
}

.contact-form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.contact-form-input,
.contact-form-textarea {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.75rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form-input:focus,
.contact-form-textarea:focus {
  border-color: #fe7f01;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(254, 127, 1, 0.25);
}

.contact-form-textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form-submit {
  background-color: #fe7f01;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.contact-form-submit:hover {
  background-color: #fe7f01;
  color: #fff;
  transform: translateY(-2px);
}
.contact-form-submit:active {
  transform: translateY(0);
}

.faq-title {
  color: #fe7f01;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .faq-title {
    font-size: 2.5rem;
  }
}

.faq-item {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.faq-item:first-child {
  border-top: 1px solid #e0e0e0;
}
.faq-item .accordion-button {
  background-color: transparent;
  border: none;
  padding: 1.25rem 1rem;
  font-weight: 500;
  color: #333;
  box-shadow: none;
}
.faq-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #333;
  box-shadow: none;
}
.faq-item .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 1rem;
  height: 1rem;
}
.faq-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.faq-item .accordion-body {
  padding: 1rem 1rem 1.5rem 1rem;
  color: #555;
  line-height: 1.7;
}
.faq-item .accordion-body p {
  margin-bottom: 1rem;
}
.faq-item .accordion-body p:last-child {
  margin-bottom: 0;
}

.career-header {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .career-header {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .career-header {
    height: 600px;
  }
}

.career-header-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.career-header-title {
  color: #fe7f01;
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .career-header-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .career-header-title {
    font-size: 3rem;
  }
}

.career-body-text {
  line-height: 1.8;
  color: #333;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .career-body-text {
    font-size: 1.125rem;
  }
}
.career-body-text p {
  margin-bottom: 1.5rem;
}
.career-body-text p:last-child {
  margin-bottom: 0;
}

.career-form-title {
  color: #fe7f01;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .career-form-title {
    font-size: 2rem;
  }
}

.career-section-title {
  color: #fe7f01;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .career-section-title {
    font-size: 1.5rem;
  }
}

.career-form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.career-form-input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.75rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.career-form-input:focus {
  border-color: #fe7f01;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(254, 127, 1, 0.25);
}

.career-form-submit {
  background-color: #fe7f01;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.career-form-submit:hover {
  background-color: #fe7f01;
  color: #fff;
  transform: translateY(-2px);
}
.career-form-submit:active {
  transform: translateY(0);
}

.form-check-input:checked {
  background-color: #fe7f01;
  border-color: #fe7f01;
}
.form-check-input:focus {
  border-color: #fe7f01;
  box-shadow: 0 0 0 0.2rem rgba(254, 127, 1, 0.25);
}

[dir=rtl] {
  text-align: right;
}

/*# sourceMappingURL=main.css.map */
