@import "./font-awesome.min.css";

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-ExtraBold.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-BoldItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-Bold.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-Light.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-Regular.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-ExtraLight.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-Italic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-SemiBold.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-LightItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-Medium.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-Thin.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-MediumItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-Black.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-ThinItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/urbanist/Urbanist-BlackItalic.woff2") format("woff2"),
    url("../fonts/urbanist/Urbanist-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --font-urbanist: "Urbanist";
  --red: #ff2d1f;
  --black: #000000;
  --white: #ffffff;
  --gray: #a1a1a1;
  --white-smoke: #f3f3f3;
  --aqua-haze: #f3f3f3;
  --silver: #c9c9c9;
  --dark-gray: #4d4d4d;
  --medium-gray: #808080;
  --flash-white: #f0f0f0;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-urbanist);
  font-size: 16px;
  color: #000;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

text,
input {
  padding: 10px;
}

textarea {
  padding: 10px;
  width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  font-family: var(--font-urbanist);
  transition: 0.5s ease-in;
  cursor: pointer;
}

a:focus-visible {
  border: none;
  outline: none;
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
  border: none;
}

ul {
  padding: 0px;
}

li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: var(--font-urbanist);
}

img {
  display: block;
  width: 100%;
}

text,
input {
  padding: 10px;
}

textarea {
  padding: 10px;
  width: 100%;
}

.primary_btn {
  display: inline-block;
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 15px 39px;
  background-color: var(--red);
  color: var(--white);
  border: 1px solid var(--red);
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  cursor: pointer;
}

.primary_btn:hover {
  border: 1px solid var(--red);
  background-color: var(--white);
  color: var(--red);
}

.section_heading {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section_heading .sec_inner_head {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  background-color: var(--white);
  border-radius: 100px;
  padding: 12px 29px;
  box-shadow: 0px 4px 12px 0px #0000001a;
  flex: 0 0 1;
}

.section_heading::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: var(--gray);
  flex: 1;
}

.section_heading .sec_inner_head::before,
.section_heading .sec_inner_head::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--red);
  border-radius: 50%;
}

.section_heading h3 {
  display: inline-block;
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--black);
}

.section_heading h3 span {
  color: var(--red);
}

@media only screen and (max-width: 1199px) {
  .section_heading {
    gap: 10px;
  }

  .section_heading .sec_inner_head::before,
  .section_heading .sec_inner_head::after {
    width: 16px;
    height: 16px;
  }

  .section_heading h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .primary_btn {
    padding: 14px 26px;
  }
}

@media only screen and (max-width: 768px) {
  .primary_btn {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px;
  }

  .section_heading .sec_inner_head::before,
  .section_heading .sec_inner_head::after {
    max-width: 14px;
    height: 14px;
  }

  .section_heading .sec_inner_head {
    padding: 12px 16px;
    gap: 10px;
  }

  .section_heading h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

/* topbar */

.topbar {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: var(--black);
}

.topbar_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topbar_main .top_col {
  display: flex;
  align-items: center;
}

.topbar_main .top_col a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid var(--white);
  padding: 10px 22px;
  font-family: var(--font-urbanist);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
}

.topbar_main .top_col.topbar_login_reg a {
  border-left: 1px solid var(--white);
  border-right: none;
  text-transform: capitalize;
}

.topbar_main .top_col a span img {
  width: 20px;
  height: 20px;
}

.site_brand_main {
  display: flex;
  align-items: center;
  gap: 46px;
  width: 100%;
  padding: 18px 0px;
}

.site_brand_main .site_brand_logo {
  display: flex;
  align-items: center;
  /* width: 100%; */
}

.site_brand_main .site_brand_logo .site_branding {
  width: 100%;
  max-width: 120px;
}

.site_brand_main .site_brand_logo .site_branding a {
  width: 120px;
}

.site_name_text h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--black);
  white-space: nowrap;
}

.site_brand_main .search_area {
  max-width: 700px;
  width: 100%;
}

.site_brand_main .search_area form {
  display: flex;
  border: 1px solid var(--gray);
  border-radius: 5px;
}

.site_brand_main .search_area form input {
  width: 100%;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  border-radius: 5px 0px 0px 5px;
  border: none;
}

.site_brand_main .search_area form button {
  border-radius: 0px 5px 5px 0px;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.nav_bar {
  background-color: var(--red);
  position: relative;
}

#mega-menu-wrap-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge,
#mega-menu-wrap-menu-1 button.mega-close {
  position: unset;
}

li.widget_custom_html {
  padding: 0px;
}

li.widget_custom_html .section_heading {
  margin-bottom: 0px;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
  transition: 0.3s ease-in-out;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item-has-children.mega-toggle-on
  > a.mega-menu-link
  > span.mega-indicator:after {
  transform: rotate(180deg);
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 100%;
  padding: 0px 0px 45px;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left,
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-center {
  display: none !important;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
  font-family: var(--font-urbanist);
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  padding: 0px;
  border-bottom: 3px solid var(--red);
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item:hover
  > a.mega-menu-link {
  font-weight: 700;
  border-bottom: 3px solid var(--white);
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 26px 0px;
}

nav .cate_drop {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 26px 24px;
  background-color: var(--black);
  width: 100%;
  max-width: 320px;
}

nav .cate_drop h3 {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
}

nav .cate_drop img {
  width: 24px;
  height: 24px;
}

.nav_list {
  width: 100%;
}

.nav_list .mega-menu-wrap ul.mega-menu {
  display: flex !important;
  align-items: center;
  justify-content: end;
  gap: 60px;
  width: 100%;
}

.nav_list ul li {
  position: relative;
}

.nav_list ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--gray);
}

.widget_nav_menu ul.menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.widget_nav_menu ul.menu li a {
  font-family: var(--font-urbanist);
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--medium-gray);
}

.nav_list ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/uploads/2025/03/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}

.nav_list ul li .sub-menu {
  display: none !important;
  position: absolute;
  top: 100%;
  background-color: white;
  padding: 24px;
}

.nav_list ul li .sub-menu a {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: var(--gray);
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 20px 0px;
  float: unset;
}

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column-standard
  h4.mega-block-title,
#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  h4.mega-block-title {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: var(--black);
}

@media only screen and (max-width: 1240px) {
  .nav_list .mega-menu-wrap ul.mega-menu {
    gap: 40px;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column-standard
    h4.mega-block-title,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    font-size: 20px;
    line-height: 28px;
  }

  .widget_nav_menu ul.menu {
    gap: 14px;
  }

  .widget_nav_menu ul.menu li a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .nav_list .mega-menu-wrap ul.mega-menu {
    gap: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .nav_list {
    max-width: fit-content;
  }

  .topbar_main .top_col a {
    padding: 10px 12px;
    gap: 8px;
  }

  .nav_list .mega-menu-wrap ul.mega-menu {
    flex-direction: column;
    justify-content: start;
    gap: 0px;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0px 5px;
    border-bottom: 0px;
    color: var(--black);
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row {
    padding: 0px;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-item:hover
    > a.mega-menu-link {
    border-bottom: none;
  }

  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding: 50px 20px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid var(--silver);
  }

  .mega-menu-item .section_heading .sec_inner_head {
    gap: 10px;
    padding: 7px 14px;
  }

  .mega-sub-menu .widget_custom_html {
    display: none !important;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding: 10px 0px 0px;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column-standard
    h4.mega-block-title,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title {
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 5px 0px 5px 15px;
  }

  .widget_nav_menu ul.menu {
    gap: 10px;
    padding-left: 15px;
  }

  .widget_nav_menu ul.menu li a {
    font-size: 14px;
    line-height: 20px;
  }

  .megamenu_main_heading {
    display: none !important;
  }

  .menu-menu-1-container,
  .menu-geotextile-groundcover-container,
  .menu-marking-paints-container,
  .menu-ppe-workwear-container {
    display: none;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column-standard
    h4.mega-block-title::after,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title::after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/2025/04/chevron-down.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 16px;
    width: 100%;
    height: 16px;
    transform: translate(0deg);
    transition: 0.3s ease-in-out;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column-standard
    h4.mega-block-title.active-widget::after,
  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    h4.mega-block-title.active-widget::after {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 768px) {
  .site_brand_main .search_area {
    display: none;
  }
  .topbar_main .top_col {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .topbar_main .top_col a {
    border: none !important;
    padding: 10px 6px;
  }
}

@media only screen and (max-width: 575px) {
  .site_name_text h3 {
    font-size: 18px;
    line-height: 24px;
    white-space: normal;
  }

  .topbar_main {
    justify-content: center;
  }
  .topbar_main .top_col a {
    border: none !important;
    padding: 4px 4px;
  }
  nav .cate_drop {
    padding: 20px;
    max-width: 260px;
  }

  nav .cate_drop h3 {
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  nav .cate_drop img {
    width: 18px;
    height: 18px;
  }
}

/* banner section */

.banner_slider_item {
  position: relative;
}

.slide_img_item {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 700px;
  max-height: 700px;
  max-width: 100%;
}

.slide_img_item::after {
  content: "";
  background: #00000080;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}

.banner_slider .slick-next {
  right: 0px;
}

.banner_slider .slick-prev {
  left: 0px;
}

.banner_slider .slick-next:before {
  display: none !important;
}

.banner_slider .slick-prev:before {
  display: none;
}

.banner_slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  bottom: 39px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.banner_slider .slick-dots li {
  width: 100%;
  max-width: 74px;
  height: 8px;
}

.banner_slider .slick-dots li.slick-active {
  max-width: 99px;
  height: 8px;
}

.banner_slider .slick-dots li.slick-active button:before {
  width: 99px;
  height: 8px;
  background-color: var(--red);
}

.banner_slider .slick-dots li button:before {
  content: "";
  width: 74px;
  height: 8px;
  background-color: var(--white);
  border-radius: 64px;
}

.banner_slider_item .banner_content {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
}

.banner_text {
  max-width: 971px;
  width: 100%;
}

.banner_text h1 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 67.68px;
  line-height: 80px;
  vertical-align: middle;
  color: var(--white);
  margin: 8px 0px 79px;
}

.banner_text .section_heading {
  margin-bottom: 0px;
}

.banner_text .section_heading::after {
  display: none;
}

.banner_text .section_heading .sec_inner_head {
  box-shadow: none;
}

.banner_text .section_heading .sec_inner_head h3 span {
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  .banner_text h1 {
    font-size: 57px;
    line-height: 70px;
    margin-bottom: 59px;
  }
}

@media only screen and (max-width: 768px) {
  .banner_text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }

  .banner_text .section_heading .sec_inner_head::before,
  .banner_text .section_heading .sec_inner_head::after {
    max-width: 14px;
    width: 100%;
    height: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .banner_text h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

/* fetaure section */
.features_main {
  padding: 46px 0px;
}

.feature_content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0px 22px;
  border: 1px solid var(--gray);
  border-radius: 10px;
}

.feature_content .feature_item {
  width: 100%;
  max-width: calc((100% / 4) - 14px);
  text-align: center;
}

.feature_content .feature_item .feature_image {
  max-width: 80px;
  width: 100%;
  height: 80px;
  margin: 0 auto 16px;
}

.feature_content .feature_item .feature_image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature_text {
  padding: 0px 10px;
}

.feature_text h4 {
  font-family: var(--font-urbanist);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
  margin-bottom: 8px;
}

.feature_text p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--gray);
}

@media only screen and (max-width: 768px) {
  .feature_content {
    flex-wrap: wrap;
  }

  .feature_content .feature_item {
    max-width: calc((100% / 2) - 10px);
  }

  .feature_text p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* feature category  */
.category_main {
  padding: 46px 0px;
}

.category_main .section_heading {
  margin-bottom: 56px;
}

.category_main .category_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.category_main .category_list .category_item {
  position: relative;
  width: 100%;
  max-width: calc((100% / 3) - 14px);
}

.category_list .category_item .category_image {
  position: relative;
  padding-top: 103.832%;
}

.category_list .category_item .category_image img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category_list .category_item .category_image::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
}

.category_content {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.category_content h4 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: var(--white);
}

.category_content a {
  display: inline-block;
  width: 100%;
  max-width: 60px;
}

.category_content a::after {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/03/circle_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 60px;
  width: 100%;
  height: 60px;
}

@media only screen and (max-width: 1024px) {
  .category_content {
    padding: 20px;
  }

  .category_content h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .category_content a,
  .category_content a::after {
    max-width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .category_main .category_list .category_item {
    max-width: calc((100% / 2) - 10px);
  }

  .category_content h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .category_content {
    padding: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .category_main .category_list .category_item {
    max-width: 100%;
  }
}

/* catalogue section */

.catalogue_section {
  padding: 46px 0px;
}

.catalogue_main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.catalogue_main .catalogue_item {
  max-width: calc((100% / 2) - 10px);
  width: 100%;
}

.catalogue_item a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.catalogue_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 480px) {
  .catalogue_main .catalogue_item {
    max-width: 100%;
    width: 100%;
  }
}

/* why_yuzet_section */
.why_yuzet_section {
  padding: 46px 0px;
  background-color: var(--white-smoke);
}

.why_yuzet_content .section_heading {
  margin-bottom: 32px;
}

.why_yuzet_text p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--gray);
}

.why_yuzet_text p span {
  color: var(--red);
}

.why_slider {
  margin: 32px 0px 50px;
}

.why_slider .slick-slide {
  opacity: 0.5;
}

.why_slider .slick-slide {
  display: flex;
  align-items: stretch;
  max-height: 100%;
}

.why_slider .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.why_slider .testimonial_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.why_slider .slick-slide.slick-active {
  opacity: 1;
}

.why_slider .slick-track {
  display: flex;
  gap: 20px;
}

.why_slider .wc_slider_item {
  position: relative;
  padding: 24px;
  background-color: var(--white);
  box-shadow: 0px 9px 18px 0px #0000000d;
  height: 100%;
}

.why_slider .wc_slider_item .wc_image {
  position: relative;
  padding-top: 68.38%;
  margin-bottom: 24px;
}

.why_slider .wc_slider_item .wc_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why_slider .wc_content h4 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: var(--black);
  min-height: 80px;
  margin-bottom: 12px;
}

.why_slider .wc_content p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--gray);
  margin-bottom: 10px;
}

.why_yuzet_section .why_slider_progress {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: linear-gradient(to right, #ff2d1f, #ff2d1f);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin-bottom: 0px;
}

.why_yuzet_section .why_slider_progress .sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media only screen and (max-width: 1440px) {
  .why_slider .wc_slider_item {
    padding: 20px;
  }

  .why_slider .wc_content h4 {
    font-size: 24px;
    line-height: 32px;
    min-height: 60px;
  }

  .why_slider .wc_content p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .why_yuzet_text p {
    font-size: 20px;
    line-height: 28px;
  }

  .why_slider .wc_content h4 {
    font-size: 20px;
    line-height: 28px;
    min-height: 60px;
  }

  .why_slider .slick-slide {
    opacity: 1;
  }

  .why_slider .wc_content h4 {
    font-size: 18px;
    line-height: 24px;
    min-height: 42px;
  }

  .why_slider .wc_content p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .why_yuzet_text p {
    font-size: 18px;
    line-height: 24px;
  }
}

/*  Top selling product */
.top_selling {
  padding: 46px 0px;
}

.selling_main .section_heading {
  margin-bottom: 38px;
}

.products_list {
  display: flex;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
}

.products_item {
  width: 100%;
  max-width: calc((100% / 3) - 14px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products_item .product_link_btn {
  padding: 0px 75px 24px 24px;
}

.products_item .primary_btn {
  width: fit-content;
}

.products_item .product_image {
  position: relative;
  padding-top: 89.914%;
}

.products_item .product_image img {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_text {
  padding: 24px 75px 20px 24px;
  height: 100%;
}

.product_text h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: var(--black);
  margin-bottom: 6px;
}

.product_text p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--gray);
  /* min-height: 48px; */
  margin-bottom: 27px;
}

@media only screen and (max-width: 1024px) {
  .product_text {
    padding: 20px 20px 0px;
  }

  .products_item .product_link_btn {
    padding: 0px 20px 20px;
  }

  .product_text h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .product_text p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .products_item {
    width: 100%;
    max-width: calc((100% / 2) - 10px);
  }

  .product_text {
    padding: 10px 10px 0px;
  }

  .products_item .product_link_btn {
    padding: 0px 10px 10px;
  }

  .product_text h3 {
    font-size: 20px;
    line-height: 28px;
    min-height: auto;
  }

  .product_text p {
    min-height: auto;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .products_item {
    width: 100%;
    max-width: 100%;
  }

  .product_text p {
    margin-bottom: 16px;
  }

  .product_text {
    padding: 10px;
  }
}

/* industrial favorites */
.industry_section {
  padding: 46px 0px;
}

.industry_section .section_heading {
  margin-bottom: 38px;
}

.industry_fav_list .slick-track {
  display: flex;
  gap: 19px;
}

.industry_fav_item .fav_image {
  display: block;
  margin-bottom: 24px;
}

.industry_fav_item .fav_image img {
  width: 100%;
  height: 100%;
  min-height: 346px;
  max-height: 346px;
  object-fit: cover;
}

.indus_fav_content {
  padding: 0px 24px;
}

.indus_fav_content h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: var(--black);
  padding: 0px 0px 16px;
  border-bottom: 1px solid var(--black);
  margin-bottom: 16px;
}

.indus_fav_content ul {
  display: flex;
  flex-direction: column;
}

.indus_fav_content ul li {
  display: inline-flex;
  align-items: start;
  gap: 6px;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--gray);
}

.indus_fav_content ul li::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/03/rigth_tick.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  max-width: 20px;
  width: 100%;
  height: 20px;
  margin-top: 5px;
}

.industry_fav_list .slick-next {
  right: -26px;
}

.industry_fav_list .slick-next:before {
  content: "";
  display: block;
  background-image: url("http://yuzet1.wp.demoproject.info/wp-content/uploads/2025/03/circle_right_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

.industry_fav_list .slick-prev {
  left: -60px;
}

.industry_fav_list .slick-prev:before {
  content: "";
  display: block;
  background-image: url("http://yuzet1.wp.demoproject.info/wp-content/uploads/2025/03/circle_left_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 1540px) {
  .industry_content {
    padding-bottom: 85px;
  }

  .industry_fav_list .slick-prev {
    left: 44%;
    transform: translateX(-44%);
  }

  .industry_fav_list .slick-next {
    right: 44%;
    transform: translateX(-44%);
  }

  .industry_fav_list .slick-next,
  .industry_fav_list .slick-prev {
    bottom: -40px !important;
    top: unset !important;
  }
}

@media only screen and (max-width: 1024px) {
  .indus_fav_content h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 14px;
  }

  .indus_fav_content ul li {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .industry_fav_list .slick-next:before,
  .industry_fav_list .slick-prev:before {
    width: 40px;
    height: 40px;
  }

  .indus_fav_content {
    padding: 0px;
  }

  .indus_fav_content h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 14px;
  }

  .indus_fav_content ul li::before {
    margin-top: 2px;
    height: 16px;
    width: 16px;
  }

  .industry_fav_item .fav_image img {
    max-height: 250px;
    min-height: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .industry_fav_list .slick-prev {
    left: 40%;
    transform: translateX(-40%);
  }

  .industry_fav_list .slick-next {
    right: 40%;
    transform: translateX(-40%);
  }
}

@media only screen and (max-width: 574px) {
  .industry_fav_list .slick-track {
    gap: 5px;
  }
}

/* testimonial section */
.customer_review {
  background-color: var(--white-smoke);
  padding: 46px 0px;
}

.customer_review .section_heading {
  margin-bottom: 38px;
}

.customer_review_list .testimonial_item {
  display: block;
  overflow: hidden;
  padding: 24px;
  background-color: var(--white);
}

.customer_review_list .testimonial_item .customer_detail {
  display: flex;
  align-items: start;
  gap: 24px;
  margin-bottom: 24px;
}

.testimonial_item .customer_detail .customer_image {
  width: 100%;
  max-width: 145px;
}

.testimonial_item .customer_detail .customer_image img {
  max-width: 145px;
  width: 100%;
  height: 145px;
  object-fit: cover;
}

.testimonial_item .customer_detail .customer_text {
  width: 100%;
  max-width: 100%;
}

.testimonial_item .customer_detail .customer_text h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: var(--black);
  margin-bottom: 18px;
}

.testimonial_item .customer_detail .customer_text .testimonial_rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  max-width: 182px;
}

.customer_content p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--gray);
}

.customer_review_list .slick-track {
  display: flex;
  gap: 20px;
}

.customer_review_list .slick-next {
  right: 0px;
}

.customer_review_list .slick-prev {
  left: 0px;
}

.customer_review_list .slick-next:before {
  display: none !important;
}

.customer_review_list .slick-prev:before {
  display: none;
}

.customer_review_list .slick-slide {
  display: flex;
  align-items: stretch;
  max-height: 100%;
}

.customer_review_list .slick-slide > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.customer_review_list .testimonial_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.customer_review_list {
  margin-bottom: 50px;
}

.customer_review .testimonial_progress {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: linear-gradient(to right, #ff2d1f, #ff2d1f);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin-bottom: 0px;
}

.customer_review .testimonial_progress .sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media only screen and (max-width: 1024px) {
  .customer_review_list .testimonial_item .customer_detail {
    flex-direction: column;
  }

  .testimonial_item .customer_detail .customer_text h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .customer_content p {
    font-size: 18px;
    line-height: 24px;
  }

  .customer_review_list .slick-track {
    gap: 16px;
  }
}

/* blog and news section */

.blog_news_section {
  padding: 46px 0px;
}

.blog_news_main {
  display: flex;
  gap: 20px;
}

.blog_news_main .blog_news_left {
  width: 100%;
  position: relative;
}

.blog_news_main .blog_news_right {
  position: relative;
  width: 100%;
}

.blog_content {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}

.blog_news_left .blog_image {
  position: relative;
  padding-top: 65%;
}

.blog_news_left .blog_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog_image a {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 16px 20px;
  background-color: var(--red);
  color: var(--white);
  font-family: var(--font-urbanist);
  font-size: 24px;
  line-height: 32px;
}

.blog_content {
  padding: 24px;
  width: 100%;
}

.blog_content h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: var(--black);
  margin-bottom: 24px;
}

.blog_content a {
  display: inline-block;
  max-width: fit-content;
}

.blog_news_right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.blog_news_right .blog_news_item {
  position: relative;
  display: flex;
  width: 100%;
}

.blog_news_right .blog_news_item .blog_image {
  position: relative;
  padding-top: 44%;
  width: 100%;
}

.blog_news_right .blog_news_item .blog_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1199px) {
  .blog_content {
    padding: 16px;
  }

  .blog_image a {
    padding: 5px 12px;
    font-size: 20px;
    line-height: 28px;
  }

  .blog_content h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 1024px) {
  .blog_news_main .blog_news_left {
    max-width: 45%;
  }

  .blog_news_main .blog_news_right {
    max-width: 55%;
  }
}

@media only screen and (max-width: 768px) {
  .blog_news_main {
    flex-direction: column;
  }

  .blog_news_main .blog_news_left,
  .blog_news_main .blog_news_right {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .blog_news_right .blog_news_item {
    flex-wrap: wrap;
  }

  .blog_news_right .blog_news_item .blog_image {
    padding-top: 65%;
  }
}

/* product listing page */
.product_listing {
  padding: 46px 0px;
}

.product_list_main .section_heading {
  margin-bottom: 19px;
}

.product_list_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 46px;
}

.product_list_content p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--gray);
}

.product_list_filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.filter_option form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.filter_option form select {
  position: relative;
  background-color: var(--aqua-haze);
  padding: 13px 24px;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
  border: none;
  appearance: none;
  width: 244px;
}

.filter_option form .form_group {
  position: relative;
}

.filter_option form .form_group::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("http://yuzet1.wp.demoproject.info/wp-content/uploads/2025/04/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.filter_option form select:focus {
  outline: none;
}

.products_content {
  position: relative;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  padding: 10px 0px;
}

.pagination.pagination_top {
  position: absolute;
  top: -100px;
  right: 0px;
}

.pagination,
.pagination span {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
}

.pagination .page-prev.disabled,
.pagination .page-next.disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: none;
  background-color: var(--white-smoke);
  fill: var(--dark-gray);
}

.pagination .page-prev,
.pagination .page-next {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: none;
  background-color: var(--red);
  fill: var(--white);
cursor: pointer;
}

.pagination .page-prev {
  transform: rotate(180deg);
}

.pagination .page-prev.disabled svg,
.pagination .page-next.disabled svg {
  fill: var(--gray) !important;
}

.pagination .page-prev svg,
.pagination .page-next svg {
  fill: var(--white) !important;
}

.pagination .page_number {
  color: var(--red) !important;
}

@media only screen and (max-width: 1024px) {
  .product_list_content p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 768px) {
  .product_list_content p {
    font-size: 18px;
    line-height: 24px;
  }

  .product_list_filter {
    margin-bottom: 55px;
  }

  .pagination.pagination_top {
    top: -55px;
  }

  .filter_option form select {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 16px;
  }
}

@media only screen and (max-width: 480px) {
  .product_list_content p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* footer section */
.news_letter.container {
  margin-bottom: -69px;
}

.newsletter_section::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/wp-content/uploads/2025/03/Shadow.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 50%;
  z-index: -1;
  left: 0px;
  right: 0px;
  background-size: 100%;
}

footer {
  background-color: var(--white-smoke);
  padding-top: 129px;
}

.main-footer .row {
  display: flex;
  gap: 40px;

  justify-content: space-between;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.main-footer .widgettitle {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  text-transform: uppercase;
  color: var(--red);
  white-space: nowrap;
  margin-bottom: 17px;
}

.footer_list ul.menu {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}

.footer_list ul.menu li a {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-gray);
  white-space: nowrap;
}

.footer_list .textwidget p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-gray);
  margin-bottom: 11px;
}

.company_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.footer_logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_logo p {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: var(--black);
}

.footer_logo .brand_logo img {
  display: block;
  width: 100%;
  max-width: 110px;
}

.footer_logo .iso_logo {
  width: 100%;
  max-width: 104px;
}

.footer_logo .iso_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer_social_link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer_social_link a {
  background-color: #0000001a;
  padding: 10px;
}

.footer-copyright {
  background-color: var(--red);
}

.footer-copyright .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0px;
}

.footer_social_contact {
  display: flex;
  align-items: center;

  flex-wrap: wrap;
}

.footer_social_contact a {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-urbanist);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  padding: 10px 22px;
  gap: 12px;
  border-right: 1px solid var(--white);
}

.footer_social_contact a span {
  display: block;
}

.footer_social_contact a img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}

.copy_right_text p {
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
}

/* contact form */

.newsletter_section form.wpcf7-form {
  display: flex;
  align-items: center;
  background-color: var(--white);
  border-radius: 5px;
}

.newsletter_section form.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  max-width: 100%;
}

.newsletter_section form.wpcf7-form .wpcf7-form-control-wrap input {
  width: 100%;
  background-color: transparent;
  border: 0px;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--black);
}

.newsletter_section form.wpcf7-form .primary_btn {
  border-radius: 0px 5px 5px 0px;
  font-weight: 500;
}

.newsletter_section .wpcf7-spinner {
  display: none;
}

.newsletter_section .wpcf7-response-output {
  border-color: #46b450;
  position: absolute;
  top: 100%;
  margin: 5px !important;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.newsletter_section .wpcf7-not-valid-tip {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .newsletter_section::after {
    top: 65%;
  }
}

@media only screen and (max-width: 1280px) {
  .main-footer .widgettitle,
  .footer_list ul.menu li a {
    white-space: normal;
  }

  .main-footer .row {
    flex-wrap: wrap;
  }

  .newsletter_section::after {
    top: 70%;
  }
}

@media only screen and (max-width: 1024px) {
  .footer-copyright .row {
    justify-content: center;
    gap: 10px;
  }

  .company_detail {
    justify-content: center;
    gap: 10px;
  }

  .footer_logo {
    justify-content: center;
  }

  .copy_right_text p {
    text-align: center;
  }

  .main-footer .widgettitle {
    font-size: 24px;
    line-height: 30px;
  }

  .footer_list ul.menu li a {
    font-size: 18px;
    line-height: 24px;
  }

  .newsletter_section::after {
    top: 80%;
  }

  .newsletter_section .wpcf7-response-output {
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .main-footer .row {
    gap: 20px;
  }

  .newsletter_section::after {
    top: 90%;
  }

  .footer_social_contact {
    justify-content: center;
  }

  .footer_social_contact a {
    border: none;
    gap: 8px;
    padding: 10px;
  }
}

/* Loader Styles */
.loader {
  display: none;
  text-align: center;
  margin: 20px 0;
}

.loader img {
  width: 50px;
}

.entry-content .section_heading {
  margin: 38px 0px;
}

/* Registration */

div#wpuf-registration-form,
.login {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.wpuf-fields-inline {
  width: 100% !important;
  display: inline-flex;
}

.form-label-above input,
.wpuf-fields-inline input,
.wpuf-login-form p input {
  display: inline-block;
  width: 100%;
  border: 1px solid var(--gray);
  border-radius: 5px;
}

.login form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login form p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wpuf-login-form .forgetmenot {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.wpuf-login-form .forgetmenot input {
  width: auto;
  display: inline-flex;
  align-items: center;
}

.login,
.registration {
  padding: 48px 0px 50px;
}

.login a {
  display: inline-block;
  font-family: var(--font-urbanist);
  font-size: 16px;
  line-height: 20px;
  color: var(--red);
  width: 100%;
  text-align: center;
}

.login #lostpasswordform {
  margin-bottom: 24px;
}

.wpuf-fields-inline img.wpuf-eye {
  width: 100%;
  max-width: 20px;
}

.registration
  ul.wpuf-form
  li
  .wpuf-fields
  .wpuf-name-field-wrap.format-first-last {
  display: flex;
  flex-direction: column;
}

.registration
  ul.wpuf-form
  li
  .wpuf-fields
  .wpuf-name-field-wrap.format-first-last
  .wpuf-name-field-first-name {
  margin-bottom: 24px;
}

.registration
  ul.wpuf-form
  li
  .wpuf-fields
  .wpuf-name-field-wrap.format-first-last
  .wpuf-name-field-first-name,
.registration
  ul.wpuf-form
  li
  .wpuf-fields
  .wpuf-name-field-wrap.format-first-last
  .wpuf-name-field-last-name {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}

.registration
  ul.wpuf-form
  li
  .wpuf-fields
  .wpuf-name-field-wrap.format-first-last
  .wpuf-name-field-first-name
  .wpuf-form-sub-label,
.registration
  ul.wpuf-form
  li
  .wpuf-fields
  .wpuf-name-field-wrap.format-first-last
  .wpuf-name-field-last-name
  .wpuf-form-sub-label {
  display: none;
}

.registration ul.wpuf-for li .wpuf-label,
.login form label {
  font-family: var(--font-urbanist);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.registration ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
  margin-bottom: 0px;
}

.registration ul.wpuf-form li:last-child {
  text-align: center;
}

.registration ul.wpuf-form li:last-child a {
  color: var(--red);
}

.registration ul.wpuf-form input[type="submit"],
.login .submit input[type="submit"] {
  border: 1px solid var(--red);
  background-color: var(--red);
  font-family: var(--font-urbanist);
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: var(--white);
  transition: 0.3s ease;
}

.registration
  ul.wpuf-form
  input[type="submit"]:hover
  .login
  .submit
  input[type="submit"]:hover {
  background-color: var(--white);
  color: var(--red);
}

/* download section  */

.download_prod .download_prod_list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}

.download_prod .download_prod_list .products_item {
  width: 100%;
  max-width: calc((100% / 2) - 10px);
}

.download_prod_list .products_item .product_text {
  padding: 25px 25px 25px;
  text-align: center;
}

.download_prod_list .products_item .product_text h3 {
  min-height: 65px;
}

.download_prod_list .products_item .product_image {
  position: relative;
  padding-top: 62.9%;
}

@media only screen and (max-width: 768px) {
  .download_prod_list .products_item .product_text {
    padding: 10px 10px;
  }

  .download_prod_list .products_item .product_text h3 {
    line-height: 56px;
  }
}

@media only screen and (max-width: 575px) {
  .download_prod .download_prod_list .products_item {
    width: 100%;
    max-width: 100%;
  }
}

/* Contact Us Page */

.contact_us {
  padding: 20px 0px 46px;
}

.contact_us .section_heading {
  margin-bottom: 20px;
}

.contact_main {
  display: flex;
  align-items: start;
  gap: 20px;
}

.contact_left {
  width: 100%;
}

.contact_right {
  width: 100%;
  max-width: 580px;
}

.contact_us_content {
  margin-bottom: 40px;
}

.contact_us_content p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--gray);
}

.contact_right .contact_image {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact_right .contact_image_item {
  position: relative;
  padding-top: 68.45%;
}

.contact_right .contact_image_item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form_group {
  display: flex;
  gap: 24px;
}

.form_group .wpcf7-form-control-wrap,
.contact-form-group input {
  width: 100%;
}

.contact-form-group input.primary_btn {
  font-size: 20px;
  line-height: 28px;
}

.contact-form-group input,
.contact-form-group textarea {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
  border: 1px solid var(--gray);
  border-radius: 5px;
}

.contact-form-group textarea {
  width: 100% !important;
  max-width: 800px;
}

.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder {
  color: var(--gray);
}

.contact-form-group .submit_btn {
  max-width: fit-content;
  width: auto;
}

.contact-form-group .submit_btn input {
  color: white;
  border: 1px solid var(--red);
}

.contact-form-group .submit_btn:hover input {
  color: var(--red);
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: start;
  gap: 16px;
}

.wpcf7-acceptance .wpcf7-list-item label input {
  width: 100%;
  max-width: 32px;
  height: 32px;
  border-radius: 10px;
  border-color: var(--red);
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0px;
}

.wpcf7-acceptance .wpcf7-list-item label span {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--gray);
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 32px;
  height: 32px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked {
  background-color: red;
  border-color: red;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inquiry {
  margin-bottom: 80px;
}

.inquiry_main {
  background-color: var(--aqua-haze);
  padding: 42px;
}

.inquiry_main .section_heading {
  margin-bottom: 42px;
}

.inquiry_details {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 41px;
  margin-bottom: 30px;
}

.inquiry_section {
  background-color: var(--white);
  text-align: center;
  padding: 24px;
  margin-bottom: 20px;
}

.inquiry_section p {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: var(--black);
  margin-bottom: 18px;
}

.inquiry_section a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  color: var(--black);
}

.inquiry_section a span {
  display: block;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.location_box {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.location_card {
  padding: 24px;
  background-color: var(--white);
  text-align: center;
  width: 100%;
}

.location_card h4 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  color: var(--black);
  margin-bottom: 31px;
}

.location_card p {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: var(--gray);
  margin-bottom: 10px;
}

.location_card p:last-child {
  margin-bottom: 0;
}

.form_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background-color: var(--white);
}

.form_box .brand_logo {
  max-width: 110px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .contact_main {
    flex-wrap: wrap;
  }

  .contact_us_content {
    margin-bottom: 20px;
  }

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

  .wpcf7-acceptance .wpcf7-list-item label span {
    font-size: 20px;
    line-height: 30px;
  }

  .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    margin-top: 5px;
    max-width: 26px;
    height: 26px;
  }

  .contact_right .contact_image_item {
    width: 100%;
    padding-top: 30.489%;
  }

  .contact_right {
    max-width: 100%;
    width: 100%;
  }

  .contact_right .contact_image {
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  .inquiry_main {
    padding: 20px;
  }

  .inquiry_section p {
    font-size: 22px;
    line-height: 28px;
  }

  .inquiry_section a {
    gap: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .inquiry_section a span {
    max-width: 30px;
    height: 30px;
  }

  .location_card h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .location_card p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .contact-form-group input.primary_btn {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .location_box {
    flex-wrap: wrap;
  }

  .inquiry_section a {
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
  }

  .form_box {
    padding: 20px 14px;
  }
}

/* cms pages */

.cms_main {
  padding: 48px 0px;
}

.cms_image {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 65px;
}

/* .cms_content {
  display: flex;
  flex-direction: column;
} */

.cms_content p,
.cms_content ul li,
.cms_content span,
.cms_content a {
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  color: var(--gray);
}

.cms_content p strong,
.cms_content ul li strong {
  color: var(--dark-gray);
  font-weight: 600;
}

.cms_content ul {
  padding-left: 30px;
}

.cms_content ul li {
  list-style: disc;
}

.cms_content h2 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--dark-gray);
  margin-bottom: 24px;
}

.cms_content a {
  color: var(--red);
  line-height: 28px;
  margin-bottom: 0px;
}

.cms_content a:hover {
  text-decoration: underline;
}

.cms_content h3 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: var(--dark-gray);
  margin-bottom: 10px;
}

.cms_content h4 {
  font-family: var(--font-urbanist);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--dark-gray);
  margin-bottom: 8px;
}

.cms_multi_image {
  display: flex;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.cms_multi_image .multi_image_item {
  width: 100%;
  max-width: calc((100% / 4) - 15px);
}

@media screen and (max-width: 768px) {
  .cms_content {
    gap: 16px;
  }

  .cms_image {
    margin-bottom: 20px;
  }

  .cms_content h2 {
    font-size: 30px;
    line-height: 41px;
  }

  .cms_content h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .cms_content h4,
  .cms_content p,
  .cms_content ul li,
  .cms_content span,
  .cms_content a {
    font-size: 18px;
    line-height: 28px;
    word-wrap: break-word;
  }

  .cms_multi_image .multi_image_item {
    width: 100%;
    max-width: calc((100% / 2) - 10px);
  }

  .cms_content ul {
    padding-left: 20px;
  }

  .cms_main .section_heading .sec_inner_head::before,
  .cms_main .section_heading .sec_inner_head::after {
    max-width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 575px) {
  .cms_content p,
  .cms_content ul li,
  .cms_content span,
  .cms_content a {
    font-size: 18px;
    line-height: 20px;
  }

  .cms_content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .cms_multi_image .multi_image_item {
    width: 100%;
    max-width: 100%;
  }
}

/* Checkout page */

.checkout_main {
  padding: 48px 0px;
}

.checkout_main p.login-message {
  display: inline-flex;
  gap: 4px;
  font-family: var(--font-urbanist);
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
  padding: 20px 0px;
}

span.wpuf-user-avatar {
  display: inline-block;
  width: 100%;
  /* max-width: 300px; */
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}

.wpuf-user-loggedin img.avatar.avatar-96.photo {
  width: 100%;
  max-width: 220px;
  height: 220px;
  margin: 0 auto;
}

.wpuf-user-loggedin {
  font-family: var(--font-urbanist);
  font-size: 18px;
  line-height: 24px;
  color: var(--medium-gray);
  text-align: center;
  margin-bottom: 46px;
}

.wpuf-user-loggedin a {
  color: var(--red);
}

.wpuf-user-loggedin h3 {
  font-family: var(--font-urbanist);
  font-size: 20px;
  line-height: 28px;
  color: var(--black);
  margin-bottom: 16px;
}

.checkout_main p.login-message a {
  color: var(--red);
}

.checkout_main .post_title input {
  font-family: var(--font-urbanist);
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  width: 100%;
  max-width: 100%;
  color: var(--black);
  border: none;
}

.checkout_main .wpcf7-not-valid-tip {
  padding: 5px 0px;
}

.checkout-product-detail {
  padding: 20px 0px 10px;
}

.checkout-product-detail,
.checkout-product-detail .delivery-address {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.checkout-product-detail .delivery-address {
  margin-bottom: 20px;
}

.checkout-product-detail .wpcf7-form-control-wrap {
  width: 100%;
  max-width: calc((100% / 2) - 10px);
}

.checkout-product-detail .wpcf7-form-control-wrap input {
  font-family: var(--font-urbanist);
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
  border: 1px solid var(--silver);
  border-radius: 5px;
  padding: 12px 10px;
  width: 100%;
}

.checkout-product-detail .delivery-checkbox {
  padding: 16px 0px;
}

@media screen and (max-width: 575px) {
  .checkout-product-detail .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}

/* Page 404 */
.error-404 {
  padding: 50px 0px;
}

.error-404 .page-title {
  text-align: center;
  margin-bottom: 16px;
}

.error-404 h1.page-title {
  font-family: var(--font-urbanist);
  font-size: 200px;
  line-height: 200px;
  color: var(--red);
}

.error-404 h2.page-title {
  font-family: var(--font-urbanist);
  font-size: 26px;
  line-height: 32px;
  color: var(--black);
  text-transform: uppercase;
}

.error-404 .page-content {
  text-align: center;
}

.error-404 .page-content p {
  font-family: var(--font-urbanist);
  font-size: 20px;
  line-height: 28px;
}

/* page Search bar */
.search_main {
  padding: 50px 0px;
}

.search_main header h1.page-title {
  font-family: var(--font-urbanist);
  font-size: 35px;
  line-height: 41px;
  color: var(--black);
  margin-bottom: 24px;
}

.search_main .no-results.not-found {
  text-align: center;
}

.search_main .no-results.not-found form.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray);
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.search_main .no-results.not-found .search-submit {
  display: inline-block;
  font-family: var(--font-urbanist);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 39px;
  background-color: var(--red);
  color: var(--white);
  border: 1px solid var(--red);
  transition: 0.3s ease-in-out;
  border-radius: 0px 5px 5px 0px;
}

.search_main .no-results.not-found form.search-form label {
  width: 100%;
}

.search_main .no-results.not-found form.search-form input.search-field {
  width: 100%;
  border: 0px;
  font-family: var(--font-urbanist);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

.search_main header h1.page-title span {
  color: var(--red);
}

.search_main .artical_section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.search_main .artical_section article {
  display: flex;
  flex-direction: column;
  max-width: calc((100% / 3) - 14px);
  width: 100%;
  gap: 8px;
  margin: 0px;
}

.search_main .artical_section article header {
  order: 2;
}

.search_main .artical_section article img {
  order: 1;
  min-height: 400px;
  max-height: 400px;
  object-fit: cover;
  height: 100%;
}

.search_main .artical_section article .entry-summary {
  order: 3;
}

.search_main .artical_section article h2 a {
  font-size: 24px;
  line-height: 32px;
  color: var(--black);
}

.search_main nav.navigation.posts-navigation {
  width: 100%;
  max-width: 100%;
}

.search_main nav.navigation.posts-navigation a {
  font-family: var(--font-urbanist);
  font-size: 20px;
  line-height: 28px;
  color: var(--red);
}

.search_main .page-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media only screen and (max-width: 1024px) {
  /* search page */
  .search_main .artical_section article {
    max-width: calc((100% / 2) - 10px);
  }
}

@media only screen and (max-width: 768px) {
  /* search page */
  .search_main .artical_section article {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  /* 404 page */
  .error-404 h1.page-title {
    font-size: 120px;
    line-height: 120px;
  }

  .search_main header h1.page-title {
    font-size: 28px;
    line-height: 32px;
  }
}

/* single blog page */

.single_blog_page {
  padding: 50px 0px;
}

.single_blog_page h1.main-title {
  font-family: var(--font-urbanist);
  font-size: 40px;
  line-height: 50px;
  color: var(--black);
  margin-bottom: 16px;
}

.single_blog_page .blog-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.single_blog_page article {
  margin-bottom: 46px;
}

.single_blog_page article .post-thumbnail {
  position: relative;
  padding-top: 35.715%;
  margin-bottom: 16px;
}

.single_blog_page article .post-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single_blog_page .blog-content span,
.single_blog_page .blog-content a {
  font-family: var(--font-urbanist);
  font-size: 18px;
  line-height: 24px;
  color: var(--black);
}

.single_blog_page .blog-content a {
  color: var(--red);
}

.single_blog_page article .entry-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-urbanist);
  font-size: 22px;
  line-height: 30px;
  color: var(--dark-gray);
}

.single_blog_page nav.navigation a {
  font-family: var(--font-urbanist);
  font-size: 18px;
  line-height: 24px;
  color: var(--gray);
}

.single_blog_page nav.navigation a .nav-subtitle {
  color: var(--dark-gray);
  font-weight: 600;
}

.single_blog_page .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .single_blog_page h1.main-title {
    font-size: 35px;
    line-height: 42px;
  }

  .single_blog_page article .entry-content {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .single_blog_page h1.main-title {
    font-size: 30px;
    line-height: 42px;
  }

  .single_blog_page article .entry-content {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Blog Detail Page */

.single_blog_page h3
 {
    margin: 5px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}
.single_blog_page h2 {
    margin: 10px 0;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
}
/* .single_blog_page {
  width: 100%;
  margin: 40px 0;
} */

/* --- Table Base Style --- */
.single_blog_page table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #333;
  margin: 20px 0;
}

.single_blog_page thead {
  background: #ff2d1f;
  color: #fff;
}

.single_blog_page th,
.single_blog_page td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}

.single_blog_page th {
  font-weight: 600;
}

.single_blog_page tbody tr:hover {
  background: #f9fafb;
  transition: background 0.3s ease;
}

.single_blog_page table tr:last-child td {
  border-bottom: none;
}

/* --- Enable Scroll on Mobile --- */
@media (max-width: 768px) {
  .single_blog_page th, .single_blog_page td
  {
    font-size: 14px;
    line-height: 20px;
  }
  .single_blog_page h2 {
    margin: 10px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}
.single_blog_page h3
 {
    margin: 5px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
  .single_blog_page table {
    display: block;                     
    overflow-x: auto;                   
    -webkit-overflow-scrolling: touch;  
    white-space: nowrap;               
  }

  /* Optional scrollbar styling for mobile */
  .single_blog_page table::-webkit-scrollbar {
    height: 8px;
  }
  .single_blog_page table::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
  }
  .single_blog_page table::-webkit-scrollbar-track {
    background: #f1f5f9;
  }
}
