@charset "UTF-8";
/* ========================
    Styling with Variables
  ======================== */
:root {
  --primary-blue: #009efa;
  --dark-blue: #0f233c;
  --white: #ffffff;
  --font-regular: 400;
  --font-family: "Roboto", sans-serif;
  --subfont-family: "Roboto Flex", sans-serif;
}

body {
  font-family: var(--font-family);
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px !important;
  }
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: 0px !important;
}

/* 🔝 Topbar Section */
.topbar {
  background-color: var(--dark-blue);
  padding: 17px 0px;
  /* Flex Items */
  /* Topbar Links */
  /* Custom Divider */
}
.topbar .topbar__item {
  display: flex;
  align-items: center;
}
.topbar .topbar__link {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15.5px;
  line-height: 24px;
  font-weight: var(--font-regular);
}
.topbar .topbar__link:hover {
  color: var(--primary-blue);
}
.topbar .topbar__divider {
  height: 30px;
  width: 1px;
  background-color: var(--white);
  margin: 0 20px;
}
.topbar .topbar__item .topbar__link {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15.5px;
  line-height: 24px;
  font-weight: var(--font-regular);
}

/* 🔝 header main Section */
.header-main .header-main__navbar .header-main__search {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 4px;
}
.header-main .header-main__navbar .header-main__search .input-items {
  border: 1px solid #E0E0E0;
  height: 45px;
  background-color: #F5F5F5;
  outline: none;
  box-shadow: none;
  border-right: none;
  color: inherit;
  border-top-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
  width: 520px;
  padding: 0px 17px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .header-main .header-main__navbar .header-main__search .input-items {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .header-main .header-main__navbar .header-main__search .input-items {
    width: 300px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-main .header-main__navbar .header-main__search .input-items {
    display: none;
  }
}
.header-main .header-main__navbar .header-main__search .input-group {
  width: unset;
}
@media only screen and (max-width: 991.98px) {
  .header-main .header-main__navbar .header-main__search .input-group {
    display: none;
  }
}
.header-main .header-main__navbar .header-main__search .input-group .header-main__accordion {
  height: 45px;
}
.header-main .header-main__navbar .header-main__search .input-group .header-main__accordion .accordion-item .accordion-header {
  height: 45px;
  width: 150px;
}
.header-main .header-main__navbar .header-main__search .input-group .header-main__accordion .accordion-item .accordion-header .accordion-button {
  height: 45px;
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  outline: none;
  border-left: none;
  box-shadow: none;
  color: inherit;
  font-size: 12px;
}
.header-main .header-main__navbar .header-main__search .input-group .header-main__accordion .accordion-item .accordion-collapse .items-products {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.header-main .header-main__navbar .header-main__search .input-group .search-btn {
  background-color: #009efa;
  width: 48px;
  height: 45px;
  border-bottom-left-radius: 0px;
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header-main .header-main__navbar .header-main__search .input-group .search-btn .user-search-icons {
  max-width: 20px;
}

/* 🔝 nave-menu Section */
.header-menu {
  background-color: #0f233c;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 14.23px 0px 0px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu {
    padding: 3px 0px 10px 0px;
    background-color: #f8f9fa;
    margin: 0px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 767px) {
  .header-menu {
    padding: 3px 0px 10px 0px;
    background-color: #f8f9fa;
    margin: 0px;
  }
}
.header-menu .navbar-collapse .navbar-nav .devider {
  border-left: 2px solid #fff;
}
.header-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 12px 37px 12px 37px;
}
.header-menu .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: #009efa;
  color: #fff;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1401px) and (max-width: 1900px) {
  .header-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 12px 38px 12px 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    padding: 12px 27px 12px 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .header-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 12px 10px 12px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .header-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 12px 14px 12px 14px;
    font-size: 17px;
  }
}
.header-menu .products-search-sections .header-main__search .input-items {
  border: 1px solid #e0e0e0;
  height: 45px;
  background-color: #e0e0e0;
  outline: none;
  box-shadow: none;
  color: inherit;
  border-top-right-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0px;
  width: 520px;
  padding: 0px 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu .products-search-sections .header-main__search .input-items {
    /* Your styles here */
    width: 430px;
  }
}
.header-menu .products-search-sections .header-main__search .input-group {
  width: unset;
}
.header-menu .products-search-sections .header-main__search .input-group .header-main__accordion {
  height: 45px;
}
.header-menu .products-search-sections .header-main__search .input-group .header-main__accordion .accordion-item .accordion-header {
  height: 45px;
  max-width: 150px;
  width: 100%;
}
.header-menu .products-search-sections .header-main__search .input-group .header-main__accordion .accordion-item .accordion-header .accordion-button {
  height: 45px;
  background-color: #e0e0e0;
  outline: none;
  box-shadow: none;
  color: inherit;
  font-size: 12px;
}
.header-menu .products-search-sections .header-main__search .input-group .header-main__accordion .accordion-item .accordion-collapse .items-products {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
.header-menu .products-search-sections .header-main__search .input-group .search-btn {
  background-color: #009efa;
  width: 48px;
  height: 45px;
  border-bottom-left-radius: 0px;
  border: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.header-menu .products-search-sections .header-main__search .input-group .search-btn .user-search-icons {
  width: 20px;
}
.header-menu .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
}

/* 🔝 hero-section */
.hero {
  height: 585px;
  background-image: url("../../assets/img/hero.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero {
    background-position: top;
  }
}
.hero .hero__content .hero__title {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-family);
  line-height: 55px;
  max-width: 507px;
  width: 100%;
}
.hero .hero__content .hero__description {
  font-size: 16px;
  max-width: 474px;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-family: var(--subfont-family);
  line-height: 27px;
  margin-top: 29px;
}
.hero .hero__shopnow {
  padding: 8px 19px 8px 19px;
  background-color: #009efa;
  border-radius: 7px;
  border: 1px solid #009efa;
  margin-top: 36px;
  box-shadow: none;
}
.hero .hero__content {
  height: 585px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 🔝 categorize-sections */
.categorize-section {
  height: auto;
}
.categorize-section .categorize-section-title {
  font-size: 25px;
  font-weight: 600;
  font-family: var(--font-family);
  margin-top: 51px;
  margin-bottom: 77px;
}
.categorize-section .mySwiper .swiper-wrapper .categorize-section__slide {
  height: auto;
  display: grid;
  flex-direction: column;
  justify-content: center;
  margin-top: 77px;
}
.categorize-section .mySwiper .swiper-wrapper .categorize-section__slide .categorize-section__title {
  font-size: 13px;
  text-align: center;
}
.categorize-section .swiper-button-next:after,
.categorize-section .swiper-button-prev:after {
  color: #000;
  font-size: 15px;
}
.categorize-section .swiper-button-next,
.categorize-section .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -45px);
  left: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .categorize-section .swiper-button-next,
  .categorize-section .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -20px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .categorize-section .swiper-button-next,
  .categorize-section .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .categorize-section .swiper-button-next,
  .categorize-section .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -16px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorize-section .swiper-button-next,
  .categorize-section .swiper-rtl .swiper-button-prev {
    margin-top: 25px;
    right: var(--swiper-navigation-sides-offset, -9px);
  }
}
.categorize-section .swiper-button-prev,
.categorize-section .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -45px);
  right: auto;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .categorize-section .swiper-button-prev,
  .categorize-section .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -20px);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .categorize-section .swiper-button-prev,
  .categorize-section .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -30px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .categorize-section .swiper-button-prev,
  .categorize-section .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -16px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categorize-section .swiper-button-prev,
  .categorize-section .swiper-rtl .swiper-button-next {
    margin-top: 25px;
    left: var(--swiper-navigation-sides-offset, -9px);
  }
}

/* 🔝 Flash Deals sections */
.flash-deals {
  padding: 16px 0px 16px 0px;
  margin-top: 71px;
  border: 1px solid #bdbdbd;
  border-right-color: #fff;
  border-left-color: #fff;
}
.flash-deals .flash-deals__title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.best-seller {
  padding: 16px 0px 16px 0px;
  margin-top: 40px;
  border: 1px solid #bdbdbd;
  border-right-color: #fff;
  border-left-color: #fff;
}

.flash-deals-product .products-section {
  height: auto;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide {
  padding: 5px 0px;
  background-color: #f4f4f4;
  border-radius: 6px;
  margin-top: 40px;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card__image {
  background-color: #fff;
  height: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 10px 5px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card__image .product-card__img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  transition: transform 0.6s ease-in-out; /* Smooth zoom effect */
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card__image:hover .product-card__img {
  transform: scale(0.8); /* Slight zoom out effect */
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body {
  padding: 10px 8px;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__brand {
  font-size: 15px;
  text-decoration: none;
  color: #999999;
  line-height: 19px;
  letter-spacing: 2%;
  font-family: var(--subfont-family);
  font-weight: 500;
  text-decoration: underline;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__rating {
  font-size: 13px;
  text-decoration: none;
  color: #3e3e3c;
  line-height: 19px;
  letter-spacing: 2%;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__title {
  font-size: 17px;
  color: #414040;
  line-height: 24px;
  letter-spacing: 2%;
  font-weight: 600;
  max-width: 200px;
  width: 100%;
  margin-top: 15px;
  font-family: var(--subfont-family);
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__stock {
  margin-top: 15px;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__stock .stock-items {
  font-size: 16px;
  text-decoration: none;
  color: #999999;
  font-family: var(--subfont-family);
  font-weight: 600;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .view-cart {
  display: grid; /* Required for gap to work */
  gap: 10px;
  position: relative;
  margin-top: 40px;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__wishlist,
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__view {
  width: 29.24px;
  height: 29.24px;
  padding: 4px 6px;
  border-radius: 100px;
  background-color: #FFFFFF;
  color: #000000;
  transition: background-color 0.3s, color 0.3s;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__wishlist:hover,
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__body .product-card__view:hover {
  background-color: #009EFA;
  color: #fff;
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing {
  padding: 0px 10px;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__discount .product-card__original-price {
  font-size: 10px;
  font-weight: 500;
  font-family: var(--font-family);
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__discount .product-card__discount-rate {
  font-size: 9px;
  position: absolute;
  transform: translate(7px, 0px);
  color: #fff;
  font-family: var(--font-family);
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__discount .product-card__price {
  font-size: 29px;
  font-weight: bold;
  color: #d0030b;
  font-family: var(--font-family);
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__discount .product-card__price-inc-vat {
  font-size: 10px;
  color: #000;
  font-weight: 600;
  margin: 0px 12px;
  position: absolute;
  font-family: var(--font-family);
  font-weight: 600;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__discount .discout-section {
  gap: 10px;
  padding: 10px 0px;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__discount .discout-section .discount-image {
  margin-top: -10px;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__cart .add-to__cart {
  max-width: 127px;
  margin-top: 14px;
  background-color: #009EFA;
  color: #FFF;
  padding: 11px 19px 11px 20px;
  font-size: 15px;
  font-family: var(--font-family);
  font-weight: 500;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s, transform 0.3s;
}
.flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card .product-card__pricing .product-card__cart .add-to__cart:hover {
  animation: pulse 1s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* 🔝 fastcharging-sections */
.fastcharging-sections {
  margin-top: 40px;
  background-image: url("../../assets/img/image fastcharning.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 450px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fastcharging-sections {
    height: 227px;
  }
}

/* 🔝 led-indicators sections */
.led-indicators {
  margin-top: 40px;
  background-color: #fafafa;
  padding: 30.52px;
  /* Base Style */
  /* Modifier Styles for Unique Images */
}
.led-indicators .led-indicators__content {
  flex-wrap: wrap;
  border: 1px solid #e2e2e2;
  gap: 20px;
}
.led-indicators .led-indicators__left {
  height: 530.37px;
  background-image: url("../../assets/img/led sections1.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 17px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .led-indicators .led-indicators__left {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .led-indicators .led-indicators__left {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .led-indicators .led-indicators__left {
    background-size: cover;
    height: 650px;
  }
}
.led-indicators .led-indicators__left-image {
  height: 530.37px;
  background-image: url("../../assets/img/best-charging.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .led-indicators .led-indicators__left-image {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .led-indicators .led-indicators__left-image {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .led-indicators .led-indicators__left-image {
    background-size: cover;
    height: 650px;
    margin: 10px;
  }
}
.led-indicators .led-indicators__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
}
.led-indicators .led-indicators__right .led-indicators__right-title {
  font-size: 15px;
  color: #000;
  font-family: var(--font-family);
}
.led-indicators .led-indicators__right .led-indicators__right-icons img {
  max-width: 100%;
  height: auto;
}
.led-indicators .led-indicators__item {
  background-color: #f0f0f0;
  text-align: center;
  height: 282px;
  padding: 20px 20px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .led-indicators .led-indicators__item {
    height: 216px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .led-indicators .led-indicators__item {
    height: 216px;
  }
}
.led-indicators .led-indicators__item--a {
  background-image: url("../../assets/img/led1.png");
}
.led-indicators .led-indicators__item--b {
  background-image: url("../../assets/img/led2.png");
}
.led-indicators .led-indicators__item--c {
  background-image: url("../../assets/img/led3.png");
}
.led-indicators .led-indicators__item--d {
  background-image: url("../../assets/img/led4.png");
}

/* 🔝 best-cables  Section */
.best-cables {
  height: 600px;
  margin-top: 40px;
  background-image: url("../../assets/img/bestcables.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .best-cables {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .best-cables {
    height: 333px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .best-cables {
    height: 300px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .best-cables {
    height: 300px;
  }
}

/* 🔝 why-choose-baseus start Section */
.why-choose-baseus {
  margin-top: 40px;
  padding: 30px 0px;
  height: auto;
  background-color: #e9ebed;
}
.why-choose-baseus .why-choose-baseus-content {
  margin-top: 42.75px;
}
.why-choose-baseus .why-choose-baseus__title {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 42px;
}
.why-choose-baseus .why-choose-baseus__content {
  display: contents;
  flex-wrap: wrap;
  gap: 20px;
}
.why-choose-baseus .why-choose-baseus__text {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns */
  gap: 20px; /* Gap between grid items */
}
.why-choose-baseus .why-choose-baseus-item {
  background-color: #ffffff;
  padding: 23px;
  font-size: 16px;
  color: #000;
  height: 222.9px;
}
.why-choose-baseus .why-choose-baseus-item .why-choose-baseus-item-title {
  font-size: 22px;
  font-weight: bold;
}
.why-choose-baseus .why-choose-baseus-item .why-choose-baseus-item-subtext {
  font-size: 18px;
  font-weight: 500;
  color: #636363;
}
.why-choose-baseus .why-choose-baseus__support {
  background-color: #fff;
  padding: 20px;
}
.why-choose-baseus .why-choose-baseus__support {
  height: 464.61px;
  background-image: url("../../assets/img/whychoose.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-choose-baseus .why-choose-baseus-item-title {
  font-size: 22px;
  font-weight: bold;
}
.why-choose-baseus .why-choose-baseus-item-subtext {
  font-size: 18px;
  font-weight: 500;
}

/* 🔝 recommended-sections  Section */
.testimonials {
  margin-top: 20px;
  height: auto; /* Fixed height */
  overflow: hidden; /* Prevent overflow issues */
}
.testimonials .testimonials-title {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 54px;
  font-family: var(--font-family);
}
.testimonials .testimonials__row {
  display: flex;
  margin-top: 54px;
  flex-wrap: inherit;
  justify-content: center;
  gap: 13px;
}
.testimonials .testimonial__card {
  flex: 1 1 200px;
  max-width: 154px;
  transition: max-width 0.5s ease;
  display: flex;
  border-radius: 10px;
}
.testimonials .testimonial__card--active {
  max-width: 510px;
  border: 1px solid #717171;
}
.testimonials .testimonial__card--active .testimonial__overlay {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.testimonials .testimonial__card--active .testimonial__overlay .testimonials-subtitle {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-family);
  padding: 8px 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .testimonials .testimonial__card--active .testimonial__overlay .testimonials-subtitle {
    padding: 0px 0px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .testimonials .testimonial__card--active .testimonial__overlay .testimonials-subtitle {
    font-size: 20px;
  }
}
.testimonials .testimonial__card--active .testimonial__overlay .testimonials-description {
  font-size: 21px;
  font-weight: 400;
  font-family: var(--font-family);
  padding: 8px 0px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .testimonials .testimonial__card--active .testimonial__overlay .testimonials-description {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .testimonials .testimonial__card--active .testimonial__overlay .testimonials-description {
    font-size: 15px;
  }
}
.testimonials .testimonial__card .testimonial__content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  height: 214px;
  width: 100%;
}
.testimonials .testimonial__card .testimonial__content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .testimonials .testimonial__card .testimonial__content img {
    max-width: 146px;
    width: 100%;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .testimonials .testimonial__card .testimonial__content img {
    max-width: 146px;
    width: 100%;
    border-radius: 10px;
  }
}
.testimonials .testimonial__card .testimonial__content .testimonial__overlay {
  opacity: inherit;
  transition: opacity 0.5s ease, transform 0.5s ease;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  visibility: visible;
  color: #000;
}
.testimonials .testimonial__card .testimonial__content .testimonial__overlay h3,
.testimonials .testimonial__card .testimonial__content .testimonial__overlay p {
  margin: 0;
}

.mobile-testimonials {
  padding: 2rem 1rem;
  text-align: center;
  background-color: #f4f4f4;
}
.mobile-testimonials .mobile-testimonials-title {
  font-size: 20px;
  font-family: var(--font-family);
  color: #000;
  font-weight: 500;
}
.mobile-testimonials__content-wrapper {
  margin-top: 15px;
  padding: 21px;
  position: relative;
  min-height: 173px;
  background-color: #fff;
}
.mobile-testimonials__content {
  display: none;
}
.mobile-testimonials__content.is-active {
  display: block;
}
.mobile-testimonials__title {
  font-size: 15px;
  font-weight: bold;
  font-family: var(--font-family);
  color: #000;
}
.mobile-testimonials__text {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding: 23px 20px;
}
.mobile-testimonials__cards {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mobile-testimonials__card {
  cursor: pointer;
}
.mobile-testimonials__card img {
  max-width: 80px;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: border 0.3s;
}
.mobile-testimonials__card.is-active img {
  border-color: #000;
}

/* 🔝 as-seen-on  Section */
.as-seen-on {
  height: auto;
  margin-top: 60px;
}
.as-seen-on .as-seen-on-title {
  font-size: 44px;
  font-weight: 500;
  font-family: var(--font-family);
}
.as-seen-on .as-seen-on-sections {
  height: 123px;
  border: 1px solid #858585;
  background-image: url("../../assets/img/as-seen-on.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  margin-top: 38px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .as-seen-on .as-seen-on-sections {
    background-size: contain;
    border: none;
    height: 106px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .as-seen-on .as-seen-on-sections {
    background-size: contain;
    border: none;
    height: 106px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-seen-on .as-seen-on-sections {
    height: 80px;
    background-size: contain;
    border: none;
  }
}

/* ends


/* 🔝 blog-sections  Section */
.blog {
  padding: 0px 0px;
  height: auto;
}
.blog .blog__content .blog__card .blog__card-body .blog__card-title {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family);
  max-width: 300px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .blog .blog__content .blog__card .blog__card-body .blog__card-title {
    max-width: 200px;
    width: 100%;
  }
}

.mobile-blogs {
  height: auto;
  margin-top: 20px;
  padding: 0px 10px 10px 10px;
}
.mobile-blogs .mobile-blogswiper {
  height: 373px;
  width: 100%;
}
.mobile-blogs .mobile-blogswiper .mobile-blog-slide {
  width: 100%;
}
.mobile-blogs .mobile-blogswiper .mobile-blog-slide .mobile-blog__card {
  height: auto;
  background-color: #fafafa;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 10px;
  overflow: hidden;
  margin: 0 auto;
}
.mobile-blogs .mobile-blogswiper .mobile-blog-slide .mobile-blog__card .blog-Image {
  width: 100%;
  max-width: 100%;
  height: 300px;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
  margin: 0 auto;
}
.mobile-blogs .mobile-blogswiper .mobile-blog-slide .mobile-blog__card .card-body {
  padding: 15px 10px;
}
.mobile-blogs .mobile-blogswiper .mobile-blog-slide .mobile-blog__card .blog__card-title {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family);
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .blog-Image {
    height: 180px;
  }
}
@media (min-width: 577px) {
  .blog-Image {
    height: 220px;
  }
}
/* 🔝 Newsletter Section  */
.newsletter {
  margin-top: 91px;
  display: flex;
  align-items: center; /* Vertically center */
  height: 453px;
  background-image: url("../../assets/img/news-letter.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
.newsletter .newsletter__subtitle {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-family);
}
.newsletter .newsletter_title {
  font-size: 33px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-family);
}
.newsletter .newsletter__form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 29px;
}
.newsletter .newsletter__form .form__input--email {
  height: 58.91px;
  width: 725.25px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family);
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.newsletter .newsletter__form .form__button--subscribe {
  border: outline;
  border: none;
  height: 58px;
  width: 144px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #009efa;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family);
}
.newsletter .form-check {
  margin-top: 28px;
}
.newsletter .form-check .form-check-label {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
.newsletter .form-check .form-check-input[type=checkbox] {
  border-radius: 0px;
  margin: 5px 16px;
  box-shadow: none;
}

/* 🔝 footer Section   */
.footer {
  height: auto;
  padding: 50px 0px 0px 0px;
  background-color: #000;
}
.footer .footer__divider {
  border: 1px solid #fff;
}
.footer .footer__content .footer__content-sections {
  margin-top: 15px;
}
.footer .footer__content .footer__content-sections .footer__text-sections {
  margin: 32px 0px 0px 0px;
  color: #fff;
}
.footer .footer__content .footer__content-sections .footer__text-subsections {
  margin: 15px 0px 0px 0px;
  color: #fff;
}
.footer .footer__content .footer__title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  font-family: var(--font-family);
}
.footer .footer__content .footer__text {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}
.footer .footer__content .footer__text .footer__link {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  line-height: 32px;
}
.footer .footer__content .btn-sections {
  margin-top: 43px;
}
.footer .footer__content .footer__link-contactus {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 11px 31px;
  background-color: #009efa;
  margin-top: 50px;
}
.footer .footer__content .footer__subtitle {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-top: 53px;
  margin-bottom: 30px;
  font-family: var(--font-family);
}
.footer .footer__content .media-icons {
  margin: 30px 0px 0px 0px;
}
.footer .footer__content .footer__column-links {
  display: block;
  line-height: 32px;
}
.footer .footer__content .footer__column-links .footer__link {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.footer .footer__content .footer__column-links .footer__link:hover {
  color: #009efa;
}
.footer .bottom-sections {
  padding: 50px 0px;
}
.footer .bottom-sections .footer__bottom {
  text-align: center;
  padding: 0px 0;
  color: #fff;
}
.footer .bottom-sections .footer__copy {
  margin: 0;
  font-size: 18px;
  color: #fff;
}
.footer .bottom-sections .footer__copy .footer__copy-link {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
  margin: 10px;
}
.footer .bottom-sections .footer__copy .footer__copy-link:hover {
  text-decoration: underline;
}
.footer .mobile-products-sections .mobile-views-accordin {
  margin-top: 10px !important;
}
.footer .mobile-products-sections .accordion {
  margin-top: 66px;
}
.footer .mobile-products-sections .accordion .accordion-item {
  background-color: unset !important;
}
.footer .mobile-products-sections .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.footer .mobile-products-sections .accordion .accordion-item .accordion-header .accordion-button .mobile-dropdown-title {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-family);
  color: #fff;
}
.footer .mobile-products-sections .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  outline: none !important;
  overflow: hidden !important;
}
.footer .mobile-products-sections .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: brightness(50) contrast(150%);
}
.footer .mobile-products-sections .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  overflow: hidden !important;
}
.footer .mobile-products-sections .accordion .accordion-item .footer__content-sections {
  margin-top: 10px;
}
.footer .mobile-products-sections .accordion .accordion-item .accordion-body {
  padding: 0;
}
.footer .mobile-products-sections .accordion .accordion-item .accordion-body .footer__content-sections .footer__link {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}
.footer .mobile-products-sections .accordion .accordion-collapse {
  scroll-margin-top: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .hero__content .hero__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .header-menu {
    padding: 3px 0 10px;
    background-color: #f8f9fa;
    margin: 0;
    flex-wrap: inherit;
  }
  .header-menu .products-search-sections .header-main__search .input-items {
    max-width: 200px;
    width: 100%;
  }
  .hero {
    background-position: top;
  }
  .hero .hero__content .hero__title {
    font-size: 30px;
    line-height: 40px;
  }
  .led-indicators .led-indicators__content {
    border: none;
  }
  .led-indicators .led-indicators__left,
  .led-indicators .led-indicators .led-indicators__left-image {
    height: 438.37px;
  }
  .categorize-section .swiper-button-next,
  .categorize-section .swiper-button-prev,
  .categorize-section .categorize-section .swiper-rtl .swiper-button-prev,
  .categorize-section .categorize-section .swiper-rtl .swiper-button-next {
    display: none;
  }
  .categorize-section .categorize-section-title {
    margin-top: 30px;
  }
  .fastcharging-sections {
    height: 170px;
  }
  .best-cables {
    height: 177px;
  }
  .why-choose-baseus .why-choose-baseus__text {
    grid-template-columns: repeat(1, 1fr);
  }
  .why-choose-baseus .why-choose-baseus__title {
    font-size: 30px;
  }
  .as-seen-on {
    margin-top: 30px;
  }
  .as-seen-on .as-seen-on-sections {
    height: 61px;
    background-size: contain;
    border: none;
    margin-top: 20px;
  }
  .as-seen-on .as-seen-on-title {
    font-size: 30px;
  }
  .newsletter {
    margin-top: 30px;
  }
  .newsletter .newsletter_title {
    font-size: 25px;
    margin-top: 15px;
  }
  .newsletter .newsletter__subtitle {
    font-size: 20px;
  }
  .newsletter .newsletter__form .form__input--email {
    width: 100%;
  }
  .mobile-blogs {
    height: auto;
  }
  .footer .mobile-products-sections .accordion {
    margin-top: 40px;
  }
  .newsletter .newsletter__form .form__button--subscribe {
    font-size: 14px;
  }
  .newsletter .newsletter__form .form__input--email {
    font-size: 14px;
  }
  .footer .footer__content .footer__link-contactus {
    margin-top: 0px;
  }
}
@media (max-width: 460px) {
  .topbar {
    padding: 0;
  }
  .topbar .topbar__item .topbar__link {
    font-size: 9.5px;
  }
  .topbar .topbar__divider {
    height: 16px;
    width: 1px;
    background-color: var(--white);
    margin: 0;
  }
  .header-main__logo {
    width: 150px;
  }
  .header-main__icon {
    width: 20px;
  }
  .header-menu .products-search-sections .header-main__search .input-items {
    font-size: 12px;
  }
  .header-menu .category-pages {
    font-size: 13px;
  }
  .accordion-button {
    font-size: 7px !important;
  }
  .input-group {
    flex-wrap: inherit;
  }
  .led-indicators {
    margin-top: 20px;
    background-color: #fafafa;
    padding: 0.52px 10px;
  }
  .led-indicators .led-indicators__left {
    height: 360.37px;
  }
  .led-indicators .led-indicators__left-image {
    height: 360.37px;
    margin: 0;
  }
  .led-indicators .led-indicators__item {
    height: 180px;
  }
  .best-cables {
    height: 130px;
  }
  .fastcharging-sections {
    height: 108px;
  }
  .newsletter .newsletter_title {
    font-size: 18px;
  }
  .newsletter .newsletter__subtitle {
    font-size: 20px;
  }
  .newsletter .form-check .form-check-label {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
}
@media (max-width: 374px) {
  .topbar .topbar__item .topbar__link {
    font-size: 8.5px;
  }
  .topbar .topbar__divider {
    height: 10px;
    margin-top: -6px;
  }
  .header-main__logo {
    width: 100px;
  }
  .header-menu .products-search-sections .header-main__search .input-items {
    height: 30px;
    max-width: 200px;
    width: 100%;
    overflow: hidden;
  }
  .header-menu .products-search-sections .header-main__search .input-group .search-btn {
    height: 30px;
  }
  .header-menu .products-search-sections .header-main__search .input-group .search-btn .user-search-icons {
    width: 15px;
  }
  .header-menu .products-search-sections .header-main__search .input-group .header-main__accordion {
    height: 30px;
  }
  .header-menu .products-search-sections .header-main__search .input-group .header-main__accordion .accordion-item .accordion-header {
    height: 30px;
  }
  .header-menu .products-search-sections .header-main__search .input-group .header-main__accordion .accordion-item .accordion-header .accordion-button {
    height: 30px;
    width: 74px;
    padding: 0;
  }
  .header-menu .products-search-sections .header-main__accordion .accordion-collapse .items-products {
    padding: 10px;
    max-width: 69px;
    width: 100%;
  }
  .header-menu .products-search-sections .header-main__accordion .accordion-collapse .items-products .category-pages {
    font-size: 10px;
  }
  .header-menu .products-search-sections .header-main__accordion .accordion-button::after {
    height: 14px;
    background-size: 14px;
  }
  .hero {
    position: relative;
    height: 330px;
    background: url("../../assets/img/hero.png") no-repeat top/cover;
    color: #fff;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .hero .hero__content {
    position: relative;
    z-index: 2;
    height: 320px;
  }
  .hero .hero__content .hero__title {
    font-size: 20px;
    line-height: 25px;
  }
  .hero .hero__content .hero__description {
    font-size: 16px;
    line-height: 20px;
    margin-top: 9px;
  }
  .categorize-section .categorize-section-title {
    display: none;
  }
  .categorize-section .mySwiper .swiper-wrapper .categorize-section__slide {
    margin-top: 20px;
  }
  .categorize-section .mySwiper .swiper-wrapper .categorize-section__slide .categorize-section__title {
    font-size: 10px;
  }
  .flash-deals {
    padding: 9px 0;
    margin-top: 20px;
  }
  .flash-deals .flash-deals__title {
    font-size: 20px;
  }
  .flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide {
    margin-top: 20.52px;
  }
  .flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card__image {
    height: 185px;
  }
  .flash-deals-product .products-section .myProductsSwiper .swiper-wrapper .products-section__slide .product-card__image .product-card__img {
    max-height: 70%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .fastcharging-sections {
    margin-top: 20px;
    height: 260px;
    background: url("../../assets/img/mobile-image.png") no-repeat left/contain;
  }
  .led-indicators {
    padding: 0 0 30px;
  }
  .led-indicators .led-indicators__left {
    height: 260.37px;
    margin-top: 0;
    background-position: top;
  }
  .led-indicators .led-indicators__left-image {
    height: 300.37px;
    margin: 0;
    background: url("../../assets/img/chargin-mobile.png") no-repeat left/cover;
  }
  .led-indicators .led-indicators__content {
    flex-wrap: wrap;
    border: none;
    gap: 20px;
  }
  .led-indicators .led-indicators__item {
    height: 143px;
    padding: 10px;
  }
  .led-indicators .led-indicators__right .led-indicators__right-title {
    font-size: 8px;
    margin: 5px 0;
  }
  .led-indicators .led-indicators__right .led-indicators__right-icons img {
    width: 10px;
  }
  .best-cables {
    height: 252px;
    margin-top: 15px;
    background: url("../../assets/img/mobile-cables.png") no-repeat top center/cover;
  }
  .best-seller {
    padding: 9px 0;
    margin-top: 15px;
  }
  .best-seller .flash-deals__titl {
    font-size: 20px;
  }
  .why-choose-baseus {
    margin-top: 20px;
    padding: 15px 0;
  }
  .why-choose-baseus .why-choose-baseus__title {
    font-size: 20px;
  }
  .why-choose-baseus .why-choose-baseus__support {
    height: 320.61px;
    background-position: left;
    background-size: contain;
  }
  .why-choose-baseus .why-choose-baseus-content {
    margin-top: 16.75px;
  }
  .why-choose-baseus .why-choose-baseus-item {
    background-color: #fff;
    font-size: 16px;
    padding: 16px 9px 0;
    color: #000;
    height: 130.9px;
  }
  .why-choose-baseus .why-choose-baseus-item .why-choose-baseus-item-title {
    font-size: 18px;
    font-weight: bold;
  }
  .why-choose-baseus .why-choose-baseus-item .why-choose-baseus-item-subtext {
    font-size: 12px;
    font-weight: 500;
    color: #636363;
    padding: 6px 0;
  }
  .why-choose-baseus .why-choose-baseus-item .Choose-Image {
    width: 54px;
  }
  .mobile-testimonials__card img {
    max-width: 52px;
    margin-top: -20px;
    position: relative;
  }
  .mobile-testimonials__content-wrapper {
    padding: 21px 5px 0;
  }
  .as-seen-on .as-seen-on-title {
    display: none;
  }
  .mobile-blogs .mobile-blog-slide {
    background-color: #f0f0f0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-width: 400px;
    width: 100%;
  }
  .newsletter {
    height: 257px;
    margin-top: 20px;
  }
  .newsletter .newsletter_title {
    font-size: 17px;
    margin-top: 15px;
  }
  .newsletter .newsletter__subtitle {
    font-size: 14px;
    max-width: 200px;
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .newsletter .form-check {
    margin-top: 20px;
  }
  .newsletter .form-check .form-check-input[type=checkbox] {
    margin: 5px 8px;
  }
  .newsletter .form-check .form-check-label {
    font-size: 10px;
    color: #fff;
    font-weight: 500;
  }
  .newsletter .newsletter__form {
    margin-top: 24px;
  }
  .newsletter .newsletter__form .form__input--email,
  .newsletter .newsletter__form .form__button--subscribe {
    height: 40px;
    font-size: 12px;
  }
  .footer {
    padding: 20px 0 0;
  }
  .footer .footer__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 123.23px;
  }
  .footer .footer__divider {
    display: none;
  }
  .footer .footer__content .footer__title {
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
  }
  .footer .footer__content .footer__text {
    font-size: 15px;
    text-align: center;
  }
  .footer .footer__content .footer__content-sections .footer__text-sections,
  .footer .footer__content .footer__content-sections .footer__text-subsections {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 auto;
  }
  .footer .footer__content .footer__content-sections .footer__text-sections {
    margin-top: 40px;
  }
  .footer .footer__content .btn-sections {
    text-align: center;
    margin-top: 20px;
  }
  .footer .footer__content .footer__subtitle {
    margin-top: 30.27px;
    text-align: center;
  }
  .footer .footer__content .media-icons {
    margin-top: 10px;
    text-align: center;
  }
  .footer .bottom-sections {
    padding: 0 0 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .footer .bottom-sections .footer__copy {
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
    max-width: 190px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */