/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"); */

body {
  font-family: "jost", sans-serif !important;
  font-smoothing: antialiased;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.25px;
  background: #fff;
  touch-action: pan-x pan-y;
  padding-top: 83px;
}

ul,
li {
  list-style: none;
  padding: 0;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
header {
  padding: 10px;
}
header a.registerBtn:hover {
  background: -webkit-linear-gradient(45deg, #059cd5 0%, #33377e 65%);
  color: #fff;
}
.page-header .nav-sections ul li.registerBtn a {
    height: 40px;
    width: 40px;
    color: #059cd5;
    border-radius: 50px;
    border: 1px solid #059cd5;
    display: flex;
    justify-content: center;
    align-items: center;
}
img {
  width: 100%;
}

/*header*/

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  padding: 12px 0px;
  z-index: 999;
}

.custom-logo {
  width: 200px;
  display: inline-block;
}
.page-header .nav-sections .main_links {
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.page-header .nav-sections ul li a {
  padding: 0;
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.page-header .nav-sections ul li a:hover {
  color: #10d1fc;
}

.page-header .nav-sections ul li.btn_primary a {
  /*     border: solid 2px #059cd5; */
  color: #fff;
  border-radius: 40px;
  padding: 8px 20px;
  line-height: normal;
  font-weight: 700;
  margin: 0;
  background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
}

.sidebar {
  display: none;
}

/*header*/

.sec-title {
  margin: 0 0 20px;
  display: block;
  flex: 0 auto;
  width: 100%;
  font-size: 1.75rem;
  margin-top: 50px;
}

.cat_tiles {
  margin-bottom: 80px;
}
.tile_wrap {
  border-radius: 15px;
  overflow: hidden;
}
.tile_wrap h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}
/* .Banner_slider {
  margin-bottom: 80px;
} */

.banner_swiper .swiper-slide {
  padding: 0;
}
.Banner_slider .swiper-pagination-bullet {
  background: #fff;
}

/*product slider*/

.product_swiper .swiper-slide {
  padding: 0;
}
.product_action {
  margin-top: 10px;
  /* text-align: right; */
}
a.read_more {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  background: #10d0fb;
  padding: 6px 20px;
  border-radius: 20px;
  display: inline-block;
}

.counter {
  padding: 80px 0;
  /*     background-image: url(https://cdn.pixabay.com/photo/2014/04/02/14/09/world-map-306338_1280.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00000030; */
}

.counter .sec_title {
  margin-bottom: 40px;
}
span.number {
  font-size: 48px;
  font-weight: 700;
}
span.counter_text {
  font-size: 20px;
}
.counter_item {
  color: #313131;
  background: #ffffff99;
  /*     border-radius: 10px; */
  padding: 20px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.counter .counter_item.center_item {
  border-left: 1px solid;
  border-right: 1px solid;
}
.counter_item .icon svg {
  width: 100%;
}
.counter_item .icon {
  width: 90px;
}
.section-title h3 {
    font-size: 30px;
}
section.homepage_aboutSection h1 {
	font-size: 48px;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
section.homepage_aboutSection {
    padding: 50px 0 80px 0;
}
section.homepage_aboutSection h1:before {
    content: "";
    height: 3px;
    width: 127px;
    background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
}
section.homepage_aboutSection h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #059cd5;
}
/* ------------------------- Testimonials ------------------------- */

.testimonials {
  padding: 60px 0;
  text-align: center;
}
.section_divider {
  width: 70px;
  height: 4px;
  margin-top: 15px;
  background: #10d1fc;
  margin: 15px auto 0;
  border-radius: 5px;
}
.sec_title p {
  font-size: 16px;
  margin-top: 5px;
}

.testimonials .person-wrap {
  max-width: 800px;
  margin: auto;
  box-shadow: 0 0 8px #d5d5d5;
  border-radius: 15px;
  padding: 30px 15px;
  background: #fff;
}

.testi-quote-icon {
  color: #0952c5;
  font-size: 40px;
}

.person-msg {
  color: #020101;
  font-size: 24px;
  margin: 17px 0 20px;
  line-height: 1.6;
}
.person-img {
  width: 100px;
  margin: auto;
}

.person-img img {
  border-radius: 50%;
  width: 96px;
  margin-bottom: 20px;
}

.person-detailes span {
  display: block;
}

.person-detailes .person-name {
  font-size: 17px;
  font-weight: 700;
}
.person-detailes .person-detail {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 2em;
}

.about-feedback .ratings {
  color: #ffa800;
  font-size: 13px;
}

/*testimonials*/

/*need help*/
.need_help {
  background: #fff;
}
.need_help .content_wrap .content {
  background: #0952c5;
  padding: 60px 40px;
  border-radius: 28px;
  background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 0 200px;
}
.content > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}

.need_help p {
  font-size: 24px;
}
.help_btn {
  color: #0952c5;
  border: solid 2px #fff;
  border-radius: 40px;
  padding: 10px 25px;
  line-height: normal;
  font-weight: 700;
  margin: 0;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 10px #fff;
  background-position: 100% 0;
  background-size: 205% 100%;
  transition: all 0.25sease-in !important;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  width: 160px;
  justify-content: space-between;
}
.help_btn:hover {
  background-position: 0 0;
  background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
  color: #fff;
}

/*footer*/
footer {
  background-color: #f0f0f0;
  border-top: 10px solid #0951c6;
  padding-top: 80px;
}

.footer_logo .logo img {
  width: 300px;
}

ul.footer-menu {
  text-align: center;
}
.footer-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}
.footer-menu li {
  margin-bottom: 8px;
}
.footer-menu a {
  font-size: 16px;
}
.footer-menu a:hover {
  color: #0952c5;
  border-bottom: 1px solid #0952c5;
}
.get-in-touch .address,
.get-in-touch .email {
  font-size: 16px;
}
.footer_copyright {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}

.chat {
  width: 160px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  background: none;
  border-radius: 10px;
  /*     box-shadow: 0 0 10px #d0d0d0; */
}

@media (max-width: 991px) {
  body {
    padding-top: 65px;
  }

  .page-header {
    padding: 10px 0;
  }

  .custom-logo {
    width: 150px;
  }

  .page-header .nav-sections .main_links {
    display: none;
  }
  .sidebar {
    display: block;
    text-align: right;
  }
  button#menu-toggle {
    border: none;
    background: #10d1fc;
    color: #fff;
    height: 44px;
    font-size: 16px;
    padding-bottom: 2px;
    width: 44px;
    border-radius: 3px;
  }

  #mySidenav {
    position: fixed;
    right: -90%;
    top: 0;
    width: 90%;
    height: 100%;
    background: white;
    text-align: left;
    z-index: 999;
    transition: all 0.2s ease-in;
    /*        padding-left: 40px;*/
	  box-shadow: 0 0 10px #a7a7a7;
	}
	.active-menu #mySidenav {
		right: 0;
		width: 95%;
	}
	.page-header .nav-sections ul li.registerBtn a{
		display: none;
	}
  ul.sidebar-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sidebar-menu li {
    border-bottom: 1px solid #eaeaea;
  }
	.sidebar-menu li:last-child, .sidebar-menu li:nth-child(4) {
		border: none;
	}
  .sidebar-menu li a {
    padding: 19px 20px;
    display: block;
    font-weight: 600;
/*     text-transform: uppercase; */
    font-size: 14px;
  }
  .closebtn-wrap {
    text-align: right;
/*     border-bottom: 1px solid #eaeaea; */
  }
  a.closebtn {
    padding: 7px 17px;
    display: inline-block;
    font-size: 21px;
  }

  .page-header .nav-sections .sidebar ul li a.btn_primary {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 40px;
  }
/* 
  .Banner_slider {
    margin-bottom: 50px;
  }
 */
  .banner_swiper .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }

  .cat_tiles {
    margin-bottom: 50px;
  }

  .counter {
    padding: 60px 0;
  }
  .content > div {
    flex-direction: column;
  }

  .need_help .content_wrap .content {
    padding: 60px 15px;
    flex-direction: column;
    text-align: center;
  }

  .need_help p {
    font-size: 16px;
    margin-top: 20px;
  }

  .footer-section {
    padding-top: 4rem;
  }

  .footer_logo .logo img {
    width: 100%;
  }
}

/*style*/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  padding: 10px;
}

.swiper-pagination-bullet {
  width: 3rem;
  height: 7px;
  border-radius: 30px;
}

.swiper-pagination-bullet-active {
  background-color: #10d1fc;
}

.footer {
  background: #f8f8f8;
  /*     font-family: "League Spartan", sans-serif; */
}

.footer-padding {
  padding-bottom: 12rem !important;
}

.footer-section {
  padding-top: 6rem;
}
/* .footer-section .logo {
    margin-bottom: 6rem;
} */
.footer-section .footer-heading {
  font-size: 2rem;
  color: #313131;
}
.footer-section .footer-title {
  margin-bottom: 20px;
}
.footer-section .footer-link a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #666;
}
.footer-section .footer-link a:hover {
  color: #ae1c9a;
  text-decoration: underline;
}
.footer-section .footer-link p {
  color: #666;
}
.footer-section .footer-link ul {
  padding-left: 0;
}
.footer-section .footer-link ul li {
  margin-bottom: 10px;
}
.footer-section .footer-link .address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
}
.footer-section .contact-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .footer-section .footer-link a {
    font-size: 1.5rem !important;
  }
}

.footer-section-two .footer-link a:hover {
  color: #ff7062;
}

.footer-section-three .footer-link a:hover {
  color: #059ad4;
}

.about-feedback {
  background: #f8f8f8;
}
.about-feedback .swiper {
  padding: 3rem 0;
}
.about-feedback .swiper-wrapper {
  box-sizing: border-box;
}
.about-feedback .swiper-slide {
  background: #ffffff;
  padding: 3rem;
  /*     min-height: 27.5rem; */
  /*    box-shadow: none;*/
  border: 1px solid #f5f2f4;
  margin-bottom: 2rem;
}
.about-feedback .swiper-pagination {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .about-feedback .swiper-slide {
    padding: 2rem;
    height: auto;
  }
  .about-feedback .swiper-slide .testimonial-details {
    font-size: 1.6rem;
  }
  .about-feedback .swiper-slide .testimonial-details .testimonial-inner-text {
    display: inline;
  }
  .about-feedback .swiper-slide .testimonial-info .testimonial-name {
    font-family: "League Spartan", sans-serif;
    font-size: 1.8rem;
  }
}

.divider {
  background: rgba(174, 28, 154, 0.08);
  width: 100%;
  height: 1px;
  border-radius: 50%;
  margin: 2rem 0;
}

.section-title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
.section-title .view {
  font-family: "Jost", sans-serif;
  position: relative;
}
.section-title .view::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #232532;
  top: 2.2rem;
  left: 2px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}
.section-title .view:hover::before {
  opacity: 1;
  visibility: visible;
  width: 7rem;
}
@media (max-width: 767px) {
  .section-title h5,
  .sec_title h5 {
    font-size: 2.2rem;
  }
  .section-title a {
    font-size: 1.4rem;
  }
}

.product-wrapper {
  width: 100%;
  /*     height: 44.5rem; */
  padding: 0;
  border-radius: 1.2rem;
  background-color: #ffffff;
  font-family: "Jost", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #ffffff;
  overflow: hidden;
}
.product-wrapper .product-img {
  height: 31.3rem;
  position: relative;
}
.product-wrapper .product-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-wrapper .product-img .product-cart-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.product-wrapper .product-img .product-cart-items .cart-item svg rect {
  fill: currentColor;
  fill: #ffffff;
  transition: all 0.2s linear;
}
.product-wrapper .product-img .product-cart-items .cart-item svg path {
  fill: currentColor;
  fill: #232532;
}
.product-wrapper .product-img .product-cart-items .cart-item:hover svg rect {
  fill: currentColor;
  fill: #ae1c9a;
}
.product-wrapper .product-img .product-cart-items .cart-item:hover svg path {
  fill: currentColor;
  fill: #ffffff;
}
.product-wrapper .product-info {
  margin: 1.5rem 3rem 3rem;
}
.product-wrapper .product-info .ratings {
  margin: 0.6rem 0;
}
.product-wrapper .product-details {
  font-family: "Jost", sans-serif;
}
@media (max-width: 767px) {
  .product-wrapper .product-details {
    font-size: 2.2rem;
  }
}
.product-wrapper .product-cart-btn {
  position: absolute;
  bottom: 1rem;
  right: 0;
  transition: all 0.4s;
}

.product-wrapper:hover .product-cart-items {
  bottom: 15%;
  opacity: 1;
  visibility: visible;
}
.product-wrapper:hover .product-cart-items .product-cart-btn {
  border-bottom-right-radius: 1.2rem;
}
@media (max-width: 767px) {
  .product-wrapper .product-img {
    height: 30rem;
  }
  .product-wrapper .product-info {
    padding: 15px 10px;
  }
  .product-wrapper .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .product-wrapper .price span {
    font-size: 2rem;
  }
}

.testimonial-wrapper {
  width: 100%;
  /*     height: auto; */
  padding: 0 0 2rem 0;
  border-radius: 1.2rem;
  background-color: #ffffff;
  font-family: "Jost", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
  position: relative;
  cursor: default;
  width: 100%;
}
.testimonial-wrapper .blockquote {
  /*     position: absolute; */
  z-index: -1;
  top: 2rem;
  left: 2.5rem;
  font-size: 32px;
  color: #10d1fc;
}
.testimonial-wrapper .testimonial-details {
  font-size: 1.8rem;
  color: #797979;
/*   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  overflow: hidden;
}
.testimonial-wrapper .testimonial-details .testimonial-inner-text {
  display: block;
}
.testimonial-wrapper .ratings {
  margin-top: 1rem;
}
.testimonial-wrapper .testimonial-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.testimonial-wrapper .testimonial-info .testimonial-name {
  /*     font-family: "League Spartan", sans-serif; */
  font-size: 2.2rem;
}

@media (max-width: 1023px) {
  .testimonial-wrapper .testimonial-inner-text {
    display: inline;
  }
}

.weekly-sale {
  background-color: #f9edf7;
}
.weekly-sale .style-section {
  padding-top: 6rem;
}
.weekly-sale .style-section .wrapper-one {
  background: url("../assets/images/homepage-one/style-bg-three.webp") no-repeat
    center/cover;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0px;
}
.weekly-sale .style-section .wrapper-two {
  background: url("../assets/images/homepage-one/style-bg-four.webp") no-repeat
    center/cover;
}

.weekly-sale-three {
  background-color: #f8f8f8;
}
.weekly-sale-three .style-section-three .shop-btn {
  background: #232532;
  color: #ffffff;
}
.weekly-sale-three .style-section-three .shop-btn svg {
  fill: currentColor;
  color: #ffffff;
}
.weekly-sale-three .style-section-three .shop-btn::after {
  background-color: #ffffff;
}
.weekly-sale-three .style-section-three .shop-btn:hover {
  color: #232532;
}
.weekly-sale-three .style-section-three .shop-btn:hover svg {
  color: #232532;
}
.weekly-sale-three .style-section-three .wrapper-one {
  background: url("../assets/images/homepage-three/style-bg-three.webp")
    no-repeat center/cover;
}
.weekly-sale-three .style-section-three .wrapper-two {
  background: url("../assets/images/homepage-three/style-bg-four.webp")
    no-repeat center/cover;
}

.product-wrapper-three .product-img .product-cart-items .cart-item svg rect {
  fill: #ffffff;
}
.product-wrapper-three .product-img .product-cart-items .cart-item svg path {
  fill: #232532;
}
.product-wrapper-three
  .product-img
  .product-cart-items
  .cart-item:hover
  svg
  rect {
  fill: #232532;
}
.product-wrapper-three
  .product-img
  .product-cart-items
  .cart-item:hover
  svg
  path {
  fill: #ffffff;
}
.product-wrapper-three .price .new-price {
  color: #232532;
}

.price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.price .price-cut {
  text-decoration: line-through;
}

.price span {
  font-size: 1.6rem;
  color: #797979;
  font-weight: 500;
}

.weekly-sale .view {
  /* 	display: none; */
}

/* about page */

.static_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
}
.static_banner h2 {
  color: #000;
}
.our_team {
  padding: 40px 0;
}
.about_info {
  display: flex;
  align-items: center;
  height: 100%;
}
.about_info ul {
    margin-left: 20px;
}
.about_info p {
    margin-bottom: 10px;
    color: #000;
}
.about_info ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    list-style: disc;
}
.about_info .sec_title {
  margin-bottom: 20px;
}

.about_img {
  box-shadow: 16px 16px 0 #f2f2f2;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.about_img:hover {
  box-shadow: 2px 2px 0 #f2f2f2;
  transform: translate(8px, 8px);
}
.about_img img {
  border-radius: 8px;
}

.contact-page-sec {
  padding: 60px 0;
}
.contact-info {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.contact-info-icon {
  margin-bottom: 15px;
}
.contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 700;
}

.contact-info-icon i {
    font-size: 24px;
    color: #fff;
}
.contact-info-text p {
  margin-bottom: 0px;
}
.contact-info-text h2 {
  color: #313131;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #313131;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
  padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 1.3rem;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
  background-image: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
}
.single-input-fieldsbtn input[type="submit"]:hover {
  /*    background-image: -webkit-linear-gradient(135deg, #33377e 0%, #059cd5 65%);*/
}
.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
/*   margin-top: 30px; */
}

.dealer_card {
  padding: 20px 15px;
}

.category_page .product_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
section.product.footer.footer-section {
  padding: 0 !important;
}
section.footer .footer-section-three {
  padding: 6rem 0 !important;
}
.social-links a {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px; /* Adjust size */
    height: 35px; /* Adjust size */
    border-radius: 50%; /* Makes it circular */
    color: #fff; /* White icon */
    font-size: 17px; /* Icon size */
    text-decoration: none;
    background-color: #212121;
    transition: 0.3s ease-in-out;
}
.social-links a:hover{
    transform: scale(1.1);
}
.social-links a.youtube{
    background-color: #FF0000;
}
.social-links a.youtube:hover{
    background-color: #cc0000; /* Darker Red on hover */
}
.social-links a.twitter{
    background-color: #000;
}
.social-links a.twitter:hover{
	background-color: #000;
}
.social-links a.facebook{
    background-color: #1877F2;
}
.social-links a.facebook:hover{
    background-color: #0e5bbd;
}
.social-links a.instagram{
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7);
}
.social-links a.instagram:hover{
	background-color: #e1306c;
}
.social-links a.linkdin{
	background-color: #0077B5;
}
.social-links a.linkdin:hover{
	background-color: #005a8c;
}
.footer-contact .icon i{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px; 
    height: 35px; 
    border: 1.2px solid #111; 
    border-radius: 50%; 
    color: #212121; 
    font-size: 15px; 
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.social-links a img {
  width: 18px;
  object-fit: contain;
  filter: invert(1);
}
.footer_logo .logo p {
  font-weight: 400;
  color: #666;
  font-size: 1.5rem;
  line-height: 22.5px;
}
h5.sec_sub_title {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #0952c5;
}
.sec_title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #212121;
  margin-bottom: 15px;
}
.our_commitment {
  position: relative;
  overflow: hidden;
  height: 420px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
	margin-top: 50px;
}
.our_commitment:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0.5;
}
.founderBox {
    padding: 0px;
    border: 3px solid #00086f;
    border-radius: 20px;
    margin-top: 60px;
    overflow: hidden;
}
.foundermessage{
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px;
}
.founderImage img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.commitment_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 600px;
  text-align: center;
}
.commitment_content h3,
.commitment_content p {
  color: #fff;
}
.why-choose-us .content {
  width: 100%;
  padding: 0;
  display: block;
  /* 	max-width: 600px; */
}

.why-choose-us .content h5 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #0952c5;
}

.why-choose-us .content h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #212121;
  margin-bottom: 15px;
}

.why-choose-us .content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.why-choose-us .btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 40px;
  padding: 8px 20px;
  line-height: normal;
  font-weight: 700;
  margin: 0;
  background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
  margin-top: 20px;
  font-size: 12px;
}
.why-choose-us .feature-item {
  display: flex;
  /*     align-items: center; */
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}
.why-choose-us .feature-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  transition: 0.5s all ease-in-out;
  height: 2.5px;
  background-color: #212121;
}
.why-choose-us .feature-item:hover:before {
  width: 100%;
}
.why-choose-us .icon {
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.why-choose-us .text {
  width: 80%;
}
.why-choose-us .icon img {
  width: 30px;
  height: 30px;
}

.why-choose-us .text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #21403d;
  margin-bottom: 5px;
}

.why-choose-us .text p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.about_us .row,
.why-choose-us .row {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
.about_us .row > div,
.why-choose-us .row > div {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.about_us .row > div img {
  width: 100%;
  max-width: 100%;
}

.need_help .icon img {
  width: 60px;
}
.need_help .content {
  gap: 30px;
}
.product-wrapper .product-info a {
  font-size: 12px;
  margin-top: 10px;
  display: inline-flex;
  padding: 6px 8px;
  background: #0dc4ec;
  color: #fff;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  text-shadow: 0.2px 0px #212121;
/*   transition: 0.3s all ease-in; */
}
.product-wrapper .product-info a:hover {
    background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
}
section.about-feedback > .container > div.px-5 {
  padding: 0 !important;
}
.stats-section {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 50px 15px;
  background-position: center center;
  background-size: cover;
}
.stats-section h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.stat-item {
  text-align: center;
  flex: 1 1 200px;
  padding: 5px;
}
.stat-item i {
  font-size: 52px;
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
.stat-item p {
  margin: 5px 0;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.stat-item small {
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.5px;
  font-weight: 300;
}
.stats-container .stat-item:not(:last-child) {
  border-right: 1px solid #f2f2f240;
}
section.product.weekly-sale.weekly-sale-three,
.about_us{
  padding: 0 !important;
  padding-top: 50px !important;
}
section.product.weekly-sale.weekly-sale-three .weekly-sale-section {
  padding-bottom: 50px !important;
}
.product,
.need_help,
.why-choose-us,
.contact-page-sec{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.product-grid-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
}
.product-grid-area > div {
    width: calc(50% - 15px / 2);
    padding: 0;
    margin: 0;
}
.product-grid-area > div > div {
    box-shadow: none !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
}
.product-sidebar-section h2{
	color: #232532;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.product-sidebar-section p{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
}
.sidebar-section {
    padding: 15px;
    border: solid 1px #f2f2f2;
    border-radius: 4px;
    background: #fbfbfbc7;
}
.sidebar-section .wrapper-heading {
    color: #232532;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.sidebar-list a {
    font-size: 14px;
}
.mobile-sidebar_logo {
    text-align: center;
    padding-bottom: 30px;
	display: flex;
    justify-content: space-around;
    /* border-bottom: 1px dotted #059cd5; */
    /* margin-bottom: 30px; */
}
.mobile-sidebar_logo a.registerBtn {
    height: 40px;
    width: 40px;
    color: #059cd5;
    border-radius: 50px;
    border: 1px solid #059cd5;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#mySidenav .social-links {
    margin-top: 20px !important;
    justify-content: center !important;
}
/* div#mySidenav .social-links a {
    background: none;
    border: 1px solid #eee;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
div#mySidenav .social-links a img {
    filter: none;
} */
.static_banner h2, .static_banner h1{
	font-size: 42px;
}
.contact-page-sec .h-equel {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    background: #fff;
    border-radius: 50px 50px 50px 0;
    padding: 30px 20px;
	position: relative;
	width: calc(33.33% - 50px/3);
	transition: .3s all ease-in-out;
}
.contact-page-sec .h-equel:hover {
    box-shadow: 1px 1px 14px #eee;
}
.contact-info-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 70px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    position: relative;
    background: #fff;
}
.contact-info-icon:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 3px solid #196ba8;
    border-radius: 40px;
}
.contact-page-sec .contact-info:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -8px;
    background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    height: 20px;
    z-index: -1;
}
.contact-page-sec .row {
    gap: 25px;
}
.contact-container {
            display: flex;
            align-items: center;
            max-width: 1000px;
            margin: auto;
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow:0 0 40px 5px rgb(0 0 0 / 5%);
			margin-bottom: 50px;
        }
        .contact-image {
    flex: 1;
    height: 500px;
}
        .contact-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .contact-form {
            flex: 1;
            padding:30px 40px;
        }
        .btn-custom {
            background-color: #ffa500;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 5px;
            font-size: 16px;
            cursor: pointer;
            transition: 0.3s;
        }
        .btn-custom:hover {
            background-color: #e69500;
        }
.contact-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.contact-form form {
    margin-top: 30px;
}
.contact-form .form-control {
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.contact-form .form-control {
    padding: 10px 20px;
    border-radius: 12px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.btn-custom {
    border: none;
    font-size: 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 40px;
    padding: 8px 20px;
    line-height: normal;
    margin: 0;
    background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
    font-weight: 500;
	margin-top: 20px;
}
.contact-page-map iframe{
	height: 450px;
}
.mb-gap{
		margin-bottom: 50px !important;
	}
	.mt-gap{
		margin-top: 50px !important;
	}
	.my-gap{
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.pb-gap{
		padding-bottom: 50px;
	}
	.pt-gap{
		padding-top: 50px;
	}
	.py-gap{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
@media (max-width: 767px) {
  .commitment_content {
    max-width: 100%;
    width: 95%;
  }
  .about_img {
    box-shadow: 8px 8px 0 #f2f2f2;
    border-radius: 8px;
  }
  .sec_title, .why-choose-us .content h2{
    font-size: 2.4rem;
  }
  .why-choose-us .features {
    padding-top: 2rem;
  }
	.about_us .row, .why-choose-us .row{
		margin: 0;
	}
  .about_us .row > div,
  .why-choose-us .row > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .stat-item {
    flex: 1 1 40%;
    margin: 20px 0;
  }
  .stat-item p {
    font-size: 28px;
  }
  .stat-item small {
    font-size: 16px;
  }
  .stats-container .stat-item:not(:last-child) {
    border-right: none;
  }
  .stats-container .stat-item:nth-child(odd) {
    border-right: 1px solid #f2f2f240;
  }
  .need_help .text_wrap h4 {
    font-size: 2.2rem;
  }
  .stats-section .sec_title h5 {
    font-size: 26px;
  }
	.static_banner h2{
		font-size: 32px;
	}
	.static_banner{
		height: 220px;
	}
	.contact-container{
		flex-direction: column;
	}
	.contact-form {
    padding: 30px 20px;
}
	    .contact-image {
        height: 320px;
        width: 100%;
        flex: auto;
    }
	.contact-page-sec .h-equel {
    width: 100%;
}
	.contact-page-sec .row {
    gap: 30px;
    margin: 0;
}
	.contact-form h2{
		font-size: 26px;
	}
	.contact-form .form-control{
		padding: 10px 20px;
	}
}

@media (min-width: 768px) {
	.product-grid-area > div {
    width: calc(33.33% - 30px / 3);
}
	.Dealer-sec .contact-image {
		height: 550px;
	}
}
@media (min-width: 992px) {
  .about_us .row,
  .why-choose-us .row {
    gap: 40px;
    flex-direction: row;
  }
  .about_us .row > div,
  .why-choose-us .row > div {
    width: calc(50% - 40px / 2);
  }
  section.product.weekly-sale.weekly-sale-three .weekly-sale-section{
    padding-bottom: 80px !important;
  }
	.contact-container{
		margin-bottom: 80px;
	}
  section.product.weekly-sale.weekly-sale-three, .about_us {
    padding-top: 80px !important;
  }
  .stats-section {
    padding: 80px 15px;
  }
  .product,
  .need_help,
	.why-choose-us,
	.contact-page-sec{
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
	.our_commitment {
	margin-top: 80px;
}
	.mb-gap{
		margin-bottom: 80px !important;
	}
	.mt-gap{
		margin-top: 80px !important;
	}
	.my-gap{
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.pb-gap{
		padding-bottom: 80px;
	}
	.pt-gap{
		padding-top: 80px;
	}
	.py-gap{
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
}
@media (min-width: 1025px) {
	
}
.form_section {
    padding: 0 0 100px 0;
}
.form_section .SearchForm input.form-control {
    height: 70px;
    font-size: 18px;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    width: 80%;
    box-shadow: inset 0 0 10px 0 rgb(0 0 0 / 20%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.form_section .SearchForm input[type=button] {
    height: 70px;
    width: 20%;
    font-size: 16px;
    background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
    /* border: 0; */
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.form_section .SearchForm {
    display: flex;
    border: 2px solid #235a9c;
    border-radius: 50px;
    overflow: hidden;
    padding: 2px;
}
.form_section .searchResult table {
    width: 100%;
}
.form_section .searchResult table tr th, .form_section .searchResult table tr td {
    border: 1px solid #059cd5;
    padding: 10px;
}
.form_section .searchResult table tr:first-child th {
    background: -webkit-linear-gradient(45deg, #33377e 0%, #059cd5 65%);
    text-align: center;
    color: #fff;
    font-size: 18px;
}