@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.heros-section .top-bar {
  background: #0d401c;
  color: #ffffff;
  padding: 1rem 0;
}
.heros-section .top-bar .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
@media (max-width: 768px) {
  .heros-section .top-bar .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.heros-section .top-bar .contact-heading {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .heros-section .top-bar .contact-heading {
    padding: 0.5rem 1.5rem;
  }
}
.heros-section .top-bar .contact-heading span {
  color: #ffc107;
  margin: 0 0.5rem;
}
.heros-section .top-bar .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .heros-section .top-bar .contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.heros-section .top-bar .contact-details .contact-item {
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.heros-section .top-bar .contact-details .contact-item:hover {
  color: #ffc107;
  opacity: 0.9;
}
.heros-section .top-bar .contact-details .contact-item i {
  background: #ffc107;
  color: #0d401c;
  padding: 0.5rem;
  border-radius: 50%;
}
.heros-section .top-bar .contact-details .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .heros-section .top-bar .contact-details .social-links {
    padding: 0.5rem 1.5rem;
  }
}
.heros-section .top-bar .contact-details .social-links .social-item {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.heros-section .top-bar .contact-details .social-links .social-item:hover {
  color: #ffc107;
  opacity: 0.9;
}
.heros-section .hero-header {
  padding: 1rem;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.heros-section .hero-header .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 0;
}

.hero-header .logo-img {
  max-height: 70px;
  width: auto; 
  object-fit: contain; 
  margin: auto; 
  display: block;
}

.hero-header {
  width: 100%; /* تغطية عرض الصفحة بالكامل */
  max-width: 1903px; /* تحديد عرض الحاوية */
  height: 89.59px; /* تطابق ارتفاع المينيو */
  display: flex;
  align-items: center;
  justify-content: space-between; /* توزيع العناصر بالتساوي */
}

@media (min-width: 768px) {
  .heros-section .hero-header .nav-wrapper {
    padding: 0.5rem 0;
  }
}
.heros-section .hero-header .nav-wrapper .nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
}
.heros-section .hero-header .nav-wrapper .nav-left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0d401c;
  text-decoration: none;
}
@media (min-width: 768px) {
  .heros-section .hero-header .nav-wrapper .nav-left .logo {
    font-size: 1.5rem;
  }
}
.heros-section .hero-header .nav-wrapper .nav-left .logo i {
  color: #ffc107;
}
.heros-section .hero-header .nav-wrapper .nav-left .mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #0d401c;
}
@media (max-width: 992px) {
  .heros-section .hero-header .nav-wrapper .nav-left .mobile-nav-toggle {
    display: block;
  }
}
@media (max-width: 992px) {
  .heros-section .hero-header .nav-wrapper .nav {
    display: none;
    position: fixed;
    inset: 0 30% 0 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 3rem 1.5rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 1050;
  }
  .heros-section .hero-header .nav-wrapper .nav[data-visible] {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.heros-section .hero-header .nav-wrapper .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 1rem;
}
.heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item {
  position: relative;
}
.heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
}
.heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .dropdown-menu li {
  padding: 0;
}
.heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .dropdown-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .dropdown-menu a:hover {
  background-color: #f4f4f4;
}
.heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .nav-item.dropdown:hover .dropdown-menu, .heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .nav-item.dropdown:focus-within .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .nav-item.dropdown.active .dropdown-menu {
  display: block;
}
@media (max-width: 768px) {
  .heros-section .hero-header .nav-wrapper .nav .nav-list {
  
    display: grid;
  }

  
  .heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .dropdown-menu {
    position: static;
    display: none;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .heros-section .hero-header .nav-wrapper .nav .nav-list .nav-item .nav-item.dropdown.active .dropdown-menu {
    display: block;
  }
}
.heros-section .hero-header .nav-wrapper .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
}
.heros-section .hero-header .nav-wrapper .nav-right .btn-primary {
  background: #0d401c;
  color: #ffffff;
  padding: 1rem 1.5rem;
  border-radius: 1.6rem;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .heros-section .hero-header .nav-wrapper .nav-right .btn-primary {
    padding: 0.5rem 2rem;
  }
}
.heros-section .hero-header .nav-wrapper .nav-right .btn-primary:hover {
  color: #0d401c;
  opacity: 0.9;
}
.heros-section .hero-header .nav-wrapper .nav-right .btn-primary:hover {
  background-color: #041609;
  color: #ffffff;
}
.heros-section .hero-header .nav-wrapper .nav-right .nav-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
}
.heros-section .hero-header .nav-wrapper .nav-right .nav-icons .icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #f7f7f7;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.heros-section .hero-header .nav-wrapper .nav-right .nav-icons .icon-btn:hover {
  color: #0d401c;
  opacity: 0.9;
}
.heros-section .hero-header .nav-wrapper .nav-right .nav-icons .icon-btn i {
  color: #0d401c;
  font-size: 1.2rem;
}
.heros-section .hero-header .nav-wrapper .nav-right .nav-icons .icon-btn .cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ffc107;
  color: #0d401c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.8rem;
  font-weight: 600;
}
.heros-section .hero-header .nav-wrapper .nav-right .nav-icons .icon-btn:hover {
  background: #0d401c;
}
.heros-section .hero-header .nav-wrapper .nav-right .nav-icons .icon-btn:hover i {
  color: #ffffff;
}
.heros-section .hero {
  height: 100vh;
  overflow: hidden;
}
.heros-section .hero .hero-swiper {
  height: 100%;
}
.heros-section .hero .hero-swiper .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2rem;
}
.heros-section .hero .hero-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  text-align: center;
  color: #ffffff;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .hero-tag {
  display: inline-block;
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  margin-bottom: 2rem;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .hero-tag:hover {
  color: #0d401c;
  opacity: 0.9;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .hero-tag:hover {
  color: #ffffff;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .hero-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .heros-section .hero .hero-swiper .swiper-slide .hero-content .hero-title {
    font-size: 2.5rem;
  }
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  max-width: 600px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .heros-section .hero .hero-swiper .swiper-slide .hero-content .hero-subtitle {
    font-size: 1rem;
  }
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .btn-secondary {
  background: #ffc107;
  color: #0d401c;
  padding: 1rem 2rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .btn-secondary:hover {
  color: #0d401c;
  opacity: 0.9;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .btn-secondary:hover {
  background: #d39e00;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .btn-secondary i {
  -webkit-transition: ease-in;
  transition: ease-in;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-content .btn-secondary:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.heros-section .hero .hero-swiper .swiper-slide .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.heros-section .hero .hero-swiper .swiper-slide .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.heros-section .hero .hero-swiper .swiper-button-prev,
.heros-section .hero .hero-swiper .swiper-button-next {
  color: #ffffff;
  -webkit-transition: ease-in;
  transition: ease-in;
}
.heros-section .hero .hero-swiper .swiper-button-prev:hover,
.heros-section .hero .hero-swiper .swiper-button-next:hover {
  color: #ffc107;
}
.heros-section .hero .hero-swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
}
.heros-section .hero .hero-swiper .swiper-pagination-bullet-active {
  background: #ffc107;
  opacity: 1;
}
.heros-section .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.services-section {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffc107), color-stop(40%, #f7f7f7));
  background: linear-gradient(to bottom, #ffc107 50%, #f7f7f7 40%);
  padding-top: 5rem;
}
.services-section .grass-image {
  width: 100%;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 99;
}
.services-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.services-section .container .service-card {
  position: relative;
  width: calc(33.33% - 2rem);
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.services-section .container .service-card img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.services-section .container .service-card .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  margin-left: 1rem;
  background: #ffffff;
  color: #0d401c;
  text-align: center;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.services-section .container .service-card .image-overlay h1 {
  font-size: 1.2rem;
}
.services-section .container .service-card .image-hover-overlay {
  position: absolute;
  top: 16%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.services-section .container .service-card .image-hover-overlay i {
  font-size: 2rem;
  color: #0d401c;
}
.services-section .container .service-card .image-hover-overlay h1 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #0d401c;
}
.services-section .container .service-card .image-hover-overlay p {
  font-size: 0.9rem;
  color: #5a5a5a;
  margin-bottom: 1rem;
}
.services-section .container .service-card:hover .image-hover-overlay {
  opacity: 1;
  visibility: visible;
}
.services-section .container .service-card:hover .image-overlay {
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 1024px) {
  .services-section .container .service-card {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 768px) {
  .services-section .container .service-card {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .services-section .container {
    gap: 1rem;
  }
  .services-section .container .service-card {
    height: auto;
  }
  .services-section .container .service-card img {
    height: 200px;
  }
  .services-section .container .service-card .image-overlay,
  .services-section .container .service-card .image-hover-overlay {
    padding: 0.5rem;
  }
}
.about-section {
  padding: 4rem 2rem;
  background-color: #f7f7f7;
}
.about-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.about-section .about-section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.about-section .about-section-row .column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-section .about-section-row .about-content-column {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .about-section .about-section-row .about-content-column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.about-section .about-section-row .about-details-column {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
@media (max-width: 768px) {
  .about-section .about-section-row .about-details-column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.about-section .about-content .sub-title {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.about-section .about-content .sub-title::before, .about-section .about-content .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.about-section .about-content .sub-title::before {
  right: 100%;
}
.about-section .about-content .sub-title::after {
  left: 100%;
}
.about-section .about-content h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
.about-section .about-content p {
  margin-bottom: 1.5rem;
}
.about-section .about-content .btn {
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  background-color: #0d401c;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.about-section .about-content .btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.about-section .about-content .btn span i {
  background-color: #ffc107;
  padding: 0.1rem 0.4rem;
  border-radius: 50%;
  margin-block: 5px;
}
.about-section .about-content .btn:hover {
  background-color: #041609;
}
.about-section .about-image {
  margin-top: 20px;
}
.about-section .about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about-section .about-image {
    margin-top: 0;
  }
}
.about-section .trust-section {
  margin-bottom: 2rem;
  background-color: #ffc107;
  padding: 2rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.about-section .trust-section .trust-content {
  padding: 1.2rem;
  border-radius: 10px;
  border: 1px dashed #ffffff;
}
.about-section .trust-section .trust-content h3 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.about-section .trust-section .trust-content h2 {
  font-size: 3.4rem;
  margin-bottom: 0.5rem;
}
.about-section .trust-section .trust-content p {
  font-size: 1rem;
  color: #5a5a5a;
}
.about-section .about-details {
  background-color: #0d401c;
  border-radius: 10px;
  padding: 2rem;
  color: #ffffff;
  width: 100%;
}
.about-section .about-details .about-us {
  border: 1px dashed #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-section .about-details .about-us .about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.about-section .about-details .about-us .about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.about-section .about-details .about-us .about-list li i {
  color: #ffc107;
  font-size: 1.2rem;
}
.about-section .about-details .about-us hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 1.5rem 0;
}
.about-section .about-details .about-us .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.about-section .about-details .about-us .about-item i {
  font-size: 2rem;
  color: #ffc107;
  margin-left: 1rem;
}
.about-section .about-details .about-us .about-item h4 {
  font-size: 1rem;
  font-weight: bold;
}
.about-section .about-details .about-us .about-read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #ffc107;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease;
  text-align: center;

}
.about-section .about-details .about-us .about-read-more:hover {
  color: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 768px) {
  .about-section .about-section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-section .about-content {
    margin-bottom: 2rem;
  }
  .about-section .trust-section {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .about-section .about-content h1 {
    font-size: 2.5rem;
  }
  .about-section .trust-section .trust-content h2 {
    font-size: 2.5rem;
  }
  .about-section .about-details .about-us .about-list li {
    font-size: 0.9rem;
  }
  .about-section .about-details .about-us .about-item h4 {
    font-size: 0.9rem;
  }
}

.why-choose {
  padding: 6rem 1.5rem;
  background-color: #f8f9fa;
}
.why-choose .container {
  max-width: 1200px;
  margin: 0 auto;
}
.why-choose .section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 992px) {
  .why-choose .section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.why-choose .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.why-choose .col-left .content .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.why-choose .col-left .content .subtitle img {
  width: 24px;
  height: auto;
}
.why-choose .col-left .content .subtitle .sub-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.why-choose .col-left .content .subtitle .sub-heading::before, .why-choose .col-left .content .subtitle .sub-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.why-choose .col-left .content .subtitle .sub-heading::before {
  right: 100%;
}
.why-choose .col-left .content .subtitle .sub-heading::after {
  left: 100%;
}
.why-choose .col-left .content h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .why-choose .col-left .content h1 {
    font-size: 2rem;
  }
}
.why-choose .col-left .content p {
  color: #666;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}
.why-choose .col-left .content .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background-color: #1b4332;
  color: white;
  padding: 1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.why-choose .col-left .content .btn-primary:hover {
  background-color: #143124;
}
.why-choose .col-left .content .btn-primary .arrow-icon {
  font-size: 1.25rem;
}
.why-choose .col-left .icons-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .why-choose .col-left .icons-grid {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .why-choose .col-left .icons-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.why-choose .col-left .icons-grid .icon-box {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.why-choose .col-left .icons-grid .icon-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.why-choose .col-left .icons-grid .icon-box:hover .icon-wrapper {
  background-color: #0d401c;
}
.why-choose .col-left .icons-grid .icon-box:hover .icon-wrapper i {
  color: white;
}
.why-choose .col-left .icons-grid .icon-box .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background-color: #e9ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.why-choose .col-left .icons-grid .icon-box .icon-wrapper i {
  font-size: 2rem;
  color: #0d401c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.why-choose .col-left .icons-grid .icon-box h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.why-choose .col-left .icons-grid .icon-box p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0;
}
.why-choose .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.why-choose .col-right .image-container {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.why-choose .col-right .image-container img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .why-choose {
    padding: 4rem 1.5rem;
  }
  .why-choose .section-row {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .why-choose {
    padding: 3rem 1rem;
  }
  .why-choose .col-right .image-container .features-section {
    position: relative;
    background-color: transparent;
    padding: 1rem 0;
  }
  .why-choose .col-right .image-container .features-section .feature-cards {
    gap: 1rem;
  }
}
.our-commitment {
  padding: 6rem 1.5rem;
  background-color: #f8f9fa;
  overflow: hidden;
}
@media (max-width: 768px) {
  .our-commitment {
    padding: 4rem 1rem;
  }
}
.our-commitment .container {
  max-width: 1200px;
  margin: 0 auto;
}
.our-commitment .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .our-commitment .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.our-commitment .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  .our-commitment .col-left {
    width: 100%;
  }
}
.our-commitment .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  .our-commitment .col-right {
    width: 100%;
  }
}
.our-commitment .content .section-header {
  margin-bottom: 2rem;
}
.our-commitment .content .section-header .sub-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.our-commitment .content .section-header .sub-heading::before, .our-commitment .content .section-header .sub-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.our-commitment .content .section-header .sub-heading::before {
  right: 100%;
}
.our-commitment .content .section-header .sub-heading::after {
  left: 100%;
}
.our-commitment .content .section-header h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
}
@media (max-width: 768px) {
  .our-commitment .content .section-header h1 {
    font-size: 2rem;
  }
}
.our-commitment .content p {
  font-size: 1.125rem;
  line-height: 1.75;
  color: #666;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .our-commitment .content p {
    font-size: 1rem;
  }
}
.our-commitment .content .icons-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .our-commitment .content .icons-grid {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .our-commitment .content .icons-grid {
    -ms-grid-columns: 1fr;
  }
}
.our-commitment .content .icons-grid .icon-box {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.our-commitment .content .icons-grid .icon-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.our-commitment .content .icons-grid .icon-box:hover .icon-wrapper {
  background-color: #0d401c;
}
.our-commitment .content .icons-grid .icon-box:hover .icon-wrapper i {
  color: white;
}
.our-commitment .content .icons-grid .icon-box .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background-color: #e9ecef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.our-commitment .content .icons-grid .icon-box .icon-wrapper i {
  font-size: 2rem;
  color: #0d401c;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.our-commitment .content .icons-grid .icon-box h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.our-commitment .content .icons-grid .icon-box p {
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0;
}
.our-commitment .content .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background-color: #0d401c;
  color: white;
  padding: 1rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-commitment .content .btn-primary:hover {
  background-color: #092b13;
  gap: 1rem;
}
.our-commitment .content .btn-primary i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.our-commitment .content .btn-primary:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.our-commitment .image-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.our-commitment .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(43, 122, 11, 0.1), transparent);
  pointer-events: none;
}
.our-commitment .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.our-commitment .image-wrapper:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.testimonials {
  background: #f7f7f7;
  padding: 3rem;
  overflow: hidden; /* إخفاء العناصر الزائدة */

}
.testimonials .container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.testimonials .section-header {
  text-align: center;
  margin-bottom: 2rem;
}
.testimonials .section-header .sub-title {
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.testimonials .section-header .sub-title::before, .testimonials .section-header .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #0d401c;
}
.testimonials .section-header .sub-title::before {
  right: 100%;
}
.testimonials .section-header .sub-title::after {
  left: 100%;
}
.testimonials .section-header h1 {
  font-size: 2rem;
}
.testimonials .section-header p {
  font-size: 1rem;
  color: #5a5a5a;
  max-width: 800px;
  margin: 0 auto;
}
.testimonials .testimonial-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .testimonials .testimonial-swiper .swiper-wrapper {
    gap: 1.5rem;
  }
}
.testimonials .testimonial-swiper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.testimonials .testimonial-swiper .testimonial-card {
  background: #ffffff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  max-width: 300px;
  padding: 2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.testimonials .testimonial-swiper .testimonial-card .client-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #0d401c;
}
.testimonials .testimonial-swiper .testimonial-card .client-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonial-swiper .testimonial-card .testimonial-content .testimonial-text {
  font-size: 1rem;
  color: #5a5a5a;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.testimonials .testimonial-swiper .testimonial-card .testimonial-content .client-info .client-name {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0d401c;
}
.testimonials .testimonial-swiper .testimonial-card .testimonial-content .client-info .client-role {
  font-size: 0.875rem;
  color: #5a5a5a;
  margin-bottom: 0.5rem;
}
.testimonials .testimonial-swiper .testimonial-card .testimonial-content .client-info .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.testimonials .testimonial-swiper .testimonial-card .testimonial-content .client-info .rating i {
  color: #ffc107;
  font-size: 1.25rem;
}
.testimonials .swiper-pagination {
  margin-top: 2rem;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  background: #0d401c;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffc107;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  color: #0d401c;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  color: #ffc107;
}
@media (max-width: 768px) {
  .testimonials .section-header {
    margin-bottom: 1.5rem;
  }
  .testimonials .testimonial-card {
    padding: 1.5rem;
  }
  .testimonials .testimonial-content .testimonial-text {
    font-size: 0.875rem;
  }
  .testimonials .testimonial-content .client-name {
    font-size: 0.875rem;
  }
  .testimonials .testimonial-content .client-role {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .testimonials .testimonial-card {
    max-width: 100%;
    padding: 1rem;
  }
  .testimonials .testimonial-content .testimonial-text {
    font-size: 0.75rem;
  }
  .testimonials .testimonial-content .client-name {
    font-size: 0.875rem;
  }
  .testimonials .testimonial-content .client-role {
    font-size: 0.75rem;
  }

  
}

.faqs {
  padding: 4rem 2rem;
  background-color: #f7f7f7;
}
.faqs .container {
  max-width: 1200px;
  margin: 0 auto;
}
.faqs .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
.faqs .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 55%;
}
@media (max-width: 768px) {
  .faqs .col-left {
    max-width: 100%;
  }

  
}
.faqs .col-left .sub-title {
  margin-left: 2rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.faqs .col-left .sub-title::before, .faqs .col-left .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #0d401c;
}
.faqs .col-left .sub-title::before {
  right: 100%;
}
.faqs .col-left .sub-title::after {
  left: 100%;
}
.faqs .col-left .faq-list .faq-item {
  margin-bottom: 1.5rem;
  border: 1px solid #5a5a5a;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.faqs .col-left .faq-list .faq-item .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 1rem;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.faqs .col-left .faq-list .faq-item .faq-question h3 {
  font-size: 1.2rem;
  margin: 0;
  color: #0d401c;
}
.faqs .col-left .faq-list .faq-item .faq-question span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffc107;
}
.faqs .col-left .faq-list .faq-item .faq-question:hover {
  background-color: #ffc107;
  color: #ffffff;
}
.faqs .col-left .faq-list .faq-item .faq-question:hover h3,
.faqs .col-left .faq-list .faq-item .faq-question:hover span {
  color: #ffffff;
}
.faqs .col-left .faq-list .faq-item .faq-answer {
  padding: 1rem;
  background-color: #ffffff;
  color: #5a5a5a;
  font-size: 1rem;
  border-top: 1px solid #5a5a5a;
}
.faqs .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40%;
}
@media (max-width: 768px) {
  .faqs .col-right {
    max-width: 100%;
    margin-top: 2rem;
  }
}
.faqs .col-right .image img {
  margin-top: 4rem;
  max-width: 100%;
  height: auto;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .faqs .col-left h2 {
    font-size: 1.8rem;
  }
  .faqs .faq-list .faq-item .faq-question h3 {
    font-size: 1.1rem;
  }
  .faqs .faq-list .faq-item .faq-answer {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .faqs .col-left h2 {
    font-size: 1.6rem;
  }
  .faqs .faq-list .faq-item .faq-question h3 {
    font-size: 1rem;
  }
  .faqs .faq-list .faq-item .faq-answer {
    font-size: 0.8rem;
  }
  .faqs .row {
    display: block;

  }
}
.contact-us {
  padding: 3rem 1.5rem;
  background-color: #f7f7f7;
}
.contact-us .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-us .container {
    padding: 0 1rem;
  }
}
.contact-us .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: row;
      -ms-flex-pack: row;
          justify-content: row;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-start;
          flex-direction: flex-start;
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .contact-us .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: column;
        -ms-flex-pack: column;
            justify-content: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    align-items: stretch;
  }
}
.contact-us .container .row .contact-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40%;
}
@media (max-width: 768px) {
  .contact-us .container .row .contact-info {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.contact-us .container .row .contact-info img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-us .container .row .contact-info .info-box {
  background-color: #ffc107;
  padding: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact-us .container .row .contact-info .info-box .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: row;
      -ms-flex-pack: row;
          justify-content: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1.5rem;
}
.contact-us .container .row .contact-info .info-box .info-item i {
  font-size: 1.5rem;
  color: #0d401c;
  margin-left: 1rem;
}
.contact-us .container .row .contact-info .info-box .info-item h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .contact-us .container .row .contact-info .info-box .info-item h4 {
    font-size: 0.875rem;
  }
}
.contact-us .container .row .contact-info .info-box .info-item p {
  font-size: 0.875rem;
  color: #5a5a5a;
}
@media (max-width: 576px) {
  .contact-us .container .row .contact-info .info-box .info-item p {
    font-size: 0.75rem;
  }
}
.contact-us .container .row .contact-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0d401c;
  color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .contact-us .container .row .contact-form {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-top: 20px;

  }
}
.contact-us .container .row .contact-form .form-header {
  text-align: left;
  margin-bottom: 1.5rem;
}
.contact-us .container .row .contact-form .form-header h4 {
  font-size: 1.25rem;
  color: #ffc107;
  text-align: right;
}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form .form-header h4 {
    font-size: 0.875rem;
  }
}
.contact-us .container .row .contact-form .form-header h2 {
  font-size: 2rem;
  margin: 0.5rem 0;
  text-align: right;

}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form .form-header h2 {
    font-size: 1.25rem;
  }
}
.contact-us .container .row .contact-form .form-header p {
  font-size: 0.875rem;
  color: white;
  opacity: 0.8;
  text-align: right;

}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form .form-header p {
    font-size: 0.75rem;
  }
}
.contact-us .container .row .contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-us .container .row .contact-form form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;

  }
}
.contact-us .container .row .contact-form form .form-row input,
.contact-us .container .row .contact-form form .form-row select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  border: none;
  border-radius: 5px;
  background-color: #166a2f;
  color: white;
  outline: none;
  width: 100%;
  margin-bottom: 20px;

}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form form .form-row input,
  .contact-us .container .row .contact-form form .form-row select {
    width: 100%;
  }
}
.contact-us .container .row .contact-form form .form-row input::-webkit-input-placeholder, .contact-us .container .row .contact-form form .form-row select::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form .form-row input::-moz-placeholder, .contact-us .container .row .contact-form form .form-row select::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form .form-row input:-ms-input-placeholder, .contact-us .container .row .contact-form form .form-row select:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form .form-row input::-ms-input-placeholder, .contact-us .container .row .contact-form form .form-row select::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form .form-row input::placeholder,
.contact-us .container .row .contact-form form .form-row select::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form .form-row input:focus,
.contact-us .container .row .contact-form form .form-row select:focus {
  border: 2px solid #ffc107;
}
.contact-us .container .row .contact-form form textarea {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 5px;
  background-color: #166a2f;
  color: white;
  outline: none;
  margin-bottom: 1.5rem;
  resize: vertical;
}
.contact-us .container .row .contact-form form textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form textarea::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.contact-us .container .row .contact-form form textarea:focus {
  border: 2px solid #ffc107;
}
.contact-us .container .row .contact-form form .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form form .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1rem;
  }
}
.contact-us .container .row .contact-form form .form-footer label {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form form .form-footer label {
    width: 100%;
  }
}
.contact-us .container .row .contact-form form .form-footer button {
  background-color: #ffc107;
  color: #0d401c;
  padding: 0.5rem 1.5rem;
  border: none;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  .contact-us .container .row .contact-form form .form-footer button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .contact-us .container .clients {

    display: grid !important;
  }
  
}
.contact-us .container .row .contact-form form .form-footer button:hover {
  background-color: #d39e00;
}
.contact-us .container .row .contact-form form .form-footer button i {
  font-size: 1.2rem;
}
.contact-us .container .clients {
  padding-inline: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}
.contact-us .container .clients ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-us .container .clients ul li a {
  display: block;
}
.contact-us .container .clients ul li a img {
  /* width: 100px; */
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-right: 1.5rem;
  -webkit-filter: grayscale(0.8) brightness(0.8);
          filter: grayscale(0.8) brightness(0.8);
  -webkit-transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease;
  transition: filter 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-us .container .clients ul li a img:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}
@media (max-width: 768px) {
  .contact-us .container .clients {
    padding-inline: 1.5rem;
    gap: 1rem;
    display: grid;
  }
}
@media (max-width: 576px) {
  .contact-us .container .clients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-us .container .clients ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .contact-us .container .clients ul li {
    margin-bottom: 0.5rem;
    width: 100%;
    text-align: center;
  }
  .contact-us .container .clients ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-footer {
  background-color: #0d401c;
  color: #ffffff;
  padding: 3rem 2rem;
  margin-top: 0px;
}
.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
.site-footer .footer-top .footer-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}
.site-footer .footer-top .footer-column h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffc107;
}
.site-footer .footer-top .footer-column p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: white;
}
.site-footer .footer-top .footer-column ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-top .footer-column ul li {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}
.site-footer .footer-top .footer-column ul li i {
  margin-left: 0.5rem;
  color: #ffc107;
}
.site-footer .footer-top .footer-column ul li a {
  color: white;
  text-decoration: none;
}
.site-footer .footer-top .footer-column ul li a:hover {
  color: #ffc107;
}
.site-footer .footer-top .footer-column .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.site-footer .footer-top .footer-column .subscribe-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: 10px;
  background-color: #166a2f;
  color: #ffffff;
}
.site-footer .footer-top .footer-column .subscribe-form input::-webkit-input-placeholder {
  color: white;
}
.site-footer .footer-top .footer-column .subscribe-form input::-moz-placeholder {
  color: white;
}
.site-footer .footer-top .footer-column .subscribe-form input:-ms-input-placeholder {
  color: white;
}
.site-footer .footer-top .footer-column .subscribe-form input::-ms-input-placeholder {
  color: white;
}
.site-footer .footer-top .footer-column .subscribe-form input::placeholder {
  color: white;
}
.site-footer .footer-top .footer-column .subscribe-form input:focus {
  border: 2px solid #ffc107;
}
.site-footer .footer-top .footer-column .subscribe-form button {
  background-color: #ffc107;
  color: #0d401c;
  border: none;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  cursor: pointer;
}
.site-footer .footer-top .footer-column .subscribe-form button i {
  font-size: 1.2rem;
}
.site-footer .footer-top .footer-column .subscribe-form button:hover {
  background-color: #d39e00;
}
.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid white;
  padding-top: 1rem;
}
.site-footer .footer-bottom p {
  font-size: 0.9rem;
  color: white;
}
.site-footer .footer-bottom .social-icons a {
  color: #ffffff;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.site-footer .footer-bottom .social-icons a:hover {
  color: #ffc107;
}



.statistics-section {
  background-color: #f7f7f7;
  padding: 3rem 1.5rem;
  text-align: center;
}
.statistics-section .container {
  max-width: 1280px;
  margin: 0 auto;
}
.statistics-section .intro-text {
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1.25rem;
  color: black;
  line-height: 1.8;
}
.statistics-section .intro-text .heading {
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.statistics-section .intro-text .heading::before, .statistics-section .intro-text .heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #0d401c;
}
.statistics-section .intro-text .heading::before {
  right: 100%;
}
.statistics-section .intro-text .heading::after {
  left: 100%;
}
.statistics-section .stats-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 768px) {
  .statistics-section .stats-wrapper {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .statistics-section .stats-wrapper {
    gap: 0.5rem;
  }
}
.statistics-section .stats-wrapper .stat-item {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 250px;
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: rgb(230, 233, 236);
}
@media (max-width: 768px) {
  .statistics-section .stats-wrapper .stat-item {
    min-width: 100%;
  }
}
.statistics-section .stats-wrapper .stat-item .icon-circle {
  width: 80px;
  height: 80px;
  background-color: #0d401c;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.statistics-section .stats-wrapper .stat-item .icon-circle:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.statistics-section .stats-wrapper .stat-item h3 {
  font-size: 2rem;
  color: #0d401c;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.statistics-section .stats-wrapper .stat-item p {
  font-size: 1rem;
  color: black;
  font-weight: 400;
}

@media (max-width: 992px) {
  .statistics-section .intro-text {
    font-size: responsive-text(1rem, 1.1rem);
  }
  .statistics-section .stats-wrapper .stat-item h3 {
    font-size: responsive-text(1.6rem, 2rem);
  }
  .statistics-section .stats-wrapper .stat-item p {
    font-size: responsive-text(0.8rem, 0.9rem);
  }
}
@media (max-width: 576px) {
  .statistics-section .intro-text {
    font-size: responsive-text(0.9rem, 1rem);
  }
}

.mission-vision {
  padding: 3rem 1.5rem;
  background-color: rgb(210, 210, 210);
}
.mission-vision .container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.mission-vision .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mission-vision .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 1rem);
          flex: 1 1 calc(50% - 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mission-vision .row .col .card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  max-width: 550px;
  text-align: center;
}
.mission-vision .row .col .card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.mission-vision .row .col .card .icon {
  font-size: 3rem;
  color: #0d401c;
  margin-bottom: 1.5rem;
}
.mission-vision .row .col .card .icon i {
  font-size: inherit;
}
.mission-vision .row .col .card h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #0d401c;
  font-weight: 600;
}
.mission-vision .row .col .card p {
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.6;
}
.mission-vision .row .col .vision-card {
  border-top: 5px solid #ffc107;
}
.mission-vision .row .col .mission-card {
  border-top: 5px solid #0d401c;
}

.commitment-section {
  padding: 3rem;
  text-align: center;
}
.commitment-section .commitment-heading {
  margin-bottom: 2rem;
}
.commitment-section .commitment-heading .commitment-section-heading {
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.commitment-section .commitment-heading .commitment-section-heading::before, .commitment-section .commitment-heading .commitment-section-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #0d401c;
}
.commitment-section .commitment-heading .commitment-section-heading::before {
  right: 100%;
}
.commitment-section .commitment-heading .commitment-section-heading::after {
  left: 100%;
}
.commitment-section .commitment-heading p {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #5a5a5a;
}
.commitment-section .swiper-container {
  margin: 2rem 0;
}
.commitment-section .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.commitment-section .swiper-container .swiper-slide {
  width: 150px;
  text-align: center;
}
.commitment-section .swiper-container .swiper-slide .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.commitment-section .swiper-container .swiper-slide .icon-box i {
  font-size: 2rem;
  color: #0d401c;
}
.commitment-section .swiper-container .swiper-slide .icon-box p {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: black;
}
.commitment-section .swiper-container .swiper-button-next,
.commitment-section .swiper-container .swiper-button-prev {
  color: #ffc107;
}
.commitment-section .btn-primary {
  background: #0d401c;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.commitment-section .btn-primary:hover {
  background: #041609;
}
.commitment-section .btn-primary i {
  font-size: 1rem;
}



.shop-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 0;
  gap: 2rem;
}
@media (max-width: 768px) {
  .shop-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1.5rem;
  }
}




.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.sidebar .filter-section {
  margin-bottom: 2rem;
}
.sidebar .filter-section h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #333333;
}
.sidebar .filter-section ul {
  list-style: none;
  padding: 0;
}
.sidebar .filter-section ul li {
  margin-bottom: 0.5rem;
}
.sidebar .filter-section ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.sidebar .filter-section ul li label input[type=checkbox] {
  accent-color: #0d401c;
}
.sidebar .price-range input[type=range] {
  width: 100%;
  margin: 0.5rem 0;
}
.sidebar .price-range .price-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}
.sidebar .color-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar .color-filters .color-option {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.sidebar .color-filters .color-option.active {
  border-color: #0d401c;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sidebar .popular-products .popular-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.sidebar .popular-products .popular-product img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .popular-products .popular-product .product-info h4 {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.sidebar .popular-products .popular-product .product-info p {
  color: #0d401c;
  font-weight: bold;
}
.sidebar .apply-filters {
  padding: 1rem 1.5rem;
  background-color: #0d401c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 1.5rem;
}
.sidebar .apply-filters:hover {
  background-color: #041609;
}

.products-section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.products-section .products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.products-section .products-header .view-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.products-section .products-header .view-toggle button {
  padding: 1rem 1.5rem;
  background-color: #f5f5f5;
  color: #333333;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.5rem;
}
.products-section .products-header .view-toggle button:hover {
  background-color: gainsboro;
}
.products-section .products-header .view-toggle button.active {
  background-color: #0d401c;
  color: white;
}
.products-section .products-header .sort-options select {
  padding: 0.5rem 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
}
.products-section .products-header .sort-options select:focus {
  border-color: #0d401c;
}
.products-section .products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.products-section .products-grid.grid .product-card {
  padding: 1.5rem;
  max-width: 300px;
  max-height: 400px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 2rem);
          flex: 1 1 calc(50% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-section .products-grid.grid .product-card .product-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.products-section .products-grid.grid .product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-section .products-grid.grid .product-card .product-info {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.products-section .products-grid.grid .product-card .product-info h3 {
  font-size: 1.25rem;
  color: #333333;
}
.products-section .products-grid.grid .product-card .product-info .price {
  font-size: 0.875rem;
  font-weight: bold;
  color: #0d401c;
}
.products-section .products-grid.grid .product-card .product-info .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.products-section .products-grid.grid .product-card .product-info .product-actions .add-to-cart,
.products-section .products-grid.grid .product-card .product-info .product-actions .view-details {
  padding: 1rem 1.5rem;
  background-color: #ffc107;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.products-section .products-grid.grid .product-card .product-info .product-actions .add-to-cart:hover,
.products-section .products-grid.grid .product-card .product-info .product-actions .view-details:hover {
  background-color: #d39e00;
}
.products-section .products-grid.grid .product-card .product-info .product-actions .add-to-cart:hover,
.products-section .products-grid.grid .product-card .product-info .product-actions .view-details:hover {
  background-color: #d39e00;
}
.products-section .products-grid.list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-section .products-grid.list .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-height: 200px;
  padding: 1.5rem;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  gap: 1.5rem;
}
.products-section .products-grid.list .product-card .product-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  background: #f5f5f5;
}
.products-section .products-grid.list .product-card .product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.products-section .products-grid.list .product-card .product-info h3 {
  font-size: 1.25rem;
  color: #333333;
}
.products-section .products-grid.list .product-card .product-info .price {
  font-size: 0.875rem;
  font-weight: bold;
  color: #0d401c;
}
.products-section .products-grid.list .product-card .product-info .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.products-section .products-grid.list .product-card .product-info .product-actions .add-to-cart,
.products-section .products-grid.list .product-card .product-info .product-actions .view-details {
  padding: 1rem 1.5rem;
  background-color: #ffc107;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
}
.products-section .products-grid.list .product-card .product-info .product-actions .add-to-cart:hover,
.products-section .products-grid.list .product-card .product-info .product-actions .view-details:hover {
  background-color: #d39e00;
}
.products-section .products-grid.list .product-card .product-info .product-actions .add-to-cart:hover,
.products-section .products-grid.list .product-card .product-info .product-actions .view-details:hover {
  background-color: #d39e00;
}
.products-section .product-card {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 20px;

}
.products-section .product-card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.products-section .product-card .product-image {
  width: 100%;
}
.products-section .product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-section .product-card .product-info {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.products-section .product-card .product-info h3 {
  font-size: 1.25rem;
  color: #333333;
  text-align: center;
}
.products-section .product-card .product-info .price {
  font-size: 0.875rem;
  font-weight: bold;
  color: #0d401c;
}
.products-section .product-card .product-info .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.products-section .product-card .product-info .product-actions .add-to-cart,
.products-section .product-card .product-info .product-actions .view-details {
  padding: 1rem 1.5rem;
  background-color: #0d401c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
}
.products-section .product-card .product-info .product-actions .add-to-cart:hover,
.products-section .product-card .product-info .product-actions .view-details:hover {
  background-color: #0d401c;
}
.products-section .product-card .product-info .product-actions .add-to-cart:hover,
.products-section .product-card .product-info .product-actions .view-details:hover {
  background-color: #d39e00;
}
@media (max-width: 768px) {
  .products-section .products-grid {
    display: block;

  }
  .products-section .products-grid.grid .product-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 2rem);
            flex: 1 1 calc(50% - 2rem);
  }
}
@media (max-width: 576px) {
  .products-section .products-grid.grid .product-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 2rem);
            flex: 1 1 calc(100% - 2rem);
  }
  .products-section .products-grid.list .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: auto;
  }
  .products-section .products-grid.list .product-card .product-image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .products-section .product-grid {
    padding: 1rem;
  }
  .products-section .product-grid .products-header {
    margin-bottom: 1.5rem;
  }
  .products-section .product-grid .products-header .view-toggle button {
    padding: 0.5rem;
  }
  .products-section .product-grid .products-grid {
    gap: 1rem;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .products-section .products-grid.grid .product-card {
    max-width: none;
    max-height: none;
    width: auto;
    padding: 0.5rem;
  }
  .products-section .products-grid.list .product-card {
    max-height: none;
    width: auto;
    padding: 0.5rem;
  }
  .products-section .products-grid.list .product-card .product-image {
    width: auto;
    height: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
}


.breadcrumb {
  margin-bottom: 1rem;
}
.breadcrumb a {
  color: #0d401c;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #333333;
}

.product-detail-page {
  padding: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}
.product-detail-page .product-detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
.product-detail-page .product-detail-container .product-gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.product-detail-page .product-detail-container .product-gallery .main-image {
  width: 100%;
}
.product-detail-page .product-detail-container .product-gallery .main-image img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-detail-page .product-detail-container .product-gallery .thumbnail-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.product-detail-page .product-detail-container .product-gallery .thumbnail-images img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-detail-page .product-detail-container .product-gallery .thumbnail-images img:hover {
  border-color: #0d401c;
}
.product-detail-page .product-detail-container .product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-detail-page .product-detail-container .product-info h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.product-detail-page .product-detail-container .product-info .price {
  font-size: 1.25rem;
  color: #0d401c;
  margin-bottom: 1rem;
}
.product-detail-page .product-detail-container .product-info .description {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #333333;
}
.product-detail-page .product-detail-container .product-info .product-options .option {
  margin-bottom: 1rem;
}
.product-detail-page .product-detail-container .product-info .product-options .option label {
  font-weight: bold;
  margin-right: 0.5rem;
}
.product-detail-page .product-detail-container .product-info .product-options .option select,
.product-detail-page .product-detail-container .product-info .product-options .option input {
  padding: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  outline: none;
}
.product-detail-page .product-detail-container .product-info .product-options .option select:focus,
.product-detail-page .product-detail-container .product-info .product-options .option input:focus {
  border-color: #0d401c;
}
.product-detail-page .product-detail-container .product-info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.product-detail-page .product-detail-container .product-info .actions button {
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  cursor: pointer;
}
.product-detail-page .product-detail-container .product-info .actions button.add-to-cart {
  background-color: #0d401c;
  color: #ffffff;
}
.product-detail-page .product-detail-container .product-info .actions button.add-to-cart:hover {
  background-color: #041609;
}
.product-detail-page .product-detail-container .product-info .actions button.buy-now {
  background-color: #ffc107;
  color: #ffffff;
}
.product-detail-page .product-detail-container .product-info .actions button.buy-now:hover {
  background-color: #d39e00;
}
.product-detail-page .product-detail-container .product-info .additional-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2rem;
}
.product-detail-page .product-detail-container .product-info .additional-info li {
  margin-bottom: 0.5rem;
  color: #333333;
}
.product-detail-page .product-detail-container .product-info .additional-info li a {
  color: #0d401c;
  text-decoration: none;
}
.product-detail-page .product-detail-container .product-info .additional-info li a:hover {
  text-decoration: underline;
}
.product-detail-page .product-detail-container .product-info .additional-info li span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-detail-page .product-gallery {
    margin-bottom: 2rem;
  }
  .product-detail-page .product-info {
    text-align: center;
  }
}

.heros-section .main-header .search-bar {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
}
.heros-section .main-header .search-bar input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  font-size: 1rem;
  border: 1px solid #ffffff;
  border-right: none;
  border-radius: 10px 0 0 10px;
  outline: none;
  color: black;
}
.heros-section .main-header .search-bar input::-webkit-input-placeholder {
  color: #5a5a5a;
}
.heros-section .main-header .search-bar input::-moz-placeholder {
  color: #5a5a5a;
}
.heros-section .main-header .search-bar input:-ms-input-placeholder {
  color: #5a5a5a;
}
.heros-section .main-header .search-bar input::-ms-input-placeholder {
  color: #5a5a5a;
}
.heros-section .main-header .search-bar input::placeholder {
  color: #5a5a5a;
}
.heros-section .main-header .search-bar button {
  padding: 1rem 1.5rem;
  background-color: #ffc107;
  border: none;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.heros-section .main-header .search-bar button i {
  font-size: 1.2rem;
  color: #ffffff;
}
.heros-section .main-header .search-bar button:hover {
  background-color: #d39e00;
}

.help-center {
  font-family: "Poppins", sans-serif;
  color: #5a5a5a;
  background-color: #f7f7f7;
}
.help-center .help-center-container {
  padding: 3rem;
}
.help-center .categories h2 {
  font-size: 2rem;
  color: #0d401c;
}
.help-center .categories .category-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
.help-center .categories .category-grid .category-item {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.help-center .categories .category-grid .category-item i {
  font-size: 2rem;
  color: #ffc107;
  margin-bottom: 1rem;
}
.help-center .categories .category-grid .category-item h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.help-center .faqs {
  margin-top: 3rem;
}
.help-center .faqs h2 {
  font-size: 2rem;
  color: #0d401c;
}
.help-center .faqs .faq-item {
  margin: 1rem 0;
  border: 1px solid #5a5a5a;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.help-center .faqs .faq-item .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  cursor: pointer;
}
.help-center .faqs .faq-item .faq-question h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #0d401c;
}
.help-center .faqs .faq-item .faq-question i {
  font-size: 1.5rem;
  color: #ffc107;
}
.help-center .faqs .faq-item .faq-answer {
  padding: 1rem;
  font-size: 1rem;
  display: none;
}
.help-center .faqs .faq-item .faq-answer[x-show] {
  display: block;
}
.help-center .contact {
  margin-top: 3rem;
}
.help-center .contact h2 {
  font-size: 2rem;
  color: #0d401c;
}
.help-center .contact form {
  margin-top: 1.5rem;
}
.help-center .contact form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.help-center .contact form .form-row input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  border: 2px solid #0d401c;
  border-radius: 10px;
}
.help-center .contact form textarea {
  width: 100%;
  padding: 1rem;
  border: 2px solid #0d401c;
  border-radius: 10px;
}
.help-center .contact form button {
  margin-top: 1rem;
  background-color: #0d401c;
  color: #ffffff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
}
.help-center .contact form button:hover {
  background-color: #041609;
}
.help-center .contact form button i {
  margin-left: 0.5rem;
}

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

body {
  font-family: "Poppins", sans-serif;
  background-color: #f7f7f7;
  line-height: 1.6;
  color: #5a5a5a;
}

.help-details-container {
  max-width: 1280px;
  margin: 0 auto;
}
.help-details-container .help-details-header {
  background-color: #0d401c;
  color: #ffffff;
  padding: 2rem 3rem;
}
.help-details-container .help-details-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.help-details-container .help-details-header .header-content .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
.help-details-container .help-details-header .header-content .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.help-details-container .help-details-header .header-content .breadcrumb-item.active {
  color: #ffffff;
}
.help-details-container .help-details-header .header-content .breadcrumb-divider {
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.help-details-container .help-details-header .header-content .header-title h1 {
  font-size: 2rem;
  font-weight: bold;
}
.help-details-container .content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 2rem 1fr;
  grid-template-columns: 250px 1fr;
  gap: 2rem;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .help-details-container .content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.help-details-container .content-wrapper .sidebar {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.help-details-container .content-wrapper .sidebar-navigation h3 {
  margin-bottom: 1rem;
  color: #0d401c;
}
.help-details-container .content-wrapper .sidebar-navigation ul {
  list-style-type: none;
}
.help-details-container .content-wrapper .sidebar-navigation ul li {
  margin-bottom: 0.5rem;
}
.help-details-container .content-wrapper .sidebar-navigation ul li a {
  color: #5a5a5a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.help-details-container .content-wrapper .sidebar-navigation ul li a:hover {
  color: #0d401c;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.help-details-container .content-wrapper .main-content {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.help-details-container .content-wrapper .main-content .query-details section {
  margin-bottom: 1.5rem;
}
.help-details-container .content-wrapper .main-content .query-details section h2 {
  color: #0d401c;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.help-details-container .content-wrapper .main-content .query-details .step-guide .step {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.help-details-container .content-wrapper .main-content .query-details .step-guide .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.help-details-container .content-wrapper .main-content .query-details .step-guide .step-header .step-number {
  background-color: #0d401c;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
.help-details-container .content-wrapper .main-content .query-details .step-guide .step-header h3 {
  margin: 0;
  color: #0d401c;
}
.help-details-container .content-wrapper .main-content .query-details .step-guide .step .substeps {
  padding-left: 2rem;
}
.help-details-container .content-wrapper .main-content .query-details .step-guide .step .substeps li {
  margin-bottom: 0.5rem;
}
.help-details-container .content-wrapper .main-content .query-details .contact-support {
  padding: 1rem;
}
.help-details-container .content-wrapper .main-content .query-details .contact-support .support-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.help-details-container .content-wrapper .main-content .query-details .contact-support .support-actions .support-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.help-details-container .content-wrapper .main-content .query-details .contact-support .support-actions .support-button.live-chat {
  background-color: #0d401c;
}
.help-details-container .content-wrapper .main-content .query-details .contact-support .support-actions .support-button.email-support {
  background-color: #ffc107;
  color: black;
}
.help-details-container .content-wrapper .main-content .query-details .contact-support .support-actions .support-button:hover {
  opacity: 0.9;
}
.help-details-container .content-wrapper .main-content .help-details-footer {
  background-color: #0d401c;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
}

body {
  font-family: "Poppins", sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

a {
  text-decoration: none;
  color: #0d401c;
  font-weight: 600;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover:hover {
  color: #ffc107;
  opacity: 0.9;
}

.heros-section .main-header {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
}
.heros-section .main-header .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
}
.heros-section .main-header .header-overlay .text-center {
  z-index: 2;
}
.heros-section .main-header .header-overlay .text-center h1 {
  font-family: "Dancing Script", serif;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #ffc107;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
.heros-section .main-header .header-overlay .text-center p {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  color: #f7f7f7;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
  .heros-section .main-header {
    height: 50vh;
  }
  .heros-section .main-header .header-overlay {
    padding: 1.5rem;
  }
  .heros-section .main-header .header-overlay .text-center h1 {
    font-size: 2.5rem;
  }
  .heros-section .main-header .header-overlay .text-center p {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .heros-section .main-header {
    height: 40vh;
  }
  .heros-section .main-header .header-overlay {
    padding: 1rem;
  }
  .heros-section .main-header .header-overlay .text-center h1 {
    font-size: 2rem;
  }
  .heros-section .main-header .header-overlay .text-center p {
    font-size: 0.9rem;
  }
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #f7f7f7;
  color: black;
  line-height: 1.6;
  direction: rtl;
  text-align: right;

}

.services-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
}

.services-header {
  text-align: center;
  margin-bottom: 3rem;
}
.services-header .services-main-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0 1rem;
}
.services-header .services-main-heading::before, .services-header .services-main-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.services-header .services-main-heading::before {
  right: 100%;
}
.services-header .services-main-heading::after {
  left: 100%;
}
.services-header h2 {
  color: #0d401c;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .services-header h2 {
    font-size: 2rem;
  }
}
.services-header p {
  color: #5a5a5a;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .services-header p {
    font-size: 1.25rem;
  }
}

.services-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.service-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem;
  text-align: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.service-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-card .service-icon {
  font-size: 3rem;
  color: #0d401c;
  margin-bottom: 1rem;
}
.service-card h3 {
  color: #0d401c;
  margin-bottom: 1rem;
}
.service-card .btn-learn-more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0d401c;
  font-weight: bold;
  display: inline-block;
  margin-top: 1rem;
}
.service-card .btn-learn-more:hover {
  color: #ffc107;
  opacity: 0.9;
}

.service-details {
  background-color: #ffffff;
  padding: 4rem 0;
  text-align: center;
}
.service-details .services-main-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0 1rem;
}
.service-details .services-main-heading::before, .service-details .services-main-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.service-details .services-main-heading::before {
  right: 100%;
}
.service-details .services-main-heading::after {
  left: 100%;
}
.service-details .detail-card {
  padding: 1.5rem;
  background-color: #f7f7f7;
  border-radius: 1.5rem;
  margin-top: 1.5rem;
}
.service-details .detail-card i {
  font-size: 2.5rem;
  color: #0d401c;
  margin-bottom: 1rem;
}
.service-details .detail-card h4 {
  color: #0d401c;
  margin-bottom: 1rem;
}

.sustainability-commitment {
  padding: 4rem 2rem;
  background-color: #f7f7f7;
}
.sustainability-commitment .services-main-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0 1rem;
}
.sustainability-commitment .services-main-heading::before, .sustainability-commitment .services-main-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.sustainability-commitment .services-main-heading::before {
  right: 100%;
}
.sustainability-commitment .services-main-heading::after {
  left: 100%;
}
.sustainability-commitment .sustainability-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.sustainability-commitment .sustainability-list li {
  margin-bottom: 1rem;
}
.sustainability-commitment .sustainability-list li i {
  color: #0d401c;
  margin-right: 1rem;
}
.sustainability-commitment .btn-sustainability {
  display: inline-block;
  background-color: #0d401c;
  color: #ffffff;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 1.6rem;
}

.training-section {
  background-color: #ffffff;
  padding: 4rem 2rem;
  text-align: center;
}
.training-section .services-main-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0 1rem;
}
.training-section .services-main-heading::before, .training-section .services-main-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.training-section .services-main-heading::before {
  right: 100%;
}
.training-section .services-main-heading::after {
  left: 100%;
}
.training-section h2 {
  color: #0d401c;
  margin-bottom: 3rem;
}
.training-section .training-card {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.training-section .training-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.training-section .training-card i {
  font-size: 3rem;
  color: #0d401c;
  margin-bottom: 1.5rem;
}
.training-section .training-card h4 {
  color: #0d401c;
  margin-bottom: 1rem;
}

.contact-consultation {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.contact-consultation .services-main-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #0d401c;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding: 0 1rem;
}
.contact-consultation .services-main-heading::before, .contact-consultation .services-main-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.contact-consultation .services-main-heading::before {
  right: 100%;
}
.contact-consultation .services-main-heading::after {
  left: 100%;
}
.contact-consultation p {
  margin-bottom: 1rem;
}
.contact-consultation .consultation-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-consultation .consultation-form input,
.contact-consultation .consultation-form textarea {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #5a5a5a;
  border-radius: 1.5rem;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact-consultation .consultation-form input:focus,
.contact-consultation .consultation-form textarea:focus {
  outline: none;
  border-color: #0d401c;
}
.contact-consultation .consultation-form textarea {
  min-height: 150px;
  resize: vertical;
}
.contact-consultation .consultation-form .btn-submit {
  margin-bottom: 1.5rem;
  background-color: #0d401c;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 1.6rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-consultation .consultation-form .btn-submit:hover {
  background-color: #041609;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.contact-consultation .contact-details {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 1.5rem;
}
.contact-consultation .contact-details h4 {
  color: #0d401c;
  margin-bottom: 1.5rem;
}
.contact-consultation .contact-details p {
  margin-bottom: 1.5rem;
}
.contact-consultation .contact-details p i {
  margin-right: 1rem;
  color: #0d401c;
}

footer {
  background-color: #0d401c;
  color: #ffffff;
  padding: 4rem 2rem;
}
footer h5 {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 0.75rem;
}
footer ul li a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer ul li a:hover {
  opacity: 1;
}
footer .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
footer .social-icons a {
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
footer .social-icons a:hover {
  color: #ffc107;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
footer .copyright {
  text-align: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 5rem 1rem;
  }
  .hero-section .hero-content h1 {
    font-size: 2rem;
  }
  .hero-section .hero-content p {
    font-size: 1rem;
  }
  .services-grid,
  .advanced-technologies,
  .sustainability-commitment,
  .training-section,
  .testimonials-section,
  .contact-consultation,
  footer {
    padding: 2rem 1rem;
  }
  .services-grid .services-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact-consultation .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .col-md-4 {
    margin-bottom: 2rem;
    text-align: center;
  }
  footer .col-md-4 .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.text-primary {
  color: #0d401c !important;
}

.bg-primary {
  background-color: #0d401c !important;
}

.btn-primary {
  background-color: #0d401c;
  border-color: #0d401c;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.animate-fade-in {
  -webkit-animation: fadeIn 0.7s ease forwards;
          animation: fadeIn 0.7s ease forwards;
}

.contact-cta {
  background-color: #0d401c;
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
  border-radius: 1.5rem;
}
.contact-cta .cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.contact-cta .cta-content .services-main-heading {
  margin-left: 1.5rem;
  display: inline-block;
  color: #ffc107;
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  padding: 0 1rem;
}
.contact-cta .cta-content .services-main-heading::before, .contact-cta .cta-content .services-main-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #0d401c;
}
.contact-cta .cta-content .services-main-heading::before {
  right: 100%;
}
.contact-cta .cta-content .services-main-heading::after {
  left: 100%;
}
.contact-cta .cta-content .btn-contact {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #ffc107;
  color: #0d401c;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 1.6rem;
  margin-top: 1.5rem;
  font-weight: bold;
}
.contact-cta .cta-content .btn-contact:hover {
  color: #ffffff;
  opacity: 0.9;
}

footer {
  background-color: black;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.not-found-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f8f8f8;
  padding: 2rem 1rem;
}
.not-found-section .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
}
.not-found-section .not-found-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.not-found-section .not-found-image .responsive-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.not-found-section .back-to-home {
  text-align: center;
}
.not-found-section .back-to-home .home-link {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #ffc107;
  border-radius: 0.5rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.not-found-section .back-to-home .home-link:hover {
  background-color: #041609;
}
@media (max-width: 768px) {
  .not-found-section .header {
    height: 250px;
  }
  .not-found-section .header .header-overlay h1 {
    font-size: 2.5rem;
  }
  .not-found-section .header .header-overlay p {
    font-size: 1rem;
    max-width: 90%;
  }
  .not-found-section .not-found-image .responsive-image {
    max-width: 400px;
  }
  .not-found-section .back-to-home .home-link {
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
  }
}
@media (max-width: 480px) {
  .not-found-section .header {
    height: 200px;
  }
  .not-found-section .header .header-overlay h1 {
    font-size: 2rem;
  }
  .not-found-section .header .header-overlay p {
    font-size: 0.9rem;
  }
  .not-found-section .not-found-image .responsive-image {
    max-width: 300px;
  }
  .not-found-section .back-to-home .home-link {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }
}



.my-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:15px;
	background-color:#0d401c;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
	margin-top:16px;
}




