/* Banner section start  */
.banner__section {
  position: relative;
}
.banner__section .wrapper {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner__section .entry-container {
  /* max-width: 950px; */
  max-width: 905px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner__section .entry-container h1 {
  color: var(--light);
}
.banner__section .slick-prev {
  left: 5%;
}
.banner__section .slick-next {
  right: 5%;
}
.banner-slider img {
  width: 100%;
  height: 95vh;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .banner__section .slick-arrow {
    display: none !important;
  }
  .banner-slider img {
    height: 80vh;
  }
}
@media (max-width: 767px) {
  .banner-slider img {
    height: 60vh;
  }
}
@media (max-width: 567px) {
  .banner-slider img {
    height: 40vh;
  }
  .banner__section .wrapper {
    position: static;
    transform: unset;
    background-color: #f3f3f3;
    padding: 15px 20px;
  }
  .banner__section .entry-container h1 {
    color: var(--text-1);
  }
}
/* Banner section end  */

/* Who are we start  */
.who-are-we__wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.who-are-we__wrapper h2 {
  margin-bottom: clamp(8px, 2vw, 16px);
}
.who-are-we__wrapper .entry-content,
.who-are-we__wrapper .btn {
  margin-top: clamp(14px, 2vw, 24px);
}
.who-are-we__wrapper h4 {
  color: var(--text-3);
  font-family: var(--secondary-font);
}
.who-are-we__wrapper p:not(:last-of-type) {
  margin-bottom: clamp(8px, 2vw, 14px);
}
.who-are-we__wrapper ul {
  margin: 6px 0 0;
  padding: 0 0 0 24px;
  list-style: disc;
}
.who-are-we__wrapper ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-3);
  margin: 0;
}
.who-are-we__wrapper .featured-image {
  width: 475px;
  min-width: 475px;
  display: flex;
  justify-content: center;
  position: relative;
}
.who-are-we__wrapper .featured-image::before {
  content: url(../img/bg-1.png);
  position: absolute;
  top: -10px;
  left: 0;
}
.who-are-we__wrapper .featured-image::after {
  content: url(../img/bg-2.png);
  position: absolute;
  bottom: -16px;
  left: 18px;
}
.who-are-we__wrapper img {
  width: 405px;
  height: 506px;
  border-radius: 0 100px 100px 100px;
}
@media (max-width: 989px) {
  .who-are-we__wrapper .featured-image {
    display: none;
  }
}
/* Who are we end  */

/* Export Solution start  */
.export-solution__section h2 {
  max-width: 580px;
  margin: 0 auto clamp(25px, 3vw, 45px);
  text-align: center;
}
.export-solution__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: clamp(15px, 2vw, 20px);
}
.export-solution__container {
  background-color: #f3f3f3;
  border-radius: 15px;
  padding: clamp(18px, 3vw, 25px);
}
.export-solution__container img {
  width: 40px;
}
.export-solution__container div {
  margin-top: clamp(20px, 4vw, 40px);
}

/* Export Solution end  */

/* Our Process start  */
.our-process__section .section-wrap {
  max-width: 565px;
  margin: 0 auto clamp(25px, 3vw, 45px);
  text-align: center;
}
.our-process__section .section-wrap p{
  text-align: center;
}
.our-process__wrapper {
  display: flex;
  gap: 25px;
  align-items: start;
  justify-content: space-between;
}
.our-process__wrapper h2 {
  margin-bottom: clamp(8px, 1.5vw, 12px);
}
.our-process__wrapper .featured-image {
  max-width: 874px;
}
.our-process__wrapper .featured-image img {
  width: 100%;
}
.our-process__container {
  max-width: 390px;
}
.our-process__container > h3 {
  font-size: clamp(26px, 2vw, 32px);
}
.our-process__container ul {
  list-style: decimal;
  margin: 0;
  padding: 10px 0 0 24px;
}
.our-process__container ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .our-process__wrapper {
    flex-direction: column;
    align-items: start;
  }
  .our-process__container {
    max-width: 560px;
  }
}
/* Our Process end  */

/* Quality Product start  */
.quality-product__section {
  background-color: #fff5e5;
}
.quality-product__section h2 {
  max-width: 610px;
  margin: 0 0 clamp(25px, 3vw, 45px);
}
.quality-product__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 25px;
}
.quality-product__container img {
  height: 308px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: clamp(10px, 2vw, 16px);
}
.quality-product__container h3 {
  margin-bottom: clamp(4px, 1.5vw, 6px);
}
.quality-product__container .btn-2 {
  margin-top: clamp(10px, 2vw, 18px);
}
@media (max-width: 989px) {
  .quality-product__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .quality-product__container img {
    height: 270px;
  }
}
/* Quality Product end  */

/* Quality Product start  */
.global-reach__section h2,
.best-selling__section h2 {
  max-width: 580px;
  margin: 0 auto clamp(25px, 3vw, 45px);
  text-align: center;
}
.global-reach__section img {
  display: block;
  margin: 0 auto;
}
/* Quality Product end  */

/* Best Selling Product start  */
.best-selling__section {
  background-color: #f8f8f8;
}
.best-selling__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: clamp(20px, 2vw, 25px);
}
.best-selling__container {
  border-radius: 15px;
  overflow: hidden;
  background-color: #f6f6f6;
  box-shadow: 0px 8px 18px 0px #d6ab8f39;
}
.best-selling__container img,
.best-selling-modal img {
  width: 100%;
  height: 257px;
  object-fit: cover;
}
.best-selling__container .entry-content {
  border-top: 1px solid #dddddd;
  padding: clamp(24px, 2vw, 28px) clamp(20px, 2vw, 24px);
}
.best-selling__container .entry-content h3 {
  font-size: clamp(20px, 1.5vw, 23px);
}
.best-selling-modal .entry-content {
  border-top: 1px solid #dddddd;
  max-height: 200px;
  overflow: auto;
  padding-top: 15px;
}
.best-selling__container .entry-content p,
.best-selling-modal .entry-content p {
  font-size: 14px;
  padding-top: clamp(2px, 2vw, 4px);
}
.best-selling-modal {
  width: 360px;
  padding: clamp(20px, 2vw, 25px);
  max-height: 600px;
  overflow: hidden;
}
/* Best Selling Product end  */

/* Why us start  */
.why-us__wrapper {
  display: flex;
  align-items: center;
  gap: clamp(15px, 3vw, 45px);
  justify-content: space-between;
}
.why-us__wrapper .featured-image {
  max-width: 593px;
  width: 100%;
}
.why-us__wrapper .featured-image img {
  width: 100%;
  border-radius: 15px;
  height: 685px;
  object-fit: cover;
}
.why-us__container {
  width: 100%;
}
.why-us__container h2 {
  max-width: 446px;
}
.why-us__container .entry-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: clamp(15px, 3vw, 45px);
}
.why-us__container .entry-container > div {
  background-color: #f1efdf;
  border-radius: 15px;
  width: calc(50% - 10px);
  padding: clamp(20px, 2vw, 25px);
}
.why-us__container .entry-container img {
  width: 38px;
}
.why-us__container .entry-container h3 {
  margin: 10px 0 8px;
}
@media (max-width: 767px) {
  .why-us__wrapper {
    flex-direction: column;
  }
  .why-us__wrapper .featured-image {
    max-width: 100%;
  }
  .why-us__wrapper .featured-image img {
    height: 400px;
  }
}
@media (max-width: 567px) {
  .why-us__container .entry-container > div {
    width: 100%;
    gap: 15px;
  }
}
/* Why us end  */

/* Reviews start  */
.reviews__container div {
  box-shadow: 0px 0px 5.2px 0px #1e337e26;
  background-color: #f6f6f6;
  border-radius: 42px;
  padding: clamp(30px, 4vw, 50px) clamp(35px, 5vw, 75px);
  text-align: center;
  max-width: 810px;
  margin: 0 auto;
}
.reviews__container img {
  width: 45px;
  margin: 0 auto clamp(8px, 2vw, 12px);
}
.reviews__container h3 {
  margin-bottom: clamp(6px, 2vw, 12px);
}
.reviews__container span {
  display: block;
  position: relative;
  font-size: 18px;
  color: var(--dark);
  font-weight: 400;
}
.reviews__container span::before {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #dddddd;
  display: block;
  margin: clamp(12px, 2vw, 18px) auto clamp(16px, 2vw, 22px);
}
.reviews-slider .slick-arrow {
  background-color: transparent;
  border: 1px solid #0000001a;
  width: 49px;
  height: 49px;
}
.reviews-slider .slick-arrow i {
  color: #0000001a;
  font-size: 16px;
  transition: var(--transition);
}
.reviews-slider .slick-arrow:hover {
  background-color: #f9f3e7;
  border-color: #f9f3e7;
}
.reviews-slider .slick-arrow:hover i {
  color: var(--primary);
}
/* Reviews end  */

/* Latest News start  */
.latest-news__section {
  background-color: #f1efdf;
}
.latest-news__section .wrapper-medium {
  position: relative;
}
.latest-news__section h2 {
  margin-bottom: clamp(25px, 3vw, 45px);
}
.latest-news__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 26px;
}
.latest-news__container {
  position: relative;
}
.latest-news__container > a {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}
.latest-news__container > a::before {
  content: "";
  background-color: #00000033;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.latest-news__container img {
  width: 100%;
  height: 305px;
  object-fit: cover;
}
.latest-news__container span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: fit-content;
  padding: 4px 8px;
  background-color: var(--light);
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--text-3);
}
.latest-news__container h3 {
  font-size: clamp(20px, 1.5vw, 22px);
  font-weight: 300;
  margin: clamp(6px, 1.2vw, 15px) 0 0;
  line-height: 1.3;
}
.latest-news__section .btn {
  position: absolute;
  top: 0;
  right: 20px;
}
@media (max-width: 989px) {
  .latest-news__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .latest-news__section .btn {
    position: unset;
    margin: 25px auto 0;
  }
}
/* Latest News end  */

/* FAQs start  */
.faq__wrapper {
  display: flex;
  align-items: start;
  gap: clamp(20px, 3vw, 45px);
  justify-content: space-between;
}
.faq__wrapper .btn {
  margin-top: 25px;
  padding: 17px;
  font-size: 18px;
}
.faq__wrapper .section-wrap {
    max-width: 345px;
  width: 100%;
}
.faq__wrapper .section-wrap p{
      margin-top: 20px;
}

.faq__wrapper .section-wrap h2 {
  margin-bottom: 8px;
}
.faq__container {
     max-width: 860px;

}
.faq__container .uk-accordion {
  margin: 0;
}
.faq__container ul li {
  box-shadow: 0px 1px 3px 0px #00000040;
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 15px 18px;
  margin: 0 0 12px !important;
}
.faq__container ul li:last-child {
  margin: 0 !important;
}
.faq__container .uk-accordion-title {
  color: var(--text-1);
  font-weight: 500;
  font-size: clamp(20px, 2vw, 22px);
  font-family: var(--primary-font);
  line-height: 1.2;
}
.faq__container .uk-accordion-content {
  margin: 10px 0 0;
}
.faq__container .uk-accordion-content p {
  font-size: 16px;
  color: var(--text-3);
  font-weight: 400;
  line-height: 1.4;
}
.faq__container .uk-accordion-title::before {
  background-image: unset;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: unset;
  height: unset;
  font-size: 16px;
  margin-top: 5px;
  color: var(--text-1);
}
.faq__container .uk-open .uk-accordion-title::before {
  content: "\f077";
}
.faq__container .btn {
  display: none;
}
@media (max-width: 1200px) {
  .faq__container .btn {
    display: block;
    margin: 25px auto 0;
  }
  .faq__wrapper .section-wrap .btn {
    display: none;
  }
  .faq__wrapper {
    flex-direction: column;
  }
  .faq__wrapper .section-wrap {
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
  }
  .faq__container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .faq__wrapper .section-wrap p {
    display: none;
  }
}
/* FAQs end  */

/* CTA start  */
.cta__section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: clamp(40px, 6vw, 95px) 0;
}
.cta__section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000061;
  top: 0;
}
.cta__container {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.cta__container p{
  text-align: center;
}
.cta__container h2 {
  margin-bottom: 10px;
  color: var(--light);
}
.cta__container p {
  color: var(--light);
}
.cta__container .btn {
  margin: clamp(20px, 3vw, 30px) auto 0;
}
/* CTA end  */
