/*
Theme Name: Yafa Design Theme Child
Template: yafa-design-theme
Version: 1.0
*/
@import url("../yafa-design-theme/style.css");

@font-face {
  font-family: 'Sohne';
  src: url('/wp-content/fonts/SohneVF-Buch.woff2') format('woff2'),
    url('/wp-content/fonts/SohneVF-Buch.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body p,
li,
a,
select {
  font-family: 'Sohne' !important;
  font-size: 18px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sohne' !important;
  font-weight: 700 !important;


}

body h1 {
  font-size: 40px !important;
}

body h2 {
  font-size: 32px ;
}

body h3 {
  font-size: 28px ;
}

body h4 {
  font-size: 24px !important;
}

h4 {
  font-size: 20px !important;
}

h2 {
  font-size: 35px !important;
}

.nav li a {
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.nav li:hover {
  background-attachment:#006498 !important;
  color: white !important;

}

.logo img {
  max-width: 100px !important;
  vertical-align: middle !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

.navbar-collapse {
  justify-content: space-between !important;
}

#content {
  width: 100% !important;
}

.logo {
  width: 16% !important;
}

.logo img {
  max-width: 100px !important;
}

.main-navigation , .dropdown-menu li{
  width: 100% !important;
}

header nav ul li {
  margin: 0px !important;
  padding: 12px 0px !important;
}

.dropdown-menu {
  padding: 10px;
  margin-top: 14px !important;
  border-top: none;
  border-radius: 0px;
  border-top: 4px solid #006498 !important;
  width: 220px  !important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: transparent !important;
}

header .header-social-widget ul {
  width: 100% !important;
  display: flex !important;
  justify-content: space-evenly !important;
  list-style: none !important;
  margin: 0px !important;
}

.header-right {
  width: 12% !important;
}

.site-header,
.marquee-track p {
  margin: 0px !important;
  padding-bottom: 0px !important;
}

.marquee-track p {
  font-size: 16px !important;
}
 .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    
  }
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: black;
  color: white;
  position: relative;
}

.marquee-track {
  width: 100% !important;
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 30s linear infinite;
}

.home #sidebar,
.title,
.site-main .woocommerce-breadcrumb,
.tax-product_cat #meta,
.tax-product_cat #archives {
  display: none !important;
}

.header_wraper {
  align-items: center !important;
  margin: 0px !important;

}
.navbar>.container-fluid:before, .navbar>.container-fluid:after ,.top_icons p{
  display: none !important;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.site-footer {
  background: #006498;
  color: #fff;
  padding: 40px 20px;
  font-family: sans-serif;
  padding-bottom: 0px !important;
}

.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1220px;
  text-align: left !important;
}

.footer_logo img {
  max-width: 150px !important;

}

.footer_logo {
  text-align: left !important;
}

.footer_logo p {
  line-height: 25px !important;
  font-size: 16px !important;
}

.footer-column {
  width: 18%;
}

.footer-column:first-child {
  width: 35% !important;
}


.footer-widget h4 {
  margin-bottom: 20px;
  font-weight: bold;
}

.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-widget ul li,
.footer-widget ul i {
  line-height: 28px !important;
  font-size: 18px !important;
}

.footer-widget a {
  color: #fff;
  text-decoration: none;
  font-size: 18px !important;
}

.footer-widget a:hover {
  color: #ccc;
}

.footer-bottom {
  font-size: 14px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;

}

.footer-bottom p,
.footer-bottom a {
  color: #fff !important;
  font-size: 15px !important;
}


.social-icons ul {
  display: flex;
  justify-content: left;
  gap: 20px;
}

.footer-widget .phn {
  position: relative;
}

.footer-widget .phn::before {
  content: '\f095';
  font-family: fontawesome;
  font-size: 14px;
  padding-right: 10px;
}

.footer-widget .gmail::before {
  content: '\f0e0';
  font-family: fontawesome;
  font-size: 14px;
  padding-right: 10px;
}

.footer-widget .loc::before {
  content: '\f3c5';
  font-family: fontawesome;
  font-size: 14px;
  padding-right: 10px;
}

.owl-carousel video {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

header a {
  color: #000 !important;
  list-style: none !important;
}

.owl-category-slider-fixed .item {
  text-align: center;
  display: inline-block;
  overflow: hidden;
}

.owl-category-slider-fixed .item img {
  object-fit: contain;
  margin: auto;
  filter: grayscale(100%);
}





.ceo_img .wpb_single_image {
  margin: 0px !important;
}

.ceo_img p {
  font-weight: 800 !important;
}

.category-title {
  margin-top: 25px !important;
}

.about_ceo .vc_column_container>.vc_column-inner {
  padding-top: 0px !important;
}

.quality_box .vc_column-inner {
  padding: 25px 15px !important;
  min-height: 600px !important;

}

.grey_box .vc_column-inner {
  background-color: #fff !important;
  box-shadow: -4px 6px 12px rgba(0, 0, 0, 0.1);

  p,
  h3 {
    color: #000 !important;
  }
}

.grey_box .vc_column-inner:hover {
  background-color: #006498 !important;

  p,
  h3,
  svg {
    color: #fff !important;
    fill: #fff;
  }
}

.counter_box {
  text-align: center !important;
}

.stats-desc .stats-number {
  font-size: 40px !important;
  font-weight: 700;
  position: relative;
  padding-right: 25px !important;
}

.stats-desc .stats-number::after {
  content: '\2b';
  font-family: fontawesome;
  font-size: 25px !important;
  color: #0068B3 !important;
  padding-left: 10px !important;
  position: absolute;
  top: 0;
  bottom: 0;
}

.testimonial_section .owl-nav {
  position: relative;
  z-index: 9999;
  display: flex !important;
  justify-content: space-between !important;
  margin-top: -145px !important;
}

.testimonial-item p {
  text-align: center !important;
}

.testimonial-item {
  text-align: center;
  padding-bottom: 30px;
}

.couter_set .vc_single_image-wrapper img,
.about_icons .vc_single_image-wrapper img {
  max-width: 100px !important;
}


.owl-prev-icon,
.owl-next-icon {
  font-size: 24px;
  color: #006498;
}

.testimonial_head {
  margin: 20px 0px !important;
}

.testimonial-item p {
  padding: 0px 20px !important;
}

.owl-prev:hover,
.owl-next:hover,
.owl-prev:focus-visible,
.owl-next:focus-visible {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.post {
  margin-bottom: 0px !important;
}

.zero_mar,
.span8,
.wpb_raw_code {
  margin: 0px !important;
}

.gallery_images .vc_column-inner {
  padding-top: 20px !important;
}

.about_content ul li {
  list-style: none !important;
}

.about_content ul li::before {
  content: '\f058';
  font-family: fontawesome !important;
  padding-right: 10px !important;
  color: #0068B3 !important;
}

.product_section .owl-category-slider-fixed .category-title,
.woocommerce ul.products li.product .button,
.product_type_simple,
.page-template-page-products .star-rating {
  display: none;

}

.woocommerce-page .the-content {
  margin-top: 20px !important;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: middle;
  padding: 10px 5px;
  border-radius: 5px !important;
}

.product_type_simple,
.gbtn .vc_btn3,
.wpcf7-submit,
.get-a-quote , .submit{
  color: #fff !important;
  background: #006498 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0px !important;
}
.read-more-toggle , .read-less-toggle{
  color: #fff !important;
  background: #006498 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0px !important;
  padding: 10px !important;
}
.category-description h2{
  margin-bottom: 20px !important;
}

#searchsubmit,
#mc-embedded-subscribe {
  color: #fff !important;
  background: #006498 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0px !important;

}

#searchsubmit:hover,
#mc-embedded-subscribe:hover,
.product_type_simple:hover,
.gbtn .vc_btn3:hover,
.wpcf7-submit:hover {
  background-color: #000 !important;
}

.gbtn .vc_btn3:hover {
  background-color: #000 !important;
}

.attachment-woocommerce_thumbnail {
  margin: 0px !important;
  border-radius: 10px !important;
  border: 1px solid #000;
}

.woocommerce .products li {
  text-align: center !important;
}

.top_contact,
.top_icons {
  display: flex !important;
}

.top_contact li,
.top_icons li {
  padding: 0px 10px !important;
}

.header_wraper {
  justify-content: space-between !important;
}

.header-right,
.container:after,
header .row:before,
header .row::after {
  display: none !important;
}

.top-bar .row,
.top_contact,
.top_icons,
.top_midtxt,
.gbtn {
  margin: 0px !important;
}

.top-bar .row {
  justify-content: space-between;
  align-items: center !important;
}

.top_midtxt {
  font-size: 15px !important;
}

.top_icons {
  justify-content: end !important;
}

.top_contact li,
.top_icons li,
.top_midtxt {
  color: white !important;
  list-style: none !important;
  font-size: 16px !important;
}

.topbartxt {
  width: 60% !important;
  display: flex !important;
}

.icons_set {
  width: 10% !important;
}

.contact_section {
  width: 29% !important;
  padding: 0px !important;
}

.top-bar {
  padding: 15px 0px !important;
  background: #006498;
}

.site-header,
.icons_set {
  padding: 0px !important;
}

.header_wraper {
  padding: 10px 0px !important;
}

.search-form {
  position: relative !important;
  width: 40% !important;
}

.search-form .form-control {
  font-size: 16px !important;
  padding: 7px 20px !important;
  border-radius: 22px !important;
  width: 100% !important;
  background-color: #D9D9D9 !important;
}
.wpcf7 input[type="email"]{
  font-size: 16px !important;
}

.navbar-nav {
  gap: 14px !important;
}

.search-form .btn {
  position: absolute !important;
  border: none !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 80% !important;
  right: 0% !important;
  font-size: 16px !important;
  color: #000 !important;
}

.search-form .btn:hover {
  background-color: transparent !important;
  border: none !important;
}

.search-box-wrapper {
  width: 30%;
  margin: 0px !important;
  justify-content: end !important;
}

.owl-stage-outer .item,
.menu-item-has-children {
  position: relative !important;
}


.top_contact i {
  font-size: 13px !important;
  padding: 3px !important;
}

.testimonial_section .vc_column-inner,
.zeropadding .vc_column-inner {
  padding: 0px !important;
}

.clients {
  color: #006498 !important;
}

.main-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 200px;
  z-index: 1000;
  padding-top: 20px !important;
}

.main-navigation .sub-menu .menu-item a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.main-navigation .sub-menu .menu-item {
  width: 100% !important;
}

.main-navigation .sub-menu .menu-item a:hover {
  background-color: #006498;
  color: #fff !important;
}

.main-navigation .menu-item-has-children:hover>.sub-menu {
  display: block;
}

.woocommerce ul.products li.product a img,
.attachment-woocommerce_thumbnail,
.gallery_images .wpb_wrapper img, 
.main_gallery .wpb_wrapper img {
  transition: transform 0.3s ease;
}

.woocommerce ul.products li.product a img:hover,
.attachment-woocommerce_thumbnail:hover,
.gallery_images .wpb_wrapper img:hover,
 .main_gallery .wpb_wrapper img:hover
 {
  transform: scale(0.95);
}


.tax-product_cat .site-main {
  padding: 50px 0px !important;
  padding-bottom: 0px !important;
}
.tax-product_cat ul .products.columns-4{
  margin: 0px  !important;
}
.products-grid{
  padding: 50px 0px !important;
}

.products-grid .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin: 0px !important;
  list-style: none !important;
}

.products-grid .products .product{
  text-align: center !important;
}
.products-grid .attachment-woocommerce_thumbnail{
  max-width: 280px !important;
}
.page-title {
  font-size: 32px;
  text-align: center;
  margin: 20px 0;
}

.woocommerce-loop-product__title {
  font-size: 23px !important;
  text-align: center !important;
}

.gbanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);


  left: 0px;
  top: 0px;
}

body .gbanner {
  padding: 100px 0 !important;
  background: url('https://yafa.co.in/wp-content/uploads/2025/06/product_banner.jpg') center/cover no-repeat !important;
  text-align: center !important;
  position: relative !important;
  background-position: center !important;
}

.fancy-pagination ul,
.woocommerce-pagination .ul {
  display: flex !important;
  justify-content: center !important;
  list-style: none !important;
  padding: 0 !important;
  margin-top: 40px !important;
}

.fancy-pagination li,
.woocommerce-pagination .ul li {
  margin: 0 5px !important;
}

.fancy-pagination a,
.fancy-pagination span,
.woocommerce-pagination .ul li span {
  display: inline-block !important;
  padding: 10px 15px !important;
  color: #333 !important;
  background-color: #f2f2f2 !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.fancy-pagination a:hover,
.woocommerce-pagination .ul li:hover {
  background-color: #006498 !important;
  color: #fff !important;
}

.fancy-pagination .current,
.woocommerce-pagination .current {
  background-color: #006498 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.gbanner.vc_hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.woocommerce-loop-product__title {
  color: #000 !important;
}

.custom-input {
  padding: 10px !important;
  border-radius: 10px !important;
  background-color: #dddd !important;
  border: 1px solid #D9D9D9 !important;
  max-height: 50px !important;
  height: 100% !important;
}

.wpcf7-form label {
  margin-bottom: 10px !important;
}

.contact_icon {
  list-style: none !important;
  margin: 0px !important;
  margin-top: 20px !important;
}

.contact_icon li {
  font-size: 20px;
  color: #000;
  padding: 5px 0px;
}

.yafa_logo,
.phn_logo,
.mail_logo {
  font-size: 25px !important;
  color: #006498 !important;
  position: relative !important;
}

.yafa_logo::before {
  content: '\f015';
  font-family: fontawesome;
  position: absolute;
  left: -10%;
  right: 0%;
  top: 0%;
  bottom: 0%;
}

.yafa_logo::before {
  content: '\f015';
  font-family: fontawesome;
  position: absolute;
  left: -10%;
  right: 0%;
  font-size: 25px !important;
  display: flex !important;
  align-items: center !important;
  width: fit-content;
  border: 2px solid;
  border-radius: 50%;
  padding: 20px 6px;
}

.phn_logo::before {
  content: '\f095';
  font-family: fontawesome;
  position: absolute;
  left: -10%;
  right: 0%;
  font-size: 20px !important;
  display: flex !important;
  align-items: center !important;
  width: fit-content;
  border: 2px solid;
  border-radius: 50%;
  padding: 7px 9px;

}

.mail_logo::before {
  content: '\f0e0';
  font-family: fontawesome;
  position: absolute;
  left: -10%;
  right: 0%;
  font-size: 25px !important;
  display: flex !important;
  align-items: center !important;
  width: fit-content;
  border: 2px solid;
  border-radius: 50%;
  padding: 7px 9px;
}

.contact_form .vc_column-inner,
.gbanner .vc_column-inner {
  padding: 0px !important;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 50px 20px;
}

.blog-card {
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-card .content {
  padding: 16px;
  flex: 1;
}

.blog-card h2 a {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.blog-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  min-height: 72px;
  overflow: hidden;
  margin: 0px !important;
}

.blog-card .read-more {
  display: block;
  margin: 0 16px 16px;
  text-align: center;
  padding: 10px 20px;
  background: #006498;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}

.blog-card .read-more:hover {
  background: #000;
}

.pagination-links {
  text-align: center;
  margin-top: 40px;
}

.custom-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
}

.product-images {
  flex: 1 1 45%;
  top: 5% !important;
  align-self: flex-start !important;
}

.product-summary {
  flex: 1 1 50%;
}

.woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
}

.woocommerce-product-gallery__wrapper {
  padding: 10px;
}

.product-description {
  margin: 60px auto;
  padding: 0 20px;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  color: #fff !important;
}

.custom-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0px;
}

.product-images,
.product-summary {
  width: 50% !important;
}

.custom-attributes {
  margin-top: 30px;
}

.custom-attributes h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.attribute-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px 20px;
  font-size: 15px;
}

.attribute-label {
  font-weight: 600;
  color: #222;
}

.attribute-value {
  color: #666;
}

.product-description {
  padding: 40px;
}

.owl-category-slider-fixed .owl-item .item {
  position: relative !important;
  overflow: hidden !important;
}

.owl-category-slider-fixed .owl-item .item:hover .content {
  opacity: initial !important;
}

.owl-category-slider-fixed .owl-item .item:hover img {
  filter: none !important;
}

.video_section {
  max-height: 650px !important;
}

article .the-content img {
  border-radius: 10px !important;
}

.sidbar_width {
  padding: 50px 0px !important;
}

.blog-sidebar {
  padding: 20px 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-sidebar .widget_product_categories {
  margin: 20px 0px !important;
}

.blog-sidebar .product-categories {
  margin: 10px 0px;
  list-style: none;
}

.single-post article .title {
  display: block !important;
}

@media (max-width: 768px) {
  .custom-product-wrapper {
    flex-direction: column;
  }
}


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

.logo {
  flex: 0 0 auto !important;
}

.search-box-wrapper {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  background: #fff !important;
  border-radius: 20px !important;
  padding: 4px 12px !important;
  max-width: 286px !important;
  margin: 0 20px !important;
}

.search-box-wrapper .form-control {
  border: none !important;
  padding: 8px 12px !important;
  width: 100% !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.search-box-wrapper .btn {
  border: none !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 16px !important;
  padding: 0 10px !important;
}

.main-navigation {
  flex: 0 0 auto !important;
}

.main-navigation .nav a {
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 15px !important;
}

@media (max-width: 767.98px) {
  .header_wraper {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .search-box-wrapper {
    margin: 10px 0 !important;
    justify-content: center !important;
  }

  .main-navigation .nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
}

.main-navigation .nav {
  flex-wrap: nowrap !important;
}

.quality_box .vc_single_image-wrapper img {
  max-width: 100px !important;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.couter_set .vc_single_image-wrapper img,
.quality_box .vc_single_image-wrapper img,
.about_icons .vc_single_image-wrapper img {
  animation: pulse 1.8s ease-in-out infinite;
}

.validate {
  margin: 0px !important;
}

#mc_embed_signup h2 {
  margin-bottom: 0px !important;
}

.wc-tabs,
.price {
  display: none !important;
}

.single .product-description {
  margin: 0px !important;
  padding: 0px !important;

}

.woocommerce .star-rating {
  float: left !important;
  width: 100% !important;
  text-align: center !important;
}

.social-icons .textwidget ul li i {
  font-size: 24px !important;
}

.owl-category-slider-fixed .owl-item .item .content {
  position: absolute !important;
  left: 0 !important;
  bottom: -20px !important;
  right: 0 !important;
  opacity: 0 !important;
  -webkit-transition: var(--transition) !important;
  transition: var(--transition) !important;
  background-color: #f9f9f9 !important;
  text-align: left !important;
  padding: 15px 30px !important;
  width: 100% !important;
}

.owl-category-slider-fixed .owl-item .category-title {
  text-align: center !important;
  line-height: normal;
  min-height: 50px !important;
  margin: 0px !important;
  font-size: 18px !important;
}



.tax-product_cat .products .product .star-rating::before ,
.tax-product_cat .products .product .star-rating span::before
{
  right: 0%  !important;
}
.product-reviews{
  max-width: 1300px !important;
  margin: 0 auto !important;
}
.woocommerce-Reviews-title{
  margin-bottom: 20px !important;
}
.woocommerce p.stars a{
  color: #ffd700  !important;
}
.widgettitle{
  color: #006498 !important;
  margin: 10px 0px !important;
}
.textwidget  iframe{
  max-width: 225px;
    height: auto;

}
.page-id-4785 .fluid-width-video-wrapper{
  padding-top: 15% !important;
}
@media (min-width: 1280px) {
  .main-navigation .nav a {
    font-size: 18px !important;
  }

}



.custom-product-modern-layout {
  max-width: 1300px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.product-inner-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-images {
  flex: 1 1 450px;
}

.product-summary {
  flex: 1 1 450px;
}

.attribute-grid {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 12px 20px;
  margin-top: 20px;
}

.attribute-label {
  font-weight: bold;
  color: #333;
}

.attribute-value {
  color: #555;
}

.color-swatches .swatch {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-right: 8px;
  vertical-align: middle;
}

.get-a-quote {
  margin-top: 20px !important;
  width: 100%;
  padding: 15px 0px !important;
  text-align: center;
}

.get-a-quote:hover {
  background: #000;
  color: #fff;
}

.product-inner-container {
  width: 100% !important;
}

.related h2 {
  margin: 20px 0px !important;
}

.attribute-label {
  font-size: 18px !important;
}

.attribute-value {
  font-size: 18px !important;
  color: #006498 !important;
  font-weight: 700;
}

.product_meta {
  display: none;
}

.woocommerce-product-rating>.star-rating {
  display: block !important;
}

.woocommerce .star-rating {
  color: gold !important;
}

#toggle-description-heading {
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 10px;
  margin-top: 20px !important;
}

#toggle-description-heading span#toggle-icon {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;

}

#description-content {
  padding: 15px !important;
}

body #description-content h2 {
  font-size: 24px !important;
  line-height: 30px !important;
  margin-bottom: 10px  !important;
}

body #description-content h3 {
  font-size: 20px !important;
}
.blue_txt p{
  color: #0068B3 !important;
}
.tax-product_cat .vc_row[data-vc-full-width="true"],
.blog .vc_row[data-vc-full-width="true"],
.single-product .vc_row[data-vc-full-width="true"],
.page-template-page-products .vc_row[data-vc-full-width="true"] {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  position: relative !important;
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.tax-product_cat .vc_row.vc_row-has-fill,
.blog .vc_row[data-vc-full-width="true"],
.single-product .vc_row[data-vc-full-width="true"],
.page-template-page-products .vc_row[data-vc-full-width="true"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page-template-page-products .main-fluid , .tax-product_cat .main-fluid 
, .blog .main-fluid , .single-product .main-fluid{
  padding: 0px !important;
  max-width: 100%  !important;
}

.content-area , .blog_wrap , .related{
  max-width: 1300px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.tax-product_cat .woocommerce .star-rating span::before , .tax-product_cat .woocommerce .star-rating::before{
  right: 0% !important;
}
#quote-form-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
  overflow: auto; 
}

#quote-form-modal .modal-content {
  background: #fff;
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  max-height: 90vh;        
  overflow-y: auto;        
  box-sizing: border-box;
}
.modal-content .container{
  width: 100%  !important;
}
.modal-content .form-control{
  font-size: 20px !important;
}
#quote-form-modal .close-modal {
  font-size: 28px;
  font-weight: bold;
  color: #006498;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: right;

}

.cf7-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cf7-form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.cf7-form-group.full-width {
  flex: 1 1 100%;
}

.cf7-input,
.cf7-textarea {
  padding: 10px 12px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  margin-top: 5px !important;
}

.cf7-textarea {
  min-height: 100px;
  resize: vertical;
}

.cf7-submit-button {
  background-color: #0073aa;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}

.cf7-submit-button:hover {
  background-color: #005a87;
}

.home>.wpb-content-wrapper>p{
  margin: 0px !important;
}
.seo_related .wpb_wrapper  h1{
  font-size: 25px !important;
}
.seo_related .wpb_wrapper h2{
  font-size: 22px !important;
}
.seo_related .more_text ul{
  margin-left: 25px !important;
}
.hardware_img img{
  max-width: 850px !important;
}
.floating-contact-buttons {
  position: fixed;
  top: 35%;
  right: 0%;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.floating-btn {
  display: block;
  margin: 5px 0;
  padding: 10px 15px;
  background-color: #fff;
  color: #006498;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px 0 0 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.floating-contact-buttons a{
  position: relative;
    transform: translate(0px) !important;
    transition: transform 0.5s ease-in-out !important;
    display: flex;
    align-items: center;
}
.floating-contact-buttons a{
  font-size: 25px !important;
  min-height: 60px !important;
}
.floating-contact-buttons a:hover {
    transform: translate(-10px) !important;
    width: auto !important;
}
.vid_banner {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    scale: 110% !important;
}

.vid_banner iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; 
}

.vid_banner .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 2 !important;
}

.vid_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.vid_banner .overlay-content {
    position: absolute;
    z-index: 3;
    top: 50%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    width: 80% !important;
}

.vid_banner .overlay-content h2 {
    font-size: 40px !important;
    margin: 0 20px;
    color: white !important;
}

.vid_banner .overlay-content p {
    font-size: 18px !important;
    margin: 0;
    color: white; 
    text-align: center !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image{
  display: inline-block !important;
}

.single-product .img.wp-post-image{
  max-width: 520px !important;
}

.product-main-features{
  margin-top: 50px !important;
}
.single-post h1{
  line-height: 45px !important;
  text-align: left !important;
  margin-bottom: 20px !important;
}
#description-content ul{
  margin: 20px 20px !important;
}
.blog_content{
  padding: 20px  !important;
}
.blog_content> img{
  object-fit: cover !important;
  width: 100% !important;
  max-height: 315px !important;
}

@media (min-width: 1025px) {
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1024px) {
  .top-bar{
    display: none !important;
  }
  .navbar-expand-custom .navbar-collapse{
    display: none;
  }
  .navbar-expand-custom .navbar-toggler {
    display: block;
  }

  .navbar-expand-custom .navbar-collapse.show {
    display: block;
  }
}
@media(min-width: 1023px){
  .product-images{
    position: sticky !important;
  }
}
@media(max-width: 1280px) {
  body #menu-main-menu{
    width: 100% !important;
  }

}
@media (min-width: 1024px) and (max-width: 1280px) {
  .quality_box .vc_column-inner{
    min-height: 736px !important;
  }
   .mob_sidepad{
    padding: 0px 20px !important;
  }
  .vid_banner .overlay-content{
    top: 56% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .quality_box .vc_column-inner{
    min-height: 976px !important;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .contact_details {
    padding: 50px !important;
  }
  .contact_icon li {
    padding-left: 30px !important;
  }
  .vid_banner .overlay-content{
    top: 58% !important;
  }

}

@media(max-width: 768px) {
  .contact_details {
    padding: 50px !important;
  }
    .contact_icon li {
    padding-left: 40px !important;
  }
  .yafa_logo::before , .phn_logo::before , .mail_logo::before{
    left: -5% !important;
  }
  .custom-product-modern-layout {
    flex-direction: column;
    padding: 0 20px;
  }

  .footer-widgets,
  .footer-bottom {
    flex-direction: column !important;
  }

  .site-info .footer-column {
    width: 100% !important;
  }

  .footer-widget {
    text-align: center !important;
  }

  .social-icons ul {
    justify-content: center !important;
  }

  .container {
    width: 100% !important;
  }

  .three_blocks {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .top-bar,
  .search-box-wrapper,
  .owl-nav {
    display: none !important;
  }

  .header_wraper {
    flex-direction: row !important;
  }

  .footer_logo img {
    max-width: 100px !important;
  }

  body h1 {
    font-size: 32px !important;
    line-height: 29px !important;
  }

  .quality_box {
    padding: 10px 0px !important;
  }

  body .mob_padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;

  }

  .counter_box,
  .icon_box {
    padding: 30px 0px !important;
  }

  body .mob_bottom {
    padding-bottom: 30px !important;
    padding-top: 0px !important;
  }

  body .mob_top {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }

  .main-navigation {
    position: absolute;
    width: 100% !important;
    top: 93%;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    padding: 20px;
  }
  .search-form{
    width: 100% !important;
  }
  body p , a strong , a span , strong a , ul li{
    font-size: 15px !important;
    line-height: 22px !important;
  }
  body h3{
    font-size: 24px !important;
    line-height: 26px !important;
  }
  body h2{
    font-size: 26px !important;
    line-height: 28px !important;
  }
  body h4{
    font-size: 18px !important;
    line-height: 22px !important;
  }
  body .mobzerop_pad{
    padding: 0px !important;
  }
  .about_heading{
    margin-top: 20px !important;
  }
    .cf7-form-group {
    flex: 1 1 100%;
  }

  .quality_box .vc_column-inner {
  min-height: 500px !important;
}
 .tax-product_cat .vc_row[data-vc-full-width="true"] , .blog .vc_row[data-vc-full-width="true"]
 , .single-product .vc_row[data-vc-full-width="true"] , .page-template-page-products .vc_row[data-vc-full-width="true"]{
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    position: relative !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .tax-product_cat .vc_row.vc_row-has-fill , .blog .vc_row[data-vc-full-width="true"]
  , .single-product .vc_row[data-vc-full-width="true"] .page-template-page-products .vc_row[data-vc-full-width="true"]{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body, html {
    overflow-x: hidden !important;
  }
  body .main-fluid{
    padding: 0px !important;
  }
  .content-area , .related{
    padding: 0px 20px !important;
  }
  .blog-grid{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .blog-sidebar{
    display: none !important;
  }
  #description-content{
    padding:15px 0px !important;
  }
  .page-template-page-products .container .product{
    text-align: center !important;
  }
  .mob_sidepad{
    padding: 0px 20px !important;
  }
  .product_head , .main_gallery , .category-description{
    padding: 0px 20px !important;
  }
  .page-template-default .wpcf7-form-control{
  width: 100% !important;
  }
  .contact_details{
    padding: 0px 30px !important;
  } 
  .woocommerce .star-rating{
    padding: 40px 0px !important;
  }
  .woocommerce .star-rating::before{
    font-size: 25px !important;
    width: 100% !important;
  }
  .floating-contact-buttons{
    display: none !important;
  }
  .nomargin{
    margin: 0px !important;
  }
  body .top_padding{
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
  .heading_pad{
    padding-top: 30px !important;
  }
  .inner_paddingzero .vc_column-inner{
    padding: 0px !important;
  }
  .vid_banner .overlay-content h2 {
    font-size: 26px !important;
}

.vid_banner .overlay-content p {
    font-size: 15px !important;
}
.seo_related h1 , .seo_related h2{
  margin-bottom: 10px !important;
}
body .page-id-4785 .fluid-width-video-wrapper{
  padding-top: 60% !important;
}
.product-reviews{
  padding: 0px 20px !important;
}
  .dropdown-menu {
    display: none;
  }

  .dropdown-menu.show {
    display: block;
  }
}



.green_ticks li {
  list-style: none !important;
  padding-left: 26px;
  position: relative !important;
  line-height: 41px;
}
.green_ticks li::before{
    content: '\f00c';
    font-family: fontawesome;
    color: #006498 !important;
    position: absolute;
    left: 0;
}
.green_ticks{
  margin: 0px !important;
}