@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Diodrum Arabic", sans-serif;
  background-color: #fff;
  direction: rtl;
}

input, select, textarea, button {
  font-family: "Diodrum Arabic", sans-serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

a {
  text-decoration: none;
}

/* sm: ≥640px */
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
/* md: ≥768px */
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
/* lg: ≥1024px */
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
/* xl: ≥1280px */
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
/* 2xl: ≥1536px */
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
/* Light (weight 300) */
@font-face {
  font-family: "Diodrum Arabic";
  src: local("Diodrum Arabic Light"), url("./../fonts/alfont_com_AlFont_com_DiodrumArabic-Light-1.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Regular (weight 400) */
@font-face {
  font-family: "Diodrum Arabic";
  src: local("Diodrum Arabic Regular"), url("./../fonts/alfont_com_AlFont_com_DiodrumArabic-Regular-1.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Medium (weight 500) */
@font-face {
  font-family: "Diodrum Arabic";
  src: local("Diodrum Arabic Medium"), url("./../fonts/alfont_com_AlFont_com_DiodrumArabic-Medium-1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* Semibold (weight 600) */
@font-face {
  font-family: "Diodrum Arabic";
  src: local("Diodrum Arabic Semibold"), url("./../fonts/alfont_com_AlFont_com_DiodrumArabic-Semibold-1.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Semibold (weight 700) */
@font-face {
  font-family: "Diodrum Arabic";
  src: local("Diodrum Arabic Bold"), url("./../fonts/alfont_com_AlFont_com_DiodrumArabic-Bold-1.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 640px) {
  .main-header {
    padding: 12px 2px;
    box-shadow: 0px 7px 9.8px 0px #0000001b;
    border-radius: 0 0 35px 35px;
    max-width: calc(100vw - 16px);
    margin: auto;
  }
}
.main-header .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main-header .container {
    gap: 16px;
  }
}
.main-header .container .logo {
  padding: 28px 80px;
  background-color: white;
  box-shadow: 0px 7px 9.8px 0px #0000001b;
  border-radius: 0 0 50px 50px;
}
@media (max-width: 1536px) {
  .main-header .container .logo {
    padding: 24px 70px;
  }
}
@media (max-width: 1280px) {
  .main-header .container .logo {
    padding: 22px 60px;
  }
}
@media (max-width: 1024px) {
  .main-header .container .logo {
    padding: 16px 30px;
    border-radius: 0 0 40px 40px;
  }
}
@media (max-width: 768px) {
  .main-header .container .logo {
    padding: 14px 20px;
    border-radius: 0 0 30px 30px;
  }
}
@media (max-width: 640px) {
  .main-header .container .logo {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
}
.main-header .container .logo img {
  width: 180px;
}
@media (max-width: 1536px) {
  .main-header .container .logo img {
    width: 160px;
  }
}
@media (max-width: 1280px) {
  .main-header .container .logo img {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .main-header .container .logo img {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .main-header .container .logo img {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .main-header .container .logo img {
    width: 90px;
  }
}
.main-header .container .toggle-menu {
  display: none;
  background: #f4f4f447;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}
.main-header .container .toggle-menu svg {
  stroke-width: 2px;
}
@media (max-width: 640px) {
  .main-header .container .toggle-menu {
    display: block;
  }
}
.main-header .container nav {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main-header .container nav {
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .main-header .container nav {
    display: none;
  }
}
.main-header .container nav a {
  border-radius: 0 0 50px 50px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 0px 7px 9.8px 0px #0000001b;
  transition: all .3s ease-in;
}
@media (max-width: 1536px) {
  .main-header .container nav a {
    height: 90px;
    width: 90px;
  }
  .main-header .container nav a svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1280px) {
  .main-header .container nav a {
    height: 80px;
    width: 80px;
  }
  .main-header .container nav a svg {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 1024px) {
  .main-header .container nav a {
    height: 70px;
    width: 70px;
  }
  .main-header .container nav a svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 768px) {
  .main-header .container nav a {
    height: 60px;
    width: 60px;
  }
  .main-header .container nav a svg {
    width: 22px;
    height: 22px;
  }
}
.main-header .container nav a path {
  transition: all .3s ease-in;
  fill: #000;
}
.main-header .container nav a:hover, .main-header .container nav a.active {
  background: #000F36;
}
.main-header .container nav a:hover path, .main-header .container nav a.active path {
  fill: #fff;
}

/* Mobile menu overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Mobile menu container */
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background-color: white;
  z-index: 999;
  padding: 80px 20px 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

@media (max-width: 576px) {
  .mobile-menu {
    display: block;
  }
}
/* Close button */
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f4f4f4;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile menu navigation */
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-nav a {
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #f8f8f8;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.mobile-nav a span {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.mobile-nav a svg {
  width: 22px !important;
  height: 22px  !important;
  flex-shrink: 0;
}

.mobile-nav a path {
  transition: all 0.3s ease;
  fill: #000;
}

.mobile-nav a:hover,
.mobile-nav a.active {
  background: #000F36;
  color: white;
}

.mobile-nav a:hover path,
.mobile-nav a.active path {
  fill: #fff;
}

/* Toggle button animation */
.toggle-menu.active svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

/* Prevent body scroll when menu is open */
body.menu-open {
  overflow: hidden;
}

.hero {
  height: calc(100vh);
  padding-top: 220px;
  position: relative;
}
@media (max-width: 640px) {
  .hero {
    height: 500px;
  }
}
.hero img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
}
.hero .container {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding-top: 40px;
  width: 100%;
}
.hero .container h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 160%;
  text-align: center;
  color: #000F36;
  margin-bottom: 20px;
}
@media (max-width: 1536px) {
  .hero .container h1 {
    font-size: 70px;
  }
}
@media (max-width: 1280px) {
  .hero .container h1 {
    font-size: 56px;
  }
}
@media (max-width: 1024px) {
  .hero .container h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .hero .container h1 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
@media (max-width: 640px) {
  .hero .container h1 {
    margin-bottom: 16px;
  }
}
.hero .container p {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 160%;
  text-align: center;
  color: #000000;
  padding: 0 200px;
}
@media (max-width: 1536px) {
  .hero .container p {
    padding: 0 180px;
    font-size: 34px;
  }
}
@media (max-width: 1280px) {
  .hero .container p {
    padding: 0 120px;
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .hero .container p {
    padding: 0;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .hero .container p {
    padding: 0;
    font-size: 18px;
  }
}

.parteners {
  position: relative;
  margin-top: -120px;
  padding: 60px 0 140px;
}
@media (max-width: 1024px) {
  .parteners {
    padding: 50px 0 120px;
  }
}
@media (max-width: 1024px) {
  .parteners {
    padding: 40px 0 100px;
  }
}
@media (max-width: 640px) {
  .parteners {
    padding: 30px 0 80px;
  }
}
.parteners > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.parteners .container {
  z-index: 2;
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 100%;
}
.parteners .container h1 {
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 1536px) {
  .parteners .container h1 {
    font-size: 70px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1280px) {
  .parteners .container h1 {
    font-size: 60px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .parteners .container h1 {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .parteners .container h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .parteners .container h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.parteners .container .partners-warapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 200px;
}
@media (max-width: 1536px) {
  .parteners .container .partners-warapper {
    gap: 180px;
  }
}
@media (max-width: 1280px) {
  .parteners .container .partners-warapper {
    gap: 120px;
  }
}
@media (max-width: 1024px) {
  .parteners .container .partners-warapper {
    gap: 90px;
  }
}
@media (max-width: 768px) {
  .parteners .container .partners-warapper {
    gap: 50px;
  }
}
@media (max-width: 640px) {
  .parteners .container .partners-warapper {
    gap: 30px;
  }
}
.parteners .container .partners-warapper .swiper-slide {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  height: 100%;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .parteners .container .partners-warapper .swiper-slide {
    margin-left: 16px;
  }
}
.parteners .container .partners-warapper .swiper-wrapper {
  align-items: center;
}
.parteners .container .partners-warapper img {
  width: 230px;
}
@media (max-width: 1536px) {
  .parteners .container .partners-warapper img {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .parteners .container .partners-warapper img {
    width: 180px;
  }
}
@media (max-width: 1024px) {
  .parteners .container .partners-warapper img {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .parteners .container .partners-warapper img {
    width: 110px;
  }
}
@media (max-width: 640px) {
  .parteners .container .partners-warapper img {
    width: 80px;
  }
}

.our-products {
  padding: 48px 0;
}
@media (max-width: 768px) {
  .our-products {
    padding: 0 0 32px;
  }
}
.our-products .container h1 {
  font-weight: 600;
  font-size: 80px;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 1536px) {
  .our-products .container h1 {
    font-size: 70px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1280px) {
  .our-products .container h1 {
    font-size: 60px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .our-products .container h1 {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .our-products .container h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .our-products .container h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.our-products .container .our-products-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
@media (max-width: 1024px) {
  .our-products .container .our-products-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 16px;
  }
}
@media (max-width: 640px) {
  .our-products .container .our-products-wrapper {
    grid-template-columns: 1fr;
  }
}
.our-products .container .our-products-wrapper .product-item img {
  width: 100%;
  height: 380px;
  border-radius: 30px;
  box-shadow: 0px 10px 15px 0px #00000033;
  object-fit: cover;
}
@media (max-width: 1536px) {
  .our-products .container .our-products-wrapper .product-item img {
    height: 330px;
    border-radius: 28px;
  }
}
@media (max-width: 1280px) {
  .our-products .container .our-products-wrapper .product-item img {
    height: 280px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .our-products .container .our-products-wrapper .product-item img {
    height: 220px;
    border-radius: 20px;
  }
}
.our-products .container .our-products-wrapper .product-item h2 {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #000000;
}
@media (max-width: 1536px) {
  .our-products .container .our-products-wrapper .product-item h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .our-products .container .our-products-wrapper .product-item h2 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .our-products .container .our-products-wrapper .product-item h2 {
    font-size: 18px;
  }
}

.show-all {
  padding: 0px 40px 16px;
  border-radius: 20px;
  background-color: #000F36;
  font-size: 38px;
  font-weight: 600;
  display: block;
  margin: 70px auto 0;
  width: max-content;
  color: #fff;
}
@media (max-width: 1536px) {
  .show-all {
    font-size: 32px;
    padding: 0 32px 16px;
  }
}
@media (max-width: 1280px) {
  .show-all {
    font-size: 28px;
    margin-top: 60px;
    padding: 0 28px 16px;
  }
}
@media (max-width: 1024px) {
  .show-all {
    font-size: 24px;
    margin-top: 40px;
  }
}
@media (max-width: 640px) {
  .show-all {
    font-size: 18px;
    padding: 0 30px 14px;
    border-radius: 16px;
  }
}

.news-bar {
  padding: 0px 16px 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 143%;
  text-align: center;
  color: #000F36;
  white-space: nowrap;
  background-color: #E5E7EB;
  max-width: 100vw;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1536px) {
  .news-bar {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  .news-bar {
    font-size: 30px;
    padding-bottom: 14px;
  }
}
@media (max-width: 1024px) {
  .news-bar {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .news-bar {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.news-bar .news-bar-container {
  width: max-content;
}
.news-bar ul {
  display: flex;
  align-items: center;
  list-style: inside;
  gap: 16px;
  animation: scroll-left 25s linear infinite;
}
@media (max-width: 1024px) {
  .news-bar ul {
    animation: scroll-left 25s linear infinite;
  }
}
.news-bar ul li:first-child {
  list-style: none;
}

@keyframes scroll-left {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(100%);
  }
}
.news .news-slider-container {
  width: 100vw;
  padding: 24px 24px 24px 0;
}
@media (max-width: 768px) {
  .news .news-slider-container {
    padding: 14px 14px 14px 0;
  }
}
.news .news-slider-container .news-card {
  width: 600px;
  border-radius: 50px;
  border: 5px solid #000F36;
  margin-left: 30px;
}
@media (max-width: 1536px) {
  .news .news-slider-container .news-card {
    width: 550px;
  }
}
@media (max-width: 1280px) {
  .news .news-slider-container .news-card {
    width: 440px;
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .news .news-slider-container .news-card {
    width: 330px;
    border-radius: 26px;
    border-width: 4px;
    margin-left: 10px;
  }
}
.news .news-slider-container .news-card .news-sub-container {
  padding: 0 32px 32px;
}
@media (max-width: 1536px) {
  .news .news-slider-container .news-card .news-sub-container {
    padding: 0 28px 28px;
  }
}
@media (max-width: 1280px) {
  .news .news-slider-container .news-card .news-sub-container {
    padding: 0 18px 18px;
  }
}
@media (max-width: 768px) {
  .news .news-slider-container .news-card .news-sub-container {
    padding: 0 14px 14px;
  }
}
.news .news-slider-container .news-card h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 143%;
  /* #FFFFFF */
  color: #FFFFFF;
  padding: 8px 0 28px;
  width: 100%;
  background-color: #000F36;
  border-radius: 50px;
  text-align: center;
  z-index: 2;
  position: relative;
}
@media (max-width: 1536px) {
  .news .news-slider-container .news-card h2 {
    font-size: 28px;
  }
}
@media (max-width: 1280px) {
  .news .news-slider-container .news-card h2 {
    font-size: 20px;
    padding: 8px 0 24px;
  }
}
@media (max-width: 768px) {
  .news .news-slider-container .news-card h2 {
    font-size: 15px;
    padding: 8px 0 24px;
    border-radius: 20px;
  }
}
.news .news-slider-container .news-card img {
  width: 100%;
  height: 300px;
  border-radius: 40px;
  border: 5px solid #000F36;
  object-fit: cover;
  margin-top: -28px;
}
@media (max-width: 1536px) {
  .news .news-slider-container .news-card img {
    height: 280px;
  }
}
@media (max-width: 1280px) {
  .news .news-slider-container .news-card img {
    height: 210px;
    margin-top: -38px;
  }
}
@media (max-width: 768px) {
  .news .news-slider-container .news-card img {
    height: 170px;
    margin-top: -38px;
    border-width: 4px;
    border-radius: 20px;
  }
}
.news .news-slider-container .news-card p {
  font-weight: 600;
  font-size: 22px;
  line-height: 143%;
  text-align: center;
  color: #000000;
}
@media (max-width: 1536px) {
  .news .news-slider-container .news-card p {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .news .news-slider-container .news-card p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .news .news-slider-container .news-card p {
    font-size: 14px;
  }
}

.contact-section {
  padding: 50px 0;
}
@media (max-width: 1536px) {
  .contact-section {
    padding: 40px 0;
  }
}
@media (max-width: 1280px) {
  .contact-section {
    padding: 36px 0;
  }
}
.contact-section .contact-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1280px) {
  .contact-section .contact-head {
    gap: 28px;
  }
}
@media (max-width: 1024px) {
  .contact-section .contact-head {
    grid-template-columns: 1fr;
  }
}
.contact-section .contact-head img {
  width: 100%;
  max-width: 500px;
  object-fit: contain;
  margin: auto;
}
@media (max-width: 1536px) {
  .contact-section .contact-head img {
    max-width: 480px;
  }
}
@media (max-width: 1280px) {
  .contact-section .contact-head img {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .contact-section .contact-head img {
    display: none;
  }
}
.contact-section .contact-head .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-section .contact-head .text h2 {
  font-size: 50px;
  line-height: 160%;
  text-align: center;
  color: #000000;
}
@media (max-width: 1536px) {
  .contact-section .contact-head .text h2 {
    font-size: 44px;
  }
}
@media (max-width: 1280px) {
  .contact-section .contact-head .text h2 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .contact-section .contact-head .text h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-head .text h2 {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (max-width: 640px) {
  .contact-section .contact-head .text h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 1536px) {
  .contact-section .contact-head .text svg {
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 1280px) {
  .contact-section .contact-head .text svg {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .contact-section .contact-head .text svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .contact-section .contact-head .text svg {
    width: 70px;
    height: 70px;
  }
}
.contact-section form {
  margin-top: 50px;
}
@media (max-width: 1536px) {
  .contact-section form {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .contact-section form {
    margin-top: 30px;
  }
}
.contact-section form .input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 640px) {
  .contact-section form .input-row {
    grid-template-columns: 1fr;
  }
}
.contact-section form .input-row input {
  box-shadow: 0px 7px 19.6px 0px #00000040;
  border-radius: 30px;
  font-size: 40px;
  font-weight: 600;
  width: 100%;
  padding: 0px 20px 20px;
  border: none;
}
@media (max-width: 1536px) {
  .contact-section form .input-row input {
    font-size: 34px;
    border-radius: 28px;
  }
}
@media (max-width: 1280px) {
  .contact-section form .input-row input {
    font-size: 30px;
    border-radius: 28px;
  }
}
@media (max-width: 1024px) {
  .contact-section form .input-row input {
    font-size: 28px;
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  .contact-section form .input-row input {
    font-size: 20px;
    border-radius: 22px;
    padding-top: 10px;
  }
}
.contact-section form button {
  border-radius: 30px;
  margin-top: 32px;
  font-size: 40px;
  font-weight: 600;
  width: 100%;
  padding: 0px 20px 20px;
  border: none;
  background: #000F36;
  color: #fff;
}
@media (max-width: 1536px) {
  .contact-section form button {
    font-size: 34px;
    border-radius: 28px;
    margin-top: 36px;
  }
}
@media (max-width: 1280px) {
  .contact-section form button {
    font-size: 30px;
    border-radius: 28px;
  }
}
@media (max-width: 1024px) {
  .contact-section form button {
    font-size: 28px;
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  .contact-section form button {
    font-size: 20px;
    border-radius: 22px;
    padding-top: 10px;
    margin-top: 20px;
  }
}

footer {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #000000;
  padding: 10px 0 24px;
  background-color: #E2E2E2;
  margin-top: 80px;
}
@media (max-width: 1536px) {
  footer {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  footer {
    font-size: 20px;
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  footer {
    font-size: 16px;
    margin-top: 20px;
  }
}
footer span {
  color: #AE0000;
}

.hero-2 {
  height: auto !important;
}
.hero-2 h1 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: #70006E;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media (max-width: 1536px) {
  .hero-2 h1 {
    font-size: 40px;
    margin-top: 32px;
    margin-bottom: 44px;
  }
}
@media (max-width: 1280px) {
  .hero-2 h1 {
    font-size: 32px;
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .hero-2 h1 {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .hero-2 h1 {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 30px;
    padding: 0 20px;
  }
}
.hero-2 .company-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .hero-2 .company-info {
    grid-template-columns: 1fr;
  }
}
.hero-2 .company-info img {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1536px) {
  .hero-2 .company-info img {
    max-width: 370px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-info img {
    max-width: 300px;
  }
}
@media (max-width: 1024px) {
  .hero-2 .company-info > img:last-child {
    display: none;
  }
}
.hero-2 .company-info .company-logo {
  width: 400px;
  height: 400px;
  padding: 50px;
  box-shadow: 0px 0px 20px 0px #00000040;
  border-radius: 50px;
  margin: auto;
}
@media (max-width: 1536px) {
  .hero-2 .company-info .company-logo {
    width: 370px;
    height: 370px;
    padding: 40px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-info .company-logo {
    width: 280px;
    height: 280px;
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .hero-2 .company-info .company-logo {
    width: 220px;
    height: 220px;
    padding: 28px;
  }
}
@media (max-width: 640px) {
  .hero-2 .company-info .company-logo {
    width: 190px;
    height: 190px;
    padding: 18px;
    border-radius: 30px;
  }
}
.hero-2 .company-info .company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-2 .company-info p {
  font-weight: 700;
  font-size: 26px;
  line-height: 143%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
@media (max-width: 1536px) {
  .hero-2 .company-info p {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-info p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .hero-2 .company-info p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .hero-2 .company-info p {
    font-size: 18px;
  }
}
.hero-2 .company-about {
  display: flex;
  justify-content: space-between;
  gap: 72px;
  margin-top: 32px;
}
@media (max-width: 1536px) {
  .hero-2 .company-about {
    gap: 64px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-about {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .hero-2 .company-about {
    flex-direction: column;
  }
}
.hero-2 .company-about img {
  min-width: 400px;
  width: 400px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1536px) {
  .hero-2 .company-about img {
    min-width: 370px;
    width: 370px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-about img {
    min-width: 300px;
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .hero-2 .company-about img {
    display: none;
  }
}
.hero-2 .company-about .text {
  padding: 50px;
  box-shadow: 0px 0px 20px 0px #00000040;
  border-radius: 50px;
}
@media (max-width: 1536px) {
  .hero-2 .company-about .text {
    padding: 40px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-about .text {
    padding: 32px;
  }
}
@media (max-width: 640px) {
  .hero-2 .company-about .text {
    padding: 18px;
    border-radius: 30px;
  }
}
.hero-2 .company-about .text h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 143%;
  margin-bottom: 10px;
  text-align: center;
  color: #70006E;
}
@media (max-width: 1536px) {
  .hero-2 .company-about .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-about .text h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .hero-2 .company-about .text h2 {
    font-size: 22px;
  }
}
.hero-2 .company-about .text p {
  font-weight: 600;
  font-size: 40px;
  line-height: 143%;
  text-align: center;
  color: #000000;
}
@media (max-width: 1536px) {
  .hero-2 .company-about .text p {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .hero-2 .company-about .text p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .hero-2 .company-about .text p {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .hero-2 .company-about .text p {
    font-size: 18px;
  }
}

.partners-2 {
  margin: 30px 0 0 !important;
}

.our-products-2 {
  padding: 0 0 48px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .our-products-2 {
    padding: 0 0 32px;
  }
}
.our-products-2 h1 {
  font-weight: 700;
  font-size: 80px;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}
@media (max-width: 1536px) {
  .our-products-2 h1 {
    font-size: 70px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1280px) {
  .our-products-2 h1 {
    font-size: 60px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .our-products-2 h1 {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .our-products-2 h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .our-products-2 h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.our-products-2 .products-2-swipper {
  padding: 32px 32px 32px 0;
}
@media (max-width: 1280px) {
  .our-products-2 .products-2-swipper {
    padding: 20px 20px 20px 0;
  }
}
.our-products-2 .products-2-swipper .swiper-slide {
  width: 360px;
  box-shadow: 0px 10px 15px 0px #00000033;
  border-radius: 50px;
  margin-left: 32px;
  padding: 14px;
}
@media (max-width: 1536px) {
  .our-products-2 .products-2-swipper .swiper-slide {
    width: 330px;
  }
}
@media (max-width: 1280px) {
  .our-products-2 .products-2-swipper .swiper-slide {
    width: 300px;
    border-radius: 30px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .our-products-2 .products-2-swipper .swiper-slide {
    width: 260px;
    border-radius: 26px;
    margin-left: 16px;
  }
}
.our-products-2 .products-2-swipper .swiper-slide img {
  width: 250px;
  height: 378px;
  object-fit: contain;
  margin: auto;
  display: block;
}
@media (max-width: 1536px) {
  .our-products-2 .products-2-swipper .swiper-slide img {
    width: 220px;
    height: 340px;
  }
}
@media (max-width: 1280px) {
  .our-products-2 .products-2-swipper .swiper-slide img {
    width: 190px;
    height: 280px;
  }
}
@media (max-width: 768px) {
  .our-products-2 .products-2-swipper .swiper-slide img {
    width: 140px;
    height: 200px;
  }
}
.our-products-2 .products-2-swipper .swiper-slide h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 143%;
  /* or 57px */
  text-align: center;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 1536px) {
  .our-products-2 .products-2-swipper .swiper-slide h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .our-products-2 .products-2-swipper .swiper-slide h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .our-products-2 .products-2-swipper .swiper-slide h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.our-products-2 .products-2-swipper .swiper-slide p {
  font-weight: 400;
  font-size: 30px;
  line-height: 143%;
  text-align: center;
  color: #000000;
}
@media (max-width: 1536px) {
  .our-products-2 .products-2-swipper .swiper-slide p {
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  .our-products-2 .products-2-swipper .swiper-slide p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .our-products-2 .products-2-swipper .swiper-slide p {
    font-size: 18px;
  }
}
.our-products-2 .products-2-swipper .swiper-slide .btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 28px;
}
@media (max-width: 1536px) {
  .our-products-2 .products-2-swipper .swiper-slide .btns {
    margin-top: 22px;
  }
}
.our-products-2 .products-2-swipper .swiper-slide .btns a, .our-products-2 .products-2-swipper .swiper-slide .btns button {
  font-weight: 600;
  font-size: 30px;
  line-height: 143%;
  color: #000000;
  background: #056c2234;
  padding: 0 12px 18px;
  border: none;
  text-align: center;
}
@media (max-width: 1536px) {
  .our-products-2 .products-2-swipper .swiper-slide .btns a, .our-products-2 .products-2-swipper .swiper-slide .btns button {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .our-products-2 .products-2-swipper .swiper-slide .btns a, .our-products-2 .products-2-swipper .swiper-slide .btns button {
    font-size: 19px;
    padding-bottom: 12px;
    padding-top: 4px;
  }
}
@media (max-width: 768px) {
  .our-products-2 .products-2-swipper .swiper-slide .btns a, .our-products-2 .products-2-swipper .swiper-slide .btns button {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 3px;
  }
}
.our-products-2 .products-2-swipper .swiper-slide .btns a {
  border-radius: 0 50px 50px 0;
}
.our-products-2 .products-2-swipper .swiper-slide .btns button {
  border-radius: 50px 0 0 50px;
  color: #fff;
  background: #056C23;
  font-weight: 700;
}

input:focus, select:focus, textarea:focus {
  outline: 2px solid #000F36;
}

.contact-page .container h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 143%;
  text-align: center;
  color: #000;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media (max-width: 1536px) {
  .contact-page .container h1 {
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .contact-page .container h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .contact-page .container h1 {
    font-size: 22px;
    margin-bottom: 32px;
  }
}
.contact-page .container form {
  position: relative;
}
.contact-page .container form button {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: #056C23;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  border: none;
}
@media (max-width: 768px) {
  .contact-page .container form button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #056C23;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: none;
    z-index: 2;
  }
  .contact-page .container form button svg {
    width: 20p;
    height: 20px;
  }
}
.contact-page .container form .input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .contact-page .container form .input-row {
    grid-template-columns: 1fr;
  }
}
.contact-page .container form .input-row input, .contact-page .container form .input-row select {
  background-color: #fff;
  box-shadow: 0px 7px 19.6px 0px #00000040;
  border-radius: 30px;
  font-size: 40px;
  font-weight: 600;
  width: 100%;
  padding: 0px 20px 20px;
  border: none;
}
@media (max-width: 1536px) {
  .contact-page .container form .input-row input, .contact-page .container form .input-row select {
    font-size: 34px;
    border-radius: 28px;
  }
}
@media (max-width: 1280px) {
  .contact-page .container form .input-row input, .contact-page .container form .input-row select {
    font-size: 30px;
    border-radius: 28px;
  }
}
@media (max-width: 1024px) {
  .contact-page .container form .input-row input, .contact-page .container form .input-row select {
    font-size: 28px;
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  .contact-page .container form .input-row input, .contact-page .container form .input-row select {
    font-size: 20px;
    border-radius: 22px;
    padding-top: 10px;
  }
}
.contact-page .container form textarea {
  background-color: #fff;
  box-shadow: 0px 7px 19.6px 0px #00000040;
  border-radius: 30px;
  font-size: 40px;
  font-weight: 600;
  width: 100%;
  padding: 0px 20px 20px;
  border: none;
  resize: none;
}
@media (max-width: 1536px) {
  .contact-page .container form textarea {
    font-size: 34px;
    border-radius: 28px;
  }
}
@media (max-width: 1280px) {
  .contact-page .container form textarea {
    font-size: 30px;
    border-radius: 28px;
  }
}
@media (max-width: 1024px) {
  .contact-page .container form textarea {
    font-size: 28px;
    border-radius: 28px;
  }
}
@media (max-width: 640px) {
  .contact-page .container form textarea {
    font-size: 20px;
    border-radius: 22px;
    padding-top: 10px;
  }
}

.social-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  gap: 32px;
}
@media (max-width: 640px) {
  .social-wrapper {
    flex-direction: column;
  }
}
.social-wrapper .social-group h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 143%;
  /* or 57px */
  text-align: center;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 1536px) {
  .social-wrapper .social-group h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .social-wrapper .social-group h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .social-wrapper .social-group h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.social-wrapper .social-group .social-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-wrapper .social-group .social-items img {
  width: 130px;
}
@media (max-width: 1536px) {
  .social-wrapper .social-group .social-items img {
    width: 115px;
  }
}
@media (max-width: 1280px) {
  .social-wrapper .social-group .social-items img {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .social-wrapper .social-group .social-items img {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .social-wrapper .social-group .social-items img {
    width: 60px;
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s;
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: slideUp 0.3s;
}

.modal-close {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
}

.modal-close:hover {
  background-color: #f0f0f0;
  color: #000;
}

.modal-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
}

.modal-title {
  font-size: 24px;
  font-weight: bold;
  color: #000F36;
  margin: 0;
  padding-left: 50px;
}

.modal-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.modal-description {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.modal-description p {
  margin-bottom: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Loading State */
.our-products-wrapper.loading {
  opacity: 0.5;
  pointer-events: none;
}

.product-item {
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-item:hover {
  transform: translateY(-5px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagination button:hover:not(:disabled) {
  background: #000F36 !important;
  color: white !important;
}

.pagination button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pagination .page-number {
  width: 45px;
  height: 45px;
  padding: 12px 20px;
  border: 2px solid #000F36;
  background: white;
  color: #000F36;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-number.active {
  background: #000F36;
  color: white;
}

.pagination .page-info {
  padding: 0 15px;
  font-size: 16px;
  color: #666;
}

.modal.active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background-color: #f0f0f0;
  color: #000;
}

/* Toast Notification Styles */
.toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 15px;
  transform: translateX(400px);
  transition: transform 0.3s ease;
  z-index: 10000;
  max-width: 350px;
}

.toast.active {
  transform: translateX(0);
}

.toast.success {
  border-right: 4px solid #4CAF50;
}

.toast.error {
  border-right: 4px solid #f44336;
}

.toast-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.toast-content {
  flex: 1;
}

.toast-title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #000F36;
}

.toast-message {
  font-size: 14px;
  color: #666;
}

.toast-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
}

#contactPhone {
  text-align: right;
}

.contracting-page .main-header .container nav a:hover, .contracting-page .main-header .container nav a.active, .contracting-page .show-all, .contracting-page .contact-section form button, .contracting-page .news .news-slider-container .news-card h2 {
  background-color: #380000;
}
.contracting-page .hero .container h1, .contracting-page .parteners .container h1, .contracting-page .news-bar ul {
  color: #380000;
}
.contracting-page .news .news-slider-container .news-card, .contracting-page .news .news-slider-container .news-card img {
  border-color: #380000;
}
.contracting-page .news-bar {
  background: #38000014;
}
.contracting-page .parteners {
  padding: 130px 0 170px;
  margin-top: -140px;
  margin-bottom: -90px;
}
@media (max-width: 1280px) {
  .contracting-page .parteners {
    padding: 100px 0 140px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .contracting-page .parteners {
    padding: 60px 0 70px;
    margin-bottom: 0;
  }
}

.transport-page .main-header .container nav a:hover, .transport-page .main-header .container nav a.active, .transport-page .show-all, .transport-page .contact-section form button, .transport-page .news .news-slider-container .news-card h2 {
  background-color: #303030;
}
.transport-page .hero {
  height: 150vh;
  padding-top: 100px;
}
@media (max-width: 640px) {
  .transport-page .hero {
    height: 600px;
  }
}
.transport-page .hero .container h1, .transport-page .news-bar ul {
  color: #303030;
}
.transport-page .news .news-slider-container .news-card, .transport-page .news .news-slider-container .news-card img {
  border-color: #303030;
}
.transport-page .news-bar {
  background: #3030302e;
}

.detergents-page .main-header .container nav a:hover, .detergents-page .our-products-2 .products-2-swipper .swiper-slide .btns button, .detergents-page .main-header .container nav a.active, .detergents-page .show-all, .detergents-page .contact-section form button, .detergents-page .news .news-slider-container .news-card h2 {
  background-color: #92008F;
}
.detergents-page .hero {
  height: 150vh;
  padding-top: 100px;
}
@media (max-width: 640px) {
  .detergents-page .hero {
    height: 600px;
  }
}
.detergents-page .hero .container h1, .detergents-page .news-bar ul {
  color: #92008F;
}
.detergents-page .news .news-slider-container .news-card, .detergents-page .news .news-slider-container .news-card img {
  border-color: #92008F;
}
.detergents-page .news-bar, .detergents-page .our-products-2 .products-2-swipper .swiper-slide .btns a {
  background: #9200902b;
}

.contact-page-body .main-header .container nav a:hover, .contact-page-body .our-products-2 .products-2-swipper .swiper-slide .btns button, .contact-page-body .main-header .container nav a.active, .contact-page-body .show-all, .contact-page-body .contact-section form button, .contact-page-body .news .news-slider-container .news-card h2 {
  background-color: #000;
}
.contact-page-body .hero {
  height: 150vh;
  padding-top: 100px;
}
@media (max-width: 640px) {
  .contact-page-body .hero {
    height: 600px;
  }
}
.contact-page-body .hero .container h1, .contact-page-body .news-bar ul {
  color: #000;
}
.contact-page-body .news .news-slider-container .news-card, .contact-page-body .news .news-slider-container .news-card img {
  border-color: #000;
}
.contact-page-body .news-bar, .contact-page-body .our-products-2 .products-2-swipper .swiper-slide .btns a {
  background: rgba(0, 0, 0, 0.169);
}

.manure-page .main-header .container nav a:hover, .manure-page .our-products-2 .products-2-swipper .swiper-slide .btns button, .manure-page .main-header .container nav a.active, .manure-page .show-all, .manure-page .contact-section form button, .manure-page .news .news-slider-container .news-card h2 {
  background-color: #056C23;
}
.manure-page .hero {
  height: 150vh;
  padding-top: 100px;
}
@media (max-width: 640px) {
  .manure-page .hero {
    height: 600px;
  }
}
.manure-page .hero .container h1, .manure-page .news-bar ul, .manure-page .hero-2 h1, .manure-page .hero-2 .company-about .text h2 {
  color: #056C23;
}
.manure-page .company-info p {
  flex-direction: column !important;
}
.manure-page .company-info p img {
  width: 200px;
}
.manure-page .news .news-slider-container .news-card, .manure-page .news .news-slider-container .news-card img {
  border-color: #056C23;
}
.manure-page .news-bar, .manure-page .our-products-2 .products-2-swipper .swiper-slide .btns a {
  background: #056c222b;
}

#contactWhatsapp {
  text-align: right;
}

.home-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  gap: 80px;
  background-image: url("./../imgs/home-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .home-page {
    gap: 60px;
  }
}
@media (max-width: 640px) {
  .home-page {
    gap: 40px;
  }
}
.home-page .home-logo {
  width: 700px;
}
@media (max-width: 1536px) {
  .home-page .home-logo {
    width: 600px;
  }
}
@media (max-width: 1280px) {
  .home-page .home-logo {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .home-page .home-logo {
    width: 400px;
  }
}
@media (max-width: 640px) {
  .home-page .home-logo {
    max-width: 220px;
    width: 100%;
  }
}
.home-page .home-nav {
  padding: 50px;
  border-radius: 40px;
  box-shadow: 0px 12.55px 31.27px 0px #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
  background-color: #FFFFFF;
}
@media (max-width: 1536px) {
  .home-page .home-nav {
    gap: 60px;
    padding: 40px;
  }
}
@media (max-width: 1280px) {
  .home-page .home-nav {
    gap: 48px;
    padding: 32px;
  }
}
@media (max-width: 1024px) {
  .home-page .home-nav {
    gap: 32px;
    padding: 28px;
    border-radius: 32px;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .home-page .home-nav {
    gap: 34px 24px;
    padding: 22px;
    border-radius: 25px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.home-page .home-nav a {
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 35px;
  line-height: 104.48%;
  text-align: center;
  color: #000000;
  gap: 20px;
  transition: all 0.2s ease-in-out;
}
.home-page .home-nav a:hover {
  color: #056C23;
  transform: translateY(-10px);
}
@media (max-width: 1536px) {
  .home-page .home-nav a {
    font-size: 32px;
  }
  .home-page .home-nav a svg {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1280px) {
  .home-page .home-nav a {
    font-size: 28px;
  }
  .home-page .home-nav a svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .home-page .home-nav a {
    font-size: 22px;
  }
  .home-page .home-nav a svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .home-page .home-nav a {
    font-size: 15px;
    gap: 3px;
  }
  .home-page .home-nav a svg {
    width: 40px;
    height: 40px;
  }
}

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