@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap");
:root {
  --primary-color: #002f5b;
  --theme-red: #c00000;
  --theme-yellow: #f9a800;
  --theme-dark_yellow: #d99300;
  --theme-green: #0aac0a;
  --theme-blue: #002f5b;
  --theme-black: #000000;
  --theme-black-1: #343a40;
  --theme-grey-1: #838383;
}


body {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* text-decoration: none; */
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}
.align-items-center {
  align-items: center !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.h-100 {
  height: 100% !important;
}
.w-100 {
  width: 100% !important;
}
.d-table {
  display: table !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
}
/* .mb-3, .my-3 {
    margin-bottom: 1rem!important;
} */
button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

button:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-blue);
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.bg-grey {
  background: #f8f8f8;
}
.text-primary {
  color: #2ab4e8 !important;
}
.bg-yellow {
  background-color: var(--theme-yellow);
}
.bg-red {
  background-color: var(--theme-red);
}
.bg-green {
  background-color: var(--theme-green);
}
.bg-blue {
  background-color: var(--theme-blue);
}
.btn-danger {
  background-color: var(--theme-red);
  border-color: var(--theme-red);
  transition: 0.2s ease-in;
}
.btn-danger:hover {
  color: #fff;
}
.btn-expert {
  background-color: var(--theme-green);
  border-color: var(--theme-green);
  transition: 0.2s ease-in;
}
.btn-expert:hover {
  color: #fff;
}
.btn-cart {
  background-color: var(--theme-yellow);
  border-color: var(--theme-yellow);
  transition: 0.2s ease-in;
}
.btn-cart:hover {
  color: #fff;
}
.btn-action {
  background-color: var(--theme-yellow);
  border-color: var(--theme-yellow);
  transition: 0.2s ease-in;
}
.btn-action:hover {
  filter: brightness(60%);
}
.text-red {
  color: var(--theme-red);
}
.text-blue {
  color: var(--theme-blue);
}
.text-yellow {
  color: var(--theme-yellow);
}
.text-dark_yellow {
  color: var(--theme-dark_yellow);
}
.text-black {
  color: var(--theme-black);
}
.text-black-1 {
  color: var(--theme-black-1);
}
.border-theme {
  border: 1px solid var(--theme-blue);
}
.pt-100 {
  padding-top: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
}
.btn-primary {
  background: #e56a26;
  border-color: transparent;
}
.btn-primary:hover {
  background: #d4520c;
  border-color: transparent;
}
.header-area {
  border-bottom: 1px solid #666459;
}

.header-area .header-left {
  line-height: 1;
}

.header-area .header-left a {
  top: 1px;
  position: relative;
}

.header-area .header-left a i {
  color: #ffffff;
  /* font-size: 18px; */
  margin-right: 10px;
}

.header-area .header-left a i:hover {
  color: #bf8743;
}

.header-area .header-right {
  text-align: right;
}

.header-area .header-right ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-area .header-right ul li {
  list-style: none;
  display: inline-block;
  /* color: #ffffff; */
  font-size: 15px;
  margin-left: 15px;
  position: relative;
}

.header-area .header-right ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #bf8743;
  left: -18px;
  top: 0;
}

.header-area .header-right ul li i {
  font-size: 18px;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.header-area .header-right ul li:first-child::before {
  display: none;
}

.header-area .header-right ul a {
  color: #ffffff;
}

.header-area .header-right ul a:hover {
  /* color: #bf8743; */
}

/* Header CSS End */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.top-header {
  background: var(--theme-blue);
}
.top-header .list-inline a {
  color: var(--theme-yellow);
  font-size: 12px;
  transition: 0.3s ease-in;
}
.top-header .list-inline a:hover {
  color: #ffffff;
}
/* Navbar CSS Start */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-area {
  /* position: absolute; */
  /* z-index: 99999; */
  width: 100%;
  /* background: #ffffff94; */
  /* margin-top: 13px; */
  border-top: 9px solid var(--theme-blue);
}

.navbar-area .main-nav {
  position: unset;
  padding: 0px 0 20px 0;
  background: #fff;
}

.navbar-area .main-nav .navbar {
  padding: 0 0;
  margin-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
  padding: 0;
  /* z-index: 5; */
  margin-top: -15px;
}

.sub-nav {
  flex-flow: row;
  justify-content: end;
  margin: 10px 0 0 0;
}
.sub-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 0 10px;
  color: var(--theme-red);
  transition: 0.4s ease-in;
}
.sub-nav .nav-item .nav-link:hover {
  color: var(--theme-yellow);
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
  color: var(--theme-grey-1);
  font-size: 18px;
  /* text-transform: capitalize; */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin-right: 0;
  margin-left: 20px;
  /* letter-spacing: 1px; */
  line-height: 25px;
  /* border-radius: 3px; */
  background: #fff;
  padding: 0px 15px;
}
.navbar-area .main-nav .navbar .navbar-nav .nav-item:last-child a,
.sub-nav .nav-item:last-child a {
  padding-right: 0;
  margin-right: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.active .nav-link {
  color: var(--theme-blue);
}
.dropdown-toggle::after {
  display: none;
}
.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item.dropdown-toggle
  > a::after {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 12px;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item.dropdown-toggle:hover
  > a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*   -webkit-transform: scaleY(0);
  transform: scaleY(0); */
  top: 60px;
  opacity: 0;
  border-radius: 0;
  /* border-top: 2px solid #423232; */
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  padding: 8px 15px;
  border-bottom: 1px dashed #989898;
  -webkit-transition: 0s;
  transition: 0s;
  /* background: #1f1c0c; */
  margin-left: 0;
  font-size: 16px;
  color: #858383;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item:last-child
  .nav-link {
  border-bottom: 1px dashed transparent;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu {
  left: -100%;
  top: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1 !important;
}
.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 5px;
}
.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  border-bottom: 1px dashed #756262;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item:last-child
  .nav-link {
  border-bottom: 1px dashed transparent;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu {
  left: -100%;
  top: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1 !important;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .nav-link {
  border-bottom: 1px dashed #756262;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item:last-child
  .nav-link {
  border-bottom: 1px dashed transparent;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item
  .dropdown-menu
  .nav-item:hover
  .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item:hover
  .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  /* -webkit-transform: scaleX(1); */
  /* transform: scaleX(1); */
  opacity: 1;
  visibility: visible;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100% !important;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-top: 0;
}

.navbar-area.is-sticky .navbar-brand img {
  height: 60px;
}

.navbar-area.is-sticky .main-nav .navbar .navbar-brand {
  margin-top: 13px;
}
/* Navbar CSS End */

/* Banner CSS Start */

.diamond-shape {
  height: 100px;
  text-align: center;
  transform: rotate(45deg);
  width: 100px;
  border-radius: 14px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamond-shape img {
  transform: rotate(-45deg);
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.expertise-col p {
  font-size: 12px;
  min-height: 97px;
  overflow: hidden;
}
.banner-section {
  background-image: url(../img/banner/1.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 800px;
  z-index: 0;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-red);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.application-area {
  margin-top: 50px;
}

.application-area .owl-prev {
  position: absolute;
  left: -90px !important;
  top: 45% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  color: #fff !important;
  font-size: 23px !important;
  transition: 0.4s ease-in;
  margin: 0 !important;
}

.application-area .owl-next {
  position: absolute;
  top: 45% !important;
  right: -95px !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px !important;
  color: #fff !important;
  font-size: 23px !important;
  transition: 0.4s ease-in;
}
.application-area::after {
  content: "";
  background: var(--theme-yellow);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -16px;
  /* left: 50%; */
  /* transform: translate(-50%, 0); */
  left: calc(50% - 17px);
}
.application-area .service-slider .owl-next:hover,
.application-area .service-slider .owl-prev:hover {
  background: none !important;
  opacity: 0.5;
}
.application-area.bg-blue::after {
  background: var(--theme-blue);
}

.banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  top: 0;
  left: 0;
}

.banner-section .banner-text {
  max-width: 620px;
}

.banner-section .banner-text h1 {
  font-size: 65px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-section .banner-text p {
  color: #ffffff;
  margin-bottom: 45px;
}

.banner-section .banner-text .theme-btn .default-btn {
  margin-right: 20px;
}

.banner-section .banner-img {
  position: absolute;
  right: 10%;
  bottom: 0;
  max-width: 340px;
}

.gidel-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -40px;
}

.product-table .row {
  border-bottom: 1px solid var(--theme-blue);
}
.product-table .thumb {
  border: 1px solid #e7e6e6;
  border-radius: 10px;
  padding: 10px;
  height: 100px;
  object-fit: contain;
}
.inner-banner {
  /*background: url(../img/inner-bg.jpg) no-repeat;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.inner-banner h2 {
  font-weight: 900;
  font-size: 40px;
}
.video-thumb i {
  font-size: 50px;
  opacity: 0.6;
}
.floating-contact {
  position: fixed;
  transform: rotate(90deg);
  background: var(--theme-green);
  color: #000;
  font-size: 16px;
  font-weight: bold;
  right: -37px;
  top: 50%;
  z-index: 999;
  padding: 10px 17px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.2s ease;
}
.floating-contact:hover {
  right: -34px;
  color: #fff;
}
.floating-cart:hover {
  right: 0px;
  color: #fff;
}
.floating-cart {
  position: fixed;
  transform: rotate(0deg);
  background: var(--theme-yellow);
  color: #000;
  font-size: 16px;
  font-weight: bold;
  right: -6px;
  top: 35%;
  z-index: 500;
  padding: 10px 17px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.2s ease;
}
.floating-cart .cart-item {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 8px;
  background: var(--red);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 17px;
}
.product-description ul {
  padding-left: 0;
}
.product-description li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  padding-bottom: 9px;
}
.product-description li::before {
  border-radius: 2px;
  width: 15px;
  height: 15px;
  color: red;
  background-image: url("https://gidel.com/wp-content/uploads/2022/07/gidel-icon.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
}

/* Footer CSS Start */

footer {
  padding: 60px 0 40px 0;
  background: url(../img/footer-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 13px;
}

footer a,
.list-inline .list-inline-item a {
  color: var(--theme-blue);
  transition: 0.3s ease-in;
}
footer .list-inline-item,
.list-inline-item {
  font-size: 25px;
}
footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* Navbar CSS Start */

.navbar-style-two::before,
.navbar-style-two::after {
  display: none;
}

.navbar-style-two .main-nav {
  /* background: #ec008c; */
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item {
  line-height: 0;
  padding: 20px 0 0;
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 45px;
}

.navbar-style-two
  .main-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .nav-item {
  line-height: 1.8;
  padding: 0;
}

.navbar-style-two .main-nav .navbar .appoint-btn a {
  /* background: #ffffff; */
  /* color: #1f1c0c; */
  /* padding: 15px 20px; */
  /* border-radius: 30px; */
}

/* Navbar CSS End */

/* Banner CSS Start */

.banner-slider {
  position: relative;
}

.banner-slider .slider-items .slider-text {
  max-width: 735px;
}
.banner-slider .slider-items {
  background-position: center center;
  background-size: cover;
  height: 480px;
  position: relative;
  z-index: 0;
}
.banner-slider .slider-items .slider-text h1 small {
  font-size: 50%;
}
.banner-slider .slider-items::before {
  position: absolute;
  content: "";
  background: #002e5a;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: -1;
  top: 0;
  left: 0;
}
.banner-slider .slider-items .slider-text h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.banner-slider .slider-items .slider-text p {
  color: #ffffff;
  margin-bottom: 38px;
  /* text-transform: uppercase; */
  font-size: 14px;
  /* letter-spacing: 2px; */
}

.banner-slider .slider-items .slider-text .default-btn {
  border: 1px solid #fff;
  color: #434646;
  background: #f8f9fa;
  padding: 14px 30px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 5px;
}

.banner-slider .slider-items .slider-text .default-btn:hover {
  background: #e56a26;
  color: #fff;
}
.banner-slider .owl-nav {
  margin-top: 0 !important;
}

.banner-slider .owl-prev {
  top: 45%;
  left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  width: 45px !important;
  height: 45px !important;
  font-size: 25px !important;
  line-height: 52px !important;
  /*border-radius: 40px !important;*/
  color: #fff !important;
  /*background: #ffffff !important;*/
}

.banner-slider .owl-prev:hover {
  opacity: 0.3;
  background: none !important;
}

.banner-slider .owl-next {
  top: 45%;
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: absolute;
  width: 45px !important;
  height: 45px !important;
  font-size: 25px !important;
  line-height: 52px !important;
  /*border-radius: 40px !important;*/
  color: #fff !important;
  /*background: #ffffff !important;*/
}

.banner-slider .owl-next:hover {
  opacity: 0.3;
  background: none !important;
}

.banner-slider .slider-bg1 {
  background-image: url(../img/banner/2.jpg);
}

.banner-slider .slider-bg2 {
  background-image: url(../img/banner/3.jpg);
}

.service-slider .owl-stage {
  margin: 0 auto;
}
.service-slider .slider-items,
.product-items {
  border: 2px solid #fff;
  border-radius: 15px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  padding: 20px;
  align-items: end;
  position: relative;
  transition: 0.4s ease;
}
.service-slider .slider-items a,
.product-items a {
  color: #fff;
}
.service-slider .slider-items:hover::before,
.product-items:hover::before {
  background: linear-gradient(0deg, #0a1124, transparent);
}
.service-slider .slider-items::before,
.product-items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #1e2e55, transparent);
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.service-slider .slider-items h5,
.product-items h5 {
  font-weight: 300;
  transition: 0.2s ease;
}
.service-slider .slider-items:hover h5,
.product-items:hover h5 {
  margin-bottom: 15px;
}

.banner-style-two {
  background-image: url(../img/banner/4.jpg);
}

.banner-style-two::before {
  display: none;
}

.banner-style-two .banner-text h1 {
  color: #1f1c0c;
  font-size: 60px;
  margin-bottom: 40px;
}

.banner-style-two .banner-text p {
  color: #1f1c0c;
}

.banner-style-two .banner-text .theme-btn .default-btn {
  border-radius: 50px;
}

.banner-style-two .banner-text .theme-btn .default-btn::before {
  border-radius: 50px;
}

.banner-style-two .banner-text .theme-btn .default-btn.active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.company-logo img {
  height: 60px;
  object-fit: contain;
}

/* ======= Product Tabs ======= */
/* עיצוב משופר לטאבים */
.tabs ul {
  margin: 0 0 40px 0;
  font-weight: bold;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: center;
}
.tabs ul li {
  background: transparent;
  margin: 0;
}
.tabs ul li .tab-btn,
.tabs ul li a {
  padding: 18px 35px;
  background: var(--theme-blue);
  color: #fff;
  position: relative;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tabs ul li .tab-btn:hover,
.tabs ul li .tab-btn.active,
.tabs ul li a:hover,
.tabs ul li a.active {
  color: var(--theme-yellow);
  background: linear-gradient(135deg, var(--theme-blue) 0%, #1e40af 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.tabs ul li .tab-btn.active:before,
.tabs ul li a.active:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  bottom: -8px;
  z-index: 99;
  background: var(--theme-blue);
  left: 50%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.item {
  margin-bottom: 2px;
}

.item.active::before {
  color: var(--theme-yellow);
}
.item.active .item-content {
  padding: 1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 7px !important;
}

@media all and (max-width: 799px) {
  .tabbed-content .item {
    min-height: 2em;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    background: #fff;
    margin-bottom: 8px;
    margin-top: 8px;
    display: none;
  }

  .tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    display: none;
    overflow: hidden;
    padding: 5px;
  }

  .tabbed-content .item.active {
    display: block;
  }

  .tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 25px;
    display: block;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #e5e7eb;
  }

  /* שיפור הטבלאות עם borders במובייל */
  .tabbed-content .item.active .item-content .fpga-cap-table {
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
  }

  .tabbed-content .item.active .item-content .fpga-cap-table .bg-blue {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
    border-bottom: 2px solid #1d4ed8;
  }

  .tabbed-content .item.active .item-content .fpga-cap-table td,
  .tabbed-content .item.active .item-content .fpga-cap-table th {
    border: 1px solid #d1d5db;
    padding: 12px 15px;
  }

  /* שיפור הרווחים ללא shadows כפולים */
  .tabbed-content .item.active .item-content .row {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 8px;
    overflow: hidden;
  }

  .tabbed-content .item.active .item-content .col-md-3,
  .tabbed-content .item.active .item-content .col-md-9,
  .tabbed-content .item.active .item-content .col-md-4,
  .tabbed-content .item.active .item-content .col-md-6,
  .tabbed-content .item.active .item-content .col-md-8 {
    padding-left: 18px;
    padding-right: 18px;
  }

  /* הפרדה בין סעיפים */
  .tabbed-content .item.active .item-content .product-spec {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  .tabbed-content .item.active .item-content .product-spec:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .tabbed-content .item.active .item-content .product-spec b {
    display: block;
    font-size: 16px;
  }

  /* טיפוגרפיה משופרת עם spacing */
  .tabbed-content .item.active .item-content h6 {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 8px;
    border-left: 4px solid var(--theme-yellow);
    color: #92400e;
  }

  .tabbed-content .item.active .item-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
    background: #f9fafb;
    border-radius: 8px;
  }

  .tabbed-content .item.active .item-content .btn-lg {
    width: 100%;
    margin-top: 20px;
    padding: 15px 25px;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid transparent;
  }

  /* הפרדה בין resources ללא shadows כפולים */
  .tabbed-content .item.active .item-content .row.align-items-center {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  }

  .tabbed-content
    .item.active
    .item-content
    .row.align-items-center:last-child {
    margin-bottom: 0;
  }
}

.tabbed-content .tabs {
  background: var(--theme-blue);
  position: relative;
}

.tabbed-content .item {
  min-height: 2em;
}

.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0;
  display: block;
}
@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: block;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li .tab-btn,
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
  .tabbed-content.tabs-side .tabs {
    width: 150px;
    float: left;
  }
  .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .tabbed-content.tabs-side .item {
    margin-left: 150px;
  }
}
/* End Product Tabs */

/*.product-spec .row{border-bottom: 1px solid var(--theme-blue);}*/

.product-preview img {
  border: 2px solid #edecec;
  border-radius: 10%;
  padding: 10px;
}
.product-preview .thumb img {
  height: 95px;
  object-fit: cover;
  width: 100%;
}
.product-preview .fade:not(.show) {
  display: none;
}
.product-preview .fade {
  display: block;
}

.blog-details-area .blog-sidebar .blog-widget {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(146, 184, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(146, 184, 255, 0.5);
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.blog-details-area .blog-sidebar .blog-widget h3 {
  line-height: 1;
  font-size: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  position: relative;
}
.blog-details-area .blog-sidebar .blog-widget .popular-post {
  position: relative;
  margin-bottom: 25px;
  display: flex;
}
.blog-details-area .blog-sidebar .blog-widget .popular-post .thumb {
  float: left;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 185px;
  margin-right: 10px;
}
.blog-details-area .blog-sidebar .blog-widget .popular-post .info {
  /*     padding-left: 95px; */
  padding-top: 0px;
}
.blog-details-area .blog-sidebar .blog-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-area .blog-sidebar .blog-widget ul li {
  list-style: none;
  padding-left: 26px;
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 1;
  position: relative;
}
.blog-details-area .blog-sidebar .blog-widget ul li::before {
  border-radius: 2px;
  width: 10px;
  height: 10px;
  background: var(--theme-yellow);
  transform: rotate(44deg);
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
}
.blog-details-area .blog-sidebar .blog-widget ul li a {
  color: #1f1c0c;
}
.blog-details-area .blog-sidebar .blog-widget .popular-post .info h6 a {
  font-size: 13px;
  color: #1f1c0c;
  line-height: 20px;
}
.blog-details-area .blog-sidebar .blog-widget .popular-post .info time {
  font-size: 12px;
  opacity: 0.4;
  margin: 0;
  padding: 0;
}
.blog-details-area .blog-sidebar .blog-widget .popular-post .thumb .thumb-img {
  width: 80px;
  height: 65px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
}

/*----- Back Top CSS Start -----*/

.top-btn i {
  width: 35px;
  height: 35px;
  color: #ffffff;
  background: var(--theme-blue);
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 35px;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  border-radius: 50%;
}

.top-btn i::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-btn i:hover::before {
  height: 100%;
}

.top-btn i:hover {
  color: #ffffff;
}

.expertise-col .panel {
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  min-height: 280px;
}
.expertise-col .panel.large {
  max-height: 576px;
}
.expertise-col .panel h5 {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.expertise-col .panel .box {
  background: #06060657;
  padding: 15px 14px;
  border-radius: 0 0 20px 20px;
  width: 100%;
}
.expertise-col .panel .front {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-height: 280px;
  border-radius: 12px;
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: center;
}

.expertise-col .panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  min-height: 280px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expertise-col .panel p {
  font-size: 12px;
  color: #fff;
  /* min-height: 97px; */
  overflow: hidden;
  margin-bottom: 0;
  min-height: auto;
}
.expertise-col .panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.expertise-col .panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
#relevant_products .slider-items ul {
  display: inline-block;
  text-align: left;
  color: white;
  margin-bottom: 1.5rem;
}
.search-template .post-thumbnail img {
  max-width: 400px;
}
.search-template .entry-meta,
.search-template .entry-header {
  margin-bottom: 10px;
}
div#message {
  background-color: #28a74599;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

.navbar-area.is-sticky .sub-nav {
  display: flex !important;
}
