@charset "UTF-8";
/*----------------------------------------------

[Master Stylesheet]

Project:    Kongu Enginears
Version:    1.0
Last change:    16.04.2026
Primary use:    AGT 
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content)  : DM-Sans, sans-serif;
Icon Fonts                      : Fontawesome 5.15.4

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  scroll-padding-top: 100px;
}

html {
  margin: 0;
  padding: 0;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  margin-block-start: 0;
  -ms-margin-block-start: 0;
  -moz-margin-block-start: 0;
  -o-margin-block-start: 0;
  margin-block-end: 0;
  -ms-margin-block-end: 0;
  -moz-margin-block-end: 0;
  -o-margin-block-end: 0;
  padding-inline-start: 0;
  -ms-padding-inline-start: 0;
  -moz-padding-inline-start: 0;
  -o-padding-inline-start: 0;
}

li {
  text-decoration: none !important;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
}

button {
  margin: 0;
  padding: 0;
}
button:focus {
  box-shadow: none;
  outline: none;
}

a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

::-ms-expand {
  display: none;
}

::-ms-clear {
  display: none;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

.mx-0-auto {
  margin: 0 auto;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input:-internal-autofill-selected {
  background-color: transparent;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

select:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  resize: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

.fancybox,
.fancybox:focus,
.fancybox:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.color-theme {
  color: #006600;
}

/*------------------------------------------------Header------------------------------------------------*/
header {
  background-color: #F7F7F7;
}
header .topbar {
  padding: 15px 0px;
  border-bottom: 1px solid #C2C1C2;
}
header .topbar .topbar-flex {
  display: flex;
  gap: 10px 20px;
  justify-content: space-between;
}
header .topbar .contact-details ul {
  display: flex;
  gap: 0px 26px;
}
header .topbar .contact-details ul li {
  position: relative;
}
header .topbar .contact-details ul li::after {
  position: absolute;
  content: "";
  top: 0;
  right: -13px;
  width: 1px;
  height: 100%;
  background-color: #979697;
}
header .topbar .contact-details ul li:last-child::after {
  display: none;
}
header .topbar .contact-details ul li i {
  font-size: 16px;
  color: #006600;
  padding-right: 10px;
}
header .topbar .contact-details ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
header .topbar .social-icons ul {
  display: flex;
  gap: 26px;
}
header .topbar .social-icons ul li {
  position: relative;
}
header .topbar .social-icons ul li::after {
  position: absolute;
  content: "";
  top: 0;
  right: -13px;
  width: 1px;
  height: 100%;
  background-color: #8A8A8A;
}
header .topbar .social-icons ul li:last-child::after {
  display: none;
}
header .topbar .social-icons ul li a i {
  color: #006600;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .topbar .social-icons ul li a:hover i {
  color: #006600;
}
header .custom-navbar .main-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
header .custom-navbar .main-nav .site-logo {
  padding: 10px 0px;
}
header .custom-navbar .main-nav .site-logo a {
  display: block;
}
header .custom-navbar .main-nav .menubar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1D1D1E;
}
header .custom-navbar .main-nav .menubar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
header .custom-navbar .main-nav .menubar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #1D1D1E;
}
header .custom-navbar .main-nav .menubar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus-visible {
  outline: none;
}
@media (max-width: 992px) {
  header .topbar .topbar-flex .contact-details ul {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  header .custom-navbar .main-nav {
    justify-content: space-between;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  header .topbar .topbar-flex {
    gap: 15px 0px;
    flex-wrap: wrap;
    justify-content: center;
  }
  header .topbar .topbar-flex .contact-details ul {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  header .topbar {
    display: none;
  }
  header .topbar .contact-details ul li::after {
    display: none;
  }
  header .topbar .social-icons ul li::after {
    display: none;
  }
}

.single-product header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

/*------------------------------------------------Main------------------------------------------------*/
.custom-spacing {
  padding-top: 70px;
  padding-bottom: 70px;
}

/*------------------------------------------------Banner------------------------------------------------*/
.home-banner {
  position: relative;
}
.home-banner .years-of-excellence {
  position: absolute;
  top: 30px;
  right: 60px;
  z-index: 2;
}
.home-banner .years-of-excellence img {
  width: 120px;
}
.home-banner .swiper {
  width: 100%;
}
.home-banner .swiper .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 80vh;
}
.home-banner .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.home-banner .swiper .swiper-slide h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  text-align: center;
  color: #e1dfdf;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.home-banner .swiper .swiper-slide p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #e1dfdf;
  text-align: center;
}
.home-banner .swiper-button-next,
.home-banner .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1d1d1e !important;
}
.home-banner .swiper-button-next::after,
.home-banner .swiper-button-prev::after {
  font-size: 20px;
}
.home-banner .swiper-button-next {
  right: 40px;
}
.home-banner .swiper-button-prev {
  left: 40px;
}
.home-banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
.home-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #006600;
}
@media (max-width: 1200px) {
  .home-banner .swiper .swiper-slide h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 992px) {
  .home-banner .swiper .swiper-slide {
    height: 70vh;
  }
  .home-banner .swiper .swiper-slide h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .home-banner .swiper .swiper-slide {
    height: 60vh;
  }
  .home-banner .swiper .swiper-slide h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 576px) {
  .home-banner .years-of-excellence {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
  }
  .home-banner .years-of-excellence img {
    width: 80px;
  }
  .home-banner .swiper .swiper-slide {
    height: 50vh;
  }
  .home-banner .swiper .swiper-slide h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .home-banner .swiper .swiper-button-prev {
    left: 10px;
  }
  .home-banner .swiper .swiper-button-next {
    right: 10px;
  }
  .home-banner .swiper .swiper-button-next::after, .home-banner .swiper .swiper-button-prev::after {
    font-size: 16px;
  }
  .home-banner .swiper .swiper-button-next, .home-banner .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

/*------------------------------------------------About------------------------------------------------*/
.home-about .w-90 {
  width: 90%;
}
.home-about .home-about-inn {
  background-color: #1D1D1E;
  border-radius: 15px;
}
.home-about .column-right {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-about .about-image {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
}
.home-about .about-image .simpleParallax {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
}
.home-about .about-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  object-fit: cover;
  height: 100%;
}
.home-about .about-context {
  width: 90%;
}
.home-about .about-context h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
  color: #ffffff;
  padding-bottom: 10px;
}
.home-about .about-context p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 20px;
}
.home-about .about-context a {
  padding: 8px 40px;
  background-color: #006600;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-about .about-context a i {
  color: #ffffff;
  padding-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-about .about-context a:hover {
  background-color: #ffffff;
  color: #006600;
}
.home-about .about-context a:hover i {
  transform: translateX(5px);
  color: #006600;
}
.home-about .line-spacing {
  margin-top: 30px;
  border-bottom: 1px solid #909091;
  margin-bottom: 30px;
}
.home-about .factory-units {
  width: 100%;
}
.home-about .factory-units .factory-units-grid {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(5, 1fr);
}
.home-about .factory-units .units-card .icon {
  width: 65px;
  height: 65px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 12px;
}
.home-about .factory-units .units-card .context h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  padding-bottom: 7px;
  color: #ffffff;
}
.home-about .factory-units .units-card .context h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 4px;
  color: #ffffff;
}
.home-about .factory-units .units-card .context p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .home-about .factory-units {
    width: 100%;
  }
  .home-about .factory-units .factory-units-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .home-about {
    padding: 40px 0px;
  }
  .home-about .about-image img {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
    height: 350px;
    object-fit: cover;
    width: 100%;
  }
  .home-about .about-context {
    width: 100%;
  }
  .home-about .factory-units {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-about {
    padding: 30px 0px;
  }
  .home-about .about-image img {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .home-about {
    padding: 20px 0px;
  }
  .home-about .w-90 {
    width: 100%;
  }
  .home-about .column-right {
    padding: 20px;
  }
  .home-about .about-context h2 {
    font-size: 22px;
    line-height: 34px;
  }
  .home-about .about-image img {
    height: 300px;
  }
  .home-about .factory-units {
    width: 100%;
  }
  .home-about .factory-units .row-gap {
    gap: 20px 0px;
  }
  .home-about .factory-units .factory-units-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*------------------------------------------------Industries-We-Serve-----------------------------------*/
.industries-we-serve {
  background-image: url(../images/industries-bg.png);
  background-size: cover;
}
.industries-we-serve .section-title {
  padding-bottom: 40px;
}
.industries-we-serve .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 992px) {
  .industries-we-serve .section-title {
    padding-bottom: 30px;
  }
  .industries-we-serve .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .industries-we-serve .section-title {
    padding-bottom: 20px;
  }
  .industries-we-serve .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .industries-we-serve .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.industries-swiper {
  padding-bottom: 75px;
  padding-right: 20px;
  overflow-x: hidden;
  margin: 0 50px;
}
.industries-swiper .swiper-slide {
  height: auto;
}
.industries-swiper .swiper-slide .industries-card {
  background-color: #ffffff;
  height: 100%;
  position: relative;
  z-index: 9999;
}
.industries-swiper .swiper-slide .industries-card::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.industries-swiper .swiper-slide .industries-card::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 13px;
  width: 100%;
  height: 100%;
  background-color: #DEDEDE;
  z-index: -2;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.industries-swiper .swiper-slide .industries-card .image {
  background-color: #ffffff;
  overflow: hidden;
}
.industries-swiper .swiper-slide .industries-card .image img {
  width: 100%;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.industries-swiper .swiper-slide .industries-card .context {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}
.industries-swiper .swiper-slide .industries-card .context h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  color: #1D1D1E;
}
.industries-swiper .swiper-slide .industries-card .context a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1D1D1E;
}
.industries-swiper .swiper-slide .industries-card .context a i {
  font-size: 12px;
  padding-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.industries-swiper .swiper-slide .industries-card:hover::after {
  background-color: #006600;
}
.industries-swiper .swiper-slide .industries-card:hover .context a i {
  transform: rotate(360deg);
}
.industries-swiper .swiper-slide.swiper-slide-active .industries-card::after {
  background-color: #006600;
}
.industries-swiper .swiper-slide:hover .industries-card .image img {
  transform: scale(1.1);
}
.industries-swiper .swiper-pagination-bullet {
  background-color: #006600;
  opacity: 1;
}
.industries-swiper .swiper-pagination-bullet-active {
  background-color: #000000;
}
.industries-swiper .swiper-button-next,
.industries-swiper .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.industries-swiper .swiper-button-prev {
  left: 0px;
}
.industries-swiper .swiper-button-next {
  right: 0px;
}
.industries-swiper .swiper-button-prev:after,
.industries-swiper .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

/*------------------------------------------------Products------------------------------------------------*/
.home-products {
  background-color: #ffffff;
}
.home-products .section-title {
  padding-bottom: 40px;
}
.home-products .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
}
.home-products .row-gap {
  gap: 40px 0px;
}
.home-products .products-card {
  padding: 30px;
  border: 1px solid #dbdbdb;
  height: 100%;
}
.home-products .products-card .icon {
  padding-bottom: 20px;
}
.home-products .products-card .context {
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-products .products-card .context h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #5F5E61;
  padding-bottom: 10px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-products .products-card .context p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #636363;
  margin-bottom: 20px;
}
.home-products .products-card .context a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #006600;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-products .products-card .context a i {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.home-products .products-card.active .context h3 {
  color: #1D1D1E;
}
.home-products .products-card.active .context a {
  opacity: 1;
}
.home-products .products-card:hover .context h3 {
  color: #1D1D1E;
}
.home-products .products-card:hover .context a {
  opacity: 1;
}
@media (max-width: 992px) {
  .home-products .section-title {
    padding-bottom: 30px;
  }
  .home-products .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .home-products .row-gap {
    gap: 30px 0px;
  }
  .home-products .section-title {
    padding-bottom: 20px;
  }
  .home-products .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-products .row-gap {
    gap: 20px 0px;
  }
  .home-products .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-products .products-card {
    padding: 20px;
  }
  .home-products .products-card .context h3 {
    color: #1D1D1E;
  }
  .home-products .products-card .context a {
    opacity: 1;
  }
}

/*------------------------------------------------Products-Grid-----------------------------------------------*/
.home-products-grid {
  background-color: #f3f3f3;
}
.home-products-grid .section-title {
  padding-bottom: 40px;
}
.home-products-grid .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
}
.home-products-grid .products-grid {
  position: relative;
  background-size: cover;
  background-position: center;
  transition: background-image 0.4s ease-in-out;
}
.home-products-grid .products-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.home-products-grid .products-grid .products-grid-inn {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card {
  border: 1px solid #dee2e6;
  padding: 20px;
  border-right: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 560px;
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card .context {
  transform: translateY(0);
  transition: all 0.5s ease;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 20px;
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card .context .icon {
  margin-bottom: 15px;
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card .context h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.4s ease;
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card .context p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
  position: absolute;
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card .context p a {
  display: block;
  border: 1px solid #fff;
  width: max-content;
  margin-top: 15px;
  background-color: #006600;
  padding: 5px 12px;
  border-radius: 8px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card:hover {
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card:hover .context {
  transform: translateY(-10px);
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card:hover .context h3 {
  transform: translateY(-10px);
}
.home-products-grid .products-grid .products-grid-inn .products-grid-card:hover .context p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
  position: relative;
}
@media (max-width: 1200px) {
  .home-products-grid .products-grid .products-grid-inn {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .home-products-grid .products-grid {
    background-image: none !important;
  }
  .home-products-grid .products-grid .products-grid-inn {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card {
    height: auto;
    cursor: initial;
    position: relative;
    border-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card:hover {
    justify-content: end;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card .context {
    position: relative;
    bottom: unset;
    left: unset;
    padding: 0;
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card .context h3 {
    padding-bottom: 10px;
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card .context p {
    opacity: 1;
    transform: unset;
    position: relative;
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card:hover .context {
    transform: unset;
  }
  .home-products-grid .products-grid .products-grid-inn .products-grid-card:hover .context h3 {
    transform: unset;
  }
}
@media (max-width: 576px) {
  .home-products-grid .products-grid .products-grid-inn {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .home-products-grid .section-title {
    padding-bottom: 30px;
  }
  .home-products-grid .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 576px) {
  .home-products-grid .section-title {
    padding-bottom: 20px;
  }
  .home-products-grid .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

/*------------------------------------------------Blog------------------------------------------------*/
.home-blog .section-title {
  padding-bottom: 40px;
}
.home-blog .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
}
.home-blog .row-gap {
  gap: 30px 0px;
}
.home-blog .blog-column-left {
  background-image: url(../images/blog-bg.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
  text-align: right;
}
.home-blog .blog-column-left .blog-context {
  padding: 70px 30px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-left: auto;
  text-align: left;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  width: 60%;
  height: 100%;
}
.home-blog .blog-column-left .blog-context .blog-context-inn {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.home-blog .blog-column-left .blog-context .tags-date {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 10px;
}
.home-blog .blog-column-left .blog-context .tags-date .tag {
  background-color: #006600;
  padding: 5px 8px;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.home-blog .blog-column-left .blog-context .tags-date .tag a {
  color: #ffffff;
}
.home-blog .blog-column-left .blog-context .tags-date .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.home-blog .blog-column-left .blog-context .title h2 a {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #1D1D1E;
  padding-bottom: 50px;
  display: block;
}
.home-blog .blog-column-left .blog-context .link a {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.home-blog .blog-column-left .blog-context .link a i {
  font-size: 16px;
  line-height: 24px;
  margin-left: 5px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.home-blog .blog-column-left .blog-context .link a:hover i {
  transform: translate(5px);
}
.home-blog .blog-column-right .blog-content {
  padding: 30px 35px;
  border: 1px solid rgba(22, 34, 45, 0.1019607843);
  border-radius: 10px;
  margin-bottom: 10px;
}
.home-blog .blog-column-right .blog-content ul {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 10px;
}
.home-blog .blog-column-right .blog-content ul .tag {
  background-color: #006600;
  padding: 5px 12px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}
.home-blog .blog-column-right .blog-content ul .tag a {
  color: #ffffff;
}
.home-blog .blog-column-right .blog-content ul .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #636363;
}
.home-blog .blog-column-right .blog-content h3 a {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  color: #1D1D1E;
}
@media (max-width: 1200px) {
  .home-blog .blog-column-left .blog-context {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .home-blog .section-title {
    padding-bottom: 30px;
  }
  .home-blog .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .home-blog .blog-column-left .blog-context {
    padding: 50px 30px;
  }
  .home-blog .blog-column-left .blog-context .title h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-blog .row-gap {
    gap: 30px 0px;
  }
  .home-blog .blog-column-left {
    width: 100%;
  }
  .home-blog .blog-column-left .blog-context {
    padding: 30px 30px;
  }
  .home-blog .blog-column-left .blog-context .title h2 {
    padding-bottom: 30px;
  }
  .home-blog .section-title {
    padding-bottom: 20px;
  }
  .home-blog .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-blog .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-blog .blog-column-left {
    text-align: left;
  }
  .home-blog .blog-column-left .blog-context {
    padding: 25px;
  }
  .home-blog .blog-column-left .blog-context .title h2 a {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 0;
  }
  .home-blog .blog-column-left .blog-context .tags-date {
    flex-wrap: wrap;
  }
  .home-blog .blog-column-left .blog-context .title h2 {
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }
  .home-blog .blog-column-right .blog-content {
    padding: 20px 25px;
  }
  .home-blog .blog-column-right .blog-content ul {
    flex-wrap: wrap;
  }
  .home-blog .blog-column-right .blog-content h3 a {
    font-size: 20px;
    line-height: 32px;
  }
}

/*------------------------------------------------Testimonial------------------------------------------------*/
.home-testimonial .home-testimonial-inn {
  border-radius: 15px;
  background-color: #f3f3f3;
}
.home-testimonial .home-testimonial-inn .testimonial-image {
  height: 100%;
}
.home-testimonial .home-testimonial-inn .testimonial-image .simpleParallax {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
}
.home-testimonial .home-testimonial-inn .testimonial-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.home-testimonial .home-testimonial-inn .testimonial-content {
  padding: 30px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .section-title {
  padding-bottom: 40px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide {
  position: relative;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .icon {
  position: absolute;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  text-align: center;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .icon img {
  width: 30px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context {
  padding-left: 80px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
  color: #636363;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context .stars {
  padding-bottom: 20px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context .testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context .testimonial-footer .author {
  display: flex;
  align-items: center;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context .testimonial-footer .author img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  margin-right: 15px;
  object-fit: cover;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context .testimonial-footer .author .author-info h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .testimonial-slide .context .testimonial-footer .author .author-info span {
  margin: 0;
  font-size: 13px;
  color: #777;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-next,
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-prev {
  background: #fff;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-prev {
  top: 90%;
  position: absolute;
  left: auto;
  right: 50px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-next {
  top: 90%;
  position: absolute;
  right: 0px;
}
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-next:after,
.home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-prev:after {
  font-size: 14px;
  color: #333;
}
@media (max-width: 992px) {
  .home-testimonial .home-testimonial-inn .testimonial-image img {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }
  .home-testimonial .home-testimonial-inn .testimonial-content .section-title {
    padding-bottom: 30px;
  }
  .home-testimonial .home-testimonial-inn .testimonial-content .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .home-testimonial .home-testimonial-inn .testimonial-content .section-title {
    padding-bottom: 20px;
  }
  .home-testimonial .home-testimonial-inn .testimonial-content .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .home-testimonial .home-testimonial-inn .testimonial-content .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-next, .home-testimonial .home-testimonial-inn .testimonial-content .swiper .swiper-button-prev {
    display: none;
  }
}

/*------------------------------------------------Fun-Facts------------------------------------------------*/
.fun-facts {
  background-color: #F3F3F3;
}
.fun-facts .row-gap {
  gap: 40px 0px;
}
.fun-facts .fun-facts-card {
  text-align: center;
}
.fun-facts .fun-facts-card .icon {
  padding-bottom: 15px;
}
.fun-facts .fun-facts-card .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.fun-facts .fun-facts-card .context h3 {
  font-size: 70px;
  line-height: 82px;
  font-weight: 800;
  color: #1D1D1E;
}
.fun-facts .fun-facts-card .context p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #1D1D1E;
}
@media (max-width: 1200px) {
  .fun-facts .fun-facts-card .context h3 {
    font-size: 60px;
    line-height: 72px;
  }
}
@media (max-width: 992px) {
  .fun-facts .fun-facts-card .context h3 {
    font-size: 50px;
    line-height: 62px;
  }
}
@media (max-width: 768px) {
  .fun-facts .fun-facts-card .context h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 576px) {
  .fun-facts .row-gap {
    gap: 30px 0px;
  }
}

/*------------------------------------------------Products------------------------------------------------*/
.products .products-card {
  border: 1px solid rgba(22, 34, 45, 0.1019607843);
  padding: 12px;
  height: 100%;
  border-radius: 5px;
}
.products .products-card .image {
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 10px;
}
.products .products-card .image img {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  height: 250px;
  object-fit: cover;
}
.products .products-card .context {
  padding: 12px 15px;
}
.products .products-card .context h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #1D1D1E;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(22, 34, 45, 0.1019607843);
}
.products .products-card .context p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  color: #636363;
  padding-bottom: 20px;
}
.products .products-card .context .read-more-link {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.products .products-card .context .read-more-link i {
  font-size: 20px;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.products .products-card .context .read-more-link:hover {
  color: #006600;
}
.products .products-card .context .read-more-link:hover i {
  transform: translateX(6px);
}
.products .products-card:hover .image img {
  transform: scale(1.02);
}

/*------------------------------------------------Product-Single------------------------------------------------*/
.products-single .product-single-sidebar {
  border-radius: 5px;
  margin-bottom: 40px;
}
.products-single .product-single-sidebar ul li {
  padding-bottom: 12px;
}
.products-single .product-single-sidebar ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  border: 5px;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  color: #1D1D1E;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F3F3F3;
}
.products-single .product-single-sidebar ul li a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 700;
  margin-right: 8px;
  font-size: 16px;
  color: #006600;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.products-single .product-single-sidebar ul li a:hover {
  background-color: #006600;
  color: #fff;
}
.products-single .product-single-sidebar ul li a:hover::after {
  color: #ffffff;
}
.products-single .product-single-sidebar ul li.active-product a {
  background-color: #006600;
  color: #fff;
}
.products-single .product-single-sidebar ul li.active-product a::after {
  color: #ffffff;
}
.products-single .product-ad {
  position: relative;
  text-align: center;
  padding: 30px;
  min-height: 450px;
  overflow: hidden;
  background-image: url(../images/product-ad.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 10px;
  z-index: 5;
}
.products-single .product-ad::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.products-single .product-ad .context h5 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.products-single .product-ad .context h4 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 20px;
}
.products-single .product-ad .context a {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: inline-block;
}
.products-single .product-ad .context a i {
  margin-right: 5px;
  color: #006600;
}
.products-single .product-single-wrapper {
  padding-left: 35px;
}
.products-single .product-single-wrapper .products-single-featured {
  padding-bottom: 20px;
}
.products-single .product-single-wrapper .products-single-featured img {
  border-radius: 10px;
}
.products-single .product-single-wrapper .products-single-overview {
  padding-bottom: 15px;
}
.products-single .product-single-wrapper .products-single-overview .products-single-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  padding-bottom: 20px;
}
.products-single .product-single-wrapper h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: "Kanit", sans-serif;
  color: #006600;
}
.products-single .product-single-wrapper h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  padding-bottom: 10px;
}
.products-single .product-single-wrapper p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 15px;
}
.products-single .product-single-wrapper p:last-child {
  padding-bottom: 0;
}
.products-single .product-single-wrapper ul {
  padding-bottom: 20px;
  padding-left: 2px;
}
.products-single .product-single-wrapper ul:last-child {
  padding-bottom: 0;
}
.products-single .product-single-wrapper ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #636363;
  padding-bottom: 8px;
  position: relative;
}
.products-single .product-single-wrapper ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  font-weight: 700;
  margin-right: 15px;
  font-size: 16px;
  color: #006600;
}
.products-single .product-single-wrapper ul li:last-child {
  padding-bottom: 0;
}
.products-single .product-single-wrapper .products-single-description {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(22, 34, 45, 0.1019607843);
}
.products-single .product-single-wrapper .products-single-why-choose {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(22, 34, 45, 0.1019607843);
}

.about-company h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  padding-bottom: 20px;
}
.about-company p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 10px;
}
.about-company p:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .about-company h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .about-company .row {
    gap: 30px 0px;
  }
}
@media (max-width: 768px) {
  .about-company h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .about-company .row {
    gap: 20px 0px;
  }
  .about-company h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-company p {
    font-size: 16px;
    line-height: 26px;
  }
}

.business-entities {
  background-color: #f3f3f3;
  background-image: url(../images/industries-bg.png);
  background-size: cover;
}
.business-entities .section-title {
  padding-bottom: 40px;
}
.business-entities .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
}
.business-entities .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 20px;
  text-align: center;
}
.business-entities .swiper {
  padding-bottom: 50px;
}
.business-entities .swiper .swiper-container {
  overflow-x: hidden;
  margin: 0 50px;
}
.business-entities .swiper .swiper-button-next,
.business-entities .swiper .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.business-entities .swiper .swiper-button-prev {
  left: 0px;
}
.business-entities .swiper .swiper-button-next {
  right: 0px;
}
.business-entities .swiper .swiper-button-prev:after,
.business-entities .swiper .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}
.business-entities .swiper .swiper-pagination-bullet-active {
  background-color: #006600;
}
.business-entities .swiper .swiper-horizontal > .swiper-scrollbar, .business-entities .swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  opacity: 1 !important;
}
.business-entities .entities-inn .image {
  padding-bottom: 15px;
}
.business-entities .entities-inn .image img {
  height: 320px;
  object-fit: cover;
}
.business-entities .entities-inn .context h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 5px;
  color: #1D1D1E;
}
.business-entities .entities-inn .context h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #006600;
  padding-bottom: 8px;
}
.business-entities .entities-inn .context p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #636363;
}
.business-entities .entities-inn .context p b {
  color: #000000;
}
.business-entities .entities-inn .context ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 5px;
  position: relative;
  display: flex;
  align-items: center;
}
.business-entities .entities-inn .context ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f45c";
  font-weight: 700;
  margin-right: 8px;
  font-size: 5px;
  color: #006600;
}
@media (max-width: 992px) {
  .business-entities .section-title {
    padding-bottom: 30px;
  }
  .business-entities .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .business-entities .section-title {
    padding-bottom: 20px;
  }
  .business-entities .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .business-entities .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.about-industries-we-serve h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  padding-bottom: 10px;
}
.about-industries-we-serve p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 10px;
}
.about-industries-we-serve p:last-child {
  padding-bottom: 0;
}
.about-industries-we-serve .industries-swiper {
  margin-top: 30px;
}
.about-industries-we-serve h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
  color: #1D1D1E;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .about-industries-we-serve h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .about-industries-we-serve h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .about-industries-we-serve h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .about-industries-we-serve p {
    font-size: 16px;
    line-height: 26px;
  }
}

.commitment-vision {
  background-color: #f3f3f3;
}
.commitment-vision .about-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
}
.commitment-vision .about-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111827;
}
.commitment-vision .about-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #6b7280;
  margin-bottom: 0;
  padding-bottom: 8px;
}
.commitment-vision .about-card p:last-child {
  padding-bottom: 0;
}
.commitment-vision .about-card:hover {
  transform: translateY(-8px);
}
.commitment-vision .about-card .about-icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: #006600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.commitment-vision .about-card .about-icon img {
  width: 50px;
}
@media (max-width: 992px) {
  .commitment-vision .row {
    gap: 30px 0px;
  }
  .commitment-vision .about-card {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .commitment-vision .row {
    gap: 20px 0px;
  }
  .commitment-vision .about-card {
    padding: 20px;
  }
  .commitment-vision .about-card .about-icon {
    margin-bottom: 15px;
  }
  .commitment-vision .about-card .about-icon img {
    width: 40px;
  }
  .commitment-vision .about-card h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
}

.our-strength {
  background-color: #ffffff;
}
.our-strength .section-title {
  padding-bottom: 40px;
}
.our-strength .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
}
.our-strength .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 20px;
  text-align: center;
}
.our-strength .row-gap {
  gap: 30px 0px;
}
.our-strength .strength-inn {
  padding: 40px 30px;
  border: 1px solid rgba(22, 34, 45, 0.1019607843);
  height: 100%;
  position: relative;
  z-index: 1;
}
.our-strength .strength-inn .icon {
  padding: 12px;
  background-color: #f3f3f3;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.our-strength .strength-inn .icon img {
  width: 44px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.our-strength .strength-inn .context h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.our-strength .strength-inn::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #006600;
  opacity: 0.06;
  z-index: -1;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.our-strength .strength-inn:hover .icon {
  background-color: #006600;
}
.our-strength .strength-inn:hover .icon img {
  filter: invert(1);
}
.our-strength .strength-inn:hover::before {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .our-strength .section-title {
    padding-bottom: 30px;
  }
  .our-strength .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .our-strength .section-title {
    padding-bottom: 20px;
  }
  .our-strength .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .our-strength .row-gap {
    gap: 20px 0px;
  }
  .our-strength .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .our-strength .strength-inn {
    padding: 20px;
  }
}

.quality-policy {
  background-color: #f3f3f3;
  background-image: url(../images/industries-bg.png);
  background-size: cover;
}
.quality-policy .section-title {
  padding-bottom: 40px;
}
.quality-policy .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
}
.quality-policy .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  text-align: center;
}
.quality-policy .row-gap {
  gap: 30px 0px;
  align-items: center;
}
.quality-policy .context ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #636363;
  padding-bottom: 8px;
  position: relative;
  padding-left: 30px;
}
.quality-policy .context ul li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f324";
  font-weight: 700;
  margin-right: 8px;
  font-size: 14px;
  color: #006600;
  position: absolute;
  left: 0;
  top: 2px;
}
.quality-policy .context ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .quality-policy .section-title {
    padding-bottom: 30px;
  }
  .quality-policy .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .quality-policy .section-title {
    padding-bottom: 20px;
  }
  .quality-policy .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .quality-policy .row-gap {
    gap: 20px 0px;
  }
  .quality-policy .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.accreditations .section-title {
  padding-bottom: 40px;
}
.accreditations .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
}
.accreditations .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 20px;
  text-align: center;
}
.accreditations .section-title h5 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}
.accreditations .section-title ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10px;
}
.accreditations .section-title ul li {
  padding: 5px 12px;
  font-size: 18px;
  line-height: 30px;
  background-color: #1D1D1E;
  color: #ffffff;
}
.accreditations .swiper .swiper-slide .item img {
  margin: 0 auto;
  text-align: center;
  display: block;
  height: 350px;
  object-fit: cover;
}
.accreditations .swiper .swiper-container {
  overflow-x: hidden;
  margin: 0 50px;
}
.accreditations .swiper .swiper-button-next,
.accreditations .swiper .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.accreditations .swiper .swiper-button-prev {
  left: 0px;
}
.accreditations .swiper .swiper-button-next {
  right: 0px;
}
.accreditations .swiper .swiper-button-prev:after,
.accreditations .swiper .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 992px) {
  .accreditations .section-title {
    padding-bottom: 30px;
  }
  .accreditations .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .accreditations .section-title {
    padding-bottom: 20px;
  }
  .accreditations .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .accreditations .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.certificates {
  background-color: #f3f3f3;
  background-image: url(../images/industries-bg.png);
  background-size: cover;
}
.certificates .section-title {
  padding-bottom: 40px;
}
.certificates .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 10px;
}
.certificates .row-gap {
  gap: 30px 0px;
  justify-content: center;
}
.certificates .swiper .swiper-container {
  overflow-x: hidden;
  margin: 0 50px;
}
.certificates .swiper .swiper-button-next,
.certificates .swiper .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.certificates .swiper .swiper-button-prev {
  left: 0px;
}
.certificates .swiper .swiper-button-next {
  right: 0px;
}
.certificates .swiper .swiper-button-prev:after,
.certificates .swiper .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}
.certificates .swiper .swiper-slide .item img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media (max-width: 992px) {
  .certificates .section-title {
    padding-bottom: 30px;
  }
  .certificates .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .certificates .section-title {
    padding-bottom: 20px;
  }
  .certificates .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .certificates .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.manufacturing-facility .section-title {
  padding-bottom: 40px;
}
.manufacturing-facility .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  padding-bottom: 10px;
}
.manufacturing-facility .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 20px;
}
.manufacturing-facility .section-title p:last-child {
  padding-bottom: 0;
}
.manufacturing-facility .manufactured-inn {
  padding: 24px 20px;
  border: 1px solid rgba(22, 34, 45, 0.1019607843);
  height: 100%;
  background: #f4f7fc;
  border-radius: 10px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.manufacturing-facility .manufactured-inn:hover {
  box-shadow: 0 8px 28px rgba(26, 60, 110, 0.12);
  transform: translateY(-3px);
}
.manufacturing-facility .manufactured-inn .icon {
  padding: 12px;
  background-color: rgba(26, 60, 110, 0.08);
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.manufacturing-facility .manufactured-inn .icon img {
  width: 44px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.manufacturing-facility .manufactured-inn h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;
  text-transform: capitalize;
}
.manufacturing-facility .swiper .swiper-slide h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
  padding-top: 15px;
}
.manufacturing-facility .row-gap {
  gap: 30px 0px;
}
@media (max-width: 992px) {
  .manufacturing-facility .section-title {
    padding-bottom: 30px;
  }
  .manufacturing-facility .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .manufacturing-facility .section-title {
    padding-bottom: 20px;
  }
  .manufacturing-facility .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .manufacturing-facility .row-gap {
    gap: 20px 0px;
  }
  .manufacturing-facility .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.bg-gray {
  background-color: #f3f3f3;
}

.cnc-machining .section-title {
  padding-bottom: 20px;
}
.cnc-machining .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  padding-bottom: 10px;
}
.cnc-machining .section-title p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
  padding-bottom: 20px;
}
.cnc-machining .section-title h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  padding-bottom: 10px;
}
.cnc-machining .section-title ul li {
  display: inline-block;
  background: #fff;
  border: 1px solid #dde4ef;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  margin: 4px;
  letter-spacing: 0.03em;
}
.cnc-machining .cncSwiper {
  padding-bottom: 30px;
}
.cnc-machining .cncSwiper .swiper-wrapper {
  align-items: center;
}
.cnc-machining .machine-card {
  background: #fff;
  border: 1px solid #dde4ef;
  border-radius: 10px;
  padding: 24px 20px;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}
.cnc-machining .machine-card .icon-wrap {
  width: 52px;
  height: 52px;
  background: #f3f3f3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 14px;
}
.cnc-machining .machine-card .icon-wrap img {
  width: 30px;
}
.cnc-machining .machine-card h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #000000;
}
.cnc-machining .machine-card p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 8px;
}
.cnc-machining .machine-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
@media (max-width: 992px) {
  .cnc-machining .row-gap {
    gap: 20px 0px;
  }
}
@media (max-width: 576px) {
  .cnc-machining .section-title {
    padding-bottom: 20px;
  }
  .cnc-machining .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.cnc-machining .swiper .swiper-container {
  overflow-x: hidden;
  margin: 0 50px;
}
.cnc-machining .swiper .swiper-pagination-bullet {
  background-color: #006600;
  opacity: 1;
}
.cnc-machining .swiper .swiper-pagination-bullet-active {
  background-color: #000000;
}
.cnc-machining .swiper .swiper-button-next,
.cnc-machining .swiper .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.cnc-machining .swiper .swiper-button-prev {
  left: 0px;
}
.cnc-machining .swiper .swiper-button-next {
  right: 0px;
}
.cnc-machining .swiper .swiper-button-prev:after,
.cnc-machining .swiper .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.cnc-machining.bg-white .machine-card {
  background-color: #f3f3f3;
}
.cnc-machining.bg-white .machine-card .icon-wrap {
  background-color: #fff;
}

.infra-list {
  padding-left: 25px;
  padding-top: 10px;
}
.infra-list li {
  font-size: 18px;
  line-height: 30px;
  list-style-type: disclosure-closed;
  padding-bottom: 5px;
  color: #636363;
}
.infra-list li::marker {
  color: #006600;
}
.infra-list li:last-child {
  padding-bottom: 0;
}

.infra-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.product-single-icon-grid {
  padding: 20px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 20px;
  justify-content: center;
}
.product-single-icon-grid .product-single-icon-card {
  text-align: center;
}
.product-single-icon-grid .product-single-icon-card h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.careers .careers-title {
  padding-bottom: 40px;
}
.careers .careers-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  padding-bottom: 15px;
}
.careers .careers-title p {
  font-size: 16px;
  line-height: 28px;
  color: #636363;
}
.careers .section-title {
  padding-bottom: 20px;
}
.careers .section-title h2 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}
.careers .featured-jobs {
  border-radius: 10px;
  background-color: #f3f3f3;
  padding: 30px;
}
.careers .featured-jobs .career-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.careers .featured-jobs .career-card .apply-now {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.careers .featured-jobs .career-card .apply-now h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}
.careers .featured-jobs .career-card .apply-now a {
  padding: 10px 22px;
  background-color: #006600;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 5px;
}
.careers .featured-jobs .career-card .apply-now a i {
  color: #ffffff;
  padding-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.careers .featured-jobs .career-card .apply-now a:hover {
  background-color: #1D1D1E;
}
.careers .featured-jobs .career-card .apply-now a:hover i {
  transform: translateX(5px);
}
.careers .featured-jobs .career-card .career-details {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.careers .featured-jobs .career-card .career-details .detail-box {
  border-right: 1px solid #ddd;
  text-align: center;
}
.careers .featured-jobs .career-card .career-details .detail-box:last-child {
  border-right: 0px;
}
.careers .featured-jobs .career-card .career-details .detail-box h4 {
  background-color: rgba(0, 102, 0, 0.1019607843);
  padding: 10px;
  color: #000000;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
}
.careers .featured-jobs .career-card .career-details .detail-box .icon {
  background-color: #1D1D1E;
  display: none;
  border-radius: 50px;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.careers .featured-jobs .career-card .career-details .detail-box .icon img {
  width: 32px;
}
.careers .featured-jobs .career-card .career-details .detail-box span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0px 10px 0px 10px;
}
.careers .featured-jobs .career-card .career-details .detail-box ul {
  text-align: center;
  padding: 0px 10px 12px 30px;
  display: table;
}
.careers .featured-jobs .career-card .career-details .detail-box ul li {
  font-weight: 400;
  text-align: left;
  list-style-type: disc;
}
@media (max-width: 992px) {
  .careers .section-title {
    padding-bottom: 30px;
  }
  .careers .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .careers .careers-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .careers .featured-jobs .career-card .career-details {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .careers .featured-jobs .career-card .career-details .detail-box:nth-child(3) {
    border-right: 0;
  }
  .careers .featured-jobs .career-card .career-details .detail-box:last-child {
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 768px) {
  .careers .section-title {
    padding-bottom: 20px;
  }
  .careers .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .careers .careers-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .careers .featured-jobs {
    padding: 20px;
  }
  .careers .featured-jobs .career-card .career-details .detail-box:nth-child(2) {
    border-right: 0;
  }
  .careers .featured-jobs .career-card .career-details .detail-box:nth-child(3) {
    border-right: 1px solid #ddd;
  }
  .careers .featured-jobs .career-card .career-details .detail-box:nth-child(4) {
    border-right: 0;
  }
  .careers .featured-jobs .career-card .career-details .detail-box:last-child {
    border-right: 1px solid #ddd;
  }
}
@media (max-width: 576px) {
  .careers .row-gap {
    gap: 20px 0px;
  }
  .careers .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .careers .careers-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .careers .featured-jobs .career-card {
    margin-bottom: 20px;
  }
  .careers .featured-jobs .career-card:last-child {
    margin-bottom: 0;
  }
  .careers .featured-jobs .career-card .apply-now {
    gap: 10px;
  }
  .careers .featured-jobs .career-card .apply-now h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .careers .featured-jobs .career-card .apply-now a {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .careers .featured-jobs .career-card .career-details {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.contact-us .section-title h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
}
.contact-us .contact-card .contact-form h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #242424;
  padding-bottom: 20px;
}
.contact-us .contact-card .contact-form .gform_fields input {
  width: 100%;
  height: 55px;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  color: #6c6c6c;
  border-radius: 10px;
}
.contact-us .contact-card .contact-form .gform_fields input:focus {
  outline: none;
  box-shadow: none;
}
.contact-us .contact-card .contact-form .gform_fields input:focus-visible {
  outline: none;
  box-shadow: none;
}
.contact-us .contact-card .contact-form #input_1_7_1 {
  height: 20px;
  width: 20px;
  padding: 0px !important;
  border-radius: 5px;
}
.contact-us .contact-card .contact-form textarea {
  font-size: 16px;
  width: 100%;
  height: 120px;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  resize: none;
  box-shadow: none;
  border-radius: 10px;
}
.contact-us .contact-card .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
}
.contact-us .contact-card .contact-form textarea:focus-visible {
  outline: none;
  box-shadow: none;
}
.contact-us .contact-card .contact-form #gform_submit_button_1 {
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  background: #006600;
  color: rgb(255, 255, 255);
  padding: 15px 35px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  border: 1px solid #006600;
}
.contact-us .contact-card .contact-form #gform_submit_button_1:focus {
  box-shadow: none;
}
.contact-us .contact-card .contact-form .gform-theme--api, .contact-us .contact-card .contact-form .gform-theme--foundation {
  --gf-form-gap-y: 20px;
}
.contact-us .contact-card .contact-form .gform_validation_errors {
  display: none;
}
.contact-us .contact-card .contact-form .gform_heading {
  display: none;
}
.contact-us .contact-details-card {
  padding: 40px;
  background-color: rgba(14, 102, 18, 0.1098039216);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
.contact-us .contact-details-card .details-card i {
  background-color: #ffffff;
  color: #006600;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-us .contact-details-card .details-card h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #006600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}
.contact-us .contact-details-card .details-card ul li {
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  padding-bottom: 4px;
}
.contact-us .contact-details-card .details-card ul li:last-child {
  padding-bottom: 0;
}
.contact-us .contact-details-card .details-card ul li a {
  color: #000000;
}
.contact-us .row-gap {
  gap: 40px 0px;
}
@media (max-width: 992px) {
  .contact-us .row-gap {
    gap: 30px 0px;
  }
  .contact-us .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 768px) {
  .contact-us .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .contact-us .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .contact-us .row-gap {
    gap: 30px 0px;
  }
  .contact-us .contact-details-card {
    display: flex;
    flex-direction: column;
    gap: 20px 20px;
    padding: 30px 20px;
  }
}

.divider .divider-inn {
  border-bottom: 1px solid #dbdbdb;
}

.contact-map .contact-map-inn {
  border-radius: 10px;
}
.contact-map .contact-map-inn iframe {
  border-radius: 15px;
}
@media (max-width: 576px) {
  .contact-map .contact-map-inn iframe {
    height: 350px;
  }
}

/*------------------------------------------------Blog-Archive-Page------------------------------------------------*/
.blog-archive-page {
  background: #f5f5f5;
}
.blog-archive-page .blog-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}
.blog-archive-page .blog-card:hover {
  transform: translateY(-5px);
}
.blog-archive-page .blog-card .card-image img {
  width: 100%;
  object-fit: cover;
}
.blog-archive-page .blog-card .card-content {
  padding: 20px;
}
.blog-archive-page .blog-card .card-content .card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #1D1D1E;
  padding-bottom: 10px;
}
.blog-archive-page .blog-card .card-content .card-meta {
  font-size: 14px;
  font-weight: 600;
  color: #006600;
  margin-bottom: 10px;
}
.blog-archive-page .blog-card .card-content .card-excerpt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #636363;
}
@media (max-width: 992px) {
  .blog-archive-page .blog-section .row {
    gap: 30px 0px;
  }
}
@media (max-width: 576px) {
  .blog-archive-page .blog-section .row {
    gap: 20px 0px;
  }
}

/*------------------------------------------------Blog-Single-Page------------------------------------------------*/
.blog-post-page {
  background-color: #F5F5F0;
}
.blog-post-page .blog-post .blog-featured-image {
  position: relative;
  border-radius: 16px;
  margin-bottom: 52px;
}
.blog-post-page .blog-post .blog-featured-image img {
  border-radius: 16px;
}
.blog-post-page .blog-post .article-body {
  padding: 0 0 60px;
}
.blog-post-page .blog-post .article-body p {
  font-size: 16px;
  line-height: 28px;
  color: #636363;
  margin-bottom: 10px;
  font-weight: 400;
}
.blog-post-page .blog-post .article-body strong {
  color: #1D1D1E;
  font-weight: 600;
}
.blog-post-page .blog-post .article-body h2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  color: #1D1D1E;
  letter-spacing: -0.5px;
  margin: 30px 0 15px;
  position: relative;
  padding-left: 20px;
}
.blog-post-page .blog-post .article-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: calc(100% - 12px);
  background: #006600;
  border-radius: 2px;
}
.blog-post-page .blog-post .article-body h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1D1D1E;
  margin: 36px 0 14px;
}
.blog-post-page .blog-post .article-body .step-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0 36px;
}
.blog-post-page .blog-post .article-body .step-cards .step-card {
  background: #fff;
  border: 1px solid #e8e8e4;
  border-radius: 12px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.blog-post-page .blog-post .article-body .step-cards .step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.blog-post-page .blog-post .article-body .step-cards .step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #006600, #00cc44);
}
.blog-post-page .blog-post .article-body .step-cards .step-card .step-num {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(0, 102, 0, 0.1);
  line-height: 1;
  margin-bottom: 10px;
}
.blog-post-page .blog-post .article-body .step-cards .step-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: #1D1D1E;
}
.blog-post-page .blog-post .article-body .step-cards .step-card p {
  margin-bottom: 0 !important;
  color: #636363 !important;
  padding-bottom: 10px;
}
.blog-post-page .blog-post .article-body .step-cards .step-card p:last-child {
  padding-bottom: 0;
}
.blog-post-page .blog-post .article-body .feature-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0 32px;
}
.blog-post-page .blog-post .article-body .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid #e8e8e4;
  border-radius: 10px;
  padding: 16px 18px;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.blog-post-page .blog-post .article-body .feature-list li:hover {
  border-color: #006600;
  box-shadow: 0 4px 16px rgba(0, 102, 0, 0.08);
}
.blog-post-page .blog-post .article-body .feature-list li .icon {
  width: 30px;
  height: 30px;
  background: #e8f5e8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.blog-post-page .blog-post .article-body .feature-list li .icon i {
  color: #006600;
  font-size: 0.95rem;
}
.blog-post-page .blog-post .article-body .feature-list li span {
  font-weight: 500;
  color: #636363;
  font-size: 0.93rem;
  line-height: 1.4;
}
.blog-post-page .blog-post .article-body .industry-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 24px;
}
.blog-post-page .blog-post .article-body .industry-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #e2e2de;
  color: #1D1D1E;
  padding: 9px 18px;
  border-radius: 30px;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s;
  cursor: default;
}
.blog-post-page .blog-post .article-body .industry-list li i {
  color: #006600;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.blog-post-page .blog-post .article-body .industry-list li:hover {
  background: #006600;
  color: #fff;
  border-color: #006600;
}
.blog-post-page .blog-post .article-body .industry-list li:hover i {
  color: #fff;
}
.blog-post-page .blog-sidebar {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-post-page .blog-sidebar .sidebar-box {
  background: #fff;
  border: 1px solid #e8e8e4;
  border-radius: 14px;
  padding: 28px;
  overflow: hidden;
}
.blog-post-page .blog-sidebar .sidebar-box .sidebar-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1D1D1E;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-post-page .blog-sidebar .sidebar-box .sidebar-title i {
  color: #006600;
}
.blog-post-page .blog-sidebar .sidebar-box .recent-post a {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0ec;
  text-decoration: none;
  transition: opacity 0.2s;
}
.blog-post-page .blog-sidebar .sidebar-box .recent-post a .recent-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-page .blog-sidebar .sidebar-box .recent-post a .recent-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}
.blog-post-page .blog-sidebar .sidebar-box .recent-post a .recent-content h4 {
  font-size: 16px;
  font-weight: 800;
  color: #1D1D1E;
  line-height: 24px;
  margin-bottom: 4px;
}
.blog-post-page .blog-sidebar .sidebar-box .recent-post a .recent-content span {
  font-size: 0.78rem;
  color: #999;
}
.blog-post-page .blog-sidebar .sidebar-box .recent-post:last-child a {
  border-bottom: 0;
}
.blog-post-page .blog-sidebar .sidebar-cta {
  background: linear-gradient(145deg, #003300, #006600 60%, #004d00);
  text-align: center;
  border-radius: 14px;
  padding: 28px;
  overflow: hidden;
}
.blog-post-page .blog-sidebar .sidebar-cta .cta-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  justify-content: center;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.blog-post-page .blog-sidebar .sidebar-cta .cta-title i {
  color: #00cc44;
}
.blog-post-page .blog-sidebar .sidebar-cta h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  line-height: 36px;
}
.blog-post-page .blog-sidebar .sidebar-cta p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-weight: 300;
}
.blog-post-page .blog-sidebar .sidebar-cta .btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #006600;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.25s;
}
.blog-post-page .blog-sidebar .sidebar-cta .btn-cta:hover {
  background: #00cc44;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 204, 68, 0.35);
}
@media (max-width: 992px) {
  .blog-post-page .blog-post .blog-featured-image {
    margin-bottom: 40px;
  }
  .blog-post-page .blog-post .article-body {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-post-page .blog-post .blog-featured-image {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .blog-post-page .blog-post .blog-featured-image {
    margin-bottom: 20px;
  }
  .blog-post-page .blog-post .article-body .step-cards {
    grid-template-columns: 1fr;
  }
  .blog-post-page .blog-post .article-body h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-post-page .blog-post .article-body .feature-list li {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

/*------------------------------------------------Product-Archive-Page------------------------------------------------*/
.archive-product-page .archive-products-grid .product-card {
  padding: 30px;
  background-color: #F7F7F7;
  height: 100%;
}
.archive-product-page .archive-products-grid .product-card .product-image {
  margin-bottom: 25px;
}
.archive-product-page .archive-products-grid .product-card h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #1D1D1E;
}
.archive-product-page .archive-products-grid .product-card .readmore-btn {
  padding-top: 15px;
  color: #006600;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.archive-product-page .archive-products-grid .product-card .readmore-btn i {
  font-weight: 500;
  margin-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.archive-product-page .archive-products-grid .product-card .readmore-btn:hover {
  color: #006600;
}
.archive-product-page .archive-products-grid .product-card .readmore-btn:hover i {
  transform: translateX(10px);
}
.archive-product-page .archive-products-grid .row-gap {
  gap: 30px 0px;
}
.archive-product-page .archive-product-portfolio h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #006600;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.archive-product-page .archive-product-portfolio h2 {
  font-size: 76px;
  line-height: 100px;
  font-weight: 300;
  color: #1D1D1E;
}
.archive-product-page .archive-product-cta {
  background-image: url(../images/banner/banner-1.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 5;
  padding-top: 110px;
}
.archive-product-page .archive-product-cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.archive-product-page .archive-product-cta h3 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 65px;
}
.archive-product-page .archive-product-cta a {
  padding: 10px 30px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.archive-product-page .archive-product-cta a i {
  font-weight: 500;
  margin-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.archive-product-page .archive-product-cta a:hover {
  background-color: #006600;
  border-color: #006600;
}
.archive-product-page .archive-product-cta a:hover i {
  transform: translateX(10px);
}
@media (max-width: 1200px) {
  .archive-product-page .archive-product-portfolio h2 {
    font-size: 60px;
    line-height: 72px;
  }
  .archive-product-page .archive-product-cta {
    padding-top: 80px;
  }
  .archive-product-page .archive-product-cta h3 {
    font-size: 50px;
    line-height: 62px;
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .archive-product-page .archive-product-portfolio h2 {
    font-size: 54px;
    line-height: 66px;
  }
  .archive-product-page .archive-products-grid .row {
    gap: 30px 0px;
  }
  .archive-product-page .archive-product-cta {
    padding-top: 60px;
  }
  .archive-product-page .archive-product-cta h3 {
    font-size: 44px;
    line-height: 56px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .archive-product-page .archive-product-portfolio h2 {
    font-size: 44px;
    line-height: 56px;
  }
  .archive-product-page .archive-product-cta {
    padding-top: 50px;
  }
  .archive-product-page .archive-product-cta h3 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .archive-product-page .archive-product-portfolio h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .archive-product-page .archive-products-grid .row {
    gap: 20px 0px;
  }
  .archive-product-page .archive-product-cta {
    padding-top: 40px;
  }
  .archive-product-page .archive-product-cta h3 {
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 20px;
  }
}

/*------------------------------------------------Product-Single-Page------------------------------------------------*/
.single-product-page .single-product-hero {
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  height: 100vh;
  padding-top: 150px;
}
.single-product-page .single-product-hero .row {
  align-items: center;
}
.single-product-page .single-product-hero h2 {
  font-size: 54px;
  line-height: 66px;
  color: #1D1D1E;
  font-weight: 300;
}
.single-product-page .single-product-hero .down-arrow {
  width: 100px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 40px;
}
.single-product-page .single-product-details h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #1D1D1E;
  padding-bottom: 10px;
}
.single-product-page .single-product-details p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #636363;
}
.single-product-page .single-product-portfolio .portfolio-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 40px;
}
.single-product-page .single-product-portfolio .swiper .swiper-container {
  overflow-x: hidden;
  margin: 0 50px;
}
.single-product-page .single-product-portfolio .swiper .swiper-pagination-bullet {
  background-color: #006600;
  opacity: 1;
}
.single-product-page .single-product-portfolio .swiper .swiper-pagination-bullet-active {
  background-color: #000000;
}
.single-product-page .single-product-portfolio .swiper .swiper-button-next,
.single-product-page .single-product-portfolio .swiper .swiper-button-prev {
  background-color: #3c3c3c;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.single-product-page .single-product-portfolio .swiper .swiper-button-prev {
  left: 0px;
}
.single-product-page .single-product-portfolio .swiper .swiper-button-next {
  right: 0px;
}
.single-product-page .single-product-portfolio .swiper .swiper-button-prev:after,
.single-product-page .single-product-portfolio .swiper .swiper-button-next:after {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-slide {
  text-align: center;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-slide:focus-visible {
  outline: none;
  box-shadow: none;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-slide:focus {
  outline: none;
  box-shadow: none;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-slide:hover img {
  transform: scale(1.03);
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-slide .slide-title {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1D1D1E;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-pagination {
  position: relative;
  margin-top: 40px;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 102, 0, 0.5);
  width: 10px;
  height: 10px;
}
.single-product-page .single-product-portfolio .portfolio-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #006600;
}
.single-product-page .single-related-products .mw-92 {
  max-width: 92%;
}
.single-product-page .single-related-products .related-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}
.single-product-page .single-related-products .products-grid-inn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
  transition: background-image 0.6s ease;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 4;
}
.single-product-page .single-related-products .products-grid-inn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.single-product-page .single-related-products .products-grid-card {
  border-right: 1px solid #dee2e6;
  padding: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 560px;
}
.single-product-page .single-related-products .products-grid-card .context {
  transform: translateY(0);
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 20px;
}
.single-product-page .single-related-products .products-grid-card .context h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.4s ease;
}
.single-product-page .single-related-products .products-grid-card .context p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease;
  position: absolute;
  padding-top: 12px;
}
.single-product-page .single-related-products .products-grid-card .context p a {
  display: block;
  width: max-content;
  margin-top: 15px;
  background-color: #006600;
  padding: 6px 15px;
  border-radius: 5px;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.single-product-page .single-related-products .products-grid-card:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.single-product-page .single-related-products .products-grid-card:hover .context {
  transform: translateY(-10px);
}
.single-product-page .single-related-products .products-grid-card:hover .context p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease;
  position: relative;
}
.single-product-page .single-product-cta {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 5;
  padding-top: 110px;
}
.single-product-page .single-product-cta::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.single-product-page .single-product-cta h3 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 65px;
}
.single-product-page .single-product-cta a {
  padding: 10px 30px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.single-product-page .single-product-cta a i {
  font-weight: 500;
  margin-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.single-product-page .single-product-cta a:hover {
  background-color: #006600;
  border-color: #006600;
}
.single-product-page .single-product-cta a:hover i {
  transform: translateX(10px);
}
@media (max-width: 1200px) {
  .single-product-page .single-product-hero h2 {
    font-size: 44px;
    line-height: 52px;
  }
  .single-product-page .single-product-cta h3 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .single-product-page .single-product-hero h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .single-product-page .single-related-products .related-title {
    font-size: 36px;
    line-height: 46px;
  }
  .single-product-page .single-related-products .products-grid-inn {
    grid-template-columns: repeat(2, 1fr);
  }
  .single-product-page .single-related-products .products-grid-card {
    height: 400px;
    border-bottom: 1px solid #dee2e6;
  }
  .single-product-page .single-product-cta h3 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .single-product-page .single-product-hero h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .single-product-page .single-related-products .mw-92 {
    max-width: 100%;
  }
  .single-product-page .single-related-products .related-title {
    font-size: 32px;
    line-height: 42px;
  }
  .single-product-page .single-related-products .products-grid-inn {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-product-page .single-related-products .products-grid-card {
    height: 350px;
    border-bottom: 1px solid #dee2e6;
  }
  .single-product-page .single-product-cta h3 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .single-product-page .single-product-hero h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .single-product-page .single-related-products .related-title {
    font-size: 30px;
    line-height: 42px;
  }
  .single-product-page .single-product-cta h3 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 30px;
  }
}

/*------------------------------------------------Breadcrumb------------------------------------------------*/
.custom-breadcrumb {
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0px;
  overflow: hidden;
}
.custom-breadcrumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: blur(200px);
  z-index: -1;
}
.custom-breadcrumb::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(22, 34, 45, 0) 100%);
  z-index: -1;
}
.custom-breadcrumb .breadcrumb-inn h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1490196078);
  display: inline-block;
  padding-bottom: 12px;
  margin-bottom: 15px;
  position: relative;
}
.custom-breadcrumb .breadcrumb-inn h1::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #006600;
}
.custom-breadcrumb .breadcrumb-inn ul {
  display: flex;
  gap: 15px 15px;
  align-items: center;
  flex-wrap: wrap;
}
.custom-breadcrumb .breadcrumb-inn ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.custom-breadcrumb .breadcrumb-inn ul li a {
  color: #ffffff;
}
.custom-breadcrumb .breadcrumb-inn ul i {
  color: #006600;
  font-size: 10px;
}
@media (max-width: 1200px) {
  .custom-breadcrumb .breadcrumb-inn h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 992px) {
  .custom-breadcrumb {
    padding: 100px 0px;
  }
  .custom-breadcrumb .breadcrumb-inn h1 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .custom-breadcrumb {
    padding: 80px 0px;
  }
  .custom-breadcrumb .breadcrumb-inn h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 576px) {
  .custom-breadcrumb {
    padding: 60px 0px;
  }
  .custom-breadcrumb .breadcrumb-inn h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.product-breadcrumb {
  padding: 20px 0px;
}
.product-breadcrumb nav {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.product-breadcrumb nav a, .product-breadcrumb nav .current {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #1D1D1E;
  letter-spacing: 1.5px;
}
.product-breadcrumb nav .breadcrumb-separator i {
  color: #006600;
  font-size: 10px;
}

/*------------------------------------------------Modal------------------------------------------------*/
.common-modal h1 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}
.common-modal .gform-theme--foundation .gform_fields {
  row-gap: 18px;
}
.common-modal .gform-theme--foundation .gfield .ginput_password.large, .common-modal .gform-theme--foundation .gfield input.large, .common-modal .gform-theme--foundation .gfield select.large, .common-modal .gform-theme--foundation .gfield textarea {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  display: block;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.common-modal .gform-theme--foundation .gfield .ginput_password.large, .common-modal .gform-theme--foundation .gfield input.large, .common-modal .gform-theme--foundation .gfield select.large, .common-modal .gform-theme--foundation .gfield textarea:focus {
  outline: none;
  box-shadow: none;
}
.common-modal .gform-theme--foundation .gfield textarea.large {
  min-block-size: 8rem;
}
.common-modal .gform_validation_errors {
  display: none !important;
}
.common-modal .gform_required_legend {
  display: none !important;
}
.common-modal #gform_submit_button_2 {
  padding: 10px 22px;
  background-color: #006600;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 5px;
}
.common-modal #gform_submit_button_2 i {
  color: #ffffff;
  padding-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-modal #gform_submit_button_2:hover {
  background-color: #1D1D1E;
}
.common-modal #gform_submit_button_2:hover i {
  transform: translateX(5px);
}
.common-modal #gform_submit_button_3 {
  padding: 10px 22px;
  background-color: #006600;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 5px;
}
.common-modal #gform_submit_button_3 i {
  color: #ffffff;
  padding-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-modal #gform_submit_button_3:hover {
  background-color: #1D1D1E;
}
.common-modal #gform_submit_button_3:hover i {
  transform: translateX(5px);
}
.common-modal #gform_submit_button_4 {
  padding: 10px 22px;
  background-color: #006600;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 5px;
}
.common-modal #gform_submit_button_4 i {
  color: #ffffff;
  padding-left: 5px;
  transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.common-modal #gform_submit_button_4:hover {
  background-color: #1D1D1E;
}
.common-modal #gform_submit_button_4:hover i {
  transform: translateX(5px);
}

/*------------------------------------------------Footer------------------------------------------------*/
footer {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #006600;
}
footer .newsletter {
  border-bottom: 1px solid #969696;
}
footer .newsletter .row-gap {
  align-items: center;
  justify-content: space-between;
}
footer .newsletter h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
footer .newsletter .newsletter-input {
  display: flex;
}
footer .newsletter .newsletter-input input {
  height: 60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  padding: 10px 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3333333333);
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
footer .newsletter .newsletter-input input::placeholder {
  color: #ffffff;
}
footer .newsletter .newsletter-input button {
  height: 60px;
  border: none;
  border-radius: 5px;
  margin-left: -5px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #171616;
}
footer .footer-middle {
  border-bottom: 1px solid #969696;
}
footer .footer-middle .footer-card-center {
  display: table;
  margin: 0 auto;
}
footer .footer-middle .footer-inn {
  padding-bottom: 30px;
}
footer .footer-middle .footer-inn h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 3px;
}
footer .footer-middle .footer-inn p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-middle .footer-inn ul li a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
footer .footer-middle .footer-inn .social-icons {
  padding-top: 5px;
  display: flex;
  gap: 15px;
}
footer .footer-middle .footer-inn .social-icons li a {
  font-size: 20px;
}
footer .footer-bottom {
  padding: 15px 0px;
}
footer .footer-bottom ul {
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom ul li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
}
footer .footer-bottom ul li a {
  color: #ffffff;
}
@media (max-width: 992px) {
  footer .footer-middle .footer-card-center {
    display: block;
  }
  footer .newsletter .row-gap {
    gap: 25px 0px;
  }
}
@media (max-width: 768px) {
  footer .footer-middle .footer-inn {
    padding-bottom: 20px;
  }
  footer .newsletter .row-gap {
    gap: 20px 0px;
  }
  footer .newsletter h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  footer .newsletter .newsletter-input {
    flex-wrap: wrap;
  }
  footer .newsletter .newsletter-input input {
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
  }
  footer .newsletter .newsletter-input button {
    padding: 10px 30px;
    margin-top: 10px;
    border-radius: 5px;
    height: unset;
    margin-left: 0px;
  }
  footer .footer-middle .footer-inn {
    padding-bottom: 15px;
  }
  footer .footer-bottom ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/*-------------------------------------------------Media Queries------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-xl {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .custom-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* -------------------------- Max-Width: < 1400px ---------------------- */
/* -------------------------- Max-Width: < 1366px ---------------------- */
/* -------------------------- Max-Width: < 1200px ---------------------- */
/* -------------------------- Max-Width: < 992px ---------------------- */
/* -------------------------- Max-Width: < 768px ---------------------- */
/* -------------------------- Max-Width: < 576px ---------------------- */

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