/*
Theme Name: GTE Handover
Theme URI: https://www.spaceotechnologies.com/
Author: Space-O Technologies
Author URI: https://www.spaceotechnologies.com/
Description: 
Version: 13-01-2026_1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gte-handover
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* @font-face {
	font-family: 'Kollektif-Regular';
	src: url('assets/fonts/Kollektif.eot');
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('assets/fonts/Kollektif.woff') format('woff'), 
	url('assets/fonts/Kollektif.ttf') format('truetype'), 
	url('assets/fonts/Kollektif.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */

body {
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  color: #000;
}

* {
  line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  line-height: normal;
}

p {
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

a {
  outline: none;
  color: #003883;
}

a:hover,
a:focus {
  color: #333C41;
  outline: none;
}

button,
button:focus {
  outline: none;
}

br {
  line-height: 0;
}

/*<============== header css start ==============>*/
:root {
  --header-control-size: 55px;
  --header-logo-height: 70px;
  --header-lang-size: 48px;
  --header-padding-top: clamp(16px, 4vw, 32px);
}

@media (max-width: 1199px) {
  :root {
    --header-control-size: 45px;
    --header-logo-height: 45px;
    --header-lang-size: 39px;
  }
}

@media (max-width: 767px) {
  :root {
    --header-control-size: 36px;
    --header-logo-height: 36px;
    --header-lang-size: 31px;
  }
}

.container {
  max-width: 1468px;
}
li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-current-language.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal {
  display: none;
}
.wpml-ls-legacy-list-horizontal {
  order: 4;
}

.language-toggle-btn {
  order: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: var(--header-lang-size);
  height: var(--header-lang-size);
  line-height: 0;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

.language-toggle-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.language-toggle-btn img {
  display: block;
  width: var(--header-lang-size);
  height: var(--header-lang-size);
}

@media (min-width: 1200px) {
  a.phone-btn {
    margin-inline: 20px;
  }
}

/* Header items order: Logo > Nav > Search(2) > Call(3) > Language(4) > Menu(5) */
nav.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navbar-collapse {
  order: 1;
}

.search-btn {
  order: 2;
  margin-inline-start: auto;
}

a.phone-btn {
  order: 3;
}

button.navbar-toggler {
  order: 5;
}

/* RTL order (right to left): Hamburger > Language > Phone > Search */
/* CSS order (left to right): Search > Phone > Language > Hamburger */
body.rtl .navbar-collapse {
  order: 1;
}

body.rtl .search-btn {
  order: 2;
  margin-right: auto;
  margin-left: 0;
}

body.rtl .wpml-ls-legacy-list-horizontal {
  order: 4;
}

body.rtl .language-toggle-btn {
  order: 4;
}

body.rtl a.phone-btn {
  order: 3;
}

body.rtl button.navbar-toggler {
  order: 5;
}
span.wpml-ls-display {
  display: none;
}
.menu-header-menu-container
  li.menu-item.wpml-ls-slot-5.wpml-ls-item.wpml-ls-item-ar.wpml-ls-menu-item.wpml-ls-first-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-5-ar {
  display: none;
}
.menu-header-menu-arabic-container
  li.menu-item.wpml-ls-slot-5.wpml-ls-item.wpml-ls-item-en.wpml-ls-menu-item.wpml-ls-first-item.wpml-ls-last-item.menu-item-type-wpml_ls_menu_item.menu-item-object-wpml_ls_menu_item.menu-item-wpml-ls-5-en {
  display: none;
}
li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-ar.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal
  a {
  color: #fff;
  margin: 0 20px;
  font-size: 17px;
  font-weight: 400;
}
body.rtl
  li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-en.wpml-ls-first-item.wpml-ls-item-legacy-list-horizontal
  a {
  color: #fff;
  margin: 0 20px;
  font-size: 17px;
  font-weight: 400;
}
body.rtl
  li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-ar.wpml-ls-current-language.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal
  a {
  display: none;
}
.banner-top img {
  width: 100%;
  height: auto;
}
header.top_header {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
}

header.top_header,
header.top_header nav.navbar,
header.top_header a.navbar-brand img,
header.top_header .search-btn,
header.top_header .language-toggle-btn,
header.top_header a.phone-btn,
header.top_header button.navbar-toggler {
  transition: height 0.25s ease, width 0.25s ease, padding 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

header.top_header.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(33, 39, 43, 0.45);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  --header-padding-top: 12px;
  --header-logo-height: 48px;
  --header-control-size: 44px;
  --header-lang-size: 40px;
}

@media (max-width: 1199px) {
  header.top_header.is-scrolled {
    background: rgba(33, 39, 43, 0.72);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-bottom-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
    --header-padding-top: 10px;
    --header-logo-height: 36px;
    --header-control-size: 38px;
    --header-lang-size: 33px;
  }
}

@media (max-width: 767px) {
  header.top_header.is-scrolled {
    --header-padding-top: 8px;
    --header-logo-height: 28px;
    --header-control-size: 30px;
    --header-lang-size: 26px;
  }
}

body.admin-bar header.top_header.is-scrolled {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media (prefers-reduced-motion: reduce) {
  header.top_header,
  header.top_header nav.navbar,
  header.top_header a.navbar-brand img,
  header.top_header .search-btn,
  header.top_header .language-toggle-btn,
  header.top_header a.phone-btn,
  header.top_header button.navbar-toggler {
    transition: none;
  }
}

header.top_header a.navbar-brand img,
header#header a.navbar-brand img {
  height: var(--header-logo-height);
  width: auto;
  filter: brightness(0) invert(1) !important;
  -webkit-filter: brightness(0) invert(1) !important;
}
nav.navbar {
  padding-top: calc(env(safe-area-inset-top, 0px) + var(--header-padding-top)) !important;
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand-xl .navbar-collapse {
  justify-content: center;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current_page_item > a {
  font-weight: bold;
  text-decoration: underline;
}
.navbar-nav .hovered > a {
  text-decoration: underline;
}
ul.navbar-nav a {
  color: #fff;
  margin: 0 20px;
  font-size: 17px;
  font-weight: 400;
}
a.phone-btn {
  background-color: #fff;
  border-radius: 80px;
  padding: 17px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  max-width: 180px;
  height: var(--header-control-size);
  color: #0e181e !important;
}
a.phone-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* Search Button Base Styles */
.search-btn {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  padding: calc(var(--header-control-size) * 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--header-control-size);
  height: var(--header-control-size);
  color: #0e181e;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-btn svg,
a.phone-btn svg {
  width: calc(var(--header-control-size) * 0.44);
  height: calc(var(--header-control-size) * 0.44);
}

.search-btn:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.search-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.brand-info h5::after {
  display: none;
}
li.industry.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-76.has-mega-menu
  .mega-menu {
  max-width: 1160px;
  right: 0;
  transform: translate(-10%, 0);
  left: -50%;
}
ul.navbar-nav.deskNav {
  align-items: center;
}

.deskNav .has-mega-menu {
  position: relative;
}

.deskNav .has-mega-menu:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: calc(61px - 100%);
}

.deskNav .has-mega-menu .mega-menu {
  display: none;
  position: absolute;
  top: 61px;
  left: 50%;
  width: 1200px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0 !important;
  z-index: 9999;
  transform: translate(-45%, 0%);
  border-radius: 10px;
}

.deskNav .has-mega-menu:hover .mega-menu {
  display: flex !important;
}

.mega-menu-left {
  width: 23%;
  background-color: #F3F3F3;
  border-radius: 10px 0px 0px 10px;
}
.mega-menu-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-left li {
  margin: 0;
  padding: 10px 15px;
}
.mega-menu-left li.active-menu {
  background: linear-gradient(to right, rgba(191, 191, 191, 0.8), rgba(147, 152, 155, 0.3), rgba(124, 124, 124, 0));
}
.mega-menu-left li.active-menu a {
  color: #212628 !important;
  font-weight: 500 !important;
  text-decoration: underline;
}
.industry.custom-menu a::after{
  display: none !important;
}
.industry.custom-menu a {
    margin: 0;
    display: flex;
    gap: 18px;
    align-items: center;
}
.mega-menu-left a {
  text-decoration: none;
  color: #909396 !important;
  display: block;
}
.mega-menu-right {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 48px 28px 64px;
}
.brand {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 18px;
}
.brand-info h4 {
  margin: 0;
  font-size: 16px;
}
.brand-info p {
  margin: 0;
  font-size: 16px;
  color: #666;
  line-height: 20px;
}
.mega-menu .three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mega-menu-left ul {
  padding: 50px 0px 70px 0px;
}
.mega-menu .industry {
  text-align: center;
  padding: 10px;
}
.mega-menu .industry img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}
.mega-menu .two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 50px;
}
.mega-menu .brand img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  padding: 0 5px;
  box-shadow: 0 10px 20px rgba(33, 38, 40, 0.1);
}
.brand-info a {
  margin: 0 !important;
}
.brand-info h5 {
  font-size: 20px;
  color: #212628;
  font-weight: 700;
  margin-bottom: 7px;
  position: relative;
  word-wrap: anywhere;
}
.products {
  padding: 10px 36px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #909396;
  margin-bottom: 5px;
  line-height: 20px;
}
.product-line-brands {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #909396;
  margin-bottom: 50px;
  line-height: 20px;
}
/*<============== header css end ==============>*/

/*<============== hero section css start ==============>*/
.banner-top {
  position: relative;
  z-index: 0;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
body.home {
  overflow-x: clip;
  width: 100%;
}
.hero-section-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) !important;
  max-width: 967px;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.hero-section-text a,
.hero-section-text button,
.hero-section-text .vc_btn3,
.hero-section-text .common-primary-button,
.hero-section-text .common-secondary-button {
  pointer-events: auto;
}
.hero-section-text .hero-cta-buttons .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.hero-section-text h1 {
  font-size: 3.65vw;
  line-height: 4.1667vw;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px !important;
}
.common-primary-button a {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
  border: 1px solid #b7c2c8 !important;
  border-radius: 80px !important;
  background-image: none !important;
  font-weight: 600;
  width: 200px;
  padding: 17px !important;
}
.hero-section-text p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.hero-section-text h6 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.hero-section-text .hero-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 70px;
}
.hero-section-text .common-primary-button,
.hero-section-text .common-secondary-button {
  margin-top: 0 !important;
  display: inline-block;
}
.hero-section-text .common-primary-button a {
  background-color: #fff !important;
  color: #0e181e !important;
  border: 1px solid #fff !important;
  border-radius: 80px !important;
  background-image: none !important;
  font-size: 17px !important;
  font-weight: 600;
  width: auto;
  min-width: 200px;
  padding: 17px 28px !important;
  text-align: center;
}
.hero-section-text .common-secondary-button a {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 80px !important;
  background-image: none !important;
  font-size: 17px !important;
  font-weight: 600;
  width: auto;
  min-width: 200px;
  padding: 17px 28px !important;
  text-align: center;
}
.hero-section-text .common-primary-button a:hover,
.hero-section-text .common-secondary-button a:hover {
  opacity: 0.85;
  text-decoration: none;
}
.banner-top:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    #21272b 0%,
    #21272b 15%,
    rgba(33, 39, 43, 0.8) 53.23%,
    rgba(33, 39, 43, 0.05) 100%
  );
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.rtl .banner-top:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #21272bdd 0%, #21272bdd 15%, rgba(33, 39, 43, 0.5) 53.23%, rgba(33, 39, 43, 0.05) 100%);

}
.banner-top::before {
  content: "";
  position: absolute;
  background: radial-gradient(
    28.15% 63.07% at 80.46% 73.58%,
    rgba(51, 60, 65, 0.1) 0%,
    rgba(51, 60, 65, 0.05) 100%
  );
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.rtl .banner-top::before {
  content: "";
  position: absolute;
  background: radial-gradient(
    28.15% 63.07% at 95% 70%, 
    rgba(51, 60, 65, 0.1) 0%,
    rgba(51, 60, 65, 0.05) 100%
  );
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero-contact-detail {
  width: 100% !important;
  max-width: none !important;
  margin-top: 0;
  position: relative;
  background: transparent;
  padding: 0;
  z-index: 3;
}
body.home .page_banner {
  position: relative;
  --hero-contact-bottom: 50px;
}

/* Anchor hero copy to a fixed offset — not viewport-height centering */
body.home .hero-section-text {
  bottom: auto;
  transform: none !important;
}

body.home .hero-section-text h1 {
  font-size: clamp(40px, 3.65vw, 64px);
  line-height: 1.15;
}

@media (min-width: 1200px) {
  body.home .page_banner {
    min-height: 900px;
    overflow: hidden;
    background: #21272b;
  }

  body.home .banner-top {
    height: 900px;
    min-height: 900px;
    aspect-ratio: auto !important;
    overflow: hidden;
  }

  body.home .banner-top img,
  body.home .banner-top img.gte-slide {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    object-fit: cover;
    object-position: center;
  }

  body.home .page_banner .hero-contact-detail {
    position: absolute;
    bottom: var(--hero-contact-bottom, 50px);
    left: 0;
    right: 0;
    padding: 0;
    z-index: 3;
  }

  body.home .hero-section-text {
    top: 220px;
    max-width: min(967px, calc(100vw - 76px));
  }
}

body.home .page_banner .hero-contact-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--hero-contact-bottom, 50px);
  padding: 0;
  pointer-events: none;
  z-index: 3;
}
body.home .page_banner .hero-contact-detail .container {
  pointer-events: auto;
}
.hero-contact-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
  padding: 18px 28px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(33, 39, 43, 0.45);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.hero-contact-bar__items {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 28px;
}
.hero-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
.hero-contact-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  flex-shrink: 0;
}
.hero-contact-item__text {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
.hero-contact-item__label {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 400;
}
.hero-contact-item__value,
.hero-contact-item a {
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
}
body.rtl .hero-contact-item a[href^="tel:"],
body.rtl .hero-contact-item a[href^="mailto:"] {
  direction: ltr;
  unicode-bidi: isolate;
  display: inline-block;
}
.hero-contact-item a:hover {
  opacity: 0.85;
}
.hero-contact-bar__link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  align-self: center;
  gap: 10px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  margin-left: 24px;
}
.hero-contact-bar__link:hover {
  opacity: 0.85;
  text-decoration: none;
}
.hero-contact-bar__link img {
  width: 28px;
  height: 20px;
  filter: brightness(0) invert(1);
}
body.rtl .hero-contact-bar__link {
  margin-left: 0;
  margin-right: 24px;
}
body.rtl .hero-contact-bar__link img {
  transform: rotate(180deg);
}

body:not(.rtl) .hero-contact-detail {
  padding-right: 0 !important;
}

/*<============== hero section css end ==============>*/

/*<============== contact section css start ==============>*/
.contact-text {
  color: #fff;
}
.contact-text .wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.contact-text {
  padding: 69px 0;
}
.contact-text h6 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 40px !important;
  position: relative;
  padding-left: 45px;
  color: #fff;
}

.contact-text h6:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/mic.svg);
  top: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  left: 0;
}

.contact-text p {
  font-size: 18px;
}

.contact-text a {
  color: #fff !important;
}

.contact-text strong {
  color: #697b86;
  font-weight: 400;
}

/*<============== contact section css end ==============>*/

/*<============== industry-detail section css start ==============>*/
a.post-img img {
  width: 100%;
  height: auto;
  position: relative;
}
.product-line .post-box{
    height: 462px;
    object-fit: cover;
}
.construction-detail img {
  height: 460px;
  object-fit: cover;
}
.product-line a.post-img {
    height: 100%;
    object-fit: cover;
}
.industry-detail a.post-img {
    height: 100%;
    object-fit: cover;
}
.post-box::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(51, 60, 65, 0) 0%,
    rgba(51, 60, 65, 0.7) 54.58%,
    #333c41 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.blog-box .post-box {
  height: 100%;
}
.post-title {
  margin-top: 36px;
}
.grc-detail .post-title,
.agriculture .post-title {
  margin-top: 0;
}
.agriculture .post-box {
    height: 440px;
    object-fit: cover;
}
.agriculture img{
  height: 440px;
  object-fit: cover;
}
.grc-detail .post-box {
    height: 440px;
    object-fit: cover;
}
.grc-detail a.post-img img{
  height: 440px;
  object-fit: cover;
}
.post-box:hover .post-detail {
  background-color: #333c41;
  width: 100%;
}
.post-detail:hover .learn_more_btn.vc_btn3-left a {
  background-color: #fff !important;
  color: #333c41 !important;
}

.news-detail .post-box::after {
  position: unset;
}
.post-detail {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 9;
  padding-left: 36px;
  padding-bottom: 36px;
  padding-right: 16px;
  width: 100%;
}
.news-detail .post-title h4 {
  color: #333c41;
  font-size: 20px !important;
  line-height: 30px;
  max-width: 100%;
  font-weight: 500;
  min-height: 60px;
}
.latest-news .post-title {
  margin-top: 20px;
}
.post-box {
  position: relative;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.news-box {
  background-color: #f6f8f9;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 32px;
  border-radius: 0;
  min-height: 100%;
}

.related_post .news-box {
  background-color: #f6f8f9;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 32px;
  border-radius: 0;
  height: 100%;
}
.related_post .post-box {
  height: 100%;
}
.post-title a {
  color: #fff;
}

.news-detail a.post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.post-title a:hover {
  text-decoration: unset !important;
}

.post-text p {
  color: #b0b0b0;
  font-size: 18px;
  line-height: 30px;
}

.waste-detail p {
  max-width: 758px;
}

.post-title h4 {
  font-size: 30px !important;
  font-weight: 500;
  color: #fff;
}

.cw-detail .vc_column-inner .wpb_wrapper,
.cw-detail .vc_column-inner .wpb_wrapper .wpb_text_column,
.cw-detail .vc_column-inner .wpb_wrapper .wpb_text_column {
  height: 100%;
}

.cw-detail .vc_column-inner .wpb_wrapper .post-box {
  height: 100%;
}

.cw-detail .vc_column-inner > .wpb_wrapper,
.agri-farm {
  margin-bottom: 30px;
}
a.post-img {
    display: block;
    margin: 3;
}
.industry-detail a.post-img {
    height: 462px;
    object-fit: cover;
}
.post-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.light-text p {
  color: #909396;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.wpb_text_column.wpb_content_element.common-title h3 {
  font-size: 40px;
  max-width: 450px;
  margin: 0 auto;
}
.product-line .common-title h3 {
  max-width: 390px !important;
  margin: 0 auto;
}
.product-line {
    padding-top: 90px;
    max-width: 1310px;
    margin-left: auto !important;
    margin-right: auto !important;
}
p.service-title {
  position: absolute;
  top: 35px;
  left: 35px;
  color: #ffffffa1;
}
.agriculture .post-box {
  position: relative;
  display: flex;
  align-items: center;
}
.agriculture {
  background-color: #333c41;
  border-radius: 10px;
}
.grc-detail {
  background-color: #333c41;
  border-radius: 10px;
  margin-bottom: 30px !important;
}

.cca-detail {
  margin-bottom: 30px;
}

.grc-detail .post-text p {
  color: #b0b0b0;
  font-size: 18px;
  line-height: 30px;
  max-width: 500px;
  margin-bottom: 0 !important;
  margin-top: 15px;
  -webkit-line-clamp: 7;
}

.brand a::after {
  display: none !important;
}

/* .agriculture .post-box:after,
.grc-detail .post-box::after {
  opacity: 0;
} */

.brand-tag img {
    min-height: 111px;
    max-width: 111px;
}
.grc-detail .post-box .post-img, .agriculture .post-box .post-img {
	position: relative;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
}

.grc-detail .post-box .post-img:after,
.agriculture .post-box .post-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.ea-detail {
    margin-bottom: 30px;
}

.grc-detail .post-box::after,
.agriculture .post-box::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(51, 60, 65, 0) 0%, rgba(51, 60, 65, 0.7) 54.58%, #333c41 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.grc-detail .post-box {
  position: relative;
  display: flex;
  align-items: center;
}

.grc-detail .post-detail {
    position: unset;
    padding-left: 36px;
    padding-bottom: 25px;
    padding-right: 16px;
    padding-top: 27px;
    max-width: 406px;
    margin: 0 0 0 auto;
    height: 100%;
	  display: flex;
    flex-direction: column;
    justify-content: center;
}

.grc-detail .vc_btn3-container.learn_more_btn.vc_btn3-left a {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 20px !important;
  position: relative;
  width: 100%;
  padding-right: 45px;
  font-weight: 600;
  margin-top: 0;
}

.agriculture .vc_btn3-container.learn_more_btn.vc_btn3-left a {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 20px !important;
  position: relative;
  width: 100%;
  padding-right: 45px;
  font-weight: 600;
  margin-top: 0;
}

.post-box:hover .post-detail .learn_more_btn.vc_btn3-left a {
    background-color: #fff !important;
    color: #333c41 !important;
}
.grc-detail .vc_btn3-container.learn_more_btn.vc_btn3-left {
  margin-top: 62px;
}
.agriculture .vc_btn3-container.learn_more_btn.vc_btn3-left {
  margin-top: 62px;
}
.agriculture .post-text p {
  max-width: 392px;
  margin-bottom: 0 !important;
  margin-top: 16px;
  -webkit-line-clamp: 7;
}
.agriculture .post-detail {
    position: unset;
    padding-bottom: 25px;
    padding-top: 27px;
    max-width: 407px;
    margin: 0 0 0 auto;
    padding-left: 36px;
    min-height: 100%;
}
.industry-detail {
  padding-top: 117px;
  max-width: 1310px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-detail {
  margin-bottom: 64px !important;
}
.industry-area {
  margin-bottom: 64px;
}
.common-primary-button {
  margin-top: 70px;
}
.learn_more_btn.vc_btn3-left a {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 20px !important;
  position: relative;
  width: 100%;
  max-width: 200px;
  padding-right: 60px;
  font-weight: 600;
  background-image: none;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  margin-top: 15px;
  transition: none !important;
}

.see_more_btn.vc_btn3-left a {
  background-color: transparent !important;
  color: #b7c2c8 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  position: relative;
  width: 100%;
  max-width: 140px;
  padding-right: 0;
  font-weight: 600;
  background-image: none;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-left: 0;
  display: inline-block;
}

.see_more_btn.vc_btn3-left a:after {
  content: "";
  position: absolute;
  background-image: url(assets/images/right-side-arrow.svg);
  width: 50px;
  top: 17px;
  height: 20px;
  background-repeat: no-repeat;
  left: auto;
  right: 0;
}

.learn_more_btn.vc_btn3-left a:after {
  content: "";
  position: absolute;
  background-image: url(assets/images/right-side-arrow.svg);
  width: 50px;
  top: 17px;
  height: 20px;
  background-repeat: no-repeat;
  left: auto;
  right: 10px;
}

/*<============== industry-detail section css end ==============>*/

/*<============== about-us section css start ==============>*/
.about-us {
  max-width: 1310px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.professional-box {
  margin-top: 100px;
}
.about-us-box .vc_column-inner {
  background-color: #f6f8f9;
  max-width: 400px;
  padding: 30px !important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  border-radius: 10px;
}
.about-us-box h4 {
  color: #333c41;
  margin-top: 94px;
  font-size: 30px;
  font-weight: 500;
}
.about-us-box p {
  color: #697b86;
  margin-top: 20px;
  line-height: 24px;
  max-width: 334px;
}
.about-us-box h2 {
  color: #dae1e5;
  font-weight: 500;
  font-size: 60px;
  position: relative;
}
section.vc_section.news-detail {
  padding-top: 150px;
  max-width: 1310px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.about-us-box.wpb_column.vc_column_container.vc_col-sm-4:nth-child(1)
  h2:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/Bookmark-d.svg);
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  left: 0;
  background-size: 50px;
}
.about-us-box.wpb_column.vc_column_container.vc_col-sm-4:nth-child(2)
  h2:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/Stack-d.svg);
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  left: 0;
  background-size: 50px;
}
.about-us-box.wpb_column.vc_column_container.vc_col-sm-4:nth-child(3)
  h2:before {
  content: "";
  position: absolute;
  background-image: url(assets/images/Wallet-d.svg);
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  left: 0;
  background-size: 50px;
}
.about-us-box .vc_column-inner:hover {
  background-color: #333c41 !important;
}
.about-us-box .vc_column-inner:hover h2 {
  color: #fff !important;
}
.about-us-box .vc_column-inner:hover p {
  color: #b0b0b0;
}
.about-us-box .vc_column-inner:hover h4 {
  color: #fff !important;
}
.about-trading p {
  color: #909396;
  line-height: 30px;
  margin-top: 24px;
}
/*<============== about-us section css end ==============>*/
.footer_top img {
  cursor: pointer;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.footer_social img:hover {
  opacity: 0.7;
}

a.subscribe-button:hover {
  opacity: 0.7;
}

/*<============== news-detail section css start ==============>*/
.read_more_btn.vc_btn3-left a:hover {
  opacity: 0.7;
  background-color: transparent !important;
}

.read_more_btn.vc_btn3-left a {
  background-color: transparent !important;
  border: unset !important;
  padding-left: 0 !important;
  font-size: 17px !important;
  font-weight: 600;
  color: #b7c2c8 !important;
  text-align: left;
  display: block;
  max-width: 131px;
}

.read_more_btn.vc_btn3-left a:after {
  content: "";
  position: absolute;
  background-image: url(assets/images/right-side-arrow.svg);
  width: 50px;
  top: 15px;
  height: 20px;
  background-repeat: no-repeat;
  left: auto;
  right: -15px;
}

.read_more_btn {
  margin-top: 6px;
}

.visit-our-blog-btn.vc_btn3-inline.vc_do_btn a {
  background-color: transparent;
  border: transparent;
  font-size: 17px !important;
  line-height: 24px;
  color: #333c41 !important;
  font-weight: 600;
  position: relative;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 45px;
  margin-bottom: 0 !important;
  text-align: end;
}

.vc_btn3-container.visit-our-blog-btn.vc_btn3-inline.vc_do_btn {
  margin-bottom: 0 !important;
}

.visit-our-blog-btn.vc_btn3-inline.vc_do_btn a:after {
  content: "";
  position: absolute;
  background-image: url(assets/images/circle-right.svg);
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  top: auto;
  background-size: auto;
}

.vc_btn3-container.visit-our-blog-btn.vc_btn3-inline.vc_do_btn {
  float: right;
}

.news-detail .vc_row.wpb_row.vc_row-fluid {
  align-items: flex-end;
  display: flex;
  padding-bottom: 42px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.latest-news {
  border-top: 1px solid #dde2e4;
  padding-top: 70px;
}

.news-detail .vc_column_container > .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.read_more_btn .vc_general.vc_btn3:focus,
.read_more_btn .vc_general.vc_btn3:hover {
  border: unset !important;
}

.visit-our-blog-btn.vc_btn3-inline.vc_do_btn a:hover {
  background-color: transparent !important;
}

/*<============== news-detail section css end ==============>*/

.widget .container {
  max-width: 1310px;
  z-index: 3;
}

.widget .email-subscribe-heading {
  text-align: center;
}

.widget .subscribe-form {
  text-align: center;
}

.email-subscribe-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 586.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 85px;
}
.email-subscribe-section button.quform-submit:hover {
    opacity: 0.7;
}
.email-subscribe-section::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(33, 39, 43, 0) 0%,
    rgba(33, 39, 43, 0.7) 54.58%,
    #21272b 100%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

h2.email-subscribe-heading {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 500;
}

.widget .subscribe-form {
  text-align: center;
  display: flex;
  gap: 0;
  position: relative;
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
  align-items: center;
}
.email-subscribe-section .quform-elements.quform-elements-4.quform-cf.quform-responsive-elements-phone-landscape {
    text-align: center;
    position: relative;
    max-width: 797px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 58px;
}
 .email-subscribe-section .quform-input.quform-input-email.quform-input-4_3.quform-cf input {
    border-radius: 100px;
    width: 100%;
    border: unset;
    padding: 19px 200px 19px 25px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.email-subscribe-section .quform-child-elements {
    position: relative;
}
a.subscribe-button {
  position: absolute;
  left: auto;
  right: 14px;
  width: 180px;
  background-color: #333c41;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 15px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  justify-content: flex-end;
}
.email-subscribe-section button.quform-submit {
    position: absolute;
    left: auto;
    right: 14px;
    width: 180px;
    background-color: #333c41;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 15px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    justify-content: flex-start;
    outline: 0;
    border: 0;
}
.rtl .email-subscribe-section button.quform-submit {
    position: absolute;
    left: 14px;
    right: auto;
    border: 0;
    height: 45px;
}
.rtl .email-subscribe-section button.quform-submit span::after {
    content: "";
    position: absolute;
    background-image: url(assets/images/right-side-arrow.svg);
    width: 40px;
    top: 6px;
    height: 20px;
    background-repeat: no-repeat;
    left: auto;
    right: auto;
    left: -50px;
    transform: rotate(-180deg);
}
.email-subscribe-section button.quform-submit span {
    position: relative;
}
.email-subscribe-section button.quform-submit span::after {
    content: "";
    position: absolute;
    background-image: url(assets/images/right-side-arrow.svg);
    width: 40px;
    top: 0;
    height: 20px;
    background-repeat: no-repeat;
    left: auto;
    right: -50px;
}
.email-subscribe-section .quform .quform-element {
    position: absolute;
    top: 0;
    width: 100%;
}
.email-subscribe-section .quform-loading.quform-loading-position-left {
    float: right;
    display: none !important;
}
.email-subscribe-section .email-subscribe-section .quform-spacer {
    padding-bottom: 0 !important;
    margin: 0 !important;
}
.search-form label {
    width: 100%;
}
input.search-field {
	border-radius: 100px;
	width: 100%;
	border: 1px solid #333c41;
	outline: 0;
	padding: 19px 25px 19px 25px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.rtl .email-subscribe-section .quform-input.quform-input-email.quform-input-4_3.quform-cf input {
	border-radius: 100px;
	width: 100%;
	border: unset;
	padding: 19px 25px 19px 200px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.rtl input.search-field {
    border-radius: 100px;
    width: 100%;
    border: 1px solid #333c41;
    outline: 0;
    padding: 19px 25px 19px 25px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.rtl input.search-submit {
    position: absolute;
    top: 6px;
    left: 14px;
    right: auto;
    width: 180px;
    background-color: #333c41;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 6.5px 15px;
    border-radius: 80px;
    display: flex;
    height: auto;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border: unset;
}
input.search-submit:hover{
  opacity: 0.7;
}
.page-content {
    padding: 50px 0;
}
.page-content p {
    text-align: center;
    margin: 20px 0;
    color: #333c41;
    font-weight: bold;
}
.search .email-subscribe-section{
  margin-top: 0;
}
input.search-submit {
    position: absolute;
    top: 6px;
    left: auto;
    right: 14px;
    width: 180px;
    background-color: #333c41;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 15px;
    border-radius: 80px;
    display: flex;
    height: auto;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border: unset;
}
form.search-form {
    margin: 20px auto;
    position: relative;
    max-width: 797px;
}

/* Responsive search form for mobile */
@media (max-width: 768px) {
    input.search-field {
        padding: 15px 20px 15px 20px;
        font-size: 14px;
    }

    .rtl input.search-field {
        padding: 15px 20px 15px 20px;
    }

    .search-submit {
        font-size: 14px;
        padding: 10px 12px;
    }

    .rtl .search-submit {
        font-size: 14px;
        padding: 10px 12px;
    }
}
.widget .subscribe-form {
  text-align: center;
  display: flex;
  position: relative;
  max-width: 797px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 58px;
}
form.subscribe-form input {
  border-radius: 100px;
  padding: 22px 25px;
  width: 100%;
  border: unset;
}
.post-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*<============== footer css start ==============>*/
footer.site-footer {
  background-color: #21272b;
  padding-top: 121px;
  padding-bottom: 35px;
}
.copy-right p {
  text-align: left;
  color: #b0b0b0;
}
h5.titleh4 {
  color: #fff;
  margin-bottom: 23px;
}
h5.footer-title {
  color: #fff;
  text-align: right;
  font-size: 23.44px;
  margin-bottom: 20px;
  margin-top: 33px;
}
.footer-menu li {
  list-style: none;
  margin-bottom: 16px;
}
.footer-menu li a {
  color: #b0b0b0;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

body.rtl .footer-menu li a,
body.rtl .copy-right p,
body.rtl h5.footer-title,
body.rtl p.footer-desc {
  font-family: "Cairo", sans-serif;
}
p.footer-desc {
  color: #b0b0b0;
  text-align: right;
  max-width: 386px;
  font-size: 14px;
  line-height: 25px;
  margin-right: 0;
  margin-left: auto;
}
.footer-menu ul {
  padding-left: 0;
}
.footer_bottom {
  margin-top: 120px;
}
.copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_social {
  padding-inline-end: 72px;
}

.footer_social ul {
  justify-content: space-between !important;
  display: flex !important;
  gap: 25px;
}
/*<============== footer css end ==============>*/
.industry-group {
  padding: 49px;
  padding-right: 0;
}
.industry-info .has-mega-menu a::after {
  content: "";
  background-image: url(assets/images/menu-down.svg);
  width: 26px;
  height: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.mega-menu .industry {
  text-align: left !important;
  padding: 0 !important;
  display: flex;
  gap: 18px;
  align-items: center;
}
.rtl .product-line-brands {
    text-align: right;
}
.des-spec {
    color: #fff;
}
section.vc_section.product-card-section .post-box {
    height: 462px;
    object-fit: cover;
    overflow: hidden;
}
section.vc_section.product-card-section .post-box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.des-spec li {
    color: #fff;
}
.industry-info h5 {
  font-weight: 700;
  text-align: left;
  color: #212628;
  font-size: 20px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
.industry-info a {
  margin-left: 0 !important;
}
.industry-info h5::after {
  display: none;
}
.mega-menu .industry img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 17px 18px;
  box-shadow: 0 10px 20px rgba(33, 38, 40, 0.1);
}
.industry-info p {
  text-align: left;
  color: #909396;
  margin: 0;
}
p.industries {
  color: #909396;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}
li.product.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-75.has-mega-menu
  a::after {
  content: "";
  background-image: url(assets/images/menu-down.svg);
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
li.industry.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-76.has-mega-menu
  a::after {
  content: "";
  background-image: url(assets/images/menu-down.svg);
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.mega-menu-left a::after {
  display: none !important;
}
section.vc_section.news-detail h2 {
  font-size: 40px;
}
section.vc_section.about-us {
    padding-top: 97px;
}
.common-primary-button a:hover {
  opacity: 0.7;
  text-decoration: unset;
}
.learn_more_btn.vc_btn3-left a:hover {
background-color: #fff !important;
color: #333c41 !important;
}

.visit-our-blog-btn.vc_btn3-inline.vc_do_btn a:hover {
  opacity: 0.7;
}
.subscribe-input::placeholder {
  color: #353c40;
}
.subscribe-input::-webkit-input-placeholder {
  color: #353c40;
}
.subscribe-input::-moz-placeholder {
  color: #353c40;
}
.subscribe-input:-ms-input-placeholder {
  color: #353c40;
}
.subscribe-input:-moz-placeholder {
  color: #353c40;
}
/*<============== brand home page css start==============>*/
.tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.tab {
  cursor: pointer;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.mega-menu li.active {
  text-decoration: underline;
  background: linear-gradient(
    to right,
    rgba(191, 191, 191, 0.8),
    rgba(147, 152, 155, 0.3),
    rgba(124, 124, 124, 0)
  );
}
.mega-menu li.active a {
  color: #212628 !important;
  font-weight: 500 !important;
}
.brand-template-default .banner-imageSld img,
.industry-template-default .banner-imageSld img {
  width: 100%;
  max-width: 100%;
  height: 900px;
  object-fit: cover;
  position: relative;
}
.brand-template-default .top-banner-contant .content,
.industry-template-default .top-banner-contant .content {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: 44px;
  left: 0;
}
.brand-detail {
  z-index: 0;
  position: relative;
}
.brand a {
    margin: 0 !important;
}
.brand-info a {
    display: inline-block;
}
.brand-template-default .content .post-content,
.industry-template-default .content .post-content {
  margin-bottom: 50px;
  max-width: 938px;
}
.brand-detail:after {
  content: "";
  position: absolute;
  background: radial-gradient(
    28.15% 63.07% at 80.46% 73.58%,
    rgba(51, 60, 65, 0.1) 0%,
    rgba(51, 60, 65, 0.05) 100%
  );
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.rtl .brand-detail:after {
  content: "";
  position: absolute;
  background: radial-gradient(
    28.15% 63.07% at 95% 70%,
    rgba(51, 60, 65, 0.1) 0%,
    rgba(51, 60, 65, 0.05) 100%
  );
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.brand-detail:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    #21272b 0%,
    #21272b 15%,
    rgba(33, 39, 43, 0.8) 53.23%,
    rgba(33, 39, 43, 0.05) 100%
  );
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.rtl .brand-detail:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    270deg,
    #21272b 0%,
    #21272b 15%,
    rgba(33, 39, 43, 0.8) 53.23%,
    rgba(33, 39, 43, 0.05) 100%
  );
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.brand-template-default .post-breadcrumbs, .product-template-default .post-breadcrumbs, .brand-template-default .post-breadcrumbs a, .product-template-default .post-breadcrumbs a, .industry-template-default .post-breadcrumbs, .industry-template-default .post-breadcrumbs a {
    color: #b7c2c8;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.product-template-default .post-breadcrumbs{
  margin-bottom: 0;
}
.brand-template-default .post-logo-keywords,
.industry-template-default .post-logo-keywords {
  display: flex;
  align-items: end;
  gap: 25px;
  margin-bottom: 25px;
}
.brand-template-default .tabs,
.industry-template-default .tabs {
  display: flex;
  gap: 34px;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 52px;
  max-width: 1450px;
  margin: 0 auto;
}
.brand-template-default .content .post-keywords,
.industry-template-default .content .post-keywords {
  color: #23272a;
  background-color: #b7c2c880;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 14px;
}
section.bradn-logos {
  background-color: #333c41;
  padding-top: 63px;
}
.brdand-product-value h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.brand-template-default .brand-tag, .industry-template-default .brand-tag {
    padding: 44px;
    border: 1px solid #465055;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
}
.brand-template-default .tab.active .brand-tag,
.industry-template-default .tab.active .brand-tag {
  background-color: #b7c2c826;
}
.brand-template-default .tab h5,
.industry-template-default .tab h5 {
  margin-top: 20px;
  text-align: center;
  color: #b7c2c8;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.brand-template-default .tab,
.industry-template-default .tab {
  text-align: center;
}
.brand-template-default .tab p,
.industry-template-default .tab p {
  color: #b7c2c8;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #21262880;
  border-radius: 10px;
  margin-top: 10px;
  max-width: 112px;
  margin: 10px auto 0 auto;
}
.brand-template-default .email-subscribe-section,
.industry-template-default .email-subscribe-section {
  margin-top: 0;
}
.brand-template-default .hero-slider,
.industry-template-default .hero-slider {
  margin-bottom: 0;
}
.brand-template-default .tab-content.active,
.industry-template-default .tab-content.active {
  position: relative;
  z-index: 1;
  margin-top: -25px;
  background-color: #22282b;
  padding-bottom: 80px;
}
.brand-template-default .post-logo,
.industry-template-default .post-logo {
  max-width: 223px;
}
.tab-content.active .row {
  padding-bottom: 80px;
  padding-top: 80px;
}
.tab-content.active .container {
  border-bottom: 1px solid rgba(68, 78, 82, 1);
}

.brand-template-default .tab-content.active > .container,
.industry-template-default .tab-content.active > .container {
  width: calc(100% - 80px);
  max-width: 1240px;
  padding: 0;
}
.row.products-slider.slick-initialized.slick-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tab-right-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.tab-detail-content p {
  color: #b7c2c8;
  max-width: 636px;
  line-height: 30px;
}
.tab {
  position: relative;
}
.tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
  width: 0;
  height: 0;
  border-left: 50.15px solid transparent;
  border-right: 49.15px solid transparent;
  border-top: 59.88px solid #333c41;
}
.tab-detail-content p.category-keywords {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.tab-detail-content h2 {
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  font-weight: 500;
  margin-bottom: 25px;
}
.brand-logo-img {
  margin-top: 25px;
  margin-bottom: 25px;
}
.row.products-slider.slick-initialized.slick-slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}
.card.slick-slide {
  padding: 0 15px;
  background-color: transparent !important;
  border: unset !important;
  height: auto;
  display: flex;
  flex-direction: column;
}
.card.slick-slide .card-wrapper {
  flex: 1 1 auto;
  height: 100%;
  background-color: #333c41;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* .card.slick-slide img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: auto;
} */
.brand-product-box {
  background-color: #333c41;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 40px 36px 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.products-slider .brand-product-box .view_more_btn {
  margin-top: auto;
}
.products-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.brand-product-box .title h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
img.post-logo {
  filter: invert(100%) brightness(1000%) saturate(0%);
}
.brand-logo-img img {
  filter: invert(100%) brightness(1000%) saturate(0%);
  max-width: 150px;
}
.brand-product-box .desc p {
  color: #b7c2c8;
  margin-bottom: 0;
}
.specs {
  margin-top: 30px;
}
.specs p {
  color: #b7c2c8;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.brdand-product-value strong {
  color: #b7c2c8;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 400 !important;
  line-height: 25px;
}
.view_more_btn.vc_btn3-left a {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 20px !important;
  position: relative;
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  background-image: none;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  margin-top: 30px;
  border-radius: 2em;
  border: 1px solid #b7c2c8;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.view_more_btn.vc_btn3-left a::after {
  content: "";
  background-image: url(assets/images/right-side-arrow.svg);
  width: 50px;
  top: 17px;
  height: 20px;
  background-repeat: no-repeat;
  left: auto;
  right: 35px;
  display: inline-block;
  background-size: contain;
  background-position: top;
}
.view_more_btn.vc_btn3-left {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.view_more_btn.vc_btn3-left a:hover {
  background-color: #fff !important;
  color: #333c41 !important;
  text-decoration: unset;
}
.see_more_btn.vc_btn3-left a:hover {
  opacity: 0.7;
  text-decoration: unset;
  background-color: unset;
}
.products-slider button.slick-prev.slick-arrow::before,
.slider-arrow button.slick-prev.slick-arrow::before {
  position: absolute;
  z-index: 9;
  background: url(./assets/images/left.svg) no-repeat !important;
  background-size: contain !important;
  width: 17px !important;
  height: 16px !important;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}
button.slick-next.slick-arrow:hover {
  background: #fff;
}
button.slick-next.slick-arrow:hover:before {
  filter: invert(100%) brightness(0%);
}
button.slick-prev.slick-arrow:hover {
  background: #fff;
}
button.slick-prev.slick-arrow:hover:before {
  filter: invert(100%) brightness(0%);
}
.products-slider button.slick-next.slick-arrow::before,
.slider-arrow button.slick-next.slick-arrow::before {
  position: absolute;
  z-index: 9;
  background: url(./assets/images/left.svg) no-repeat !important;
  background-size: contain !important;
  width: 17px !important;
  height: 16px !important;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  bottom: 0;
  transform: rotate(180deg) translate(50%, 50%) !important;
}
.products-slider button.slick-prev.slick-arrow,
.slider-arrow button.slick-prev.slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 46.5%;
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 23px;
  transform: translate(-54.5%, -50%);
}
.products-slider button.slick-next.slick-arrow,
.slider-arrow button.slick-next.slick-arrow {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 47%;
  border: 1px solid #ffffff;
  border-radius: 24px;
  padding: 23px;
  transform: translate(-53%, -50%);
}
.slider-arrow > button {
  position: relative !important;
  width: 30px;
  height: 30px;
  transform: unset !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  bottom: unset !important;
}
.slider-arrow {
  display: flex;
  justify-content: center;
  gap: 23px;
}
.cardImg {
  position: relative;
  overflow: hidden;
  padding-top: 68.871%;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cardImg-link {
  display: block;
  inset: 0;
  position: absolute;
}
.cardImg img {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100% !important;
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
}
.category-products-list {
  position: relative;
}
.row.products-slider.slick-initialized.slick-slider .slick-list.draggable:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 20%;
  height: 100%; 
  background: linear-gradient(90deg, #22282b 0%, rgba(34, 40, 43, 0) 100%);
  z-index: 1;
  transform: rotate(180deg);
}
.row.products-slider.slick-initialized.slick-slider .slick-list.draggable:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #22282b 0%, rgba(34, 40, 43, 0) 100%);
}
.row.products-slider.slick-initialized.slick-slider .slick-list.draggable:hover::after{
  pointer-events: none;
}
.row.products-slider.slick-initialized.slick-slider .slick-list.draggable:hover::before{
  pointer-events: none;
}
.map-detail{
    margin-top: 30px;
}
/*<============== blog page page css start==============>*/
.blog h1.page_title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
  transform: translate(0, -50%);
  font-weight: 600;
}
.blog .banner-top img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.blog-box {
  padding-top: 85px;
}
.navigation.pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nav-links {
  display: inline-flex;
  gap: 8px;
}
.page-numbers {
  display: inline-block;
  padding: 8px 14px;
  color: #fff;
  background-color: #333c41;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background-color: #4a555b;
  text-decoration: unset;
  color: #fff;
}
.page-numbers:focus {
  color: #fff !important;
}
.page-numbers.current {
  color: #333c41;
  background-color: #fff;
  border: 1px solid #333c41;
  font-weight: bold;
  pointer-events: none;
}
.product-template-default .post-brand-logo img {
  max-width: 223px;
}
.news-article {
  padding: 140px 0 80px;
}
body.single-post header.top_header.no_banner {
  background: rgba(33, 39, 43, 0.92);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.news-article__content {
  max-width: 960px;
  margin: 0 auto;
}
.news-article__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  color: #212628;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.news-article__back:hover {
  color: #333c41;
  text-decoration: none;
  opacity: 0.75;
}
.news-article__header {
  margin-bottom: 28px;
}
.news-article__title {
  margin: 0 0 12px;
  color: #212628;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.15;
}
.news-article__date {
  display: block;
  color: #909396;
  font-size: 16px;
  line-height: 1.5;
}
.news-article__hero {
  position: relative;
  margin: 0 0 36px;
}
.news-article__hero-slider {
  overflow: hidden;
  border-radius: 16px;
}
.news-article__hero-slide {
  outline: none;
}
.news-article__hero-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  text-align: center;
  pointer-events: none;
}
.news-article__hero-dots .slick-dots {
  position: static;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-article__hero-dots .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.news-article__hero-dots .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  font-size: 0;
  line-height: 0;
}
.news-article__hero-dots .slick-dots li button:hover,
.news-article__hero-dots .slick-dots li button:focus {
  outline: none;
}
.news-article__hero-dots .slick-dots li button::before {
  display: none;
}
.news-article__hero-dots .slick-dots li.slick-active button {
  background: rgba(255, 255, 255, 0.05);
}
.news-article__hero-dots .slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transform: translate(-50%, -50%);
}
.news-article__hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.news-article__body {
  color: #212628;
  font-size: 16px;
  line-height: 1.75;
}
.news-article__body p,
.news-article__body li {
  font-size: 16px;
  line-height: 1.75;
}
.news-article__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e4e7ea;
}
.news-article__nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #212628;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.news-article__nav a:hover {
  color: #333c41;
  text-decoration: none;
  opacity: 0.75;
}
.news-article__nav-prev {
  flex: 1 1 auto;
}
.news-article__nav-next {
  flex: 1 1 auto;
  text-align: end;
}
body.rtl .news-article__nav-next {
  text-align: start;
}
.single_blog .post-meta p {
  font-size: 12px;
  color: #b0b0b0;
  margin-top: 0;
}
.single_blog_container {
  padding-top: 50px;
}
h1.page_title .post-meta p {
  color: #fff;
  margin-top: 10px;
}
.post-meta p {
  font-size: 12px;
  color: #b0b0b0;
}
.blog-box .post-title {
  margin-top: 0;
}
.related_post .post-title {
  margin-top: 0;
}
.related_post-container {
  padding-top: 50px;
}
.related_post h4.text-center {
  font-size: 30px;
  text-align: left !important;
  margin-bottom: 30px;
}
.single_blog p {
  font-size: 16px;
}
.single_blog h2 {
  font-size: 35px;
}
.single_blog h3 {
  font-size: 30px;
}
.single_blog h4 {
  font-size: 25px;
}
.single_blog h5 {
  font-size: 20px;
}
.single_blog h6 {
  font-size: 18px;
}
.single_blog li {
  font-size: 16px;
  list-style: none;
  line-height: 20px;
}
.error404 h1.page-title.text-center {
    font-size: 35px;
}
section.error-404.not-found.container {
    margin-top: 50px;
}
.product-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: clamp(32px, 4vw, 80px);
}
.product-buttons a.btn.request-price-btn {
    background-color: #333C41;
    color: #fff !important;
    border-color: #333C41;
}
.product-buttons a.btn.request-price-btn:hover {
  color: #333c41 !important;
  background-color: transparent !important;
  border-color: #333c41;
}
.page-content.text-center a {
    background-color: #333c41;
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 15px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    justify-content: center;
    max-width: 230px;
    margin: 0 auto;
}
.page-content.text-center a:hover{
  opacity: 0.8;
  text-decoration: unset;
}
body.rtl .related_post h4.text-center {
  text-align: right !important;
}

/*<============== prodduct page page css start==============>*/
section.hero.brand-hero-banner {
  position: relative;
}
.product-content {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 60px;
}
.product-crumb-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-details .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.product-details .header-text {
  flex: 1;
  min-width: 0;
}
.product-details-logo {
  flex-shrink: 0;
}
.product-details-logo img {
  display: block;
  max-width: 223px;
  width: 100%;
  height: auto;
}
.product-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
section.product-compare {
  background-color: #e6e9eb;
  padding: 100px 0;
}
.brand-detail img {
  width: 100%;
  height: auto;
}
.product-template-default .brand-detail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
body.rtl.product-template-default .brand-detail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product-compare-detail p {
  font-size: 18px;
  color: #909396;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.product-template-default .complementary-products-section .complementary-section-subheading {
  font-size: 20px;
  color: #909396;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: none;
}
.compare-text h4 {
  font-size: 41px;
  font-weight: 500;
  max-width: 640px;
  margin-bottom: 43px;
}
.compare-text p {
  color: #0e181e;
  font-size: 16px;
  line-height: 30px;
  max-width: 590px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.compare-text li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.product-img {
  height: 100%;
}
.compare-text ul {
  margin-bottom: 0;
}
.compare-text br {
  display: none;
}
.product-card.row {
  --product-gallery-frame-height: clamp(260px, 28vw, 400px);
  background-color: #f3f3f3;
  padding: 50px 35px;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
}
.product-details h1 {
  font-size: clamp(50px, 4.5vw + 20px, 80px);
  color: #22282b;
  margin-top: 0;
  margin-bottom: 20px;
}
.product-details h3 {
  font-size: clamp(25px, 2vw + 14px, 40px);
  color: #333c41;
  font-weight: 300;
}
.product-specs {
  background-color: #fff;
  padding: 26px 40px;
  margin-top: clamp(32px, 4vw, 80px);
  border-radius: 10px;
}
.box-spec {
  display: flex;
  gap: 40px;
  width: 100%;
}
.box-spec .spec:not(:last-child) {
  border-right: 1px solid #bdc1c8;
}
body.rtl .box-spec .spec:not(:first-child) {
  border-left: 1px solid #bdc1c8;
}
body.rtl .box-spec .spec:last-child {
  border-left: unset;
}
.box-spec .spec {
  padding-right: 26px;
  width: 100%;
}
.spec h6 {
  font-size: 20px;
  font-weight: 500;
  color: #22282b;
}
.spec small {
    font-size: 12px;
    color: #606060;
    font-weight: 500;
    text-transform: uppercase;
}
.product-buttons a {
  font-size: 17px;
  line-height: 20px;
  color: #333c41 !important;
  border: 1px solid #b7c2c8;
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16.5px 24.5px;
  font-weight: 600;
  margin-top: 0;
  white-space: nowrap;
}
.product-buttons a.btn.whatsapp-btn {
  color: #25d366 !important;
  border-color: #25d366;
}
.product-buttons a .whatsapp-icon {
  flex-shrink: 0;
}
.main-image.product-main-image-box img {
  max-width: 100%;
  max-height: var(--product-gallery-frame-height, 400px);
  border-radius: 10px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.main-image.product-main-image-box .slick-list {
  min-height: var(--product-gallery-frame-height, 400px);
  height: var(--product-gallery-frame-height, 400px);
}
.main-image.product-main-image-box .slick-track {
  min-height: var(--product-gallery-frame-height, 400px);
  height: var(--product-gallery-frame-height, 400px);
}
.main-image.product-main-image-box .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: var(--product-gallery-frame-height, 400px);
  height: var(--product-gallery-frame-height, 400px);
}
.main-image.product-main-image-box .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main-image.product-main-image-box .slick-slide .uk-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-gallery {
  max-width: min(100%, 465px);
}
.thumbnail-gallery img {
  height: 68px;
  object-fit: cover;
}
.videothumbBox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.videothumbBox:before {
  content: "";
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.videothumbBox .feather-play-circle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
}
.thumbnail-gallery.product-nav-image-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.thumbnail-gallery.product-nav-image-box::-webkit-scrollbar {
  display: none;
}
.thumb-box {
  background-color: #fff;
  flex: 0 0 72px;
  width: 72px;
  padding: 5px;
  margin: 0;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0.7;
  transition: opacity 0.3s ease, border-color 0.3s;
  cursor: pointer;
  border: 1px solid #dee2e7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbnail-gallery .thumb-box img {
  width: 100%;
  height: 57px;
  object-fit: cover;
  border-radius: 5px;
}
.thumbnail-gallery .thumb-box.is-active,
.thumbnail-gallery .thumb-box:hover {
  opacity: 1;
  border-color: #333c41;
}
.overview-products {
  background-color: #333c41;
  padding-top: 100px;
  padding-bottom: 100px;
}
.overview-img-media {
  align-items: center;
  aspect-ratio: 16 / 10;
  background: #1a1f22;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.overview-img-media img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
  width: auto;
}
.overview-img {
  background-color: #22282b;
  padding: 40px;
  border: 1px solid #444e52;
  border-radius: 14px;
}
.overview-img h4 {
  color: #b7c2c8;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 43px;
  margin-bottom: 20px;
}
.overview-tab .tab-button.active .tab-button span.title {
  color: #fff !important;
}
.overview-img p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  max-width: 775px;
  margin-bottom: 0;
}
.desc br {
  display: none;
}
.overview-img {
  max-width: 900px;
}
.overview-tab {
  display: block;
  max-width: 500px;
  border: 1px solid #444e52;
  border-radius: 14px;
}
.compare-text ul {
  padding-left: 30px;
}
.overview-tab button.tab-button {
    width: 100%;
    background: transparent;
    border: unset;
    padding: 21px 17px 21px 17px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    cursor: pointer;
}
.overview-tab button.tab-button::after {
  content: "";
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 0;
  height: 1px;
  background-color: #444e52;
}
.overview-tab button.tab-button:last-child::after {
  display: none;
}
.overview-tab button.tab-button:last-child {
  border-bottom: unset;
}
.overview-products button.tab-button.active:last-child {
  border-bottom-left-radius: 14px;
}
.overview-products button.tab-button.active:first-child {
  border-top-left-radius: 14px;
}
.overview-products .col-md-4 {
  -ms-flex: 0 0 36.333333%;
  flex: 0 0 36.333333%;
  max-width: 36.333333%;
}
.overview-products .col-md-8 {
  -ms-flex: 0 0 63.666667%;
  flex: 0 0 63.666667%;
  max-width: 63.666667%;
}
.overview-products .tab-button span.title {
  color: #b7c2c8;
  font-size: 18px;
  font-weight: 700;
}
.overview-products .tab-button span.desc {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #b7c2c8;
  margin-top: 7px;
}
.overview-products .tab-button.active span.title {
  color: #fff;
}
.overview-products .tab-button .text-box {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.overview-products button.tab-button.active {
  background: RGBA(68, 78, 82, 1);
  background: linear-gradient(
    270deg,
    rgb(68 278 82 / 0%) 0%,
    rgb(68 268 82 / 0%) 20%,
    rgb(68 78 82) 100%
  );
}
section.specifications-product {
  background-color: #21272b;
  padding: 60px 0 87px 0;
}
.product-title-download {
  text-align: center;
}
.product-title-download h4 {
  color: #fff;
  font-size: 41px;
  font-weight: 500;
}
.download-btn a {
  color: #0e181e;
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  padding: 18px 0;
  border-radius: 80px;
  position: relative;
  width: 100%;
  padding-left: 30px;
  max-width: 230px;
}
.download-btn a::before {
  content: "";
  background-image: url(assets/images/Download-f.svg);
  width: 32px;
  top: 12px;
  height: 32px;
  background-repeat: no-repeat;
  left: 15px;
  right: auto;
  display: inline-block;
  background-size: contain;
  background-position: top;
  position: absolute;
}
.download-btn a:hover {
  text-decoration: unset;
  opacity: 0.7;
}
.download-btn {
  margin-top: 0;
  margin-bottom: 50px;
}
section.specifications-product .row {
  border-bottom: 1px solid #657378;
  margin: 0px;
}
.view-full-media-button {
  position: absolute;
  left: auto;
  right: 21px;
  z-index: 9;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 23px;
}
.spec-tabs {
  display: flex;
  gap: 50px;
  margin-top: 0;
  flex-wrap: wrap;
}
.multiple-spec .tab {
  color: #b7c2c8;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.multiple-spec .tab.active {
  color: #ffffff;
  border-bottom: 4px solid #fff;
  padding-bottom: 14px;
}
.multiple-spec .tab.active::after {
  display: none;
}
.specifications-product .card {
  color: #b7c2c8;
  background-color: transparent !important;
}
.specifications-product .accordion {
  margin-top: 30px;
}
.specifications-product .card-head {
  background: transparent;
  transition: background 0.3s ease;
  position: relative;
}
.specifications-product .card-head h2[aria-expanded="true"] {
  background: linear-gradient(
    90deg,
    #495359 0%,
    rgba(73, 83, 89, 0.8) 54.23%,
    rgba(73, 83, 89, 0.3) 73.73%,
    rgba(73, 83, 89, 0.2) 100%
  ) !important;
  border-top-left-radius: 8px;
}
.specifications-product .card-head h2 {
  background: transparent !important;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 27px 23px;
}
.specifications-product .card-head h2:after {
  content: "";
  display: inline-block;
  height: 26px !important;
  background: url(assets/images/CaretCircleRight-r.svg) no-repeat center !important;
  width: 26px;
}
.specifications-product .card-head h2[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.specifications-product .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.acord-detail {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #657378;
}
.acord-detail:last-child {
  border-bottom: none;
}
.specifications-product .card {
  border: 1px solid #444e52 !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.acord-detail p {
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}
.product-buttons a.btn.specs:hover,
.product-buttons a.btn.call-now:hover {
  background-color: #333c41 !important;
  color: #fff !important;
  border-color: #333c41;
}
.product-buttons a.btn.whatsapp-btn:hover {
  background-color: #25d366 !important;
  color: #fff !important;
  border-color: #25d366;
}
.des-spec p {
  color: #fff;
  margin-top: 30px;
  line-height: 22px;
}
.product-template-default .email-subscribe-section {
  margin-top: 0;
}
.attach a {
  color: #0e181e;
  background-color: #fff;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  padding: 18px 20px;
  border-radius: 80px;
  position: relative;
  width: 100%;
  max-width: 230px;
  text-align: center;
  max-width: max-content;
}
.attach a:hover {
  text-decoration: unset !important;
  opacity: 0.7;
}
.attach {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}
.review {
  color: #fff;
  margin-top: 30px;
}
.review div.wpcr3_review_item div.wpcr3_item_name {
  font-style: normal !important;
  color: #b7c2c8;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
}
div.wpcr3_review div.wpcr3_review_author {
  font-size: 14px;
}
div.wpcr3_review div.wpcr3_review_title {
  font-size: 16px;
  margin-top: 10px;
}
span.wpcr3_aggregateRating_reviewCount {
  font-size: 14px;
}
div.wpcr3_review div.wpcr3_review_datePublished {
  font-size: 14px;
  color: #b7c2c8;
}
.review span.wpcr3_aggregateRating_overallText {
  color: #fff;
}
.review .wpcr3_button_1.wpcr3_show_btn {
  color: #0e181e;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 10px;
  border-radius: 80px;
  position: relative;
  width: 100%;
  max-width: 230px;
  text-align: center;
  border: unset;
  margin-bottom: 30px;
}
.review .wpcr3_button_1.wpcr3_show_btn:hover {
  opacity: 0.7;
  border-color: transparent !important;
  border: unset;
}
.review
  .wpcr3_check_confirm
  input[type="checkbox"].wpcr3_fconfirm2:checked
  + label::before {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}
.review{
  margin-top: 0;
}
.review-form.custom {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 100px;
}
.review input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: 20px;
  height: 20px;
}
.page-template-default .email-subscribe-section {
    margin-top: 0;
}
.review{
    padding-bottom: 50px;
}
.review .wpcr3_respond_2 .wpcr3_check_confirm label {
  margin: 0px 0px 20px 0px;
  display: flex !important;
  align-items: center;
}
.review .wpcr3_leave_text {
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
}
.review .wpcr3_table_2 td {
  text-align: left;
  width: 0;
}
.review .wpcr3_div_2 {
  background-color: #21272b;
  padding: 30px;
  border-radius: 8px;
  max-width: 700px;
  color: #b7c2c8;
  padding-left: 0;
}
.review .wpcr3_table_2 label.comment-field {
  color: #b7c2c8;
  font-weight: 600;
  font-size: 14px;
}
.wpcr3_table_2 input[type="text"],
.wpcr3_table_2 textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #b7c2c8;
  padding: 8px 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  margin: 5px 0 15px;
}
.wpcr3_table_2 textarea {
  resize: vertical;
}
.review .wpcr3_button_1:hover {
  background-color: #b7c2c8;
  color: #21272b;
  border-color: transparent;
}
.wpcr3_rating_stars .wpcr3_rating_style1_score > div {
  color: #ffd700;
  font-size: 20px;
  cursor: pointer;
}
.wpcr3_check_confirm label {
  font-size: 13px;
  color: #b7c2c8;
}
.wpcr3_button_1 {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #b7c2c8;
  color: #000;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  font-size: 14px;
}
div.wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response {
  margin-left: 0;
  color: #fff;
}
.wpcr3_button_1:hover {
  background-color: #b7c2c8;
  color: #21272b;
}
.tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.tab {
  cursor: pointer;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.accordion {
  margin-top: 89.5px;

  .card {
    border: none;
    margin-bottom: 30px;

    h2 {
      background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png)
        no-repeat calc(100% - 10px) center;
      background-size: 20px;
      cursor: pointer;
      font-size: 18px;

      &.collapsed {
        background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
      }
    }

    &-body {
      padding-left: 0;
      padding-right: 0;
    }
  }
}
.tab-button span.title {
  font-weight: bold;
  display: block;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}
.review-form {
  margin-top: 30px;
  max-width: 850px;
}
.review-form .quform-label > label {
  color: #b7c2c8 !important;
  margin-bottom: 0;
  line-height: 30px;
}
.review-form input {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #b7c2c8 !important;
  padding: 8px 10px !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  margin: 5px 0 15px !important;
}
.quform-label.quform-label-2_21.quform-label-inside {
  padding-left: 5px;
}
span.select2-selection.select2-selection--single {
  padding: 5px 10px;
}
.review-form label.quform-sub-label.quform-sub-label-below {
  display: none;
}
.review-form .quform .quform-field-textarea {
  background-color: transparent !important;
  border: 1px solid #b7c2c8 !important;
  color: #fff !important;
  resize: vertical !important;
}
.review-form span.select2-selection.select2-selection--single {
  border: 1px solid #b7c2c8 !important;
}
.contact-us
  .select2-container--quform
  .select2-selection
  .select2-selection__rendered {
  padding-left: 5px;
  color: #212628 !important;
}
.review-form .quform-form-title {
  color: #fff;
  margin-bottom: 20px;
}
.review-form .quform-2 .quform-button-submit button .quform-button-text,
.quform-2
  .quform-element-submit.quform-button-style-theme
  .quform-button-submit
  button
  .quform-button-text {
  color: #333c41;
}
.wpcr3_rating_style1_base {
  background: url(assets/images/star.png) 0 0 no-repeat !important;
  width: 85px;
  height: 17px;
  line-height: 17px;
  float: left;
  padding-right: 4px;
  overflow: hidden;
  display: block;
}
.review-form
  .quform-2.quform-theme-hollow
  .quform-group-style-bordered
  > .quform-spacer
  > .quform-child-elements,
.quform-2.quform-theme-hollow
  .quform-group-style-bordered
  > .quform-child-elements {
  border: 2px solid transparent;
  padding: 15px 0 0 0;
}
.review-form
  .quform-theme-hollow
  .quform-group-style-bordered
  > .quform-child-elements,
.quform-theme-hollow
  .quform-group-style-bordered
  > .quform-spacer
  > .quform-child-elements {
  background-color: transparent;
}
.review-form
  .quform-2.quform-theme-hollow
  .quform-group-style-bordered
  > .quform-spacer
  > .quform-group-title-description {
  background-color: transparent;
  padding-left: 0;
}
.review-form .quform .quform-element {
  margin-top: 0;
}
.review-form .quform-spacer {
  color: #b7c2c8;
}
.review-form .quform-spacer a {
  color: #fff !important;
}
.review-form .qicon-keyboard_arrow_down:before, .select2-container--quform
  .select2-selection--multiple
  .select2-selection__rendered:before, .review-form .select2-container--quform .select2-selection__arrow b:before {
    filter: invert(1000) !important;
}
.review-form .quform-spacer span {
  font-size: 16px !important;
  line-height: 22px;
}
.review-form .quform-form-description {
  color: #fff;
}
.review-form .quform-label > label > .quform-required {
  color: #fff !important;
}
.review-form button.quform-submit {
  color: #0e181e !important;
  background-color: #fff !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  padding: 10px 20px !important;
  border-radius: 80px !important;
  position: relative !important;
  width: 100%;
  max-width: 200px !important;
  text-align: center;
  border: unset !important;
}
.search .see_more_btn.vc_btn3-left a {
    background-color: transparent !important;
    color: #b7c2c8 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    position: relative;
    width: 100%;
    max-width: 200px;
    padding-right: 0;
    font-weight: 600;
    background-image: none;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    padding-left: 0;
    display: inline-block;
}
.search .see_more_btn.vc_btn3-left a:after {
    content: "";
    position: absolute;
    background-image: url(assets/images/right-side-arrow.svg);
    width: 50px;
    top: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: auto;
    right: 0;
    background-size: 30px;
}
.search .col-md-4 {
    margin: 20px 0;
}
.blog .page_banner {
  position: relative;
}
.review-form button.quform-submit:hover {
  opacity: 0.7;
}
.review-form
  .quform-button-submit.quform-button-submit-default.quform-button-submit-1_2 {
  width: 100%;
}
.review-form .quform-description {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  color: #b7c2c8;
}
.quform-2 .quform-spacer,
.quform-2 .quform-element-group.quform-group-style-bordered > .quform-spacer,
.quform-2 .quform-group-style-bordered > .quform-child-elements {
  padding-bottom: 0;
}
.quform-input {
  position: relative;
  max-width: 100%;
  margin: 0 0 0px 0;
}
.review-form .quform-spacer {
  padding: 0 0 15px 0;
  margin: 0 0 0 0;
}
.review-form .quform-captcha-image {
  margin-top: 10px;
}
.product-compare-detail {
  padding-left: 50px;
}
.about-misson {
    margin: 30px 0 !important;
    align-items: center;
}
.about-left-column h5 {
    font-size: 23px;
    color: #333c41;
    font-weight: bold;
}
.about-left-column p {
    color: #b0b0b0;
    line-height: 30px;
    font-size: 18px;
}
.about-right-side {
    position: relative;
}
.misson-detail {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    color: #fff;
    padding: 0px 15px;
}
.misson-detail .wpb_wrapper {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px 0;
}
.misson-detail p {
    max-width: 670px;
    font-size: 14px;
    margin: 0 auto;
}
.about-right-side img{
  width: 100%;
  border-radius: 10px;
}
/*<============== privacy policy page css start==============>*/
h1.page_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transform: translate(0px, -50%);
    margin-bottom: 0;
    font-weight: 600;
}
.page_banner.no_banner-image {
    position: relative;
}
/* Search results hero - one third of default banner height */
.search-results-banner .banner-top,
body.search .page_banner .banner-top {
  max-height: 196px;
  overflow: hidden;
}
.search-results-banner .banner-top img,
body.search .page_banner .banner-top img {
  width: 100%;
  height: 196px;
  max-height: 196px;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}
.privacy-policy .detail-wrap {
    padding-top: 50px;
    padding-bottom: 35px;
}
.privacy-policy h3 {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.privacy-policy h5{
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-policy li{
  line-height: 20px;
  margin-bottom: 10px;
}
p.site-info a {
    color: #000;
    line-height: 35px;
}
.rtl .ar-policy {
    padding-top: 50px;
    padding-bottom: 35px;
}
.rtl .ar-policy h3{
  font-size: 23px;
}
.rtl .vc_tta-panels > br {
    display: none;
}
.rtl .vc_tta.vc_general .vc_tta-title-text:not(:empty):not(:first-child), .vc_tta.vc_general .vc_tta-title-text:not(:empty)~* {
    margin-right: 14px;
}
/*<============== terms and condtions page css start==============>*/
.terms-conditions {
    padding-top: 50px;
    padding-bottom: 50px;
}
.terms-conditions h3 {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.terms-conditions h5{
  font-weight: bold;
  margin-bottom: 10px;
}
.terms-conditions li{
  line-height: 20px;
  margin-bottom: 10px;
}
.terms-conditions h3:first-of-type {
    margin-top: 0;
}
/*<============== contact page css start==============>*/
.review-form.custom input {
    width: 100%;
    background-color: transparent !important;
    border: 1px solid #b7c2c8 !important;
    padding: 8px 10px !important;
    color: #212628 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    margin: 0 0 15px !important;
}
.review-form.custom .qicon-keyboard_arrow_down:before, .select2-container--quform
  .select2-selection--multiple
  .select2-selection__rendered:before, .review-form.custom .select2-container--quform .select2-selection__arrow b:before {
    filter: invert(0) !important;
}
.review-form.custom span.select2-selection.select2-selection--single {
    border: 1px solid #b7c2c8 !important;
    height: 39px;
}
.contact-us .quform .quform-field-textarea {
    background-color: transparent !important;
    border: 1px solid #b7c2c8 !important;
    color: #212628 !important;
    resize: vertical !important;
}
.quform-theme-hollow .select2-container--quform .select2-search--inline .select2-search__field {
visibility: hidden;
}
.review-form .quform-2.quform-theme-hollow .select2-container--quform .select2-selection, .quform-2-timepicker.quform-theme-hollow.quform-timepicker.k-list-container.k-popup, .quform-2.quform-theme-hollow .quform-field-text, .quform-2.quform-theme-hollow .quform-field-captcha, .quform-2.quform-theme-hollow .quform-field-password, .quform-2.quform-theme-hollow .quform-field-textarea, .quform-2.quform-theme-hollow .quform-field-email, .quform-2.quform-theme-hollow .quform-field-date, .quform-2.quform-theme-hollow .quform-field-time, .quform-2.quform-theme-hollow .quform-field-select, .quform-2.quform-theme-hollow .quform-field-multiselect{
  border: 1px solid #b7c2c8 !important;
}
.details-contact {
    background: #333C41;
    padding: 70px 30px 70px 30px;
    border-radius: 10px;
    color: #fff;
    height: 100%;
}
.details-contact h3 {
  margin-bottom: 25px;
  color: #fff;
}
.info-block {
    margin-bottom: 30px !important;
}
.info-block h6 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
    font-size: 18px;
}
.info-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}
.icon {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}   
.icon img {
    width: 25px;
    height: 25px;
}
.info-flex p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.request-form h3 {
    font-size: 40px;
    color: #212628;
    max-width: 640px;
    margin-bottom: 15px !important;
}
.request-form  p {
    color: #212628;
    font-weight: 400;
    margin-bottom: 15px !important;
}
.request-form button.quform-submit{
  background-color: #333C41 !important;
}
.email-subscribe-section .quform-success-message {
    max-width: 797px;
    margin: 0 auto;
}
.request-form button.quform-submit span{
 color: #fff !important;
}
.request-form .quform-element-submit>div {
    width: 100%;
    margin-bottom: 0;
}
.request-form  .quform .quform-element {
    margin-top: 0;
    margin-bottom: 0;
}
.contact-us .request-form > .vc_column-inner {
    padding-top: 30px;
}
.get-in-touch .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    z-index: 1;
    height: 100%;
}
.get-in-touch .wpb_wrapper{
  height: 100%;
}
.info-block:last-child {
    margin-bottom: 0 !important;
}
.info-block a {
    color: #fff;
}
.info-flex br {
    display: none;
}
.map-detail .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
    background-color: #ffffff;
    padding: 20px 0;
}
.map-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a ,.map-detail .vc_tta.vc_general .vc_tta-panel-title>a{
    border-color: #b7c2c8 !important;
    background-color: transparent;
    color: #b7c2c8 !important;
    margin-bottom: 0;
    border: 1px solid #b7c2c8;
    align-items: baseline;
    display: flex;
    height: 100%;
    padding: 10px 15px;
    align-items: center;
}
.map-detail .vc_tta.vc_general .vc_tta-panel.map-locations.vc_active .vc_tta-panel-title>a{color: #fff !important;}
.map-detail  .vc_tta.vc_general .vc_tta-panel-heading{border: unset !important;}
.map-detail .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a,.map-detail .vc_tta-panel.map-locations.vc_active .vc_tta-panel-heading {
    border-bottom-color: transparent !important;
    background-color: #21272b !important;
    color: #fff !important;
}
.map-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
      border-bottom-color: transparent !important;
    background-color: #21272b !important;
    color: #fff !important;
}
.map-detail ul.vc_tta-tabs-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
    padding: 0;
    margin: 0 !important;
    row-gap: 20px;
}
.map-detail .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    max-width: 20%;
}
.map-detail .vc_tta.vc_tta-spacing-1 .vc_tta-tab a:after,.map-detail .vc_tta.vc_tta-spacing-1 .vc_tta-tab a:before {display: none !important;}

/*<============== faq page css start==============>*/
.faq-detail{
  padding: 100px 0;
  background-color: #21272b;
}
.faq-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: transparent !important;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.faq-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}
.faq-detail span.vc_tta-title-text {
    font-size: 18px;
}
.faq-detail .vc_tta-panel-body p {
    color: #b7c2c8;
}
.faq-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #b7c2c8;
    background-color: #21272b;
}
.faq-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
       color: #fff;
    background-color: #21272b;
}
.faq-detail .vc_tta.vc_tta-style-classic .vc_tta-panel-body, .vc_tta.vc_tta-style-classic .vc_tta-panel-heading, .vc_tta.vc_tta-style-classic .vc_tta-tab>a {
    border-width: 1px;
    border-color: #657378 !important;
    border-radius: 0 !important;
}
.faq-detail .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #fff !important;
}
.faq-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent !important;
}
.rtl .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    padding-right: 62px !important;
}
/*<============== about-us page css start==============>*/
.about-page{
  padding-top: 50px;
}
h3.vc_custom_heading.vc_do_custom_heading.about-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
.about-txt p {
    color: #909396;
    line-height: 25px;
}
.about-txt{
  margin: 20px 0 !important;
}
/*<============== arabic home page css start==============>*/
body.rtl {
  text-align: right;
  font-family: "Cairo", sans-serif;
}

body.rtl p {
  font-family: "Cairo", sans-serif;
}

body.rtl .hero-contact-detail {
  padding-left: 0 !important;
}

body.rtl .about-us-box h4 {
  font-size: 28px;
}

body.rtl
  .about-us-box.wpb_column.vc_column_container.vc_col-sm-4:nth-child(1)
  h2:before {
  background-image: url(assets/images/Wallet-d.svg);
}

.about-us-box.wpb_column.vc_column_container.vc_col-sm-4:nth-child(3)
  h2:before {
  background-image: url(assets/images/Bookmark-d.svg);
}

body.rtl .contact-text h6 {
  padding-left: 0;
  padding-right: 45px;
}
body.rtl .contact-text h6:before {
  left: auto;
  right: 0;
  width: 35px;
  height: 35px;
}
body.rtl p.service-title {
    left: 35px;
    right: auto;
}
body.rtl .vc_btn3-container.learn_more_btn.vc_btn3-left {
  text-align: right;
}

body.rtl .learn_more_btn.vc_btn3-left a:after {
  left: 15px;
  right: auto;
  transform: rotate(180deg);
}

body.rtl .learn_more_btn.vc_btn3-left a {
  padding-left: 45px;
  padding-right: 0 !important;
}

body.rtl .visit-our-blog-btn.vc_btn3-inline.vc_do_btn a:after {
  left: 0;
  right: auto;
  transform: rotate(180deg);
  height: 26px;
}

body.rtl .visit-our-blog-btn.vc_btn3-inline.vc_do_btn a {
  padding-left: 45px;
  padding-right: 0;
  text-align: start;
}

body.rtl .footer_social ul {
  justify-content: space-between !important;
  display: flex !important;
  gap: 25px;
  padding: 0;
}

body.rtl .vc_btn3-container.visit-our-blog-btn.vc_btn3-inline.vc_do_btn {
  float: left;
}

body.rtl .view_more_btn.vc_btn3-left a::after {
  transform: rotate(180deg);
}

body.rtl nav.navbar {
  padding-right: 0;
}

body.rtl .vc_btn3-container.visit-our-blog-btn.vc_btn3-inline.vc_do_btn {
  margin-bottom: 0 !important;
}

body.rtl .slider-arrow {
  flex-direction: row-reverse;
}

body.rtl .col-md-6.text-right {
  text-align: left !important;
}

body.rtl h5.footer-title {
  text-align: left;
}

.rtl .news-box {
  padding-right: 25px;
}

body.rtl p.footer-desc {
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}

body.rtl .footer-menu ul {
  padding-right: 0;
}

body.rtl a.subscribe-button {
  left: 15px;
  right: auto;
}

body.rtl a.subscribe-button img {
  transform: rotate(180deg);
}

body.rtl a.phone-btn {
  flex-direction: row-reverse;
}

body.rtl .overview-tab button.tab-button {
  padding: 17px 17px 21px 0px;
}

body.rtl .download-btn a::before {
  background-position: center;
  top: auto;
}

body.rtl .box-spec .spec:first-child {
  border-right: unset;
}

body.rtl .overview-products .tab-button .text-box {
  text-align: right;
}

body.rtl .box-spec .spec {
  padding-left: 0;
}

body.rtl .review .wpcr3_table_2 td {
  text-align: right;
  width: 0;
}

body.rtl .attach a {
  padding: 10px 20px;
}

.moboNav {
  display: none !important;
}
body.rtl .navbar-dark .navbar-brand {
  color: #fff;
  margin-right: 0;
}
body.rtl .vc_btn3-container.see_more_btn.vc_btn3-left {
  text-align: right;
}
body.rtl .see_more_btn.vc_btn3-left a:after {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
body.rtl .see_more_btn.vc_btn3-left a {
  background-color: transparent !important;
  color: #b7c2c8 !important;
  font-size: 17px !important;
  line-height: 20px !important;
  position: relative;
  width: 100%;
  max-width: 170px;
  padding-right: 15px;
  font-weight: 600;
  background-image: none;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  padding-left: 0;
  display: inline-block;
  text-align: right;
}
/*<============== arabic home page css end==============>*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 1500px) {
  a.phone-btn {
    width: var(--header-control-size);
    height: var(--header-control-size);
    padding: calc(var(--header-control-size) * 0.22);
    max-width: var(--header-control-size);
    border-radius: 50%;
    justify-content: center;
    flex-shrink: 0;
  }

  a.phone-btn span {
    display: none;
  }
}

/* Keep desktop nav on one row between hamburger breakpoint and 1260px */
@media (max-width: 1260px) {
  nav.navbar {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .navbar-brand {
    flex-shrink: 0;
  }

  .search-btn,
  .language-toggle-btn,
  a.phone-btn {
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1260px) {
  .navbar-collapse {
    flex: 1 1 auto;
    min-width: 0;
  }

  ul.navbar-nav.deskNav {
    flex-wrap: nowrap;
    justify-content: center;
  }

  ul.navbar-nav a {
    font-size: 15px;
    margin: 0 15px;
    white-space: nowrap;
  }

  .language-toggle-btn {
    width: 42px;
    height: 42px;
  }

  .language-toggle-btn img {
    width: 42px;
    height: 42px;
  }

  a.phone-btn {
    margin-inline: 6px !important;
  }
}


@media (max-width: 1600px) {
  .tab-detail-content h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .brand-product-box .title h3 {
    font-size: 24px;
    min-height: 40px;
  }
  body.rtl .hero-contact-detail {
    padding-left: 0 !important;
  }
  .box-spec .spec {
    padding-right: 10px;
    width: 100%;
}
}

@media (max-width: 1366px) {
  .product-specs {
    margin-top: 50px;
  }

  body.rtl .product-specs {
    margin-top: 50px;
  }

  .compare-text h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  body.rtl .compare-text h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .overview-img p {
    font-size: 20px;
    line-height: 30px;
  }

  body.rtl .overview-img p {
    font-size: 20px;
    line-height: 30px;
  }

  .product-title-download h4 {
    font-size: 30px;
  }

  body.rtl .product-title-download h4 {
    font-size: 30px;
  }

  .common-primary-button {
    margin-top: 50px;
  }

  body.rtl .about-us-box h4 {
    font-size: 24px;
  }

  .industry-detail {
    padding-top: 50px;
  }

  .product-line {
    padding-top: 50px;
  }

  section.vc_section.news-detail {
    padding-top: 50px;
  }

  .about-us-box h2 {
    font-size: 45px;
  }

  .about-us-box h4 {
    font-size: 25px;
  }

  .about-us-box .vc_column-inner {
    max-width: 380px;
  }

  h2.email-subscribe-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .agriculture .post-box {
    align-items: unset;
  }

  .grc-detail .post-box {
    align-items: unset;
  }

  a.post-img img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
  }

  .grc-detail .post-detail:hover {
    width: auto;
  }

  .brand-product-box {
    padding: 40px 26px 32px;
  }

  .brand-product-box .title h3 {
    font-size: 24px;
    min-height: 0;
    min-height: 40px;
  }

  .view_more_btn.vc_btn3-left a {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .grc-detail .post-detail {
    position: unset;
    padding-left: 36px;
  }

  .agriculture .post-detail {
    position: unset;
    padding-left: 36px;
    padding-right: 15px;
    width: auto !important;
  }

  .view_more_btn.vc_btn3-left a::after {
    background-size: 22px;
    width: 25px;
    height: 10px;
  }

  .products-slider button.slick-prev.slick-arrow {
    left: 46.5%;
    transform: translate(-54.5%, -50%);
  }

  .products-slider button.slick-next.slick-arrow {
    right: 41.5%;
    transform: translate(-59.5%, -50%);
  }

  .brand-template-default .tabs,
  .industry-template-default .tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255 / 0%);
    background-color: #333c41;
    width: var(--header-control-size);
    height: var(--header-control-size);
    padding: calc(var(--header-control-size) * 0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Header items order: Nav(1) > Search(2) > Call(3) > Language(4) > Menu(5) */
  nav.navbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .navbar-collapse {
    order: 1;
  }

  .wpml-ls-legacy-list-horizontal {
    order: 4;
    margin: 0 !important;
  }

  .language-toggle-btn {
    order: 4;
    margin: 0 !important;
  }

  .search-btn {
    order: 2;
    margin-right: 0 !important;
    margin-left: auto !important;
    border-radius: 50%;
  }

  a.phone-btn {
    order: 3;
    width: var(--header-control-size);
    height: var(--header-control-size);
    padding: calc(var(--header-control-size) * 0.22);
    max-width: var(--header-control-size);
    border-radius: 50%;
    margin: 0 !important;
  }

  a.phone-btn span {
    display: none;
  }

  button.navbar-toggler {
    order: 5;
    margin: 0 !important;
  }

  /* RTL order (right to left): Hamburger > Language > Phone > Search */
  /* CSS order (left to right): Search > Phone > Language > Hamburger */
  body.rtl .navbar-collapse {
    order: 1;
  }

  body.rtl .search-btn {
    order: 2;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body.rtl .wpml-ls-legacy-list-horizontal {
    order: 4;
    margin: 0 !important;
  }

  body.rtl .language-toggle-btn {
    order: 4;
    margin: 0 !important;
  }

  body.rtl a.phone-btn {
    order: 3;
    margin: 0 !important;
  }

  body.rtl button.navbar-toggler {
    order: 5;
    margin: 0 !important;
  }

  ul.navbar-nav a {
    margin-bottom: 0 !important;
  }

  .about-us-box h4 {
    font-size: 25px;
  }

  .view_more_btn.vc_btn3-left a:after {
    top: 19px;
    right: -12px;
  }

  .post-title h4 {
    font-size: 25px !important;
  }

  .post-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
  }

  .about-us-box h2 {
    font-size: 40px;
  }
.rtl .professional-box {
    display: flex;
    flex-direction: column-reverse;
}
  .about-us-box .vc_column-inner {
    max-width: 100%;
  }

  .about-us-box.vc_col-sm-4 {
    width: 100%;
  }

  .about-us-box .vc_column-inner {
    max-width: 100%;
    margin: 20px 0;
  }

  .about-us-box p {
    max-width: 100%;
  }

  .product-compare-detail {
    padding-left: 0;
  }

  ul.navbar-nav a {
    font-size: 16px;
    margin: 0 15px;
  }

  h2.email-subscribe-heading br {
    display: none;
  }

  section.vc_section.about-us {
    padding-top: 50px;
  }

  .email-subscribe-section {
    margin-top: 50px;
  }

  .news-box {
    padding-left: 15px;
    min-height: 230px;
    padding-right: 15px;
  }

  .blog-box .news-box {
    min-height: 100%;
  }

  .deskNav {
    display: none !important;
  }

  .moboNav {
    display: block !important;
    padding: 20px 0;
  }

  .moboNav .menu-item-has-children a {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }

  .moboNav .menu-item-has-children:not(.menu-item-object-brand) > a::after {
    content: "";
    background-image: url(assets/images/menu-down.svg);
    left: auto;
    right: -25px;
    top: 6px;
    width: 15px;
    height: 15px;
    position: absolute;
    background-size: 12px;
    filter: brightness(0.1);
    background-repeat: no-repeat;
  }

  .moboNav .menu-item-has-children.open > a::after {
    transform: rotate(180deg);
  }

  button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    z-index: 9;
  }

  body.rtl button.navbar-toggler {
    position: relative !important;
    right: auto !important;
    z-index: 9;
    left: auto;
  }

  body.rtl
    .moboNav
    .menu-item-has-children:not(.menu-item-object-brand)
    > a::after {
    left: -30px;
    right: auto;
    top: 12px;
  }

  a.phone-btn span {
    display: none;
  }

  body.rtl .visit-our-blog-btn.vc_btn3-inline.vc_do_btn a:after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
    width: 30px;
    height: 26px;
  }

  body.rtl .visit-our-blog-btn.vc_btn3-inline.vc_do_btn a {
    font-size: 16px !important;
    line-height: 22px;
    padding-left: 35px;
    padding-right: 0;
    text-align: start;
  }

  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
  }

  ul.navbar-nav a {
    color: #12181c;
    margin: 0 20px;
    font-size: 17px;
    font-weight: 400;
  }

  ul.navbar-nav li {
    padding: 10px 0;
    list-style: none;
  }

  .sub-menu {
    display: none;
  }

  .menu-item.open > .sub-menu {
    display: block;
  }

  .products-slider button.slick-next.slick-arrow {
    right: 41.5%;
    transform: translate(-59.5%, -50%);
  }

    .map-detail .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
      max-width: 25%;
  }
  .hero-section-text {
    position: absolute;
    top: 45%;
    transform: translate(0, -55%) !important;
    max-width: 967px;
    bottom: 0;
}
}

@media (max-width: 1024px) {
  .hero-section-text .hero-cta-buttons {
    margin-top: 40px;
    gap: 10px;
  }
  .hero-section-text h1 {
    margin-top: 15px;
    margin-bottom: 15px !important;
}
.common-primary-button {
    margin-top: 30px;
}
  .blog h1.page_title {
    font-size: 50px;
  }
  .product-specs {
    padding: 15px 10px;
  }

  body.rtl .product-specs {
    padding: 15px 10px;
  }

  .box-spec {
    gap: 40.5px;
  }

  .product-buttons a {
    font-size: 14px;
    line-height: 19px;
    padding: 14.5px 14.5px;
    margin-top: 0;
  }

  .download-btn a {
    color: #0e181e;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 18px 0;
    border-radius: 80px;
    position: relative;
    width: 100%;
    padding-left: 30px;
    max-width: 200px;
  }

  body.rtl .download-btn a {
    padding: 12px 0;
    padding-right: 30px;
    max-width: 200px;
  }

  body.rtl .product-buttons a {
    font-size: 14px;
    line-height: 19px;
    padding: 14.5px 14.5px;
    margin-top: 0;
  }

  .post-detail {
    position: absolute;
    padding-left: 15px;
  }

  h2.email-subscribe-heading {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
  }

  p.service-title {
    left: 15px;
  }

  .post-text br {
    display: none;
  }

  .brand-template-default .tabs,
  .industry-template-default .tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .products-slider button.slick-prev.slick-arrow {
    left: 45.5%;
    transform: translate(-55.5%, -50%);
  }

  .products-slider button.slick-next.slick-arrow {
    right: 40.5%;
    transform: translate(-60.5%, -50%);
  }

  .tab-detail-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .products-slider button.slick-next.slick-arrow {
    right: 40.5%;
    transform: translate(-59.5%, -50%);
  }

  .products-slider button.slick-prev.slick-arrow {
    left: 45.5%;
    transform: translate(-55.5%, -50%);
  }

  .view_more_btn.vc_btn3-left a:after {
    top: 20px;
    right: -10px;
    background-size: 22px;
  }

  .row.products-slider.slick-initialized.slick-slider {
    margin: 0 15px;
  }
}

@media (max-width: 1023px) {
  .view_more_btn.vc_btn3-left a:after {
    top: 20px;
    right: 50px;
    background-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .product-card.row {
    --product-gallery-frame-height: clamp(240px, 28vw, 360px);
    padding: 40px 28px;
  }

  .product-card.row .col-md-5 {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .product-card.row .col-md-7 {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .box-spec {
    gap: 24px;
  }

  .box-spec .spec {
    padding-right: 16px;
  }

  body.rtl .box-spec .spec {
    padding-right: 0;
    padding-left: 16px;
  }

  .product-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .product-buttons a {
    font-size: 15px;
    line-height: 18px;
    padding: 14px 16px;
    width: 100%;
  }

  .product-details h1 {
    font-size: clamp(52px, 3.8vw + 18px, 56px);
  }

  .product-details h3 {
    font-size: clamp(26px, 1.4vw + 12px, 28px);
  }

  .product-template-default .brand-detail img,
  body.rtl.product-template-default .brand-detail img {
    height: clamp(240px, calc(240px + (100vw - 992px) * 60 / 287), 300px);
  }
}

@media (max-width: 991px) {
  .product-template-default .brand-detail img,
  body.rtl.product-template-default .brand-detail img {
    height: 200px;
  }

  .request-form h3 {
    font-size: 30px;
  }
  .agriculture .post-detail > * {
    position: relative;
    z-index: 2;
}
.grc-detail .post-detail > * {
    position: relative;
    z-index: 2;
}
.agriculture .post-detail{
  min-height: unset;
}
.grc-detail .post-detail{
  justify-content: flex-end;
  height: auto;
}
section.vc_section.product-card-section .post-box {
    height: 360px;
}
section.vc_section.product-card-section .post-logo img {
    width: auto;
    height: auto;
    max-width: 190px;
    object-fit: contain;
}
.product-line a.post-img {
    height: 350px;
    object-fit: cover;
}
.industry-detail a.post-img {
    height: 350px;
    object-fit: cover;
}
.grc-detail .post-box .post-img, .agriculture .post-box .post-img{
  height: 100%;
}
.agriculture .post-box::after {
  background: linear-gradient(260deg, rgba(51, 60, 65, 0) 0%, rgba(51, 60, 65, 0.7) 54.58%, #333c41 100%);
}
.grc-detail .post-box::after {
  background: linear-gradient(260deg, rgba(51, 60, 65, 0) 0%, rgba(51, 60, 65, 0.7) 54.58%, #333c41 100%);
}
.rtl .agriculture .post-box::after {
  background: linear-gradient(90deg, rgba(51, 60, 65, 0) 0%, rgba(51, 60, 65, 0.7) 54.58%, #333c41 100%);
}
.rtl .grc-detail .post-box::after {
  background: linear-gradient(90deg, rgba(51, 60, 65, 0) 0%, rgba(51, 60, 65, 0.7) 54.58%, #333c41 100%);
}
  .hero-section-text h6 {
    font-size: 16px;
}
.hero-section-text p {
    font-size: 14px;
    line-height: 22px;
}
.hero-section-text .common-primary-button a,
.hero-section-text .common-secondary-button a {
    font-size: 15px !important;
    padding: 12px 20px !important;
    min-width: 160px;
}
  h2.email-subscribe-heading br {
    display: none;
  }
.about-left-column.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
.about-right-side.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
    margin: 30px 0;
}
.about-right-side .wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}
.about-right-side figure.wpb_wrapper.vc_figure{
  width: 100%;
}
h3.vc_custom_heading.vc_do_custom_heading.about-title {
    font-size: 25px;
    line-height: 30px;
}
  li.industry.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-76.has-mega-menu
    a::after {
    filter: invert(1);
  }
  li.product.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-75.has-mega-menu
    a::after {
    filter: invert(1);
  }
  section.vc_section.news-detail .vc_col-sm-10 {
    width: 100%;
  }
  section.vc_section.news-detail .vc_col-sm-2 {
    width: 100%;
  }
  section.vc_section.news-detail h2 {
    margin-bottom: 10px;
  }
  h2.email-subscribe-heading {
    font-size: 35px;
    line-height: 45px;
  }
  .hero-section-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .footer_menus {
    margin-bottom: 30px;
  }
  .footer_top .row {
    display: block;
  }
  .footer_top .col-md-6.text-right {
    width: 100%;
    max-width: 100%;
  }
  .footer_top .col-md-3 {
    width: 100%;
    max-width: 100%;
  }
  footer.site-footer {
    background-color: #21272b;
    padding: 50px 0;
  }
  p.footer-desc {
    max-width: 100%;
  }
  .agriculture .post-detail {
	max-width: 100%;
	padding-left: 15px;
	position: absolute;
	width: 100% !important;
}
.grc-detail .post-detail {
	max-width: 100%;
	padding-left: 15px;
	position: absolute;
	width: 100% !important;
}
  .tab.active::after {
    bottom: -110px;
  }
  .grc-detail .vc_btn3-container.learn_more_btn.vc_btn3-left , .agriculture .vc_btn3-container.learn_more_btn.vc_btn3-left {
	margin-top: 10px;
}
.product-line .post-box {
	height: 350px;
	object-fit: cover;
}
.industry-detail .post-box {
	height: 350px;
	object-fit: cover;
}
.cw-detail .vc_column-inner .wpb_wrapper .post-box {
		height: 350px;
	object-fit: cover;
}
  .grc-detail .post-detail {
    max-width: 100%;
    padding-left: 15px;
  }
  .post-detail {
    padding-bottom: 25px;
    padding-top: 25px;
  }
  p.service-title {
    left: 15px;
    top: 14px;
  }
  .learn_more_btn.vc_btn3-left a:after {
    top: 11px;
  }
  .learn_more_btn.vc_btn3-left a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .agriculture .vc_btn3-container.learn_more_btn.vc_btn3-left a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
  .grc-detail .vc_btn3-container.learn_more_btn.vc_btn3-left a {
    padding-top: 10.5px;
    padding-bottom: 10.5px;
  }
.post-detail:hover {
	padding-bottom: 25px;
	width: 100%;
	padding-top: 27px;
}
  
  .row.products-slider.slick-initialized.slick-slider {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tab-content.active .row:not(.products-slider) {
    display: block;
  }
  .tab-content.active .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .tab-detail-content p {
    max-width: 100%;
  }
  .tab-detail-content h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .tab-content.active .row {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .brand-template-default .tab-content.active,
  .industry-template-default .tab-content.active {
    padding-bottom: 50px;
  }
  .category-products-list {
    margin-top: 50px;
  }
  .product-card.row .col-md-5 {
    max-width: 100%;
  }
  .product-card.row {
    display: block;
  }
  .main-image.product-main-image-box img {
    width: 100%;
    max-width: 100%;
  }
  .product-gallery {
    max-width: 100%;
  }
  .product-card.row .col-md-7 {
    max-width: 100%;
  }
  .product-card.row {
    padding: 50px 15px;
  }
      .map-detail .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
      max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  body.home .page_banner .hero-contact-detail {
    position: absolute;
    padding: 0 0 16px;
  }
  .hero-contact-bar {
    padding: 16px 18px;
    gap: 16px;
  }
  .hero-contact-bar__items {
    gap: 14px;
    width: 100%;
  }
  .hero-contact-item {
    font-size: 14px;
  }
  .hero-contact-bar__link {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }
  body.rtl .hero-contact-bar__link {
    justify-content: flex-end;
    margin-right: 0;
  }
  /* Mobile header - keep all items on one line, grouped to the right */
  nav.navbar {
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }

  /* Group header items container */
  .navbar-brand {
    margin-right: 0 !important;
  }

  .search-btn {
    margin-left: auto !important;
    margin-right: 0 !important;
    border-radius: 50% !important;
  }

  .wpml-ls-legacy-list-horizontal {
    margin: 0 !important;
  }

  .language-toggle-btn {
    margin: 0 !important;
  }

  a.phone-btn {
    margin: 0 !important;
    max-width: var(--header-control-size) !important;
    border-radius: 50% !important;
  }

  .navbar-dark .navbar-toggler,
  button.navbar-toggler {
    margin: 0 !important;
    border-radius: 50% !important;
  }

  /* Mobile RTL order (right to left): Hamburger > Language > Phone > Search */
  /* CSS order (left to right): Search > Phone > Language > Hamburger */
  body.rtl .navbar-brand {
    margin-left: 0 !important;
  }

  body.rtl .navbar-collapse {
    order: 1 !important;
  }

  body.rtl .search-btn {
    order: 2 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body.rtl .wpml-ls-legacy-list-horizontal {
    order: 4 !important;
    margin: 0 !important;
  }

  body.rtl .language-toggle-btn {
    order: 4 !important;
    margin: 0 !important;
  }

  body.rtl a.phone-btn {
    order: 3 !important;
    margin: 0 !important;
  }

  body.rtl button.navbar-toggler {
    order: 5 !important;
    margin: 0 !important;
  }

  body.rtl .copy-right {
    display: block !important;
  }
  .tab.active::after {
   display: none;
}
.ea-detail .wpb_column.vc_column_container.vc_col-sm-8{
  margin-bottom:30px
}
.news-detail .post-box{
  margin-bottom:30px !important;
}
.email-subscribe-section .quform-responsive-elements-phone-landscape .quform-button-back-default, .email-subscribe-section .quform-responsive-elements-phone-landscape .quform-button-next-default, .email-subscribe-section .quform-responsive-elements-phone-landscape .quform-button-submit-default {
    float: none;
    margin: 0;
}
.banner-top img {
    width: 100%;
    height: auto;
    min-height: 580px;
    object-fit: cover;
    object-position: center;
}
/* Search results page banner - preserve WordPress crop on mobile */
.search-results-banner .banner-top,
body.search .page_banner .banner-top {
    max-height: 117px;
    overflow: hidden;
}
.search-results-banner .banner-top img,
body.search .page_banner .banner-top img {
    height: 117px;
    max-height: 117px;
    min-height: 50px;
    object-fit: cover;
    object-position: center;
}
.hero-section-text h1 {
    font-size: 30px;
    line-height: 35px;
}
.vc_row.wpb_row.vc_row-fluid.ped-detail .vc_col-sm-4 {
    margin-bottom: 30px !important;
}
.cca-detail .vc_col-sm-4{
  margin-bottom: 30px !important;
}
  .blog h1.page_title {
    font-size: 35px;
  }
.misson-detail p {
    font-size: 13px;
    padding: 0 15px;
}
.about-right-side img {
    width: 100%;
    border-radius: 10px;
    height: 300px !important;
    object-fit: cover;
}
.about-right-side.wpb_column.vc_column_container.vc_col-sm-6 {
    margin: 20px 0;
}
.faq-detail {
    padding: 50px 0;
}
.about-misson {
    margin: 0px 0 !important;
}
  .related_post .col-md-4 {
    margin-bottom: 50px;
  }
  .request-form {
    margin-top: 30px;
}
  .overview-img {
    padding: 30px;
    border: unset;
    border-radius: unset;
  }
  .blog h1.page_title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    transform: translate(0, -50%);
  }
  .blog .banner-top img {
    object-fit: cover;
    object-position: center;
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
  .news-article {
    padding: 110px 0 60px;
  }
  .news-article__title {
    font-size: 30px;
  }
  .blog-box .col-md-4 {
    margin-bottom: 40px !important;
  }
  .review .wpcr3_div_2 {
    max-width: 100%;
    width: 100%;
    padding: 30px 0px;
  }

  .product-crumb-logo {
    display: block;
  }

  .product-details .header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    column-gap: 12px;
    row-gap: 0;
    padding-top: 24px;
    width: 100%;
    min-width: 0;
  }

  .product-details .header-text {
    display: contents;
  }

  .product-details .header-text h1 {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  .product-details .header-text h3 {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 0;
    width: 100%;
  }

  .product-details-logo {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    flex: 0 0 auto;
    max-width: 180px;
    min-width: 0;
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
  }

  .product-template-default .product-details .product-details-logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-inline-start: auto;
  }

  .product-details h1 {
    margin-bottom: 0;
  }

  .product-details h3 {
    margin-top: 0;
  }

  .product-specs {
    margin-top: 24px;
  }

  .product-card.row {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  section.product-compare {
    background-color: #e6e9eb;
    padding: 50px 0;
  }

  .overview-products {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.specifications-product {
    padding: 40px 0 50px 0;
  }

  .product-card.row .col-md-5 {
    max-width: 100%;
  }

  .product-card.row {
    display: block;
  }

  .main-image.product-main-image-box img {
    max-width: 100%;
  }

  .product-gallery {
    max-width: 100%;
  }

  .product-card.row .col-md-7 {
    max-width: 100%;
  }

  .product-compare-detail {
    margin-top: 30px;
    padding-left: 0;
  }
  .overview-tab {
    max-width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
  }

  .overview-tab button.tab-button {
    scroll-margin-top: calc(env(safe-area-inset-top, 0px) + var(--header-padding-top) + var(--header-logo-height) + 16px);
  }

  /* Mobile accordion: allow JS height animation without layout jumps */
  .overview-tab > .tab-panel {
    overflow: hidden;
  }

  .overview-tab > .tab-panel.active {
    display: block;
  }

  .overview-tab > .tab-panel.active:last-child .overview-img {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
  }

  .overview-products button.tab-button.active:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .overview-products .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .overview-products .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.rtl .footer_social ul {
    justify-content: flex-end !important;
  }
  .grc-detail .post-detail {
	position: absolute;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	width: 100% !important;
  }
  .grc-detail .post-detail:hover{
    padding-bottom: 25px;
  }
    .agriculture .post-detail:hover{
    padding-bottom: 25px;
  }
.agriculture .post-detail {
	position: absolute;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	width: 100% !important;
}
  .about-us-box .vc_column-inner {
    max-width: 100%;
  }
.contact-text .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
  .cca-detail {
    margin-bottom: 0;
  }
  .about-us-box.wpb_column.vc_column_container.vc_col-sm-4 {
    margin: 30px 0;
  }
  section.vc_section.about-us {
    padding-top: 50px;
  }
  .professional-box {
    margin-top: 50px;
  }
  .email-subscribe-section {
    margin-top: 50px;
  }
  .post-detail {
    padding-bottom: 36px;
  }
  .post-detail:hover {
    padding-bottom: 36px;
  }
  .brand-template-default .tabs,
  .industry-template-default .tabs {
    flex-wrap: wrap;
    gap: 24px;
  }
  .brand-template-default .tab,
  .industry-template-default .tab {
    text-align: center;
    margin-bottom: 30px;
  }
  .tab-detail-content h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .brand-template-default .tabs,
  .industry-template-default .tabs {
    display: block;
  }
  .wpb_text_column.wpb_content_element.agriculture {
    margin-bottom: 0 !important;
  }
  .spec-tabs {
    margin-top: 0;
  }
.map-locations span.vc_tta-title-text {
    font-size: 16px !important;
}
.map-detail .vc_tta.vc_general .vc_tta-icon {
    font-size: 0.65em !important;
    line-height: 0;
    display: inline;
}
.vc_tta-panel.map-locations {
    margin-bottom: 10px;
}
.review-form.custom {
    margin-bottom: 60px;
}
.map-detail .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-color: transparent;
    background-color: #ffffff;
    padding: 20px 0 0 0;
}
.map-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a, .map-detail .vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 14px 15px !important;
}
.map-detail .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background-color: transparent;
}
.about-left-column h5 {
    margin-top: 20px;
}

}
@media (max-width: 575px) {
.banner-top img {
    min-height: 580px;
    object-fit: cover;
    object-position: center;
}
/* Search results page banner - preserve WordPress crop */
.search-results-banner .banner-top,
body.search .page_banner .banner-top {
    max-height: 117px;
    overflow: hidden;
}
.search-results-banner .banner-top img,
body.search .page_banner .banner-top img {
    height: 117px;
    max-height: 117px;
    min-height: 50px;
    object-fit: cover;
    object-position: center;
}
.hero-section-text {
	position: absolute;
	top: 50%;
	max-width: 967px;
	bottom: 0;
}
.grc-detail .post-text p{
    font-size: 14px;
    line-height: normal;
}
.agriculture .post-text p{
    font-size: 14px;
    line-height: normal;
}
.email-subscribe-section button.quform-submit {
	position: absolute;
	left: auto;
	right: 4px;
	width: 140px;
	background-color: #333c41;
	color: #fff !important;
	font-size: 17px;
	font-weight: 600;
	padding: 13px 15px;
	border-radius: 80px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	justify-content: flex-start;
	outline: 0;
	border: 0;
}
.email-subscribe-section .quform-input.quform-input-email.quform-input-4_3.quform-cf input {
	border-radius: 100px;
	padding: 19px 150px 19px 10px;
	width: 100%;
	border: unset;
	font-size: 12px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.rtl .email-subscribe-section button.quform-submit span::after{
	content: "";
	position: absolute;
	background-image: url(assets/images/right-side-arrow.svg);
	width: 40px;
	top: 0;
	height: 20px;
	background-repeat: no-repeat;
	left: auto;
	right: -60px;
	background-size: 30px;
}
.email-subscribe-section button.quform-submit span::after {
	content: "";
	position: absolute;
	background-image: url(assets/images/right-side-arrow.svg);
	width: 40px;
	top: 0;
	height: 20px;
	background-repeat: no-repeat;
	left: auto;
	right: -60px;
	background-size: 30px;
}
.email-subscribe-section button.quform-submit {
	font-size: 12px;
	align-items: center;
	display: flex;
	line-height: normal;
}
  .page_banner.no_banner-image img,
  body.search .page_banner.no_banner-image img {
    height: 100px;
    max-height: 100px;
    object-fit: cover;
}
.delimiter {
    padding: 0 10px;
}
  h1.page_title {
    font-size: 35px;
}
  .product-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
.product-buttons a {
    margin-top: 0;
    width: 100%;
}
a.btn.request-price-btn {
    display: inline-flex;
}
  .detail-wrap h3 {
    font-size: 20px;
    line-height: 25px;
}
.privacy-policy h1.page_title {
  font-size: 35px;
}
  .product-content {
    bottom: 20px;
  }

  .product-details-logo {
    max-width: 140px;
  }

  .compare-text h4 {
    font-size: 24px;
  }

  .overview-img p {
    font-size: 16px;
    line-height: 25px;
  }
  .product-title-download h4 {
    font-size: 25px;
  }
  .spec-tabs {
    gap: 20px;
    margin-top: 0;
  }
  .box-spec {
    display: block;
  }
  .box-spec .spec {
    padding-right: 26px;
    margin-bottom: 30px;
  }
  .box-spec .spec:not(:last-child) {
    border-right: unset;
  }
  .product-template-default .delimiter {
    padding: 0 10px;
  }
  .post-logo {
    margin-top: 20px;
  }
	.brand-box {
			padding-top: 10px;
	}
  p.service-title {
    top: 25px;
  }
  .product-template-default .receive-our-offers-widget {
    margin-top: 0;
  }

  .brand-template-default .receive-our-offers-widget,
  .industry-template-default .receive-our-offers-widget {
    margin-top: 0;
  }

  .brand-template-default .post-logo-keywords,
  .industry-template-default .post-logo-keywords {
    flex-wrap: wrap;
  }

  .brand-template-default .content .post-keywords,
  .industry-template-default .content .post-keywords {
    margin-bottom: 10px;
  }

  .row.products-slider.slick-initialized.slick-slider {
    padding-bottom: 50px;
  }

  .post-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .agriculture .post-detail {
    max-width: 100%;
    padding: 25px 15px;
  }

  .grc-detail .post-detail {
    max-width: 100%;
    padding: 25px 15px;
  }

  .learn_more_btn.vc_btn3-left a {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 17px !important;
    position: relative;
    width: 100%;
    max-width: 170px;
    padding-right: 60px;
    font-weight: 600;
    background-image: none;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    display: inline-block;
  }

  .agriculture .vc_btn3-container.learn_more_btn.vc_btn3-left a:after {
    top: 15px;
  }

  .agriculture .vc_btn3-container.learn_more_btn.vc_btn3-left a {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 17px !important;
    position: relative;
    width: 100%;
    max-width: 170px;
    padding-right: 60px;
    font-weight: 600;
    background-image: none;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }

  .grc-detail .vc_btn3-container.learn_more_btn.vc_btn3-left {
    margin-top: 10px;
  }

  .agriculture .vc_btn3-container.learn_more_btn.vc_btn3-left {
    margin-top: 10px;
  }

  .grc-detail .vc_btn3-container.learn_more_btn.vc_btn3-left a:after {
    top: 15px;
  }

  .grc-detail .vc_btn3-container.learn_more_btn.vc_btn3-left a {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    line-height: 17px !important;
    position: relative;
    width: 100%;
    max-width: 170px;
    padding-right: 60px;
    font-weight: 600;
    background-image: none;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }

  .view_more_btn.vc_btn3-left a:after {
    top: 20px;
    right: 20px;
    background-size: 22px;
  }

  .vc_btn3-container.visit-our-blog-btn.vc_btn3-inline.vc_do_btn {
    float: none;
  }

  body.rtl .vc_btn3-container.visit-our-blog-btn.vc_btn3-inline.vc_do_btn {
    float: none;
  }

  .learn_more_btn.vc_btn3-left a:after {
    top: 15px;
  }

  .wpb_text_column.wpb_content_element.common-title h3 {
    font-size: 26px;
  }

  section.vc_section.news-detail h2 {
    font-size: 26px;
  }

  h2.email-subscribe-heading {
    font-size: 27px;
    line-height: 40px;
  }

  footer.site-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_top .col-md-6.text-right {
    text-align: left !important;
  }

  h5.footer-title {
    text-align: left;
  }

  p.footer-desc {
    text-align: left;
    max-width: 100%;
  }

  .footer_bottom {
    margin-top: 50px;
  }

  .copy-right {
    display: block;
  }

  .footer_social ul {
    justify-content: flex-start !important;
    gap: 25px;
  }

  .footer_top .col-md-6.text-right {
    text-align: left !important;
    margin-top: 30px;
  }

  a.subscribe-button {
    font-size: 14px;
  }

  .read_more_btn.vc_btn3-left a {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  a.phone-btn {
    font-size: 14px;
  }

  a.phone-btn svg {
    max-width: 20px;
  }

  .post-title h4 {
    font-size: 23px !important;
  }

  .contact-text p {
    font-size: 16px;
  }

  section.vc_section.about-us {
    padding-top: 30px;
  }

  .ea-detail .wpb_column.vc_column_container.vc_col-sm-8 img {
    height: 350px !important;
    object-fit: cover;
  }

  .visit-our-blog-btn.vc_btn3-inline.vc_do_btn a {
    padding-left: 0;
  }

  .news-detail .vc_row.wpb_row.vc_row-fluid {
    display: block;
  }

  section.vc_section.news-detail h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .professional-box {
    margin-top: 0;
  }

  p.service-title {
    left: 15px;
  }

  .email-subscribe-section {
    margin-top: 0;
  }

  .post-title {
	margin-top: 0;
}
}

@media (max-width: 405px) {
  .spec-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 24px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .spec-tabs::-webkit-scrollbar {
    display: none;
  }

  .spec-tabs .multiple-spec {
    flex-shrink: 0;
  }
}

@media (max-width: 414px) {
.privacy-policy h1.page_title {
  font-size: 30px;
}
  a.phone-btn {
    font-size: 14px;
    justify-content: center;
    padding: calc(var(--header-control-size) * 0.22);
  }

  li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-item-ar.wpml-ls-last-item.wpml-ls-item-legacy-list-horizontal
    a {
    margin: 0 10px;
  }

  a.subscribe-button {
    width: 170px;
  }
  .navbar {
    flex-wrap: nowrap !important;
  }
  button .email-subscribe-section button.quform-submit {
	font-size: 12px;
	align-items: center;
	display: flex;
	line-height: normal;
	right: 4px;
	width: 120px;
	padding: 13px 10px;
}
.email-subscribe-section .quform-input.quform-input-email.quform-input-4_3.quform-cf input {
	border-radius: 100px;
	width: 100%;
	border: unset;
	font-size: 12px;
}
.email-subscribe-section button.quform-submit span::after {
	content: "";
	position: absolute;
	background-image: url(assets/images/right-side-arrow.svg);
	width: 32px;
	top: 2px;
	height: 15px;
	background-repeat: no-repeat;
	left: auto;
	right: -45px;
	background-size: 22px;
}
.contact-text p {
    font-size: 13px;
}
}

@media (max-width: 375px) {
  a.subscribe-button img {
    max-width: 22px;
  }
.hero-section-text h1 {
    font-size: 22px;
    line-height: 30px;
}
  a.subscribe-button {
    font-size: 13px;
  }
}

/* ========================================
   Search Bar Container Styles
   ======================================== */

/* Expandable Search Bar Styles */
.search-bar-container {
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  padding: 20px 0;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}

.search-bar-container.active {
  display: block;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-input-wrapper {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

body:not(.rtl) .search-input-wrapper {
  direction: ltr;
}

body.rtl .search-input-wrapper {
  direction: rtl;
}

.search-field {
  flex: 1;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

body:not(.rtl) .search-field {
  border-radius: 50px 0 0 50px;
}

body.rtl .search-field {
  border-radius: 0 50px 50px 0;
}

.search-field:focus {
  border-color: #0e181e;
}

.search-submit {
  background-color: #0e181e;
  border: 2px solid #0e181e;
  padding: 15px 20px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.rtl) .search-submit {
  border-radius: 0 50px 50px 0;
}

body.rtl .search-submit {
  border-radius: 50px 0 0 50px;
}

.search-submit:hover {
  background-color: #1a2a32;
  border-color: #1a2a32;
}

/* Search page header styles */
.search-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 30px;
  background-color: #f8f9fa;
  border-radius: 12px;
  border-bottom: none;
}

.search-header .page-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0e181e;
  margin-bottom: 8px;
  font-family: "Archivo", sans-serif;
}

.search-header .search-term {
  color: #333C41;
  font-weight: 800;
}

.search-results-count {
  color: #5a6c7d;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  font-style: normal;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 12px;
  margin-top: 30px;
  border: 2px dashed #dee2e6;
}

.no-results p {
  color: #5a6c7d;
  font-size: 1.1rem;
  margin: 0;
  font-style: italic;
}

.search-instructions {
  text-align: center;
  padding: 40px 20px;
  color: #666;
}

/* Enhanced Search Results Layout */
.search-results-container {
  display: grid;
  gap: 25px;
  margin-top: 30px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.search-results-container article,
.search-results-container article.post,
.search-results-container article.type-post,
.search-results-container article.type-product,
.search-results-container article.product-line,
.search-results-container article.type-product-line,
.search-results-container article.type-industry,
.search-results-container article.type-brand,
.search-results-container article.type-page {
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(14, 24, 30, 0.08) !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  border: 1px solid rgba(51, 60, 65, 0.1) !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  min-height: 200px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.rtl .search-results-container article,
body.rtl .search-results-container article.post {
  direction: rtl !important;
}

.search-results-container article:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(14, 24, 30, 0.12) !important;
  border-color: rgba(51, 60, 65, 0.2) !important;
}

.search-results-container .entry-img {
  flex: 0 0 200px;
  position: relative;
  overflow: hidden;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
  display: block;
  background-color: #f5f5f5;
}

.search-results-container .entry-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.search-results-container .entry-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(51, 60, 65, 0.1), rgba(14, 24, 30, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.search-results-container article:hover .entry-img::before {
  opacity: 1;
}

.search-results-container .entry-img img {
  width: 200px !important;
  min-width: 200px !important;
  height: 200px !important;
  min-height: 200px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  transition: transform 0.3s ease;
}

.search-results-container article:hover .entry-img img {
  transform: scale(1.05);
}

.search-results-container .detail-wrap {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 200px;
}

body:not(.rtl) .search-results-container .detail-wrap {
  padding-right: 180px;
}

body.rtl .search-results-container .detail-wrap {
  padding-left: 180px;
}

.search-results-container .entry-header {
  margin-bottom: 12px;
}

.search-results-container .entry-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
  font-family: "Archivo", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-results-container .entry-title a {
  color: #0e181e;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.search-results-container .entry-title a:hover {
  color: #333C41;
}

.search-results-container .entry-content {
  color: #5a6c7d;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 0;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.search-results-container .entry-content p {
  margin-bottom: 12px;
}

/* Read More Button Styling */
.search-results-container .read-more-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

body:not(.rtl) .search-results-container .read-more-container {
  right: 25px;
}

body.rtl .search-results-container .read-more-container {
  left: 25px;
}

.search-results-container .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #333C41;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(51, 60, 65, 0.2);
  border: none;
  cursor: pointer;
}

.search-results-container .read-more-btn:hover {
  background: #2a3136;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(51, 60, 65, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.search-results-container .read-more-btn svg {
  transition: transform 0.3s ease;
}

body.rtl .search-results-container .read-more-btn svg {
  transform: scaleX(-1);
}

body:not(.rtl) .search-results-container .read-more-btn:hover svg {
  transform: translateX(3px);
}

body.rtl .search-results-container .read-more-btn:hover svg {
  transform: scaleX(-1) translateX(3px);
}

/* Add a subtle accent border */
.search-results-container article::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(51, 60, 65, 0.05));
}

body:not(.rtl) .search-results-container article::before {
  right: 0;
}

body.rtl .search-results-container article::before {
  left: 0;
  background: linear-gradient(-90deg, transparent, rgba(51, 60, 65, 0.05));
}

/* Fallback banner image styling */
.banner-top img.fallback-banner {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

/* Pagination Styling */
.page-numbers {
  display: inline-flex;
  gap: 8px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-numbers a,
.page-numbers span {
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 44px;
  text-align: center;
  border: 2px solid transparent;
}

.page-numbers a {
  background: #f8f9fa;
  color: #0e181e;
  border-color: #e9ecef;
}

.page-numbers a:hover {
  background: #333C41;
  color: white;
  border-color: #333C41;
  transform: translateY(-1px);
}

.page-numbers .current {
  background: #333C41;
  color: white;
  border-color: #333C41;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* Mobile Search Styles - button sizes handled in main 767px responsive section */

  .search-input-wrapper {
    max-width: 100%;
    margin: 0 20px;
  }

  .search-field {
    font-size: 14px;
    padding: 12px 15px;
  }

  .search-submit {
    padding: 12px 15px;
  }

  /* Mobile Search Results */
  .search-results-container article,
  .search-results-container article.post,
  .search-results-container article.type-post,
  .search-results-container article.type-product,
  .search-results-container article.product-line,
  .search-results-container article.type-product-line,
  .search-results-container article.type-industry,
  .search-results-container article.type-brand,
  .search-results-container article.type-page {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px;
    height: auto !important;
    max-height: none !important;
    border: 1px solid #e0e0e0 !important;
    position: relative;
  }

  .search-results-container article .entry-img,
  .search-results-container .entry-img {
    flex: none !important;
    width: 100% !important;
    height: 200px !important;
    max-width: 100% !important;
  }

  .search-results-container article .entry-img img,
  .search-results-container .entry-img img {
    height: 200px !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .search-results-container article .detail-wrap,
  .search-results-container .detail-wrap,
  .search-results-container article.post .detail-wrap,
  .search-results-container article.type-post .detail-wrap {
    padding: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 60px !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    flex: none !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    gap: 10px !important;
  }

  .search-results-container article .entry-header,
  .search-results-container .entry-header,
  .search-results-container article.post .entry-header,
  .search-results-container article.type-post .entry-header {
    margin-bottom: 0 !important;
    display: block !important;
    text-align: left !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 50px) !important;
    overflow: hidden !important;
  }

  body.rtl .search-results-container article .entry-header,
  body.rtl .search-results-container .entry-header,
  body.rtl .search-results-container article.post .entry-header,
  body.rtl .search-results-container article.type-post .entry-header {
    text-align: right !important;
  }

  .search-results-container article .entry-title,
  .search-results-container .entry-title,
  .search-results-container article.post .entry-title,
  .search-results-container article.type-post .entry-title {
    font-size: 1rem !important;
    margin-bottom: 0 !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    height: auto !important;
    text-align: left !important;
    width: 100% !important;
  }

  .search-results-container article .entry-title a,
  .search-results-container .entry-title a,
  .search-results-container article.post .entry-title a,
  .search-results-container article.type-post .entry-title a {
    display: block !important;
    text-align: left !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

  body.rtl .search-results-container article .entry-title,
  body.rtl .search-results-container .entry-title,
  body.rtl .search-results-container article.post .entry-title,
  body.rtl .search-results-container article.type-post .entry-title {
    text-align: right !important;
  }

  body.rtl .search-results-container article .entry-title a,
  body.rtl .search-results-container .entry-title a,
  body.rtl .search-results-container article.post .entry-title a,
  body.rtl .search-results-container article.type-post .entry-title a {
    text-align: right !important;
  }

  .search-results-container article .entry-content,
  .search-results-container .entry-content,
  .search-results-container article.post .entry-content,
  .search-results-container article.type-post .entry-content {
    display: none !important;
  }

  .search-results-container article .read-more-container,
  .search-results-container .read-more-container,
  .search-results-container article.post .read-more-container,
  .search-results-container article.type-post .read-more-container {
    position: static !important;
    transform: none !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
  }

  body.rtl .search-results-container article .read-more-container,
  body.rtl .search-results-container .read-more-container,
  body.rtl .search-results-container article.post .read-more-container,
  body.rtl .search-results-container article.type-post .read-more-container {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  .search-results-container article .read-more-btn,
  .search-results-container .read-more-btn,
  .search-results-container article.post .read-more-btn,
  .search-results-container article.type-post .read-more-btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
  }

  .search-results-container article .read-more-btn .btn-text,
  .search-results-container .read-more-btn .btn-text,
  .search-results-container article.post .read-more-btn .btn-text,
  .search-results-container article.type-post .read-more-btn .btn-text {
    display: none !important;
  }

  .search-results-container article .read-more-btn svg,
  .search-results-container .read-more-btn svg,
  .search-results-container article.post .read-more-btn svg,
  .search-results-container article.type-post .read-more-btn svg {
    margin: 0 !important;
    flex-shrink: 0 !important;
  }

  .search-header {
    padding: 20px;
    margin-bottom: 25px;
  }

  .search-header .page-title {
    font-size: 1.5rem;
  }
}

/* Extra small screens - search results */
@media (max-width: 480px) {
  .search-results-container article .detail-wrap,
  .search-results-container .detail-wrap {
    padding: 12px !important;
  }

  .search-results-container article .entry-title,
  .search-results-container .entry-title {
    font-size: 0.9rem !important;
  }

  .search-results-container article .read-more-btn,
  .search-results-container .read-more-btn {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
  }
}

/* =========================================================================
   About Us V2 — DUAL-LANGUAGE (EN 9841 + AR 10616) + RTL
   Every rule dual-scoped to both page IDs to preserve original specificity
   (these sections compete with WPBakery column CSS, so specificity matters).
   Replaces the previous "About Us V2 (page 9841)" block in style.css.
   ========================================================================= */
/* Contact Us banner — EN 232 + AR 584 */
.page-id-232 .page_banner,
.page-id-584 .page_banner {
  position: relative;
}
.page-id-232 .banner-top,
.page-id-584 .banner-top {
  height: 300px;
  overflow: hidden;
}
.page-id-232 .banner-top img,
.page-id-584 .banner-top img {
  width: 100%;
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
  object-fit: cover;
  object-position: center;
}

/* ===== About Us V2 (page 9841) — HERO ===== */
.page-id-9841 .banner-top img, .page-id-10616 .banner-top img{ height: 20vw; min-height: 400px; max-height: 700px; object-fit: cover; object-position: center; }
.page-id-9841 .hero-section-text h1, .page-id-10616 .hero-section-text h1{ font-size: clamp(32px, 3.65vw, 56px) !important; line-height: 1.15 !important; }
.page-id-9841 .banner_text, .page-id-10616 .banner_text{ display: none; }
.page-id-9841 .hero-section-text, .page-id-10616 .hero-section-text{ top: calc(50% - 30px); transform: translate(0,-50%) !important; max-width: 760px; }
.page-id-9841 .hero-section-text .common-primary-button, .page-id-10616 .hero-section-text .common-primary-button{ margin-top: 70px; }

/* ===== HISTORY ===== */
.page-id-9841 .about-history-wrapper, .page-id-10616 .about-history-wrapper{ padding: 96px 0; background: #fff; }
.page-id-9841 .about-history.vc_row, .page-id-10616 .about-history.vc_row{
  max-width: 1310px; margin: 0 auto !important; padding: 0 15px;
  display: grid !important; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.page-id-9841 .about-history::before, .page-id-10616 .about-history::before, .page-id-9841 .about-history::after, .page-id-10616 .about-history::after{ display: none !important; content: none !important; }
.page-id-9841 .about-history > .wpb_column, .page-id-10616 .about-history > .wpb_column{ width: 100% !important; max-width: 100% !important; float: none !important; padding: 0 !important; margin: 0 !important; }
.page-id-9841 .about-history > .wpb_column > .vc_column-inner, .page-id-10616 .about-history > .wpb_column > .vc_column-inner{ padding: 0 !important; }

.page-id-9841 .about-history-h2 h2, .page-id-10616 .about-history-h2 h2{ font-size: 40px; font-weight: 600; color: #212628; margin: 0 0 24px; letter-spacing: -1px; }
.page-id-9841 .about-history-text .wpb_text_column, .page-id-10616 .about-history-text .wpb_text_column{ margin-bottom: 20px; }
.page-id-9841 .about-history-text p, .page-id-10616 .about-history-text p{ color: #909396; font-size: 16px; line-height: 30px; margin: 0; }

/* timeline (native heading + text pairs) */
.page-id-9841 .about-history-timeline .vc_column-inner > .wpb_wrapper, .page-id-10616 .about-history-timeline .vc_column-inner > .wpb_wrapper{ position: relative; }
.page-id-9841 .about-history-timeline .vc_column-inner > .wpb_wrapper:before, .page-id-10616 .about-history-timeline .vc_column-inner > .wpb_wrapper:before{
  content: ""; position: absolute; left: 11px; top: 12px; bottom: 24px; width: 1px; background: #e3e7e9; z-index: 0;
}
.page-id-9841 .about-timeline-year, .page-id-10616 .about-timeline-year{ position: relative; padding-left: 40px; margin: 0 0 8px !important; }
.page-id-9841 .about-timeline-year:before, .page-id-10616 .about-timeline-year:before{
  content: ""; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%;
  background: #b08d44; border: 4px solid #fff; box-shadow: 0 0 0 1px #e3e7e9; z-index: 1;
}
.page-id-9841 .about-timeline-year h4, .page-id-10616 .about-timeline-year h4{ color: #b08d44; font-size: 20px; font-weight: 700; margin: 0; }
.page-id-9841 .about-timeline-desc, .page-id-10616 .about-timeline-desc{ padding-left: 40px; margin: 0 0 40px !important; }
.page-id-9841 .about-timeline-desc:last-child, .page-id-10616 .about-timeline-desc:last-child{ margin-bottom: 0 !important; }
.page-id-9841 .about-timeline-desc p, .page-id-10616 .about-timeline-desc p{ color: #909396; font-size: 16px; line-height: 28px; margin: 0; }

.rtl.page-id-9841 .about-history-timeline .vc_column-inner > .wpb_wrapper:before, .rtl.page-id-10616 .about-history-timeline .vc_column-inner > .wpb_wrapper:before{ left: auto; right: 11px; }
.rtl.page-id-9841 .about-timeline-year, .rtl.page-id-10616 .about-timeline-year{ padding-left: 0; padding-right: 40px; }
.rtl.page-id-9841 .about-timeline-year:before, .rtl.page-id-10616 .about-timeline-year:before{ left: auto; right: 0; }
.rtl.page-id-9841 .about-timeline-desc, .rtl.page-id-10616 .about-timeline-desc{ padding-left: 0; padding-right: 40px; }

/* ===== PILLARS ===== */
.page-id-9841 .about-pillars-wrapper, .page-id-10616 .about-pillars-wrapper{
  padding: 96px 0; background: #f9f9f9;
  width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
}
.page-id-9841 .about-pillars-head.vc_row, .page-id-10616 .about-pillars-head.vc_row{ max-width: 1310px; margin: 0 auto !important; padding: 0 15px 48px; }
.page-id-9841 .about-pillars-eyebrow h6, .page-id-10616 .about-pillars-eyebrow h6{ color: #909396; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 8px; }
.page-id-9841 .about-pillars-h2 h2, .page-id-10616 .about-pillars-h2 h2{ font-size: 40px; font-weight: 600; color: #1a1c1c; margin: 0; letter-spacing: -1px; }

.page-id-9841 .about-pillars-grid.vc_row, .page-id-10616 .about-pillars-grid.vc_row{ max-width: 1310px; margin: 0 auto !important; padding: 0 15px; }
.page-id-9841 .about-pillar-card > .vc_column-inner, .page-id-10616 .about-pillar-card > .vc_column-inner{ height: 100%; padding: 48px; background: #fff; border: 1px solid rgba(198,198,198,0.3); }
.page-id-9841 .about-pillar-card > .vc_column-inner > .wpb_wrapper, .page-id-10616 .about-pillar-card > .vc_column-inner > .wpb_wrapper{
  display: flex; flex-direction: column; align-items: flex-start; gap: 16px; height: 100%; min-height: 232px;
}
.page-id-9841 .about-pillar-card > .vc_column-inner > .wpb_wrapper > *, .page-id-10616 .about-pillar-card > .vc_column-inner > .wpb_wrapper > *{ margin: 0 !important; }
.page-id-9841 .about-pillar-icon img, .page-id-10616 .about-pillar-icon img{ width: 40px; height: 40px; object-fit: contain; }
.page-id-9841 .about-pillar-title h3, .page-id-10616 .about-pillar-title h3{ color: #1a1c1c; font-size: 24px; font-weight: 500; line-height: 32px; margin: 0; }
.page-id-9841 .about-pillar-desc p, .page-id-10616 .about-pillar-desc p{ color: #474747; font-size: 18px; line-height: 30px; margin: 0; }
.page-id-9841 .about-pillar-card > .vc_column-inner > .wpb_wrapper:after, .page-id-10616 .about-pillar-card > .vc_column-inner > .wpb_wrapper:after{ content: ""; display: block; width: 48px; height: 4px; background: #b08d44; margin-top: auto; }

/* ===== MISSION / VISION / VALUES (native, stacked banners) ===== */
.page-id-9841 .about-mvv-wrapper, .page-id-10616 .about-mvv-wrapper{
  padding: 96px 0; background: #fff;
  width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw;
}
.page-id-9841 .about-mvv-head.vc_row, .page-id-10616 .about-mvv-head.vc_row{ max-width: 1310px; margin: 0 auto !important; padding: 0 15px 48px; }
.page-id-9841 .about-mvv-eyebrow h6, .page-id-10616 .about-mvv-eyebrow h6{ color: #909396; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 8px; text-align: center; }
.page-id-9841 .about-mvv-h2 h2, .page-id-10616 .about-mvv-h2 h2{ font-size: 40px; font-weight: 600; color: #1a1c1c; margin: 0; letter-spacing: -1px; text-align: center; }

/* the banner = the outer row; its inner wrapper is the positioned, clipped frame */
.page-id-9841 .about-mvv-banner.vc_row, .page-id-10616 .about-mvv-banner.vc_row{ max-width: 1310px; margin: 0 auto 16px !important; padding: 0 15px; }
.page-id-9841 .about-mvv-banner.vc_row:last-of-type, .page-id-10616 .about-mvv-banner.vc_row:last-of-type{ margin-bottom: 0 !important; }
.page-id-9841 .about-mvv-banner > .wpb_column > .vc_column-inner, .page-id-10616 .about-mvv-banner > .wpb_column > .vc_column-inner{ padding: 0 !important; }
.page-id-9841 .about-mvv-banner > .wpb_column > .vc_column-inner > .wpb_wrapper, .page-id-10616 .about-mvv-banner > .wpb_column > .vc_column-inner > .wpb_wrapper{
  position: relative; min-height: 340px; overflow: hidden; border-radius: 10px;
  display: flex; align-items: stretch;
  opacity: 0; animation: aboutFadeUp 0.6s ease forwards;
}
.page-id-9841 .about-mvv-banner:nth-of-type(3) > .wpb_column > .vc_column-inner > .wpb_wrapper, .page-id-10616 .about-mvv-banner:nth-of-type(3) > .wpb_column > .vc_column-inner > .wpb_wrapper{ animation-delay: 0.12s; }
.page-id-9841 .about-mvv-banner:nth-of-type(4) > .wpb_column > .vc_column-inner > .wpb_wrapper, .page-id-10616 .about-mvv-banner:nth-of-type(4) > .wpb_column > .vc_column-inner > .wpb_wrapper{ animation-delay: 0.24s; }

/* background image — absolute backdrop */
.page-id-9841 .about-mvv-bg, .page-id-10616 .about-mvv-bg{ position: absolute !important; inset: 0; z-index: 0; margin: 0 !important; }
.page-id-9841 .about-mvv-bg .vc_figure, .page-id-10616 .about-mvv-bg .vc_figure, .page-id-9841 .about-mvv-bg .vc_single_image-wrapper, .page-id-10616 .about-mvv-bg .vc_single_image-wrapper{ width: 100%; height: 100%; margin: 0; display: block; }
.page-id-9841 .about-mvv-bg img, .page-id-10616 .about-mvv-bg img{ width: 100%; height: 100%; object-fit: cover; object-position: center right; border: 0 !important; }

/* gradient overlay — sits above the bg, below the panel */
.page-id-9841 .about-mvv-banner > .wpb_column > .vc_column-inner > .wpb_wrapper:before, .page-id-10616 .about-mvv-banner > .wpb_column > .vc_column-inner > .wpb_wrapper:before{
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, #333c41 0%, rgba(51,60,65,0.7) 45%, rgba(51,60,65,0) 100%);
}

/* the content panel = the inner row (.about-mvv-panel) */
.page-id-9841 .about-mvv-panel.vc_inner, .page-id-10616 .about-mvv-panel.vc_inner{
  position: relative; z-index: 2; width: 100%; max-width: 580px; margin: 0 !important;
  display: flex; align-items: flex-end;
  transition: background-color 0.3s ease;
}
.page-id-9841 .about-mvv-panel > .wpb_column > .vc_column-inner, .page-id-10616 .about-mvv-panel > .wpb_column > .vc_column-inner{ padding: 54px 68px !important; width: 100%; }
.page-id-9841 .about-mvv-panel > .wpb_column > .vc_column-inner > .wpb_wrapper, .page-id-10616 .about-mvv-panel > .wpb_column > .vc_column-inner > .wpb_wrapper{
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px; width: 100%;
}
.page-id-9841 .about-mvv-panel > .wpb_column > .vc_column-inner > .wpb_wrapper > *, .page-id-10616 .about-mvv-panel > .wpb_column > .vc_column-inner > .wpb_wrapper > *{ margin: 0 !important; }
.page-id-9841 .about-mvv-banner:hover .about-mvv-panel.vc_inner, .page-id-10616 .about-mvv-banner:hover .about-mvv-panel.vc_inner{ background-color: #333c41; }

/* icon / title / text */
.page-id-9841 .about-mvv-icon, .page-id-10616 .about-mvv-icon{ margin: 0 !important; }
.page-id-9841 .about-mvv-icon img, .page-id-10616 .about-mvv-icon img{ width: 32px; height: 32px; object-fit: contain; filter: brightness(0) invert(1); border: 0 !important; }
.page-id-9841 h3.about-mvv-title, .page-id-10616 h3.about-mvv-title{ color: #fff; font-size: 30px; font-weight: 500; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.02em; margin: 0; }
.page-id-9841 .about-mvv-text p, .page-id-10616 .about-mvv-text p{ color: #b0b0b0; font-size: 18px; line-height: 30px; margin: 0; }

/* button */
.page-id-9841 .about-mvv-btn.vc_btn3-container, .page-id-10616 .about-mvv-btn.vc_btn3-container{ margin: 6px 0 0 !important; }
.page-id-9841 .about-mvv-btn a.vc_btn3, .page-id-10616 .about-mvv-btn a.vc_btn3{
  display: inline-flex !important; align-items: center; justify-content: center; gap: 8px;
  padding: 16.5px 24px !important; max-width: 240px;
  border: 1px solid #b7c2c8 !important; border-radius: 80px !important;
  background: transparent !important; background-image: none !important; color: #fff !important;
  font-size: 17px !important; font-weight: 600 !important; line-height: 20px !important;
  text-shadow: none !important; box-shadow: none !important; position: relative;
  transition: background 0.3s ease, color 0.3s ease;
}
.page-id-9841 .about-mvv-btn a.vc_btn3:hover, .page-id-10616 .about-mvv-btn a.vc_btn3:hover{ background: #fff !important; color: #21272b !important; }
.page-id-9841 .about-mvv-btn a.vc_btn3:after, .page-id-10616 .about-mvv-btn a.vc_btn3:after{
  content: ""; width: 28px; height: 20px;
  background: url(/wp-content/themes/gtehandover_3.0/assets/images/right-side-arrow.svg) no-repeat center / contain;
}
@keyframes aboutFadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* ================================================================
   GENERAL RTL OVERRIDES (Arabic, body.rtl)
   ================================================================ */
/* Hero buttons: RTL spacing */
.rtl .hero-section-text .hero-cta-buttons {
  justify-content: flex-start;
}

/* WPBakery headings carry inline text-align:left — override at the source */
.rtl .vc_custom_heading,
.rtl .vc_do_custom_heading { text-align: right !important; }

/* Plain text blocks / paragraphs */
.rtl .service-desc-t p,
.rtl .expertise-content .expertise-item-title,
.rtl .expertise-content .expertise-item-description,
.rtl .contracts-subtitle-t p,
.rtl .contracts-cta-text-t p,
.rtl .parts-desc-t p,
.rtl .amc-card-desc-t p,
.rtl .contracts-benefits-label-t p { text-align: right !important; }

/* Expertise items: number on the RIGHT */
.rtl .expertise-item-t .wpb_wrapper { direction: rtl; }

/* Keep intentionally-centered AMC headings centered */
.rtl .amc-section .vc_custom_heading,
.rtl .amc-subtitle-t p { text-align: center !important; }

/* Keep phone/email LTR */
.rtl .wpb_text_column a[href^="tel:"],
.rtl .wpb_text_column a[href^="mailto:"] { direction: ltr; unicode-bidi: bidi-override; display: inline-block; }


/* ================================================================
   PAGE 9841 — BASE STYLES (LTR)
   ================================================================ */

/* ===== HERO ===== */
.page-id-9841 .banner-top img, .page-id-10616 .banner-top img { height: 20vw; min-height: 400px; max-height: 700px; object-fit: cover; object-position: center; }
.page-id-9841 .hero-section-text h1, .page-id-10616 .hero-section-text h1 { font-size: clamp(32px, 3.65vw, 56px) !important; line-height: 1.15 !important; }
.page-id-9841 .banner_text, .page-id-10616 .banner_text { display: none; }
.page-id-9841 .hero-section-text, .page-id-10616 .hero-section-text { top: calc(50% - 30px); transform: translate(0,-50%) !important; max-width: 760px; }
.page-id-9841 .hero-section-text .common-primary-button, .page-id-10616 .hero-section-text .common-primary-button { margin-top: 70px; }

/* ===== HISTORY ===== */
.page-id-9841 .about-history-wrapper { padding: 96px 0; background: #fff; }
.page-id-9841 .about-history.vc_row { max-width: 1310px; margin: 0 auto !important; padding: 0 15px; display: grid !important; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.page-id-9841 .about-history::before, .page-id-9841 .about-history::after { display: none !important; content: none !important; }
.page-id-9841 .about-history > .wpb_column { width: 100% !important; max-width: 100% !important; float: none !important; padding: 0 !important; margin: 0 !important; }
.page-id-9841 .about-history > .wpb_column > .vc_column-inner { padding: 0 !important; }

.page-id-9841 .about-history-h2 h2 { font-size: 40px; font-weight: 600; color: #212628; margin: 0 0 24px; letter-spacing: -1px; }
.page-id-9841 .about-history-text .wpb_text_column { margin-bottom: 20px; }
.page-id-9841 .about-history-text p { color: #909396; font-size: 16px; line-height: 30px; margin: 0; }

/* Timeline (native heading + text pairs) */
.page-id-9841 .about-history-timeline .vc_column-inner > .wpb_wrapper { position: relative; }
.page-id-9841 .about-history-timeline .vc_column-inner > .wpb_wrapper:before { content: ""; position: absolute; left: 11px; top: 12px; bottom: 24px; width: 1px; background: #e3e7e9; z-index: 0; }
.page-id-9841 .about-timeline-year { position: relative; padding-left: 40px; margin: 0 0 8px !important; }
.page-id-9841 .about-timeline-year:before { content: ""; position: absolute; left: 0; top: 2px; width: 24px; height: 24px; border-radius: 50%; background: #b08d44; border: 4px solid #fff; box-shadow: 0 0 0 1px #e3e7e9; z-index: 1; }
.page-id-9841 .about-timeline-year h4 { color: #b08d44; font-size: 20px; font-weight: 700; margin: 0; }
.page-id-9841 .about-timeline-desc { padding-left: 40px; margin: 0 0 40px !important; }
.page-id-9841 .about-timeline-desc:last-child { margin-bottom: 0 !important; }
.page-id-9841 .about-timeline-desc p { color: #909396; font-size: 16px; line-height: 28px; margin: 0; }

/* ===== PILLARS ===== */
.page-id-9841 .about-pillars-wrapper { padding: 96px 0; background: #f9f9f9; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.page-id-9841 .about-pillars-head.vc_row { max-width: 1310px; margin: 0 auto !important; padding: 0 15px 48px; }
.page-id-9841 .about-pillars-eyebrow h6 { color: #909396; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 8px; }
.page-id-9841 .about-pillars-h2 h2 { font-size: 40px; font-weight: 600; color: #1a1c1c; margin: 0; letter-spacing: -1px; }

.page-id-9841 .about-pillars-grid.vc_row { max-width: 1310px; margin: 0 auto !important; padding: 0 15px; }
.page-id-9841 .about-pillar-card > .vc_column-inner { height: 100%; padding: 48px; background: #fff; border: 1px solid rgba(198,198,198,0.3); }
.page-id-9841 .about-pillar-card > .vc_column-inner > .wpb_wrapper { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; height: 100%; min-height: 232px; }
.page-id-9841 .about-pillar-card > .vc_column-inner > .wpb_wrapper > * { margin: 0 !important; }
.page-id-9841 .about-pillar-icon img { width: 40px; height: 40px; object-fit: contain; }
.page-id-9841 .about-pillar-title h3 { color: #1a1c1c; font-size: 24px; font-weight: 500; line-height: 32px; margin: 0; }
.page-id-9841 .about-pillar-desc p { color: #474747; font-size: 18px; line-height: 30px; margin: 0; }
.page-id-9841 .about-pillar-card > .vc_column-inner > .wpb_wrapper:after { content: ""; display: block; width: 48px; height: 4px; background: #b08d44; margin-top: auto; }

/* ===== MISSION / VISION / VALUES ===== */
.page-id-9841 .about-mvv-wrapper { padding: 96px 0; background: #fff; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.page-id-9841 .about-mvv-head.vc_row { max-width: 1310px; margin: 0 auto !important; padding: 0 15px 48px; }
.page-id-9841 .about-mvv-eyebrow h6 { color: #909396; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 8px; text-align: center; }
.page-id-9841 .about-mvv-h2 h2 { font-size: 40px; font-weight: 600; color: #1a1c1c; margin: 0; letter-spacing: -1px; text-align: center; }

.page-id-9841 .about-mvv-banner.vc_row { max-width: 1310px; margin: 0 auto 16px !important; padding: 0 15px; }
.page-id-9841 .about-mvv-banner.vc_row:last-of-type { margin-bottom: 0 !important; }
.page-id-9841 .about-mvv-banner > .wpb_column > .vc_column-inner { padding: 0 !important; }
.page-id-9841 .about-mvv-banner > .wpb_column > .vc_column-inner > .wpb_wrapper { position: relative; min-height: 340px; overflow: hidden; border-radius: 10px; display: flex; align-items: stretch; opacity: 0; animation: aboutFadeUp 0.6s ease forwards; }
.page-id-9841 .about-mvv-banner:nth-of-type(3) > .wpb_column > .vc_column-inner > .wpb_wrapper { animation-delay: 0.12s; }
.page-id-9841 .about-mvv-banner:nth-of-type(4) > .wpb_column > .vc_column-inner > .wpb_wrapper { animation-delay: 0.24s; }

.page-id-9841 .about-mvv-bg { position: absolute !important; inset: 0; z-index: 0; margin: 0 !important; }
.page-id-9841 .about-mvv-bg .vc_figure, .page-id-9841 .about-mvv-bg .vc_single_image-wrapper { width: 100%; height: 100%; margin: 0; display: block; }
.page-id-9841 .about-mvv-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center right; border: 0 !important; }

.page-id-9841 .about-mvv-banner > .wpb_column > .vc_column-inner > .wpb_wrapper:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #333c41 0%, rgba(51,60,65,0.7) 45%, rgba(51,60,65,0) 100%); }

.page-id-9841 .about-mvv-panel.vc_inner { position: relative; z-index: 2; width: 100%; max-width: 580px; margin: 0 !important; display: flex; align-items: flex-end; transition: background-color 0.3s ease; }
.page-id-9841 .about-mvv-panel > .wpb_column > .vc_column-inner { padding: 32px 48px !important; width: 100%; }
.page-id-9841 .about-mvv-panel > .wpb_column > .vc_column-inner > .wpb_wrapper { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; width: 100%; }
.page-id-9841 .about-mvv-panel > .wpb_column > .vc_column-inner > .wpb_wrapper > * { margin: 0 !important; }
.page-id-9841 .about-mvv-banner:hover .about-mvv-panel.vc_inner { background-color: #333c41; }

.page-id-9841 .about-mvv-icon { margin: 0 !important; }
.page-id-9841 .about-mvv-icon img { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) invert(1); border: 0 !important; }
.page-id-9841 h3.about-mvv-title { color: #fff; font-size: 30px; font-weight: 500; line-height: 1.2; text-transform: uppercase; letter-spacing: 0.02em; margin: 0; }
.page-id-9841 .about-mvv-text p { color: #b0b0b0; font-size: 18px; line-height: 30px; margin: 0; }

.page-id-9841 .about-mvv-btn.vc_btn3-container { margin: 6px 0 0 !important; }
.page-id-9841 .about-mvv-btn a.vc_btn3 { display: inline-flex !important; align-items: center; justify-content: center; gap: 8px; padding: 16.5px 24px !important; max-width: 210px; border: 1px solid #b7c2c8 !important; border-radius: 80px !important; background: transparent !important; background-image: none !important; color: #fff !important; font-size: 17px !important; font-weight: 600 !important; line-height: 20px !important; text-shadow: none !important; box-shadow: none !important; position: relative; transition: background 0.3s ease, color 0.3s ease; }
.page-id-9841 .about-mvv-btn a.vc_btn3:hover { background: #fff !important; color: #21272b !important; }
.page-id-9841 .about-mvv-btn a.vc_btn3:after { content: ""; width: 28px; height: 20px; background: url(/wp-content/themes/gtehandover_3.0/assets/images/right-side-arrow.svg) no-repeat center / contain; }

@keyframes aboutFadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }

/* RTL */
.rtl.page-id-9841 .about-mvv-bg img, .rtl.page-id-10616 .about-mvv-bg img{ object-position: center left; }
.rtl.page-id-9841 .about-mvv-banner .vc_column-inner > .wpb_wrapper, .rtl.page-id-10616 .about-mvv-banner .vc_column-inner > .wpb_wrapper{ align-items: flex-end; }
.rtl.page-id-9841 .about-mvv-panel, .rtl.page-id-10616 .about-mvv-panel{ margin-left: auto !important; margin-right: 0 !important; text-align: right; }
.rtl.page-id-9841 .about-mvv-panel .vc_column-inner > .wpb_wrapper, .rtl.page-id-10616 .about-mvv-panel .vc_column-inner > .wpb_wrapper{ align-items: flex-start; }
.rtl.page-id-9841 .about-mvv-banner .vc_column-inner > .wpb_wrapper:before, .rtl.page-id-10616 .about-mvv-banner .vc_column-inner > .wpb_wrapper:before{
  background: linear-gradient(270deg, #333c41 0%, rgba(51,60,65,0.7) 45%, rgba(51,60,65,0) 100%);
}

/* ================================================================
   PAGE 9841 — RTL SPECIFIC OVERRIDES 
   ================================================================ */

/* Timeline RTL */
.rtl.page-id-9841 .about-history-timeline .vc_column-inner > .wpb_wrapper:before { left: auto; right: 11px; }
.rtl.page-id-9841 .about-timeline-year { padding-left: 0; padding-right: 40px; }
.rtl.page-id-9841 .about-timeline-year:before { left: auto; right: 0; }
.rtl.page-id-9841 .about-timeline-desc { padding-left: 0; padding-right: 40px; }

/* MVV Banners RTL */
.rtl.page-id-9841 .about-mvv-bg img { object-position: center left !important; }
.rtl.page-id-9841 .about-mvv-banner .vc_column-inner > .wpb_wrapper { align-items: flex-end; }
.rtl.page-id-9841 .about-mvv-panel { margin-left: auto !important; margin-right: 0 !important; text-align: right; }
.rtl.page-id-9841 .about-mvv-panel .vc_column-inner > .wpb_wrapper { align-items: flex-start; }

/* MVV Gradient (Flipped for RTL) */
.rtl.page-id-9841 .about-mvv-banner > .wpb_column > .vc_column-inner > .wpb_wrapper:before {
    background: linear-gradient(90deg, rgba(51, 60, 65, 0) 0%, rgba(51, 60, 65, 0.7) 45%, #333c41 100%) !important;
}
/* Flip the arrow icon to point left for RTL */
.rtl.page-id-9841 .about-mvv-btn a.vc_btn3:after, 
.rtl.page-id-10616 .about-mvv-btn a.vc_btn3:after {
    transform: scaleX(-1) !important;
}

/* ================================================================
   PAGE 9841 — RESPONSIVE
   ================================================================ */
@media (max-width: 991px) {
  .page-id-9841 .about-history.vc_row { grid-template-columns: 1fr; gap: 40px; }
  .page-id-9841 .about-history-wrapper, .page-id-9841 .about-pillars-wrapper, .page-id-9841 .about-mvv-wrapper { padding: 50px 0; }
}
@media (max-width: 767px) {
  .page-id-9841 .about-mvv-panel { padding: 28px; max-width: 100%; }
}

/* ================================================================
   PAGE 9841 — RESPONSIVE
   ================================================================ */
@media (max-width: 991px) {
  .page-id-9841 .about-history.vc_row { grid-template-columns: 1fr; gap: 40px; }
  .page-id-9841 .about-history-wrapper, .page-id-9841 .about-pillars-wrapper, .page-id-9841 .about-mvv-wrapper { padding: 50px 0; }
}
@media (max-width: 767px) {
  .page-id-9841 .about-mvv-panel { padding: 28px; max-width: 100%; }
}

/* responsive */
@media (max-width: 991px) {
  .page-id-9841 .about-history.vc_row, .page-id-10616 .about-history.vc_row{ grid-template-columns: 1fr; gap: 40px; }
  .page-id-9841 .about-history-wrapper, .page-id-10616 .about-history-wrapper, .page-id-9841 .about-pillars-wrapper, .page-id-10616 .about-pillars-wrapper, .page-id-9841 .about-mvv-wrapper, .page-id-10616 .about-mvv-wrapper{ padding: 50px 0; }
}
@media (max-width: 767px) {
  .page-id-9841 .about-mvv-panel, .page-id-10616 .about-mvv-panel{ padding: 28px; max-width: 100%; }
}

/* ================================================================
   HOMEPAGE HERO — TABLET / INTERMEDIATE
   Match desktop contact bar placement over the hero image.
   ================================================================ */
@media (min-width: 768px) and (max-width: 1199px) {
  body.home .banner-top {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    min-height: 580px;
  }

  body.home .banner-top img,
  body.home .banner-top img.gte-slide {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  body.home .hero-section-text {
    top: 112px;
    bottom: auto;
    max-width: min(967px, calc(100vw - 76px));
    transform: none !important;
  }

  body.home .hero-section-text .hero-cta-buttons {
    margin-top: 32px !important;
  }

  body.home .page_banner {
    position: relative;
    overflow: hidden;
  }

  body.home .page_banner .hero-contact-detail {
    position: absolute;
    bottom: var(--hero-contact-bottom, 50px);
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    padding: 0;
    z-index: 4;
    pointer-events: auto;
  }

  body.home .hero-contact-bar {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(33, 39, 43, 0.72);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  }
}

/* ================================================================
   HOMEPAGE HERO — MOBILE
   Keep the contact details below the image and match the mobile
   composition without changing the desktop hero.
   ================================================================ */
@media (max-width: 767px) {
  body.home .banner-top {
    aspect-ratio: auto !important;
    min-height: 700px !important;
    height: 700px;
  }

  body.rtl.home .banner-top {
    min-height: 665px !important;
    height: 665px;
  }

  body.home .banner-top img,
  body.home .banner-top img.gte-slide {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center;
  }

  body.home .hero-section-text {
    top: 112px;
    right: 16px;
    bottom: auto;
    left: 16px;
    width: auto;
    max-width: none;
    margin: 0 !important;
    transform: none !important;
  }

  body.home .hero-section-text h6 {
    margin: 0 0 18px;
    color: #b7c2c8;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  body.home .hero-section-text h1 {
    margin: 0 0 28px !important;
    color: #fff;
    font-size: clamp(34px, 8.45vw, 40px);
    font-weight: 400;
    line-height: 1.27;
  }

  body.home .hero-section-text p {
    margin: 0;
    color: #b7c2c8;
    font-size: 14px;
    line-height: 25px;
  }

  body.home .hero-section-text .hero-cta-buttons {
    width: 100%;
    margin: 34px 0 0 !important;
  }

  body.home .hero-section-text .hero-cta-buttons,
  body.home .hero-section-text .hero-cta-buttons .vc_column-inner,
  body.home .hero-section-text .hero-cta-buttons .vc_column-inner > .wpb_wrapper {
    padding: 0 !important;
  }

  body.home .hero-section-text .hero-cta-buttons.vc_row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body.home .hero-section-text .hero-cta-buttons .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  body.home .hero-section-text .common-primary-button,
  body.home .hero-section-text .common-secondary-button {
    display: block;
    width: 100%;
    margin: 0 !important;
  }

  body.home .hero-section-text .common-primary-button a,
  body.home .hero-section-text .common-secondary-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 60px;
    padding: 14px 24px !important;
    border-radius: 999px !important;
    font-size: 18px !important;
    line-height: 1.3;
  }

  body.home .hero-section-text .common-primary-button a {
    border-color: #fff !important;
    background: #fff !important;
    color: #0e181e !important;
  }

  body.home .hero-section-text .common-secondary-button a {
    border-color: rgba(255, 255, 255, 0.65) !important;
    background: transparent !important;
    color: #fff !important;
  }

  body.home .page_banner .hero-contact-detail {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    background: #21272b;
    pointer-events: auto;
  }

  body.home .hero-contact-detail .container {
    width: 100%;
    max-width: none;
    padding: 0 16px;
  }

  body.home .hero-contact-bar {
    display: block;
    padding: 36px 0 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  body.home .hero-contact-bar__items {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
  }

  body.home .hero-contact-item {
    width: 100%;
    gap: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
  }

  body.home .hero-contact-item__icon {
    width: 25px;
    height: 25px;
  }

  body.home .hero-contact-item__icon svg {
    width: 24px;
    height: 24px;
  }

  body.home .hero-contact-item__text {
    gap: 5px;
  }

  body.home .hero-contact-item__label,
  body.home .hero-contact-item__value,
  body.home .hero-contact-item a {
    color: #fff !important;
    font-weight: 400;
  }

  body.home .hero-contact-bar__link,
  body.rtl.home .hero-contact-bar__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 34px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
  }

  body.home .hero-contact-bar__link img {
    width: 25px;
    height: 18px;
  }
}

@media (max-width: 375px) {
  body.home .banner-top {
    min-height: 730px !important;
    height: 730px;
  }

  body.rtl.home .banner-top {
    min-height: 700px !important;
    height: 700px;
  }
}

/* ================================================================
   HOMEPAGE ABOUT US — FIGMA
   ================================================================ */
.home section.vc_section.about-us {
  width: 100%;
  max-width: 1240px;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 72px 0 !important;
  background: #fff;
}

.home .about-heading-row.vc_row {
  display: flex;
  align-items: center;
  gap: 48px;
  width: 100%;
  margin: 0 !important;
}

.home .about-heading-row::before,
.home .about-heading-row::after {
  display: none;
}

.home .about-heading-copy.wpb_column {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}

.home .about-heading-action.wpb_column {
  flex: 0 0 auto;
  width: auto;
}

.home .about-heading-copy > .vc_column-inner,
.home .about-heading-action > .vc_column-inner,
.home .about-us > .about-trading:not(.about-heading-row) > .wpb_column > .vc_column-inner {
  padding: 0 !important;
}

.home .about-heading-row .light-text p {
  margin: 0 0 10px !important;
  color: #909396;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left !important;
  text-transform: uppercase;
}

.home .about-heading-row .common-title h3 {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  color: #000;
  font-family: "Archivo", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
  text-align: left !important;
}

.home .about-heading-row .about-heading-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child p {
  max-width: 1008px;
  margin: 16px 0 0 !important;
  color: #909396;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left !important;
}

.home .about-figma-cta {
  margin: 0 !important;
}

.home .about-figma-cta a.vc_btn3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 52px;
  padding: 17px !important;
  border: 0 !important;
  border-radius: 80px !important;
  background: #21272b !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Archivo", sans-serif;
  font-size: 17px !important;
  font-weight: 600;
  line-height: 18px !important;
  text-align: center;
  text-shadow: none !important;
  white-space: nowrap;
}

.home .about-figma-cta a.vc_btn3:hover,
.home .about-figma-cta a.vc_btn3:focus {
  background: #333c41 !important;
  color: #fff !important;
  text-decoration: none;
}

.home .about-us > .about-trading:not(.about-heading-row) {
  width: 100%;
  margin: 0 !important;
}

.home .about-us .statistics-section {
  padding: 48px 0 0;
  background: transparent;
}

.home .about-us .statistics-section > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.home .about-us .statistics-grid,
.home .about-us .statistics-section.grid-3-2 .statistics-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.home .about-us .statistics-section.grid-3-2 .stat-item:nth-child(-n+3) {
  grid-column: span 2;
}

.home .about-us .statistics-section.grid-3-2 .stat-item:nth-child(n+4) {
  grid-column: span 3;
}

.home .about-us .stat-item {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background: #333c41;
  box-shadow: none;
  color: #fff;
  transform: none;
  transition: none;
}

.home .about-us .stat-item:hover,
.home .about-us .stat-item:focus-within {
  box-shadow: none;
  transform: none;
}

.home .about-us .stat-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.home .about-us .stat-background[style*="--stat-image"] {
  background-image: none !important;
}

.home .about-us .stat-background[style*="--stat-image"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--stat-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.14);
  transform-origin: center;
  will-change: transform;
  transition: transform 1.022s cubic-bezier(0.22, 1, 0.36, 1);
}

.home .about-us .stat-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(33, 39, 43, 0) 38%,
    rgba(33, 39, 43, 0.12) 53%,
    rgba(33, 39, 43, 0.8) 100%
  );
}

.home .about-us .stat-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(33, 39, 43, 0.15) 0%,
    rgba(33, 39, 43, 0.48) 38%,
    rgba(51, 60, 65, 0.96) 62%,
    #333c41 100%
  );
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.home .about-us .stat-content {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.home .about-us .stat-content-default {
  top: auto;
  right: 20px;
  bottom: 16px;
  left: 20px;
  width: auto;
  padding: 0;
  text-align: left;
  transform: none;
  opacity: 1;
  will-change: opacity, transform;
  transition:
    opacity 0.28s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.home .about-us .stat-item:nth-child(n+4) .stat-content-default {
  text-align: center;
}

.home .about-us .stat-number {
  margin: 0 0 4px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
  paint-order: normal;
  text-shadow: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.home .about-us .stat-description {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 17.6px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  paint-order: normal;
  text-shadow: none;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}

.home .about-us .stat-content-hover {
  right: 32px;
  bottom: 32px;
  left: 32px;
  width: auto;
  padding: 0;
  text-align: left;
  transform: translateY(10px);
  opacity: 0;
  will-change: opacity, transform;
  transition:
    opacity 0.28s ease,
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.home .about-us .stat-hover-title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
}

.home .about-us .stat-hover-description {
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 20px;
  font-synthesis: none;
}

.home .about-us .stat-item:hover .stat-background[style*="--stat-image"]::before,
.home .about-us .stat-item:focus-within .stat-background[style*="--stat-image"]::before {
  transform: scale(1);
}

.home .about-us .stat-item:hover .stat-overlay::after,
.home .about-us .stat-item:focus-within .stat-overlay::after {
  opacity: 1;
}

.home .about-us .stat-item:hover .stat-content-default,
.home .about-us .stat-item:focus-within .stat-content-default {
  transform: translateY(8px);
  opacity: 0;
}

.home .about-us .stat-item:hover .stat-content-hover,
.home .about-us .stat-item:focus-within .stat-content-hover {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.16s;
}

.rtl.home .about-heading-row .light-text p,
.rtl.home .about-heading-row .common-title h3,
.rtl.home .about-heading-row .about-heading-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child p,
.rtl.home .about-figma-cta a.vc_btn3,
.rtl.home .about-us .stat-number,
.rtl.home .about-us .stat-description,
.rtl.home .about-us .stat-hover-title,
.rtl.home .about-us .stat-hover-description,
.rtl .stat-number,
.rtl .stat-description,
.rtl .statistics-section-title {
  font-family: "Cairo", sans-serif;
}

.rtl.home .about-heading-row .light-text p,
.rtl.home .about-heading-row .common-title h3,
.rtl.home .about-heading-row .about-heading-copy > .vc_column-inner > .wpb_wrapper > .wpb_text_column:last-child p,
.rtl.home .about-us .stat-content-default,
.rtl.home .about-us .stat-content-hover {
  text-align: right !important;
}

.rtl.home .about-us .stat-item:nth-child(n+4) .stat-content-default {
  text-align: center !important;
}

@media (max-width: 1024px) {
  .home section.vc_section.about-us {
    max-width: none;
    padding: 64px 40px !important;
  }

  .home .about-heading-row.vc_row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .home .about-us .statistics-grid,
  .home .about-us .statistics-section.grid-3-2 .statistics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .about-us .statistics-section.grid-3-2 .stat-item {
    grid-column: auto;
  }

  .home .about-us .statistics-section.grid-3-2 .stat-item:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .home section.vc_section.about-us {
    padding: 50px 16px !important;
  }

  .home .about-heading-row .common-title h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .home .about-figma-cta,
  .home .about-figma-cta a.vc_btn3 {
    width: 100%;
  }

  .home .about-us .statistics-section {
    padding-top: 36px;
  }

  .home .about-us .statistics-grid,
  .home .about-us .statistics-section.grid-3-2 .statistics-grid {
    grid-template-columns: 1fr;
  }

  .home .about-us .statistics-section.grid-3-2 .stat-item,
  .home .about-us .statistics-section.grid-3-2 .stat-item:last-child {
    grid-column: auto;
  }

  .home .about-us .stat-item {
    height: 260px;
  }
}

@media (hover: none) {
  .home .about-us .stat-content-hover {
    display: none;
  }

  .home .about-us .stat-content-default {
    transform: none !important;
    opacity: 1 !important;
  }

  .home .about-us .stat-background[style*="--stat-image"]::before {
    transform: scale(1.04) !important;
  }
}

/* ================================================================
   BRAND + INDUSTRY DETAIL — FIGMA 2026
   ================================================================ */
.brand-template-default .brand-hero-banner,
.industry-template-default .brand-hero-banner {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #21272b;
}

.brand-template-default .top-banner-contant,
.industry-template-default .top-banner-contant,
.brand-template-default .hero-slider,
.industry-template-default .hero-slider,
.brand-template-default .banner-imageSld,
.industry-template-default .banner-imageSld,
.brand-template-default .brand-detail,
.industry-template-default .brand-detail {
  height: 900px;
}

.brand-template-default .banner-imageSld img,
.industry-template-default .banner-imageSld img {
  width: 100%;
  height: 900px;
  object-fit: cover;
  object-position: center;
}

.brand-template-default .brand-detail::before,
.industry-template-default .brand-detail::before {
  background:
    linear-gradient(0deg, rgba(33, 39, 43, 0.7) 0%, rgba(33, 39, 43, 0.05) 52%),
    linear-gradient(90deg, #21272b 0%, rgba(33, 39, 43, 0.9) 26%, rgba(33, 39, 43, 0.48) 62%, rgba(33, 39, 43, 0.08) 100%);
}

.rtl.brand-template-default .brand-detail::before,
.rtl.industry-template-default .brand-detail::before {
  background:
    linear-gradient(0deg, rgba(33, 39, 43, 0.7) 0%, rgba(33, 39, 43, 0.05) 52%),
    linear-gradient(270deg, #21272b 0%, rgba(33, 39, 43, 0.9) 26%, rgba(33, 39, 43, 0.48) 62%, rgba(33, 39, 43, 0.08) 100%);
}

.brand-template-default .top-banner-contant .content,
.industry-template-default .top-banner-contant .content {
  top: 220px;
  bottom: auto;
  z-index: 2;
  color: #fff;
}

.brand-template-default .top-banner-contant .content > .container,
.industry-template-default .top-banner-contant .content > .container {
  width: calc(100% - 80px);
  max-width: 1240px;
  padding: 0;
}

.brand-template-default .content .post-breadcrumbs,
.industry-template-default .content .post-breadcrumbs,
.brand-template-default .content .post-breadcrumbs a,
.industry-template-default .content .post-breadcrumbs a {
  margin-bottom: 30px;
  color: #b7c2c8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.brand-template-default .content .delimiter,
.industry-template-default .content .delimiter {
  padding: 0 16px;
}

.brand-template-default .post-logo-keywords,
.industry-template-default .post-logo-keywords {
  align-items: center;
  gap: 24px;
  min-height: 69px;
  margin-bottom: 28px;
}

.brand-template-default .post-logo,
.industry-template-default .post-logo {
  width: auto;
  max-width: 223px;
  max-height: 69px;
  margin: 0 !important;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.brand-template-default .post-logo--industry,
.industry-template-default .post-logo--industry {
  width: 68px;
  height: 68px;
}

.brand-template-default .content .post-keywords,
.industry-template-default .content .post-keywords {
  margin: 0;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(183, 194, 200, 0.55);
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-template-default .detail-hero-headline,
.industry-template-default .detail-hero-headline {
  max-width: 1000px;
  margin: 0 0 25px;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: clamp(48px, 4.45vw, 64px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.brand-template-default .content .post-content,
.industry-template-default .content .post-content {
  max-width: 1160px;
  margin: 0 0 32px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.detail-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.detail-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  min-height: 55px;
  padding: 16px 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none !important;
  transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.detail-hero-cta--primary {
  background: #fff;
  color: #0e181e !important;
}

.detail-hero-cta--secondary {
  background: transparent;
  color: #fff !important;
}

.detail-hero-cta:hover,
.detail-hero-cta:focus {
  opacity: 0.82;
}

.brand-template-default .hero-sliderDots .slick-dots,
.industry-template-default .hero-sliderDots .slick-dots {
  margin: 60px 0 0;
  text-align: left;
}

.rtl.brand-template-default .hero-sliderDots .slick-dots,
.rtl.industry-template-default .hero-sliderDots .slick-dots {
  text-align: right;
}

/* Category overview */
.brand-template-default section.bradn-logos,
.industry-template-default section.bradn-logos {
  padding: 72px 0 0;
  overflow: hidden;
  background: #333c41;
}

.category-section-container {
  width: calc(100% - 80px);
  max-width: 1240px;
  padding: 0;
}

.brand-template-default .category-section-container,
.industry-template-default .category-section-container {
  position: relative;
  z-index: 2;
}

.category-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  min-height: 73px;
}

.category-section-heading__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.category-section-eyebrow {
  margin: 0 0 10px;
  color: #909396;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}

.category-section-heading h2 {
  margin: 0;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

.category-carousel-controls {
  display: flex;
  align-items: center;
  align-self: flex-end;
  flex: 0 0 auto;
  gap: 18px;
  min-width: 175px;
}

.category-card-carousel-controls {
  position: absolute;
  top: -36px;
  inset-inline-end: 100px;
  z-index: 5;
}

.category-carousel-prev,
.category-carousel-next {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.category-carousel-prev:disabled,
.category-carousel-next:disabled {
  opacity: 0.35;
  cursor: default;
}

.category-carousel-prev::before,
.category-carousel-next::before {
  content: "";
  position: absolute;
  top: 7px;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.category-carousel-prev::before {
  left: 8px;
  transform: rotate(-135deg);
}

.category-carousel-next::before {
  right: 8px;
  transform: rotate(45deg);
}

.rtl .category-carousel-prev::before {
  left: auto;
  right: 8px;
  transform: rotate(45deg);
}

.rtl .category-carousel-next::before {
  right: auto;
  left: 8px;
  transform: rotate(-135deg);
}

.category-carousel-dots {
  min-width: 89px;
}

.category-carousel-dots .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  width: auto;
  margin: 0;
}

.category-carousel-dots .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
}

.category-carousel-dots .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.category-carousel-dots .slick-dots li button::before {
  display: none;
}

.category-carousel-dots .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
}

.category-carousel-dots .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background: #fff;
}

.category-filter-pills {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  box-sizing: border-box;
  width: 100vw;
  margin-inline-start: calc(50% - 50vw);
  margin-top: 24px;
  padding-inline-start: max(40px, calc((100vw - 1240px) / 2));
  padding-bottom: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
}

.category-filter-pills.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.category-filter-pills.is-dragging .category-filter-pill {
  pointer-events: none;
}

.category-filter-pills::-webkit-scrollbar {
  display: none;
}

.category-filter-pill {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 11px 16px;
  border: 1px solid #6f777b;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
}

.category-filter-pill.is-active {
  border-color: #fff;
  background: #fff;
  color: #21272b;
}

.category-carousel-shell {
  position: relative;
  margin-top: 48px;
  padding-bottom: 0;
  overflow: visible;
}

.brand-template-default .tabs.category-tabs-slider,
.industry-template-default .tabs.category-tabs-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: flex-start;
  max-width: none;
  margin: 0;
}

.category-tabs-slider.carousel-scroller,
.products-slider.carousel-scroller {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.category-tabs-slider.carousel-scroller {
  align-items: flex-start;
}

.products-slider.carousel-scroller {
  align-items: stretch;
}

.category-tabs-slider.carousel-scroller::-webkit-scrollbar,
.products-slider.carousel-scroller::-webkit-scrollbar {
  display: none;
}

.category-tabs-slider.carousel-scroller.is-scrollable,
.products-slider.carousel-scroller.is-scrollable {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  touch-action: pan-x;
}

.category-tabs-slider.carousel-scroller.is-scrollable.is-dragging,
.products-slider.carousel-scroller.is-scrollable.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.category-tabs-slider.carousel-scroller.is-centered,
.products-slider.carousel-scroller.is-centered {
  justify-content: center;
}

.category-tabs-slider.carousel-scroller.is-centered {
  justify-content: flex-start;
}

.category-tabs-slider.carousel-scroller {
  box-sizing: border-box;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 72px;
}

.brand-template-default .tabs.category-tabs-slider.carousel-scroller,
.industry-template-default .tabs.category-tabs-slider.carousel-scroller {
  padding-inline-start: max(40px, calc((100vw - 1240px) / 2));
  padding-inline-end: max(40px, calc((100vw - 1240px) / 2));
}

.brand-template-default .category-card,
.industry-template-default .category-card {
  position: relative;
  flex: 0 0 210px;
  width: 210px;
  height: 269px;
  margin: 0 32px 0 0;
  overflow: visible;
  border: 1px solid #465055;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.rtl.brand-template-default .category-card,
.rtl.industry-template-default .category-card {
  margin: 0 0 0 32px;
  text-align: right;
}

.brand-template-default .category-card:hover,
.industry-template-default .category-card:hover {
  transform: translateY(-3px);
}

.brand-template-default .category-card.active,
.industry-template-default .category-card.active {
  border-color: #465055;
  background: #465055;
  transform: none;
}

.brand-template-default .category-card.active::after,
.industry-template-default .category-card.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -72px;
  width: 0;
  height: 0;
  border-top: 25px solid #333c41;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 3;
  display: block;
}

.category-card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 164px;
  overflow: hidden;
}

.brand-template-default .category-card .brand-tag,
.industry-template-default .category-card .brand-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 28px 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-template-default .category-card.active .brand-tag,
.industry-template-default .category-card.active .brand-tag {
  background: transparent;
}

.category-card .brand-tag img {
  width: 130px;
  max-width: 100%;
  height: 105px;
  object-fit: contain;
}

.category-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 104px;
  padding: 16px;
}

.brand-template-default .category-card h5,
.industry-template-default .category-card h5 {
  min-height: 44px;
  margin: 0;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-align: inherit;
  text-transform: none;
}

.category-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand-template-default .category-card .category-card-meta p,
.industry-template-default .category-card .category-card-meta p {
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #b7c2c8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: inherit;
  text-transform: none;
}

.brand-template-default .category-card .category-card-meta img,
.industry-template-default .category-card .category-card-meta img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: none;
}

.rtl .category-card-meta img {
  transform: scaleX(-1);
}

.category-card.carousel-hidden-by-filter,
.category-card.slick-hidden-by-filter,
.brand-template-default .products-slider .card.carousel-hidden-by-filter {
  display: none !important;
}

@media (max-width: 1199px) {
  .category-filter-pills,
  .category-tabs-slider.carousel-scroller.is-scrollable,
  .products-slider.carousel-scroller.is-scrollable {
    touch-action: pan-x pan-y;
  }

  .category-tabs-slider.carousel-scroller,
  .products-slider.carousel-scroller {
    overscroll-behavior-y: auto;
  }

  .brand-template-default .top-banner-contant .content > .container,
  .industry-template-default .top-banner-contant .content > .container,
  .category-section-container {
    width: calc(100% - 80px);
  }

  .brand-template-default .top-banner-contant .content,
  .industry-template-default .top-banner-contant .content {
    top: 180px;
  }

  .category-card-carousel-controls {
    inset-inline-end: 40px;
  }

  .product-carousel-controls {
    inset-inline-end: 40px;
  }

  .row.products-slider.carousel-scroller {
    padding-inline-start: 40px;
    padding-inline-end: 40px;
  }

  .brand-template-default .products-slider.carousel-scroller .card,
  .industry-template-default .products-slider.carousel-scroller .card,
  .product-template-default .related-products-section .products-slider.carousel-scroller .card,
  .product-template-default .complementary-products-section .products-slider.carousel-scroller .card {
    flex-basis: 280px;
    width: 280px;
    margin-inline-end: 16px;
  }
}

@media (max-width: 767px) {
  .brand-template-default .brand-hero-banner,
  .industry-template-default .brand-hero-banner,
  .brand-template-default .top-banner-contant,
  .industry-template-default .top-banner-contant,
  .brand-template-default .hero-slider,
  .industry-template-default .hero-slider,
  .brand-template-default .banner-imageSld,
  .industry-template-default .banner-imageSld,
  .brand-template-default .brand-detail,
  .industry-template-default .brand-detail,
  .brand-template-default .banner-imageSld img,
  .industry-template-default .banner-imageSld img {
    height: 780px;
    min-height: 780px;
  }

  .brand-template-default .top-banner-contant .content,
  .industry-template-default .top-banner-contant .content {
    top: 125px;
    margin: 0;
    padding: 0;
  }

  .brand-template-default .top-banner-contant .content > .container,
  .industry-template-default .top-banner-contant .content > .container,
  .category-section-container,
  .brand-template-default .tab-content.active > .container,
  .industry-template-default .tab-content.active > .container {
    width: calc(100% - 32px);
  }

  .brand-template-default .content .post-breadcrumbs,
  .industry-template-default .content .post-breadcrumbs,
  .brand-template-default .content .post-breadcrumbs a,
  .industry-template-default .content .post-breadcrumbs a {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .brand-template-default .post-logo-keywords,
  .industry-template-default .post-logo-keywords {
    min-height: 50px;
    margin-bottom: 20px;
  }

  .brand-template-default .post-logo,
  .industry-template-default .post-logo {
    max-width: 170px;
    max-height: 54px;
  }

  .brand-template-default .detail-hero-headline,
  .industry-template-default .detail-hero-headline {
    margin-bottom: 18px;
    font-size: clamp(38px, 10vw, 50px);
    line-height: 1.08;
  }

  .brand-template-default .content .post-content,
  .industry-template-default .content .post-content {
    display: -webkit-box;
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
  }

  .detail-hero-cta {
    min-width: 0;
    min-height: 50px;
    padding: 14px 20px;
    font-size: 15px;
  }

  .brand-template-default .hero-sliderDots .slick-dots,
  .industry-template-default .hero-sliderDots .slick-dots {
    margin-top: 34px;
    text-align: center;
  }

  .rtl.brand-template-default .hero-sliderDots .slick-dots,
  .rtl.industry-template-default .hero-sliderDots .slick-dots {
    text-align: center;
  }

  .brand-template-default section.bradn-logos,
  .industry-template-default section.bradn-logos {
    padding-top: 48px;
  }

  .category-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .category-section-heading h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .category-carousel-controls {
    min-width: 0;
  }

  .category-filter-carousel-controls {
    align-self: flex-end;
  }

  .category-filter-pills {
    padding-inline-start: 16px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-filter-pills::-webkit-scrollbar {
    display: none;
  }

  .category-filter-pill {
    flex: 0 0 auto;
  }

  .category-carousel-shell {
    margin-top: 46px;
    padding-bottom: 0;
  }

  .category-card-carousel-controls {
    top: -30px;
    inset-inline-end: 16px;
  }

  .brand-template-default .category-card,
  .industry-template-default .category-card {
    flex-basis: 190px;
    width: 190px;
    height: 250px;
    margin-right: 16px;
  }

  .rtl.brand-template-default .category-card,
  .rtl.industry-template-default .category-card {
    margin-right: 0;
    margin-left: 16px;
  }

  .category-card-media {
    height: 145px;
  }

  .brand-template-default .category-card.active::after,
  .industry-template-default .category-card.active::after {
    bottom: -56px;
    display: block;
  }
}

/* Unified horizontal carousel sizing, controls, and edge fades. */
.category-filter-pills-shell,
.category-carousel-shell {
  --carousel-edge-color: #333c41;
  --carousel-edge-color-transparent: rgba(51, 60, 65, 0);
  box-sizing: border-box;
  width: 100vw;
  margin-inline-start: calc(50% - 50vw);
}

.category-filter-pills-shell {
  position: relative;
  margin-top: 10px;
}

.category-filter-pills {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-inline-start: max(40px, calc((100vw - 1240px) / 2));
  padding-inline-end: max(40px, calc((100vw - 1240px) / 2));
}

.category-carousel-shell {
  position: relative;
}

.category-card-carousel-controls {
  inset-inline-end: max(40px, calc((100vw - 1240px) / 2));
  z-index: 8;
}

.category-products-list {
  --carousel-edge-color: #22282b;
  --carousel-edge-color-transparent: rgba(34, 40, 43, 0);
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  margin-top: 80px;
  overflow: hidden;
}

.product-carousel-controls {
  position: absolute;
  top: 0;
  inset-inline-end: max(40px, calc((100vw - 1240px) / 2));
  z-index: 8;
}

.row.products-slider.carousel-scroller {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 64px 0 80px max(40px, calc((100vw - 1240px) / 2));
  padding-inline-end: max(40px, calc((100vw - 1240px) / 2));
}

.products-slider.carousel-scroller.is-scrollable .cardImg-link,
.products-slider.carousel-scroller.is-scrollable .view_more_btn a {
  cursor: pointer;
}

.products-slider.carousel-scroller.is-scrollable .brand-product-box h3,
.products-slider.carousel-scroller.is-scrollable .brand-product-box p,
.products-slider.carousel-scroller.is-scrollable .brand-product-box strong,
.products-slider.carousel-scroller.is-scrollable .brand-product-box h6 {
  cursor: text;
  user-select: text;
}

.products-slider.carousel-scroller .cardImg img {
  -webkit-user-drag: none;
  user-select: none;
}

.brand-template-default .tab-content.active .products-slider.carousel-scroller,
.industry-template-default .tab-content.active .products-slider.carousel-scroller,
.product-template-default .related-products-section .products-slider.carousel-scroller,
.product-template-default .complementary-products-section .products-slider.carousel-scroller {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.row.products-slider.carousel-scroller.is-centered {
  padding-inline: 0;
}

.brand-template-default .products-slider.carousel-scroller .card,
.industry-template-default .products-slider.carousel-scroller .card,
.product-template-default .related-products-section .products-slider.carousel-scroller .card,
.product-template-default .complementary-products-section .products-slider.carousel-scroller .card {
  box-sizing: border-box;
  flex: 0 0 300px;
  width: 300px;
  height: auto;
  margin-inline-end: 24px;
  padding: 0;
  background-color: transparent !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.brand-template-default .products-slider.carousel-scroller .card:last-child,
.industry-template-default .products-slider.carousel-scroller .card:last-child,
.product-template-default .related-products-section .products-slider.carousel-scroller .card:last-child,
.product-template-default .complementary-products-section .products-slider.carousel-scroller .card:last-child {
  margin-inline-end: 0;
}

.brand-template-default .products-slider.carousel-scroller .card .card-wrapper,
.industry-template-default .products-slider.carousel-scroller .card .card-wrapper,
.product-template-default .related-products-section .products-slider.carousel-scroller .card .card-wrapper {
  flex: 1 1 auto;
  height: 100%;
  background-color: #333c41;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-template-default .complementary-products-section .products-slider.carousel-scroller .card .card-wrapper {
  flex: 1 1 auto;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #b7c2c8;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.category-filter-pills-shell::before,
.category-filter-pills-shell::after,
.category-carousel-shell::before,
.category-carousel-shell::after,
.category-products-list::before,
.category-products-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 8vw, 140px);
  z-index: 6;
  opacity: 0;
  pointer-events: none;
}

.category-filter-pills-shell::before,
.category-carousel-shell::before,
.category-products-list::before {
  left: 0;
  background: linear-gradient(90deg, var(--carousel-edge-color) 0%, var(--carousel-edge-color-transparent) 100%);
}

.category-filter-pills-shell::after,
.category-carousel-shell::after,
.category-products-list::after {
  right: 0;
  background: linear-gradient(270deg, var(--carousel-edge-color) 0%, var(--carousel-edge-color-transparent) 100%);
}

.category-carousel-shell::before,
.category-carousel-shell::after {
  bottom: 72px;
}

.category-filter-pills-shell.has-overflow::before,
.category-filter-pills-shell.has-overflow::after,
.category-carousel-shell.has-overflow::before,
.category-carousel-shell.has-overflow::after,
.category-products-list.has-overflow::before,
.category-products-list.has-overflow::after {
  opacity: 1;
}

body:not(.rtl) .category-filter-pills-shell.is-at-start::before,
body:not(.rtl) .category-carousel-shell.is-at-start::before,
body:not(.rtl) .category-products-list.is-at-start::before,
body:not(.rtl) .category-filter-pills-shell.is-at-end::after,
body:not(.rtl) .category-carousel-shell.is-at-end::after,
body:not(.rtl) .category-products-list.is-at-end::after,
.rtl .category-filter-pills-shell.is-at-start::after,
.rtl .category-carousel-shell.is-at-start::after,
.rtl .category-products-list.is-at-start::after,
.rtl .category-filter-pills-shell.is-at-end::before,
.rtl .category-carousel-shell.is-at-end::before,
.rtl .category-products-list.is-at-end::before {
  opacity: 0;
}

@media (max-width: 767px) {
  .category-filter-pills {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }

  .category-card-carousel-controls,
  .product-carousel-controls {
    inset-inline-end: 16px;
  }

  .category-filter-pills-shell::before,
  .category-filter-pills-shell::after,
  .category-carousel-shell::before,
  .category-carousel-shell::after,
  .category-products-list::before,
  .category-products-list::after {
    width: 16px;
  }

  .category-carousel-shell::before,
  .category-carousel-shell::after {
    bottom: 56px;
  }

  .brand-template-default .tabs.category-tabs-slider.carousel-scroller,
  .industry-template-default .tabs.category-tabs-slider.carousel-scroller {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    padding-bottom: 56px;
  }

  .row.products-slider.carousel-scroller {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }

  .row.products-slider.carousel-scroller.is-centered {
    padding-inline: 0;
  }

  .brand-template-default .products-slider.carousel-scroller .card,
  .industry-template-default .products-slider.carousel-scroller .card,
  .product-template-default .related-products-section .products-slider.carousel-scroller .card,
  .product-template-default .complementary-products-section .products-slider.carousel-scroller .card {
    flex-basis: 280px;
    width: 280px;
    margin-inline-end: 16px;
  }
}

.product-template-default .related-products-section {
  background-color: #21272b;
  padding: 48px 0 100px;
}

.product-template-default .related-products-section .category-products-list {
  --carousel-edge-color: #21272b;
  --carousel-edge-color-transparent: rgba(33, 39, 43, 0);
  margin-top: 10px;
}

.product-template-default .related-products-section .products-slider.carousel-scroller {
  padding-inline-start: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 15px));
  padding-inline-end: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 15px));
}

.product-template-default .complementary-products-section .category-section-heading .product-carousel-controls,
.product-template-default .related-products-section .category-section-heading .product-carousel-controls {
  position: static;
  inset: auto;
  top: auto;
}

@media (min-width: 768px) and (max-width: 1500px) {
  .product-template-default .related-products-section .products-slider.carousel-scroller {
    padding-inline-start: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 40px));
    padding-inline-end: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 40px));
  }
}

@media (max-width: 767px) {
  .product-template-default .related-products-section .products-slider.carousel-scroller {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }
}

.product-template-default .complementary-products-section {
  background-color: #e6e9eb;
  padding: 48px 0 48px;
}

.product-template-default .complementary-products-section .category-section-heading h2 {
  color: #21272b;
}

.product-template-default .complementary-products-section .category-section-heading {
  align-items: flex-end;
}

.product-template-default .complementary-products-section .category-section-heading__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-template-default .complementary-products-section .category-section-heading h2 + .complementary-section-subheading {
  margin: 8px 0 0;
}

.product-template-default .complementary-products-section .category-products-list {
  --carousel-edge-color: #e6e9eb;
  --carousel-edge-color-transparent: rgba(230, 233, 235, 0);
  margin-top: 10px;
}

.product-template-default .complementary-products-section .products-slider.carousel-scroller {
  padding-inline-start: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 15px));
  padding-inline-end: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 15px));
  padding-bottom: 32px;
}

.product-template-default .complementary-products-section .category-carousel-prev::before,
.product-template-default .complementary-products-section .category-carousel-next::before {
  border-top-color: #21272b;
  border-right-color: #21272b;
}

.product-template-default .complementary-products-section .category-carousel-dots .slick-dots li button {
  background: rgba(33, 39, 43, 0.35);
}

.product-template-default .complementary-products-section .category-carousel-dots .slick-dots li.slick-active button {
  background: #21272b;
}

.product-template-default .complementary-products-section .brand-product-box {
  background-color: #ffffff;
}

.product-template-default .complementary-products-section .brand-product-box .title h3,
.product-template-default .complementary-products-section .brand-product-box .desc p,
.product-template-default .complementary-products-section .specs p,
.product-template-default .complementary-products-section .brdand-product-value strong,
.product-template-default .complementary-products-section .brdand-product-value h6 {
  color: #000000;
}

.product-template-default .complementary-products-section .view_more_btn.vc_btn3-left a {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #b7c2c8;
}

.product-template-default .complementary-products-section .view_more_btn.vc_btn3-left a::after {
  filter: brightness(0);
}

.product-template-default .complementary-products-section .view_more_btn.vc_btn3-left a:hover {
  background-color: #f5f5f5 !important;
  color: #000000 !important;
}

@media (min-width: 768px) and (max-width: 1500px) {
  .product-template-default .complementary-products-section .products-slider.carousel-scroller {
    padding-inline-start: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 40px));
    padding-inline-end: max(40px, calc((100vw - min(100vw, 1468px)) / 2 + 40px));
  }
}

@media (max-width: 767px) {
  .product-template-default .complementary-products-section .products-slider.carousel-scroller {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    padding-bottom: 24px;
  }

  .product-template-default .complementary-products-section .category-section-heading {
    align-items: flex-start;
    justify-content: flex-end;
  }
}

.whatsapp-fab {
  position: fixed;
  bottom: 24px;
  inset-inline-end: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #25d366;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.whatsapp-fab svg {
  width: 28px;
  height: 28px;
}

@media (max-width: 767px) {
  .whatsapp-fab {
    bottom: 20px;
    inset-inline-end: 20px;
    width: 52px;
    height: 52px;
  }

  .whatsapp-fab svg {
    width: 26px;
    height: 26px;
  }
}