h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Sans-serif;
}

h1 {
  font-size: 44px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 500;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-size: 26px;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  font-weight: 500;
}

h6 {
  font-size: 22px;
  font-weight: 500;
}

p {
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
}



body {
  background-image: url('/wp-content/uploads/2025/02/Banner.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body.home {
  background: none;
}

body.home {
  background-image: url('/wp-content/uploads/2025/02/Banner.png') !important;
  background-repeat: no-repeat;

}

body {
  background-color: #F5F8FF !important;
}

/* Preloader Styling */
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D1E1F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}



@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

#preloader h1 {
  color: #000;
  font-size: 35px;
  margin-top: 60px;
  animation: pulse 1.5s ease-in-out infinite;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}


.ball-scale-ripple-multiple {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #0013C1;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite
    cubic-bezier(0.21, 0.53, 0.56, 0.8);
} */
#page {
  
}

#try-home-owl .owl-nav button {
  background: #fff;
  color: #0033cc;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  &:hover {
    background: #0033cc;
    color: #fff;
  }

  &:focus {
    background: #0033cc;
    color: #fff;
  }
}

#nav-slide .owl-theme .owl-nav {
  position: absolute;
  bottom: 77px;
  left: 0;
  right: 0;
}

#try-home-owl .owl-dots .owl-dot span {
  background-color: #fafafc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 30px;
}

#try-home-owl .owl-dots .owl-dot.active span,
#try-home-owl .owl-dots .owl-dot:hover span {
  background: #0033CC;
}

#try-home-owl .item {
  border-radius: 10px;
  padding: 30px 0px;
}

.skeleton {
height: 100%;
width: 100%;

}

#nav-slide .caro-title {
  font-size: 44px;
  font-weight: 700;
}

#nav-slide .caro-left-content {
  margin-top: 110px;
}

#nav-slide .caro-sub-title {
  margin-top: 20px;
}

#nav-slide .caro-sub-text {
  color: #787878;
  margin-top: 14px;
}

#nav-slide .caro-sub-title>span {
  color: #0033CC;
}

#nav-slide .carousel-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-caption {
  max-width: 500px;
}

.why-rent-head {
    font-size: 35px;
}

/* Style for prev/next buttons */
#nav-slide .prev-next-btn {
  position: absolute;
  bottom: 167px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
}

#nav-slide .link-arrow {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  line-height: 1em;
  padding: 16px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
  background: #0013c1;
  width: 180px;
  height: 48px;
  color: white;
  padding-right: 0px;
  padding-left: 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: none;
  margin-top: 40px;
  overflow: hidden;
}

#nav-slide .link-arrow::before,
#nav-slide .link-arrow::after {
  content: "";
  padding-top: 5px;
  display: block;
  /* font-family: "Poppins", Sans-serif; */
  background-color: #fff;
  width: 45px;
  height: 94%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
  background-image: url("/wp-content/uploads/2025/02/right-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

#nav-slide .link-arrow.font-reg::before,
#nav-slide .link-arrow.font-reg::after {
  font-weight: 300;
}

#nav-slide .link-arrow::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

#nav-slide .link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

#nav-slide .link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

/* card hover section  */
.main-container {
  background-color: transparent;
  color: #fff;
  width: 90%;
  margin: auto;
  transform: translateY(328px);
  transition: transform 0.4s ease, background-color 0.4s ease-in-out;
  border-radius: 10px;
  padding: 20px;
}

.card-height:hover .main-container {
  transform: translateY(167px);
  background-color: #fff;
  color: #000;
}

.card-height .main-container {
  background-color: transparent;
  color: #fff;
}


.main-container .icon {
  height: 40px;
  width: 40px;
}

.card-height:hover .icon1 {
  content: url("/wp-content/uploads/2025/02/sales-services-hover.svg");
}

.card-height:hover .icon2 {
  content: url("/wp-content/uploads/2025/02/rental-services-hover.svg");
}

.card-height:hover .icon3 {
  content: url("/wp-content/uploads/2025/02/repair-services-hover.svg");
}

.main-container .right-arrow {
  height: 7px;
  width: 7px;
  transition: transform 0.3s ease-in-out;
}

.main-container .learm-more-btn {
  display: flex;
  margin-top: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #000000;
  transition: color 0.3s ease-in-out;
}

.main-container .learm-more-btn .bg-right-arrow {
  margin-left: 14px;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: transform 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}

.main-container .learm-more-btn:hover {
  color: #0033cc;
}

.main-container .learm-more-btn:hover .bg-right-arrow {
  transform: rotate(90deg);
  background-color: #f0f0f0;

}

.main-container .learm-more-btn:hover .right-arrow {
  transform: rotate(260deg);
}

.main-container .card-title {
  margin-top: 16px;
}

.main-container .card-text {
  margin-top: 22px;
  color: #787878;
  opacity: 0;
}

.main-container .learm-more-btn {
  opacity: 0;
}

.card-height:hover .main-container .card-text,
.card-height:hover .main-container .learm-more-btn {
  opacity: 1;
}

/* services page  */
.service-img-h {
  height: 490px;
}


/* The entire scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 8px;
}

/* The track (the background of the scrollbar) */
::-webkit-scrollbar-track {
  background: #f1f1f1;

}

/* The thumb (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
  background: #0033CC;

}

/* When hovering over the thumb */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For the horizontal scrollbar */
::-webkit-scrollbar-horizontal {
  height: 8px;
}

/* For the vertical scrollbar */
::-webkit-scrollbar-vertical {
  width: 8px;
}

a, .elex-rqst-quote-front-wrap a {
  text-decoration: none;
}

.custom-logo-link img {
  height: 55px !important;
}

.main-header {
  padding-top: px !important;
  padding-bottom: 12px !important;
}


.menu-primary-menu-container>ul>li>a span:before {
  border: none !important;
}


.elementor-1132 .elementor-element.elementor-element-0242d19 .elementor-button[type="submit"] {
  background-color: #0013c1 !important;
  color: #fff;

  &:hover {
    background-color: #0013C1C4 !important;
  }
}

.elementor-1132 .elementor-element.elementor-element-0242d19 .elementor-button[type="submit"] span {
  gap: 0px;
}


.elex-rqst-quote-front-wrap+.product_type_simple,
.term-rentals .widget-area,
.term-rentals .mobile-filter,
.elex-rqst-quote-front-wrap .text-end,
.quote_list_product_table .justify-content-end,
.col-2.elex-raq-quote-hideable-header.d-md-block.d-none:nth-child(3),
.border-secondary .offset-2,
.cart-contents .amount,
.woof_container_inner h4,
.woocommerce-cart br,
.term-rentals .shoptimizer-sorting,
.header-4-container .menu-toggle .bar-text,
.page-id-11 .woocommerce-form-login-toggle
{
  display: none !important;
}

/* .term-rentals .widget-area {
  display: none !important;
} */

/* .term-rentals .mobile-filter {
  display: none !important;
} */

.products {
  padding-left: 0px;
}

/* .elex-rqst-quote-front-wrap a {
  text-decoration: none !important;
} */

/* .elex-rqst-quote-front-wrap .text-end {
  display: none !important;
} */

/* .quote_list_product_table .justify-content-end {
  display: none !important;
} */

/* .col-2.elex-raq-quote-hideable-header.d-md-block.d-none:nth-child(3) {
  display: none !important;
} */

/* .border-secondary .offset-2 {
  display: none !important;
} */

.current-menu-item span,
.current_page_item span,
.current-cat span {
  background-color: #0013c1 !important;
  padding: 5px 15px;
  border-radius: 30px;
  color: #FFFFFF;
}

.ekit-template-content-footer .elementor-widget-container img {
  width: 200px;
}

.ekit-template-content-footer .elementor-widget-container img {
  display: flex;
}

.ekit-template-content-footer .elementor-widget-container span {
  display: flex;
}

.header-4-container .main-header {
  padding-bottom: 0px !important;
}


.nav-scrolled {
  background-color: rgb(0 0 0 / 30%);
  backdrop-filter: blur(10px);
}

.nav-scrolled .search-trigger svg {
  color: white !important;
}

.nav-scrolled .cart-contents {
  color: white !important;
}

.depicter-section-background, .mySwiper .block-shadow, .shoptimizer-cart a.cart-contents:hover .count,
.main-navigation ul.scrolled, .main-navigation ul.scrolled li span, 
.single-product .site-content .col-full, .woocommerce-tabs, .related-wrapper, #request-service-btnn {
  background-color: transparent !important;
}

/* .depicter-section-background {
  background-color: transparent !important;
} */

.header-4-container {
  margin-top: 20px;
}

/* .term-rentals .page-title {
    display: none;
} */

.home .elementor-widget-icon-box {
  border: none !important;
  padding-left: 0px !important;
  min-height: 360px;
}

.elementor-7105 .elementor-element.elementor-element-80fac98>.elementor-element-populated {
  padding: 40px 40px 30px 40px !important;
  border-radius: 40px;
}

.elementor-counter .elementor-counter-title {
  text-align: left;
}

.elementor-7105 .elementor-element.elementor-element-37841b8 .slide-block {
  flex-direction: column !important;
}

.mySwiper .slide-block,
.slider-modal .slide-block {
  padding-bottom: 0px !important;
  border: none !important;
}

.elementor-10244 .elementor-element.elementor-element-5c25c28>.elementor-element-populated {
  padding-left: 40px !important;
}

.swiper-arrows-position-outside .mySwiper {
  width: 100% !important;
  margin-left: 13%;
}

.elementor-section.testimonials.elementor-section-boxed>.elementor-container {
  overflow: hidden;
}

.mySwiper {
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-radius: 6px !important;
}

/* .mySwiper .block-shadow {
  background-color: transparent !important;
} */

.elementor-section.testimonials.elementor-section-boxed>.elementor-container {
  max-width: 100% !important;
}

.mySwiper .swiper-button-prev {
  right: 81px !important;
}

.mySwiper .swiper-button-next {
  right: 30px !important;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.swiper-button-prev {
  background: url('/wp-content/uploads/2025/02/testi-left-arrow.png') no-repeat center !important;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.swiper-button-next {
  background: url('/wp-content/uploads/2025/02/testi-right-arrow.png') no-repeat center !important;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.elementor-7105 .elementor-element.elementor-element-37841b8 .swiper-wrapper .block-shadow {
  box-shadow: none !important;
  border: 2px solid #FFFFFF;
  border-radius: 9px;
}

.slide-info span {
  margin-bottom: 5px;
}

.menu-primary-menu-container>ul>li>a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #0013c1 !important;
}

.menu-header li:hover {
  border-bottom: 8px !important;
}

.highlights-home .elementor-column-gap-custom {
  grid-row-gap: 10px;
}

.copyright-footer p:first-of-type {
  text-align: left;
}


/* .cart-contents .amount {
  display: none;
} */

/* .shoptimizer-cart a.cart-contents:hover .count,
.shoptimizer-cart a.cart-contents:hover .count {
  background-color: transparent !important;
} */

.header-4-inner .elex-rqst-quote-front-wrap {
  width: auto;
}

.text-white {
  color: white !important;
}

/* .main-navigation ul.scrolled {
  background-color: transparent !important;
} */

.main-navigation ul.scrolled li.current_page_item span,
.main-navigation ul.scrolled li.current-cat span,
.main-navigation ul.scrolled li.current-menu-item span {
  background-color: white !important;
  color: #0013c1 !important;
}

.main-navigation ul.scrolled li span {
  /* background-color: transparent !important; */
  color: white !important;
}

.elementor-widget .elementor-icon-list-items {
  gap: 10px;
}

/* .woof_container_inner h4 {
  display: none !important;
} */

.chosen-container-single .chosen-single {
  border: none;
}

.add_to_cart_button::after {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
}

/* CSS for Rental page Description */
/* Container Styles */
.rent-container {
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Row Styling */
.row-rent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Card Styling */
.rent-card {
  background: #ECF2FE;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid rgba(0, 0, 255, 0.1);
  min-height: 155px;
}

/* Icon Container */
.rent-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.rent-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-try a {
  color: #FFFFFF;
}

.footer-try a:hover {
  color: #FFFFFF;
}

/* ===== product details ====== */
#tab-description table tr {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;

}

#tab-description table tr td:nth-child(1) {
  color: #111111;
  font-size: 17px;
  font-weight: 600;
}

.product .images,
.product .woocommerce-product-gallery {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 21px;
  padding-bottom: 35px;
}

.woocommerce-product-gallery__image a {
  display: flex;
  justify-content: center;
}

.product .woocommerce-product-gallery__wrapper img {
  width: 75%;
  margin-top: 25px;

}

/* .single-product .site-content .col-full {
  background-color: transparent !important;
} */

/* .woocommerce-tabs {
  background-color: transparent !important;
} */

button.single_add_to_cart_button {
  border-radius: 30px !important;
}

h1.product_title.entry-title {
  font-size: 1.6rem !important;
}

/* .related-wrapper {
  background-color: transparent !important;
} */

a.elementor-button.elementor-button--view-cart.elementor-size-md,
a.elementor-button.elementor-button--checkout.elementor-size-md {
  background: #0033CC;
  border-radius: 30px;

  &:hover {
    background: #0033CCCF;
  }
}

.shoptimizer-product-prevnext svg {
  width: 25px;
  height: 25px;
  stroke: #0033CC;

  &:hover {
    stroke: #0092A3 !important;
  }
}

.elementor-menu-cart__product-price.product-price {
  color: #0033CC;
  font-weight: 600;
}

table.cart td.actions button {
  font-size: 14px;
  padding: 0 22px;
  color: #fff;
  background-color: #0033CCCF;
  font-weight: 400;
  border-radius: 20px;
}

table.cart td.actions button:hover {
  background-color: #0033CC;
  color: #fff;
}

a.checkout-button.button.alt.wc-forward {
  background-color: #0033CC;
  border-radius: 30px;

  &:hover {
    background-color: #0033CCCF;
  }
}

span.posted_in {

  font-weight: 400;
}

.woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.6;
}

.woocommerce-cart-form {
  background: #fff;
  padding: 25px;
}

tr.cart-subtotal,
tr.order-total {
  background: #fff;
}

/* .woocommerce-cart br {
  display: none;
} */

.woocommerce-cart .next span a {
  color: #111;
  font-size: 13px;
  font-weight: normal;
}

.woocommerce-cart strong {
  font-weight: 600;
}

.elementor-menu-cart__subtotal strong {
  font-weight: 600;
  color: #111;
}

.elementor-form-fields-wrapper.elementor-labels-above {
  justify-content: center;
}

.return-to-shop a.button.wc-backward {
  border-radius: 30px;
}

.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout-review-order-table tfoot th {
  background: #fff;
}

.elex-rqst-quote-front-wrap .btn-primary {
  display: flex;
  justify-self: center;
  padding: 10px 25px;
  border-radius: 30px !important;
  font-size: 18px;
}

.elex-rqst-quote-front-wrap .clear_list_btn,
.elex-rqst-quote-front-wrap .update_list_btn {
  display: flex;
  justify-self: center;
  padding: 5px 0px;
  border-radius: 23px !important;
  font-size: 14px;
}

/* .page-id-11 .woocommerce-form-login-toggle {
  display: none;
} */

/* .page-id-11753 .entry-header {
  display: none;
} */

#submit {
  border-radius: 30px;
}

.m-cart table.cart tr td.product-name a {
  padding-right: 1px;
}

.checkout_coupon .form-row button {
  border-radius: 30px;
  padding: 10px 20px;
  height: auto;
  line-height: 2;
}

.page-id-11 .checkout .col-1,
.page-id-11 .checkout .col-2 {
  all: unset;
}

#payment .place-order .button {
  border-radius: 30px;
  padding: 10px 20px;
  line-height: 2;
  height: auto;
}

/* form service */
.page-id-12058 .elementor-12058 {
  width: 80%;
  justify-self: center;
  background-color: white;
  border-radius: 10px;
  padding: 0 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 40px;
}

.page-id-12058 .wpforms-submit {
  border-radius: 30px !important;
  padding: 10px 35px !important;
}

.page-id-12058 .wpforms-submit-container {
  justify-self: center;
}

.page-id-16961 .content-area {
  justify-self: center;
  float: none !important;
}

/* .term-rentals .shoptimizer-sorting {
  display: none;
} */

/* .header-4-container .menu-toggle .bar-text {
  display: none;
} */

.elementor-widget-image-carousel .swiper .swiper-slide-inner img {
  max-width: fit-content;
}

.home .e-swiper-container .e-widget-swiper {
  width: 80%;
  margin: 0px auto;
}

/* .page-id-11 .entry-header {
  display: none;
} */

/* services page card  */
#request-service-btnn {
  /* background: transparent; */
  padding-left: 12px;
  display: flex;
  align-items: center;
}

#request-service-btnn .elementor-button-icon {
  background: #fff;
  color: #0E5BDE;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elex-rqst-quote-front-wrap label {
  margin-bottom: 8px;
}


/* Media Query  */

@media(max-width: 1200px) {
  .swiper-arrows-position-outside .mySwiper {
    width: 100% !important;
    margin-left: 0% !important;
  }

}

@media (max-width: 1024px) {
  #try-home-owl .item {
    padding: 30px 1px;
  }

  #nav-slide .caro-title {
    font-size: 38px;
  }

  #nav-slide .owl-theme .owl-nav {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
  }

  .main-container p.card-text {
    font-size: 14px;
  }

  .card-height:hover .main-container {
    transform: translateY(181px);
    background-color: #fff;
    color: #000;
  }

  .card-height .main-container {
    background-color: transparent;
    color: #fff;
  }

  .elementor-counter .elementor-counter-title {
    text-align: center;
  }
}



@media (min-width: 1125px) and (max-width: 1198px) {
  .header-4-inner .main-navigation {
    margin-right: 145px;
    margin-top: -10px;
  }
}


@media (min-width: 993px) and (max-width: 1125px) {
  .header-4-inner .main-navigation {
    margin-right: 75px;
    margin-top: -10px;
  }
}

@media (min-width: 768px) and (max-width: 1115px) {
  .home .elementor-widget-icon-box {
    min-height: 440px;
  }

  .rent-card {
    min-height: 230px;
  }
}

@media (min-width: 993px) {

  .woocommerce.archive .site-content,
  .page-template-default .site-content {
    padding-bottom: 0rem !important;
  }

  .main-navigation ul.menu ul a:hover {
    color: #0013c1 !important;
  }

  .term-rentals #secondary {
    width: 0% !important;
  }

  .term-rentals .content-area {
    width: 100%;
  }

  .header-4 .header-4-container {
    border-bottom: none !important;
    box-shadow: none !important;
  }

  .main-navigation ul {
    margin: 0;
    background-color: #FFF;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    border-radius: 36px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px;
  }

  .header-4 .menu-primary-menu-container>ul>li>a,
  .header-4 .search-trigger {
    line-height: 60px !important;
  }

  /* form service */
  .wpforms-field-container .wpforms-field-text,
  .wpforms-field-container .wpforms-field-email {
    width: 50%;
    float: left !important;
    clear: none !important;
  }

  .page-id-12058 .elementor-12058 {
    width: 55%;
  }

  #wpforms-11644-field_3-container,
  #wpforms-11644-field_6-container {
    width: 50%;
    float: left !important;
    clear: none !important;
  }

  .wpforms-field-container .wpforms-field-text {
    padding-right: 10px !important;
  }

  .wpforms-field-container .wpforms-field-email {
    padding-left: 10px !important;
  }

  #wpforms-11644-field_3-container {
    padding-right: 10px;
  }

  #wpforms-11644-field_6-container {
    padding-left: 10px;
  }
}

@media (max-width: 993px) {

  /* 	for mobile menue	 */
  .current-menu-item span,
  .current_page_item span,
  .current-cat span {
    background-color: transparent !important;
    padding: 0px;
    border-radius: 0px;
    color: #0013c1;
    border-bottom: 2px solid #0092A3;
  }

  .main-navigation ul.scrolled li span {
    color: #0013c1 !important;
  }

  /* --- */
  table.cart td.actions input.input-text {
    max-width: 50%;
  }

  table.cart td.actions button {
    width: 47%;
  }

  table.cart td.actions button {
    border-radius: 2px;
  }

  form.woocommerce-cart-form .shop_table p {
    width: 100%;
  }
}

@media (max-width:944px) {
  .card-height:hover .main-container {
    transform: translateY(153px);
    background-color: #fff;
    color: #000;
  }

  /* .card-height .main-container {
    background-color: transparent;
    color: #fff;
  } */

  .main-container p.card-text {
    font-size: 15px;
  }
}

@media (max-width: 882px) {
  h5 {
    font-size: 22px;
  }

  .card-height:hover .main-container {
    transform: translateY(156px);
    background-color: #fff;
    color: #000;
  }

  /* .card-height .main-container {
    background-color: transparent;
    color: #fff;
  } */
}

@media (max-width: 825px) {
  h5 {
    font-size: 20px;
  }

  #try-home-owl .item {
    padding: 30px 1px;
  }

  #nav-slide .caro-title {
    font-size: 30px;
  }

  #nav-slide .caro-left-content {
    margin-top: 28px;
  }

  .main-container p.card-text {
    font-size: 12px;
  }

  .main-container .card-text {
    margin-top: 19px;

  }

  .card-height:hover .main-container {
    transform: translateY(156px);
    background-color: #fff;
    color: #000;
  }

  /* .card-height .main-container {
    background-color: transparent;
    color: #fff;
  } */
}

@media (max-width: 787px) {
  .card-height:hover .main-container {
    transform: translateY(179px);
  }
}

@media (max-width: 770px) {
  .m-grid-1 .site-content .related-wrapper ul.products li.product:not(.product-category) {
    padding-bottom: 0;
    display: block;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }



  #nav-slide {
    padding: 30px 15px;
    padding-left: 15px;
  }

  #nav-slide .caro-title {
    font-size: 30px;
  }

  #nav-slide .caro-left-content {
    margin-top: 14px;
  }

  .main-container h6.card-title {
    font-size: 20px;
  }

  .main-container .card-text {
    margin-top: 22px;
  }

  .card-height:hover .main-container {
    transform: translateY(177px);
    background-color: #fff;
    color: #000;
  }

  /* .card-height .main-container {
    background-color: transparent;
    color: #fff;
  } */
}

@media (max-width: 767px) {
  .card-height:hover .main-container {
    transform: translateY(207px);

  }

  .myTestimonials {
    position: relative;
    text-align: center;
  }

  .myTestimonials .swiper-button-next,
  .myTestimonials .swiper-button-prev {
    position: absolute;
    bottom: 10px;
    top: auto;
    transform: translateY(0);
  }

  .myTestimonials .swiper-button-prev {
    left: 38%;
  }

  .myTestimonials .swiper-button-next {
    right: 38% !important;
  }



  #request-service-btnn {
    padding-left: 10px;
  }

  .elex-rqst-quote-front-wrap .col-10 {
    width: 52% !important;
  }

  .elementor-counter .elementor-counter-title {
    text-align: center !important;
  }

  .elementor-10244 .elementor-element.elementor-element-5c25c28>.elementor-element-populated {
    padding: 0px 0px 0px 0px !important;
  }

  .copyright-footer p:first-of-type {
    text-align: center;
  }

  .elementor-7105 .elementor-element.elementor-element-37841b8 .slide-block {
    align-items: center;
  }

  .elementor-7105 .elementor-element.elementor-element-37841b8 .slide-block .slide-image {
    justify-items: center;
  }

  .elementor-7105 .elementor-element.elementor-element-37841b8 .slide-block .slide-info {
    justify-items: center;
  }

  .elementor-7105 .elementor-element.elementor-element-37841b8 .slide-icons {
    text-align: center;
  }

  .elementor-7105 .elementor-element.elementor-element-80fac98>.elementor-element-populated {
    border-radius: 10px;
    margin: 12px;
    padding: 40px 20px 30px 20px !important;
  }

  .footer-try .elementor-element-populated {
    padding: 0px !important;
  }

  .home .elementor-widget-icon-box {
    min-height: auto;
  }

  .elementor-widget-icon-box .elementor-icon-box-content {
    padding-top: 0px;
  }

  .page-id-12058 .elementor-12058 {
    width: 94%;
    margin-top: 30px;
  }

  #wpforms-form-11644 .wpforms-field-row-block.wpforms-first.wpforms-one-half {
    width: 100%;
    padding-right: 0px;
  }

  #wpforms-form-11644 .wpforms-field-row-block.wpforms-one-half {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }
}

@media (max-width: 600px) {
  #try-home-owl .item {
    padding: 30px 10px;
  }

  #nav-slide .caro-title,
  #nav-slide .caro-sub-title,
  #nav-slide .caro-sub-text {
    text-align: center;
  }

  #nav-slide .left-cont-center {
    text-align: center;
  }

  #nav-slide .link-arrow {
    margin-top: 5px;
    margin-bottom: 13px;
  }

  #nav-slide .caro-left-content {
    margin-top: 1px;
  }

  .main-container {
    transform: translateY(205px);
    background-color: #fff;
    color: #000;
  }

  .card-height:hover .main-container {
    transform: translateY(205px);
    background-color: #fff;
    color: #000;
  }

  .card-height .main-container {
    background-color: #fff;
    color: #000;
  }

  .main-container .card-text,
  .main-container .learm-more-btn {
    opacity: 1;
  }

  .card-height:hover .main-container .card-text,
  .card-height:hover .main-container .learm-more-btn {
    opacity: 1;
  }

  .main-container p.card-text {
    font-size: 13px;
  }

  .card-height .icon1 {
    content: url("/wp-content/uploads/2025/02/sales-services-hover.svg");
  }

  .card-height .icon2 {
    content: url("/wp-content/uploads/2025/02/rental-services-hover.svg");
  }

  .card-height .icon3 {
    content: url("/wp-content/uploads/2025/02/repair-services-hover.svg");
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }
}

@media (max-width:425px) {
  .main-container {
    transform: translateY(170px);
    background-color: #fff;
    color: #000;
  }

  .card-height:hover .main-container {
    transform: translateY(170px);
    background-color: #fff;
    color: #000;
  }

  .main-container p.card-text {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  #nav-slide .caro-title {
    font-size: 24px;
  }

  .main-container {
    transform: translateY(185px);
    background-color: #fff;
    color: #000;
  }

  .card-height:hover .main-container {
    transform: translateY(185px);
    background-color: #fff;
    color: #000;
  }

  .card-height .main-container {
    background-color: #fff;
    color: #000;
  }

  .main-container p.card-text {
    font-size: 14px;
  }

  .page-id-16961 .elex-rqst-quote-front-wrap #my_checkbox,
  .page-id-16961 .elex-rqst-quote-front-wrap #my_radio {
    display: grid !important;
    margin-top: 10px;
  }

  .elex-rqst-quote-front-wrap .btn-primary {
    font-size: 12px;
  }

  /* 	---- */
  table.cart td.actions input.input-text {
    max-width: 100%;
  }

  table.cart td.actions button {
    width: 100%;
  }

  table.cart td.actions button {
    border-radius: 20px;
  }

  form.woocommerce-cart-form .shop_table p {
    width: 100%;
  }
}


@media (max-width:375px) {
  .main-container {
    transform: translateY(182px);
    background-color: #fff;
    color: #000;
  }

  .card-height:hover .main-container {
    transform: translateY(182px);
    background-color: #fff;
    color: #000;
  }

  .card-height .main-container {
    background-color: #fff;
    color: #000;
  }

  .main-container p.card-text {
    font-size: 14px;
  }
}

@media (max-width:332px) {
  .main-container {
    transform: translateY(162px);
  }

  .card-height:hover .main-container {
    transform: translateY(162px);

  }
}