body {
  min-height: 100%;
  font-family: "Inter";
  letter-spacing: 0px;
  background-color: #fff;
  overflow: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  color: #042656;
  font-family: "Inter", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #042656;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #146cda;
}

h1 {
  font-size: 48px;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  margin-top: -7px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  margin-top: -6px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  margin-top: -5px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
}

h6 {
  font-size: 18px;
  margin-top: -3px;
}

p {
  margin-top: -8px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 60px;
    margin-top: -16px;
    line-height: 1.2;
  }

  h2 {
    font-size: 36px;
    margin-top: -7px;
    line-height: 50px;
  }

  h3 {
    font-size: 30px;
    margin-top: -4px;
  }

  h4 {
    font-size: 24px;
    margin-top: -5px;
  }

  h5 {
    font-size: 22px;
    margin-top: -4px;
  }

  h6 {
    font-size: 20px;
    margin-top: -3px;
  }
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 5px 0;
}

select,
input,
textarea {
  width: 100%;
}

select,
input,
textarea,
button {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
}

button {
  border: none;
  outline: none;
  font-weight: 500;
  padding: 0 30px;
}

textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

input,
button,
select {
  height: 50px;
  color: #555555;
}

.form-control[type="file"] {
  height: unset;
  line-height: 37px;
  padding: 5px;
  font-size: 14px;
}

label,
button,
select {
  cursor: pointer;
}

input {
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}

input:focus {
  border: 1px solid #146cda;
}

input[type="submit"] {
  cursor: pointer;
  background-color: #1893f0;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg_fixed {
  background-attachment: fixed;
}

.left_center {
  background-position: left center;
}

.right_center {
  background-position: right center;
}

.left_top {
  background-position: left top;
}

.right_top {
  background-position: right top;
}

.left_bottom {
  background-position: left bottom;
}

.right_bottom {
  background-position: right bottom;
}

.title-overlay::before,
.overlay-3::before,
.color-tooltip::before,
.overlay-effects::after,
.overlay-effects::before,
.order-track-item .thumb::before {
  position: absolute;
  content: "";
}

.section-header-2,
.social-icons,
.single__products__header,
.header-wrapper,
.mobile-menu .mobile-menu-header,
.mobile-menu .quick-links ul,
.widget-check-group,
.price-range,
.filter-category-header,
.ratings-area,
.single-product-item,
.single-product-item .thumb,
.main-sections,
.owl-dots,
.product-item-2.list-style .product-item-2-inner,
.countdown,
.best-sell-item .best-sell-inner,
.cart-plus-minus,
.cart-and-coupon,
.review-item,
.review-item .content .entry-meta,
.cart-item,
.checkgroup,
.payment-details ul li,
.dashboard-item .dashboard-header,
.dashboard-item.item-lg,
.compare-specification li,
.contact-group,
.contact-group .multi-group,
.vendor__single__author .title__area,
.social__icons,
.contact--wrapper {
  display: flex;
  flex-wrap: wrap;
}

.bg-overlay::after,
.widget-check-color label,
.widget-check-color label img,
.widget-check-color input:checked + label::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.padding-top {
  padding-top: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}

.padding-top-half {
  padding-top: 50px;
}

.padding-bottom-half {
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .padding-top {
    padding-top: 100px;
  }

  .padding-bottom {
    padding-bottom: 100px;
  }
}

/*Section Header*/
.mb-30-none {
  margin-bottom: -30px !important;
}

.mb-40-none {
  margin-bottom: -40px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.tab-item {
  display: none;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
}

.tab-item.active {
  display: block;
}

.tab-menu li {
  cursor: pointer;
}

body *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(20, 108, 218, 0.3);
  box-shadow: inset 0 0 6px rgba(20, 108, 218, 0.3);
  background-color: #f5f5f5;
}

body *::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #042656;
}

body *::-webkit-scrollbar-button {
  background-color: #042656;
}

body *::-webkit-scrollbar-thumb {
  background-color: #042656;
}

*::selection {
  background-color: #146cda;
  color: #f0f5fc;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb--20 {
  margin-bottom: -20px;
}

.mb--50 {
  margin-bottom: -50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-50 {
  padding-bottom: 50px;
}

.c-thumb {
  overflow: hidden;
}

.c-thumb a {
  display: block;
}

.c-thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header {
  container: header / inline-size;
  display: flex;
  flex-direction: column;
  background-color: var(--gray-scales-white);
}

.header-top {
  container: header-top / inline-size;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--gray-scales-white);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  background-color: #272343;
  padding: 14px 300px;
}

.header-link {
  opacity: 0.7;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.header-need-help {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.header-alert-circle {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.header-middle {
  container: header-middle / inline-size;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 93px;
  background-color: var(--gray-scales-off-white);
  padding: 20px 24px;
}

.header-row-left {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ff6f0f;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.2px;
  padding-right: 168px;
}
.header-row-left .subtitle {
  color: #ff6f0f;
}

.header-search1 {
  width: 413px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  color: var(--gray-scales-gray);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--gray-scales-white);
  padding: 0 16px;
  border-radius: 5px;
}

.header-text-search-here {
  flex-grow: 1;
  border: none !important;
  background: transparent;
  outline: none !important;
  font-size: 16px;
  height: 44px;
  padding: 0;

  margin: 0;
  color: var(--gray-scales-black);
}

.header-search2-btn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 44px;
}

.header-search2-btn object {
  pointer-events: none;
}

.header-search2 {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.header-user-links {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* wishlist */

.wishlist {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: var(--gray-scales-white);
  border-radius: 8px;
}

.wishlist-heart {
  position: absolute;
  top: 11px;
  left: 50%;
  translate: -50% 0;
  width: 22px;
  height: 22px;
}
/* end wishlist*/

.card-cart {
  width: 120px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-shrink: 0;
  font-weight: 500;
  background-color: var(--gray-scales-white);
  padding: 11px 8px;
  border-radius: 8px;
}

.card-cart-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-scales-black);
  font-size: 12px;
  line-height: 1.1;
}

.card-cart-buy {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.card-cart-text {
  text-transform: capitalize;
  text-align: center;
}

.card-cart-btn-no {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gray-scales-white);
  font-size: 10px;
  font-family: "DM Sans";
  font-style: normal;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  background-color: #ff6f0f;
  padding: 5px 7px;
  border-radius: 50%;
}

.card-user-dropdown {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #272343;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  background-color: var(--gray-scales-white);
  padding: 10px;
  border-radius: 8px;
}

.card-user-dropdown-solar-global {
  width: 24px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

.card-user-dropdown-eng {
  display: flex;
  align-items: center;
  gap: 6px;
}

.card-user-dropdown-text {
  text-align: center;
}

.card-user-dropdown-group {
  width: 8px;
  height: 5px;
  flex-shrink: 0;
}

.header-links1 {
  container: header-links1 / inline-size;
  box-shadow: 0px 1px 0px 0px #e1e3e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 247px;
  font-size: 14px;
  line-height: 1.1;
  background-color: var(--gray-scales-white);
  padding: 14px 24px;
}

.header-links2 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-text-b {
  color: var(--gray-scales-dark-gray);
  font-size: 14px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: left;
}
.header-text-b:hover {
  color: #ff6f0f;
}

.btn-all-categories {
  width: 176px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-shrink: 0;
  text-align: unset;
  background-color: var(--gray-scales-white);
  padding: 15px 9px;
  border: 1px solid var(--gray-scales-off-white);
  border-radius: 6px;
}

.btn-all-categories-icon {
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.btn-all-categories-rect {
  width: 18px;
  height: 2px;
  flex-shrink: 0;
  background-color: var(--gray-scales-black);
}

.btn-all-categories-label {
  text-transform: capitalize;
  text-align: left;
}

/* Category Dropdown Styles */
.category-dropdown {
  position: relative;
}

.category-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  background-color: var(--gray-scales-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  padding: 10px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border: 1px solid var(--gray-scales-off-white);
  border-top: none;
}

.category-dropdown:hover .category-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.category-item {
  position: relative;
  list-style: none;
}

.category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: var(--gray-scales-dark-gray);
  font-size: 14px;
  transition: all 0.2s ease;
  width: 100%;
}

.category-link:hover {
  background-color: var(--gray-scales-off-white);
  color: #ff6f0f;
}

.category-link i {
  font-size: 10px;
}

/* Submenu Styles */
.category-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  background-color: var(--gray-scales-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 8px 8px 8px;
  padding: 10px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: all 0.3s ease;
  border: 1px solid var(--gray-scales-off-white);
}

.category-item:hover > .category-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.category-submenu li a {
  display: block;
  padding: 8px 20px;
  color: var(--gray-scales-dark-gray);
  font-size: 13px;
  transition: all 0.2s ease;
}

.category-submenu li a:hover {
  background-color: var(--gray-scales-off-white);
  color: #ff6f0f;
  padding-left: 25px;
}

.header-contact {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.header-text-contact2 {
  color: var(--gray-scales-dark-gray);
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
}

.header-text3 {
  text-transform: capitalize;
  text-align: left;
}
.header-text3:hover {
  color: #ff6f0f;
}
/* end header*/

.header-text-a {
  text-align: center;
}

.img {
  width: 55px;
  flex-shrink: 0;
}

.subtitle {
  text-align: left;
}

/* row-a */

.row-a {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.row-circle-white {
  opacity: 0.4;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
}
/* end row-a*/

.image {
  flex-shrink: 0;
  border-radius: 6px;
}

/* info */

.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-text-t {
  color: var(--gray-scales-black);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3;
}

.info-row-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.1;
}

.info-col-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  text-align: left;
  padding-bottom: 1px;
}

.info-text-prices {
  text-transform: capitalize;
}

.info-add-cart {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: var(--gray-scales-off-white);
}

.info-buy {
  position: absolute;
  top: 12px;
  left: 50%;
  translate: -50% 0;
  width: 22px;
  height: 22px;
}
/* end info*/

/* prices */

.prices {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gray-scales-gray);
  font-size: 14px;
  font-weight: 400;
}

.prices-text {
  text-align: left;
}

.prices-circle {
  width: 2px;
  height: 2px;
  flex-shrink: 0;
  background-color: #8c8c8c;
  border-radius: 50%;
}
/* end prices*/

.icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* row-c */

.row-c {
  display: flex;
  align-items: center;
  gap: 4px;
}

.row-text {
  font-weight: 400;
  text-align: left;
}

.row-text-right {
  font-weight: 600;
  text-align: left;
}
/* end row-c*/

.btn-see-more {
  display: flex;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal !important;
  letter-spacing: 0px;
  text-align: left;
  background-color: #ff6b00;
  padding: 12px 50px 12px 50px;
  border-radius: 50px;
  margin: 0 auto;
  height: unset;
}

.footer-text-a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.83px;
}

.header1 .header-text2 {
  color: #ff6f0f;
}

.header2 {
  position: relative;
  margin: 88px auto 0 300px;
  width: 90%;
  max-width: 746px;
  min-height: 476px;
  flex-shrink: 0;
  align-self: start;
  color: #fff;
  line-height: 1.1;
  text-align: left;
  overflow: hidden;
}

.big-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1749px;
  position: relative;
  line-height: 1.1;
  text-align: left;
}

.hero-slider {
  width: 100%;
  border-radius: 0 0 48px 48px;
  height: 850px;
}

.hero-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* Vertically center the big-container */
  height: 100%;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
#heroSlider .big-container {
  border-radius: 0 0 48px 48px;
}
.swiper-pagination {
  bottom: 30px !important;
}
.hero-section .swiper-pagination {
  bottom: 100px !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}

.bg {
  top: 464px;
  left: 630px;
}

.bg .row-circle-white2 {
  opacity: 1;
}

.header-hero-info {
  container: header-hero-info / inline-size;
  padding: 0 15px;
  max-width: 100%;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-text-top {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.66px;
  color: #fff;
  margin-bottom: 10px;
}

.header-title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --min-font-size: 30;
  --max-font-size: 68;
  font-size: var(--interpolate);
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 24px;
  max-width: 735px;
}
.btn-banner {
  display: inline-flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: var(--Gray-Scales-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 17.6px */
  text-transform: capitalize;
  border-radius: 8px;
  background: #ff6f0f;
}
.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  align-self: start;
  color: var(--gray-scales-white) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: unset;
  background-color: #ff6f0f;
  padding: 14px 24px;
  border-radius: 50px;
}

.btn-icon-right-24px-a {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-label1 {
  text-transform: capitalize;
  text-align: center;
}

.col5 {
  display: flex;
  flex-direction: column;
  gap: 99px;
  text-align: center;
}

/* footer */

.footer {
  container: footer / inline-size;
  margin-top: 1px;
  display: flex;
  flex-direction: column;
}

.footer-row {
  box-shadow: inset 0px 1px 0px 0px #e1e3e5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 69px;
  color: #fff;
  background-color: #091d2f;
  padding: 80px 24px 47px 24px;
}

.footer-chairy {
  container: footer-chairy / inline-size;
  width: 386px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
  text-align: left;
}

.footer-row-top {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ff6f0f;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.2px;
}

.footer-text-lorem-ipsum {
  opacity: 0.6;
  margin-right: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-social-links {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  align-self: start;
}

.footer-graphic {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.footer-circle {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border: 1px solid #ff6f0f;
  border-radius: 50%;
}

.footer-facebook {
  position: absolute;
  top: 10px;
  left: 50%;
  translate: -50% 0;
  width: 16px;
  height: 16px;
}

.footer-col1 {
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  line-height: 1.1;
  text-align: left;
}

.footer-col2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
}

.footer-col3 {
  margin-left: 61px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  line-height: 1.1;
  text-align: left;
}

.footer-col4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
}

.footer-newsletter {
  container: footer-newsletter / inline-size;
  width: 424px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
  text-align: left;
}

.footer-text-top {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 0.83px;
}

.input-group {
  margin-top: 5px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}

.input-group-input {
  min-height: 46px;
  flex-shrink: 0;
  color: var(--gray-scales-gray);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0px;
  text-align: left;
  background-color: var(--gray-scales-white);
  padding: 14px 20px;
  border: none !important;
  outline: none !important;
  border-radius: 8px !important;
}

.input-group-btn {
  min-height: 46px;
  display: flex;
  justify-content: center;
  color: var(--gray-scales-white);
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: center;
  background-color: #ff6f0f;
  padding: 14px 25px;
  border-radius: 8px;
}

.footer-text-bottom {
  opacity: 0.6;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-row-bottom {
  container: footer-row-bottom / inline-size;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--gray-scales-gray);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  padding: 24px 300px;
}

.footer-text-2026-designed {
  text-align: left;
}

.footer-row-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-pay {
  flex-shrink: 0;
}
/* end footer*/

.col-top1 {
  container: col-top1 / inline-size;
  margin: 0 auto;
  width: 90%;
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-self: center;
  text-align: left;
}

.category-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  padding: 0 24px;
}

/* card-a */

.category-card {
  width: 230px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  flex-shrink: 0;
  text-align: center;
  padding: 0 30px;
  border-radius: 16px;
}

.card-graphic {
  height: 96px;
  justify-content: center;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}
/* end card-a*/

.category-card--red {
  background-color: #d81e1e;
}

.category-card--orange {
  background-color: #f6b326;
}

.category-card--green {
  background-color: #88c814;
}

.category-card--blue {
  background-color: #008fc8;
}

.banner-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.banner-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
}

.banner-card.swiper {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 0; /* Swiper handles its own padding if needed */
}

.banner-card.swiper .swiper-wrapper {
  display: flex !important; /* Swiper wrapper MUST be flex */
  height: 100%;
  width: 100%;
}

.banner-card.swiper .swiper-slide {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.banner-card .swiper-pagination {
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  text-align: left;
}
.banner-card .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.card-1 {
  grid-column: span 8;
  min-height: 450px;
  border-radius: 16px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  color: #000 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-2 {
  grid-column: span 4;
  min-height: 450px;
  border-radius: 16px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-3 {
  grid-column: span 6;
  min-height: 300px;
  border-radius: 16px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-4 {
  grid-column: span 3;
  min-height: 300px;
  border-radius: 16px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-5 {
  grid-column: span 3;
  min-height: 300px;
  border-radius: 16px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.04) 0%,
    rgba(0, 0, 0, 0.04) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.card-content {
  position: relative;
  z-index: 1;
  width: 100%;

  height: 100%;
}

.card-1 .card-content {
  color: #000;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.card-3 .card-content {
  padding: 35px 30px;
}
.card-4 .card-content,
.card-5 .card-content {
  padding: 70px 0 0 30px;
}

.card-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  color: #000;
}
.card-1 .card-title {
  max-width: 171px;
}
.card-1 .card-desc {
  max-width: 171px;
}
.card-2 .card-content {
  padding: 50px;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
}
.card-2 .card-title {
  font-size: 30px;
  color: #fff;
  font-weight: 700;

  margin-bottom: 0;
}
.card-2 .card-price {
  color: #fff;
  font-size: 16px;
}

.card-3 .card-title {
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 16px;
}

.card-5 .card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  width: 70px;
  line-height: 24px;
}
.card-4 .card-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  width: 70px;
}
.card-4 .card-label {
  color: #999;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}
.card-desc {
  font-size: 14px;
  margin-bottom: 0;
}
.card-3 .card-desc {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.card-price {
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.card-from {
  font-size: 14px;
  opacity: 0.7;
  margin-top: auto;
}
.card-price-green {
  color: #b9f34f;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.card-tag {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}
.card-5 .card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.btn-white-pill {
  background: #fff;
  color: #000;
  border: none;
  padding: 16px 50px;
  border-radius: 50px;
  font-size: 14px;
  line-height: normal !important;
  font-weight: 600;
  width: fit-content;
  align-self: center;
  transition: all 0.3s ease;
}

.btn-white-pill:hover,
.btn-white-pill-sm:hover {
  background: #ff6f0f;
  color: #fff;
}

.btn-white-pill-sm {
  background: #fff;
  color: #000;
  border: none;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal !important;
  width: fit-content;
  height: fit-content !important;
  transition: all 0.3s ease;
}

.pagination-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.dot.active {
  background: #fff;
  width: 24px;
  border-radius: 4px;
}

.col6 {
  container: col6 / inline-size;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.row1 {
  display: flex;
  align-items: center;
  gap: 141px;
}

.card5 {
  width: 870px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-shrink: 0;
  color: #000;
  font-weight: 400;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 86px 648px 87px 51px;
  border-radius: 16px;
}

.card-subtitle {
  min-height: 126px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 35px;
  line-height: 1.2;
}

.card-text4 {
  font-size: 14px;
  text-transform: uppercase;
  line-height: normal;
}

.btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0px;
  text-align: unset;
  background-color: #ff6f0f;
  padding: 14px 9px;
  border-radius: 100px;
}

.btn-icon-right-24px-b {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-label2 {
  text-transform: capitalize;
  text-align: center;
}

.col-right {
  width: 192px;
  display: flex;
  flex-direction: column;
  gap: 238px;
  flex-shrink: 0;
  text-align: center;
}

.col-top2 {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
}

.text-main-header1 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.btn-main-header1 {
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  background-color: #fff;
  padding: 16px 9px;
  border-radius: 800px;
}

.row-bottom1 {
  margin-left: 31px;
  display: flex;
  align-items: center;
  gap: 257px;
  align-self: stretch;
}

.col-left1 {
  margin-top: -131px;
  width: 385px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  flex-shrink: 0;
  text-align: left;
  overflow: hidden;
}

.subtitle-main-header2 {
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.text-main-header2 {
  align-self: stretch;
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
}

.row-right {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-grow: 1;
}

.frame-left {
  position: relative;
  width: 100%;
  min-height: 300px;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  background: url(../assets/frame1.png) center / cover no-repeat;
  padding: 67px 31px;
  border-radius: 16px;
}

.col7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.text-main-header3 {
  color: #fff;
}

.text-main-header4 {
  color: #999;
  text-transform: uppercase;
}

.text-main-header5 {
  color: #b9f34f;
  line-height: 1.7;
}

.tracker1 {
  position: absolute;
  top: 268px;
  left: 126px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.tracker-circle-white {
  opacity: 0.4;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
}

.tracker-circle-white2 {
  opacity: 1;
}

.frame-right {
  position: relative;
  width: 100%;
  min-height: 300px;
  flex-grow: 1;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  background: url(../assets/frame2.png) center / cover no-repeat;
  border-radius: 16px;
}

.col8 {
  position: absolute;
  top: 68px;
  left: 32px;
  width: 97px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.text-main-header6 {
  text-transform: uppercase;
}

.btn-main-header2 {
  min-height: 34px;
  flex-shrink: 0;
  align-self: stretch;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  background-color: #fff;
  padding: 8px 14px;
  border-radius: 800px;
}

.tracker2 {
  top: 268px;
  left: 126px;
}

.tracker2 .row-circle-white2 {
  opacity: 1;
}

.heading {
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: var(--Gray-Scales-Black, #272343);

  text-transform: capitalize;
  line-height: 1.1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-self: stretch;
  padding-bottom: 1px;
}

.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
  text-align: left;
  padding-bottom: 1px;
}
.product-card__image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
}

.product-card .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .image {
  transform: scale(1.1);
}
.product-card--featured {
  grid-column: span 1; /* Keeping it 1 col wide as per original 4-item row layout */
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card a {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

.product-card__image-wrapper a {
  width: 100%;
  height: 100%;
  display: block;
}

.product-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #272343;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  min-height: 42px;
  text-transform: capitalize;
}

.product-card__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.1;
}

.product-card__price {
  color: #cc0001;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  text-transform: capitalize;
}

.product-card__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--gray-scales-gray);
  font-size: 14px;
  font-weight: 400;
  align-self: stretch;
}
.product-card__meta-divider {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8c8c8c;
  margin: 0 5px;
}
.product-card__add-cart {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: var(--gray-scales-off-white);
  cursor: pointer;
}

.product-card__cart-icon {
  position: absolute;
  top: 12px;
  left: 50%;
  translate: -50% 0;
  width: 22px;
  height: 22px;
}

.col17 {
  gap: 49px;
}

.subtitle-heading1 {
  align-self: stretch;
  text-transform: capitalize;
}

/* REAL ESTATE SECTION */
.real-estate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  container-type: inline-size;
  container-name: real-estate-grid;
}

.real-estate-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none !important;
  color: inherit;
}

.real-estate-card__image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
}

.real-estate-card .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.real-estate-card:hover .image {
  transform: scale(1.1);
}

.real-estate-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}

.real-estate-card__title {
  color: var(--Gray-Scales-Black, #272343);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  text-transform: capitalize;
}

.real-estate-card__price {
  color: #ff0000;
  font-size: 18px;
  font-weight: 600;
}

.real-estate-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.real-estate-card__feature {
  display: flex;
  align-items: center;
  gap: 6px;
}

.real-estate-card__feature-icon {
  width: 18px;
  height: 18px;
}

.real-estate-card__feature-text {
  color: var(--Text-Body-Text, #3a3a3c);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.real-estate-card__feature-number {
  color: var(--Text-Body-Text, #3a3a3c);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.real-estate-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.btn-bottom1 {
  font-size: 16px;
}

.col19 {
  container: col19 / inline-size;
  margin-top: 1px;
  gap: 50px;
  font-size: 16px;
}

.subtitle-heading2 {
  align-self: stretch;
  text-transform: capitalize;
}

/* NEWS SECTION */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  container-type: inline-size;
  container-name: news-grid;
}

.news-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-decoration: none !important;
  color: inherit;
  background-color: #fff;
  padding: 16px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
}

.news-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 400 / 250;
  overflow: hidden;
  border-radius: 4px;
}

.news-card .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card:hover .image {
  transform: scale(1.1);
}

.news-card__date-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.news-card__day {
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
}

.news-card__month {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.news-card__title {
  color: #272343;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  min-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.news-card__excerpt {
  color: #3a3a3c;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.footer1 .footer-pay-1-png {
  width: 17px;
}

.footer1 .footer-pay-2-png {
  width: 33px;
}

.footer1 .footer-pay-3-png {
  width: 46px;
}

/** breakpoints (margin / paddings) **/

@media screen and (max-width: 1280px) {
  .header-top {
    padding-inline: var(--margin-md);
  }
  .header-middle {
    padding-inline: var(--margin-sm);
  }
  .header-row-left {
    padding-inline: 0;
  }
  .header-links1 {
    padding-inline: var(--margin-sm);
  }
  .header2 {
    margin-inline: 0;
  }
  .footer {
    padding-inline: var(--margin-sm);
  }
}

/* FOOTER SECTION */
.footer {
  container-type: inline-size;
  container-name: footer;
  background-color: var(--gray-scales-off-white);
}
.footer__top {
  background: #091d2f;
  box-shadow: 0 1px 0 0 #e1e3e5 inset;
  padding: 80px 0 50px;
}

.footer__top-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 0.7fr 1.5fr;
  gap: 60px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__logo-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__logo-group img {
  width: 55px;
  height: 48px;
  object-fit: contain;
}

.footer__brand .sub-text-blue3,
.footer__brand .sub-text-blue4 {
  color: #003bb8;
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.2px;
}
.footer__brand .subtitle {
  color: #ff6f0f;
  font-size: 32px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.2px;
}
.footer__brand-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__social-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  overflow: hidden;
}

.footer__social-icon svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.footer__social-icon:hover {
  border-color: #ff6b00;
}

.footer__social-icon:hover svg {
  fill: #ff6b00;
}

.footer__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__column-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer__column-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.footer__column-links li {
  padding: 0;
}

.footer__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
}

.footer__link:hover {
  color: #ff6b00;
}

.footer__newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  container-type: inline-size;
  container-name: footer-newsletter;
}

.footer__newsletter-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer__newsletter .input-group {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}

.footer__newsletter-input {
  flex-grow: 1;
  padding: 12px 20px;
  border: 1px solid #e1e3e5;
  border-radius: 8px !important;
  outline: none;
}

.footer__newsletter-btn {
  padding: 14px 24px;
  background-color: #ff6b00 !important;
  color: #fff;
  border: none;
  border-radius: 8px !important;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.footer__newsletter-btn:hover {
  opacity: 0.9;
}

.footer__newsletter-note {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.6;
}

.footer_bottom-wrapper {
  border-top: 1px solid #e1e3e5;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  container-type: inline-size;
  container-name: footer-bottom;
}

.footer__copyright {
  color: var(--gray-scales-gray-1);
  font-size: 14px;
}

.footer__payment-methods {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__payment-img {
  height: 17px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.footer__payment-img:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .category-grid {
    padding-inline: 0;
  }
  .card5 {
    padding-inline: var(--margin-md);
  }
  .col-top2 {
    margin-inline: 0;
  }
  .row-bottom1 {
    margin-inline: 0;
  }
  .frame-left {
    padding-inline: var(--margin-sm);
  }
}

@media screen and (max-width: 576px) {
  .header-top {
    padding-inline: var(--margin-sm);
  }
  .footer-row-bottom {
    padding-inline: var(--margin-sm);
  }
  .card5 {
    padding-inline: var(--margin-sm);
  }
}

/* container queries (flex rows) */

@container header-top (width < 140px) {
  .header-link {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .header-link > * {
    text-align: center;
  }
}

@container header (width < 1367px) {
  .header-middle {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .header-middle > * {
    margin-left: unset !important;
    text-align: center;
  }
  .header-middle > .header-search1 {
    width: 100%;
    max-width: 413px;
  }
}

@container header-middle (width < 385px) {
  .header-row-left {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .header-row-left > * {
    text-align: center;
  }
}

@container header-middle (width < 412px) {
  .header-search1 {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .header-search1 > * {
    margin-top: unset !important;
    text-align: center;
  }
}

@container header (width < 1367px) {
  .header-links1 {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .header-links1 > * {
    text-align: center;
  }
}

@container header-links1 (width < 895px) {
  .header-links2 {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .header-links2 > * {
    text-align: center;
  }
}

@container header-hero-info (width < 170px) {
  .btn1 {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .btn1 > * {
    text-align: center;
  }
}

@container footer (width < 1367px) {
  .footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@container footer (width < 768px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@container footer-brand (width < 217px) {
  .footer__logo-group {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .footer__brand > * {
    margin-left: 0;
    margin-right: 0;
  }
  .footer__logo-group > * {
    text-align: center;
  }
}

@container footer-brand (width < 205px) {
  .footer__socials {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
}

@container footer-newsletter (width < 423px) {
}

@container footer (width < 941px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
  .footer__bottom > * {
    text-align: center;
  }
}

@container footer-bottom (width < 143px) {
  .footer__payment-methods {
    flex-direction: column;
    align-items: center;
    gap: 13px;
  }
}

@container col-top1 (width < 1057px) {
  .category-grid {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .category-grid > * {
    text-align: center;
  }
}

@container col6 (width < 1202px) {
  .row1 {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  .col6 > * {
    margin-left: 0;
    margin-right: 0;
  }
  .row1 > * {
    text-align: center;
  }
  .row1 > .card5 {
    width: 100%;
    max-width: 870px;
  }
  .row1 > .card5 > * {
    text-align: unset;
  }
  .row1 > .col-right > * {
    text-align: unset;
  }
}

@container col6 (width < 827px) {
  .row-bottom1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .row-bottom1 > * {
    margin-top: unset !important;
  }
  .row-bottom1 > .col-left1 {
    width: 100%;
    max-width: 385px;
  }
  .row-bottom1 > .row-right {
    width: 100%;
  }
}

@container real-estate-grid (width < 1319px) {
  .real-estate-card {
    flex-direction: column;
  }
}

@container news-grid (width < 991px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@container news-grid (width < 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
