/********************** Common Classes 
*************************************/ 
.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-column {
  flex-direction: column;
}

.d-center {
  display: flex;
  align-items: center;
}

.f-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.j-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 5px;
}

.gap-12 {
  gap: 12px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.mx-auto {
  margin: 0 auto;
}

.relative {
  position: relative;
}

.container {
  max-width: 1920px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.content-container {
  max-width: 1583px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.full-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-white {
  color: var(--white-color);
}

.underline {
  text-decoration: underline;
}

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

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

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

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

.mb-4 {
  margin-bottom: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.fs-14 {
  font-size: 14px;
}

.line {
  width: 100%;
  height: 0.5px;
  opacity: 0.5;
  background: #fff;
}

.btn-outline {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #000;
  padding: 12px 27px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn-outline:hover {
    background-color: #BAAA8B;
    border-color: #BAAA8B;
}

/********************** Header Section 
*************************************/
.header{
  transition: all .2s ease-out;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: var(--wp-admin--admin-bar--height, 0);
  /* background-color: #292929; */
}

.support-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support-menu a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.support-menu .current_page_item.active a {
  color: #ef8210;
}

.support-menu .current_page_item.active a:has(svg) path {
  fill: #ef8210;
}


.support-menu a:has(svg) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.support-menu ul {
  display: inline-flex;
  gap: 20px;
}

.w3es-support-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 210px 0 43px;
}

.dx-logo {
  display: none;
}

.transparent-header .sm-logo {
  display: none;
}

.transparent-header .dx-logo {
  display: block;
}

.header.js-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.header.js-sticky-header .header-wrapper {
  height: 75px;

}

.admin-bar .header.js-sticky-header {
  top: 30px;
}

.header.js-sticky-header .dx-logo {
  display: none;
}

.header.js-sticky-header .sm-logo {
  display: block;
}

.header .header-wrapper {
 
  width: 100%;
  margin: 0 auto;
  height: 100px;
  gap: 30px;
  transition: all .2s ease-out;
  padding: 0;

}

.header-wrapper nav,
.header-wrapper nav ul {
  gap: 50px;
}

.header-wrapper nav ul li{
  position: relative;
}

.header-wrapper nav ul li a{
  color: var(--white-color);
  text-transform: capitalize;
  letter-spacing: 1.6px;
  line-height: 1.6;
  font-weight: 600;
  cursor: pointer;
}

.header-wrapper nav ul li a:has(svg) {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-wrapper nav input {
  display: inline-flex;
  width: 346px;
  height: 63px;
  padding: 20px 30px;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: 2px solid var(--white-color);
  border-radius: 100px;
  color: var(--white-color);
  font-size: 16px;
}

.header-wrapper nav input::placeholder {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.header-wrapper .dropdown-toggler{
  display: none;
}

.header-wrapper .ham-nav-links-primary .dropdown-toggler{
  display: block;
  position: absolute;
  top: 5px;
  right: 30px;
  padding: 10px;
  transition: all 0.2s ease-in-out;
  filter: invert(1);
}

.header-wrapper .ham-nav-links-primary .nav-item.opened .dropdown-toggler{
  transform: rotate(-180deg);
}

.ham-nav-links-primary .header-mega-menu{
  display: none;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 15px;
}

.ham-nav-links-primary .header-mega-menu.show{
  display: block;
  visibility: visible;
  opacity: 1;
}

.ham-nav-links-primary .blog-self-link .dropdown-toggler {
    display: none;
}

/* MEGA MENU */
.nav-links li:hover .mega-box,
.ham-nav-links li:hover .mega-box {
  top: 63px;
  opacity: 1;
  visibility: visible;
  left: -290px;
}

.nav-links li:hover .mega-box.mega-box-2 {
  top: 63px;
  opacity: 1;
  visibility: visible;
  left: -90px;
}

.mega-box {
  position: absolute;
  right: 0;
  max-height: 494px;
  min-width: 1300px;
  padding: 0 10px;
  top: 63px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.box-right {
  display: flex;
  width: 67%;
  padding: 15px;
}


.triangle {
  width: 0;
  height: 0;
  border-width: 11px 16px 0;
  border-color: #292929 transparent transparent transparent;
  border-style: solid;
  position: absolute;
  left: calc(27% + 0px);
  top: 0;
  z-index: 1;
}

.menu-image .menu-image-bottom {
  color: var(--primary-color);
  text-align: center;
  line-height: 20px;
}

.menu-image-bottom h3 {
  font-size: 0.875rem;
}

.menu-image-bottom p {
  font-size: 0.75rem;
  margin-bottom: 15px;
}

.menu-image .button {
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 0 0;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: 1px;
  padding: 7px 23px;
  line-height: 26px;
  border-radius: 3px;
  text-align: center;
  background-color: #baaa8b;
  transition: all 0.3s linear 0s;
}

.menu-image .button:hover {
  background-color: #baaa8b;
}

.mega-box .content {
  width: 100%;
  display: flex;
  padding: 12px 10px;
  background: #ffffff;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15),
  0 0 1px rgba(0, 0, 0, 0.5);
}

.mega-box .content .mega-image {
  width: 33%;
  padding-right: 10px;
}

.mega-box .content .menu-row {
  width: 33.333333%;
}

.content .menu-row .mega-menu-title {
  position: relative;
  font-weight: 700;
  border-bottom: none;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 15px !important;
}

.mega-box .box-right .menu-row:nth-child(1) {
  width: 34%;
}

.mega-box .box-right .menu-row:nth-child(2) {
  width: 42%;
}

.mega-box .box-right .menu-row:nth-child(3) {
  width: 23%;
}

.menu-row .mega-links li a,
.menu-row .menu li a {
  color: #000 !important;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 3px;
  line-height: 20px;
  text-transform: unset;
  letter-spacing: unset;
}

.menu-row .mega-links li a:hover,
.menu-row .menu li a:hover {
  background-color: #e8f1f7;
}

/* NEARME NAV */
.nearme-nav{
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,.15), 0 0 3px rgba(0,0,0,.15), 0 0 1px rgba(0,0,0,.5);
  max-height: 494px;
  overflow: hidden;
  padding: 12px 10px;
  position: absolute;
  top: 60px;
  transform: translateX(0%);
  visibility: hidden;
  display: block;
  min-width: max-content;
  left: -21px;
}

.nav-links li:hover .nearme-nav {
  top: 63px;
  opacity: 1;
  visibility: visible;
}

.nearme-nav .mega-menu-links li a,
.nearme-nav .mega-menu-links li a {
  color: #000;
  display: block;
  font-size: 16px; 
  font-weight: 500;
  padding: 7px 3px;
  line-height: 20px;
  text-transform: unset;
  letter-spacing: unset;
}

/* MEGA BOX 2 */
.mega-box-2 {
  display: flex;
  min-width: 1250px;
  max-width: 100%;
  width: fit-content;
  left: -90px;
  transform: translateX(-37.75%)
}

.mega-box-2 .triangle {
  right: 580px;
  left: auto;
}

.mega-box-2 .content {
  padding: 27px 25px !important;
}

.mega-box-2 .content .menu-row {
  width: 72%;
}

.mega-box-2 .menu-row .mega-links,
.mega-box-2 .menu-row .menu {
  column-count: 3;
  gap: 10px;
}

.mega-box-2 .menu-image {
  padding: 10px 15px;
  width: auto !important;
  border-left: 1px solid #dfeaf0;
}

.mega-box-2 .menu-image .menu-title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.mega-box-2 .menu-image a:not(.button) {
  line-height: 18px;
  margin: 0 0 5px;
  padding: 0;
  font-size: 0.875rem;
  color: var(--primary-color);
  gap: 10px;
}

.mega-box-2 .menu-image .menu-image-bottom {
  margin-top: 30px;
}

.mega-box-2 .menu-image .menu-image-bottom h3 {
  padding: 0;
}

.mega-box-2 .menu-image a span h3 {
  width: 100%;
  margin: 0 0 5px;
  font-weight: 600;
  line-height: 18px;
  font-size: 0.875rem;
}

.mega-box-2 .menu-image a span p {
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: initial;
}

/* HAMBURGER MENU */
.hamburger-menu .ham-menu-content {
  background-color: #292929;
  width: 420px;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  bottom: 0;
  text-align: left;
  transform: translateX(420px);
  transition: all .3s linear 0s;
  z-index: 13;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hamburger-menu .ham-menu-content.visible {
  transform: translateX(0px);
}

.ham-menu-content .ham-menu-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 30px 15px;
}

.ham-menu-content .ham-menu-header .logo{
  display: none;
}

.ham-menu-content .ham-menu-header .logo .dx-logo{
  display: block !important;
}
.ham-menu-content .ham-menu-header .logo .sm-logo{
  display: none !important;
}

.ham-menu-content .ham-menu-header .logo img{
  width: 150px;
}

.hamburger-menu .ham-nav-links-primary {
  display: none;
}

.hamburger-menu .ham-nav-links-secondary {
  display: block;
}

.hamburger-menu .ham-nav-links li{
  color: var(--white-color);
  padding: 10px 25px;
  transition: 0.5s;
}

.hamburger-menu .ham-nav-links li a {
  color: var(--white-color);
  padding: 0px 25px 0px 35px;
}

body.menu-open .ham-nav-links {
  transform: translateX(0);
  right: 0;
}

.hamburger-menu .menu-icon {
  cursor: pointer;
}

.hamburger-menu .cross-icon {
  cursor: pointer;
  position: relative;
  right: 10px;
  z-index: 12;
  margin-left: auto;
  display: flex;
  justify-content: end;
}

.hamburger-menu .cross-icon img {
  min-width: 40px;
  width: 40px;
  cursor: pointer;
}

.hamburger-menu .menu-icon img {
  min-width: 61px;
}

.header .search-wrapper {
  gap: 30px;
}

.header-wrapper nav .search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-color: #292929;
}

/********************** Footer Section 
*************************************/
.footer {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #000000;
  padding: 40px 0;
}

.footer .copyright {
  text-align: center;
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}

.footer .copyright a {
  font-weight: 700;
}

.footer .footer-wrapper {
  height: 100%;
}

.newsletter {
  gap: 50px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.newsletter h2,
.newsletter p {
  color: var(--white-color);
}

.newsletter input {
  width: 439px;
  height: 60px;
  padding: 15px 30px;
  border-radius: 4px 0 0 4px;
  background: var(--white-color);
  border: none;
  font-size: 1rem;
}

.newsletter input::placeholder {
  color: #000;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  font-size: 1rem;
}

.newsletter button {
  font-family: inherit;
  width: 186px;
  align-items: center;
  border-radius: 0 4px 4px 0;
  background: #ffc700;
  text-transform: uppercase;
  height: 60px;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
}

.newsletter-info {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}

/* .footer-links {
  padding-top: 40px;
} */

.footer-links .links-wrapper {
  gap: 110px;
  flex-wrap: wrap;
}

.footer-links .widget-item-3 .widget:last-child{
  display: none;
}

.links-wrapper ul li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  transition: 0.5s;
}

.links-wrapper ul li a:hover {
  text-decoration: underline;
}

.city-links label,
.links-wrapper ul label {
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 20.8px;
  text-transform: uppercase;
}

.city-links {
  max-width: 370px;
  width: 100%;
  padding-top: 50px;
}

.powered-by {
  margin-bottom: 50px;
}

.powered-by:before {
  content: "";
  align-self: stretch;
  border: 1px solid var(--white-color);
}

.powered-by a {
  order: -1;
}

.powered-by p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.078px;
}

.powered-by p a:hover {
  text-decoration: underline;
}

.footer-bottom .copyright {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20.078px;
}

.copyBtn{
  cursor: pointer;
}

/*Top Button*/
.top-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #BAAA8B;
  border: none;
  font-size: 38px;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.25));
}

/*Copy Status*/
.copy-status{
  position: fixed;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 105px);
  z-index: 1050;
  right: 40px;
  color: green;
  background: #fff;
  border: 2px solid green;
  padding: 10px 15px;
  border-radius: 8px;
  font-weight: 600;
  transition: opacity 0.5s ease-in-out;
}

body:has(.header.sticky) .copy-status{
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 95px);
}
@media only screen and (max-width: 1575px) and (min-width: 1279px) {
	.header-wrapper nav, .header-wrapper nav ul {
		gap: 25px;
	}
	.header-wrapper nav input {
		width: 270px; 
	}
	.nav-links li:hover .mega-box, .ham-nav-links li:hover .mega-box {
		left: -235px;
	}
	.mega-box {
		min-width: 1204px; 
	}
	.nav-links li:hover .mega-box.mega-box-2 {
		left: -59px;
	}
	.nav-links li:hover .mega-box.mega-box-2 {
		left: -59px;
	}
}

@media only screen and (max-width: 1279px) {
  .d-mbl-none{
    display: none;
  }
	
  /* Header Section */	

  .header-wrapper nav input {
      width: 590px;
  }

  .hamburger-menu .ham-nav-links-primary {
    display: block;
  }

  .hamburger-menu .ham-nav-links-secondary {
    display: none;
  }

  .search-wrapper {
      gap: 30px;
  }

  .hamburger-menu .menu-icon {
      display: block;
  }

  .header-wrapper nav ul li a,
  .hamburger-menu .ham-nav-links li {
      color: #fff;
      transition: 0.5s;
  }

  .hamburger-menu .cross-icon img {
      min-width: 40px;
      width: 40px;
      cursor: pointer;
  }

  .nav-links li:hover .mega-box, .ham-nav-links-primary li:hover .mega-box {
    top: 15px;
    opacity: 1;
    visibility: visible;
    left: 0;
  }

  .mega-box {
    position: relative;
    top: 15px;
    left: 0;
    max-height: max-content;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .content .menu-row .mega-menu-title {
    padding-left: 35px;
    font-size: 1rem;
    line-height: 2.2rem;
    padding-bottom: 0 !important;
  }

  .box-right {
    width: 100%;
    flex-wrap: wrap;
  }

  .mega-box .content .menu-row {
    width: 100% !important;
  }

  .mega-box-2 {
    position: relative;
    top: 15px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    left: unset;
    transform: unset;
  }

  .mega-box-2 .content .menu-row {
    width: 100%;
  }

  .mega-box-2 .content {
    padding: 15px 0px !important;
  }

  .mega-box-2 .menu-row .mega-links, .mega-box-2 .menu-row .menu {
    column-count: 1;
    gap: 10px;
  }

  .ham-nav-links-primary .nearme-nav{
    position: initial;
    margin-top: 15px;
    margin-bottom: 0;
  }

  .header-mega-menu .mega-menu-title ~ nav{
    display: none;
  }

  .header-mega-menu .mega-menu-title ~ nav.show{
    display: block;
  }

  .dropdown-indicator {
    position: absolute;
    background-color: #baaa8b;
    border-radius: 50%;
    height: 18px;
    margin-top: -18px;
    right: auto;
    left: 5px;
    top: calc(50% + 10px);
    width: 18px;
    cursor: pointer;
  }

  .dropdown-indicator::before, .dropdown-indicator::after {
    background-color: #fff;
    content: '';
    height: 2px;
    left: 4px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 10px;
  }

  .dropdown-indicator::after {
    transform: rotate(90deg);
  }

  .mega-menu-title.opened .dropdown-indicator::after {
    display: none;
  }
}

@media only screen and (max-width: 1440px) {
  /*Footer Section*/
  .footer {
    background-image: url(../images/footer_bg_1440x.webp);
    background-position: center;
  }

  .footer-links .links-wrapper {
    gap: 80px;
  }
}

@media only screen and (max-width: 1099px) {
  .header-wrapper nav input {
      width: 100%;
      min-width: 369px;
  }
}


@media only screen and (max-width: 991px) {
  .slider-buttons,
  .slider-buttons::before {
      display: none;
  }

  .slider-section .slider-dots{
      display: block;
  }

  .header-wrapper nav input {
      width: 100%;
  }

  /*Footer*/
  .newsletter {
      gap: 25px;
  }

  .footer {
    background-image: url(../images/footer_bg_991x.webp);
  }

  .footer .footer-wrapper {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .footer-links .links-wrapper {
      column-gap: 115px;
  }

  .footer-links .links-wrapper ul {
      min-width: 200px;
  }

  .footer-links .city.links-wrapper {
      row-gap: 0;
      padding-bottom: 75px;
  }

  .footer-bottom {
      flex-wrap: wrap;
      row-gap: 35px;
  }

}

@media screen and (min-width: 641px) and (max-width: 990px) {
  .header-wrapper nav input {
      min-width: 100%;
  }

  .footer {
      background-position: unset;
  }

  .newsletter .input-wrapper {
      width: 100%;
  }

  .newsletter .input-wrapper .input-field {
      flex-wrap: wrap;
      width: 100%;
  }

  .newsletter button,
  .newsletter input {
      width: 100%;
      border-radius: 4px;
  }

  .newsletter button, .newsletter input::placeholder {
      text-align: center;
  }
}

@media only screen and (max-width: 860px) {
  .footer-links .widget-item-1 .widget:last-child{
    display: none;
  }

  .footer-links .widget-item-3 .widget:last-child{
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .content-container,
  .container {
      padding: 0 15px;
  }

  .hamburger-menu .ham-nav-links {
      right: 15px;
      margin-top: 0;
  }
	
  .ham-menu-content .ham-menu-header .logo{
    display: block;
  }

  .sticky .hamburger-menu .ham-nav-links {
    right: 15px;
    margin-top: 5px;
  }


  .header .header-wrapper {
      height: 82px;
      padding: 0 15px;
      background-position: bottom;
      background-size: unset;
  }

  .header .header-wrapper nav {
      width: auto;
  }

  .footer {
    background-image: url(../images/footer_bg_640x.webp);
    background-color: #001A67;
    background-size: contain;
    background-position: bottom;
  }

  .footer-links .links-wrapper{
    flex-direction: column;
  }

  .footer .footer-wrapper.content-container {
      padding: 50px 20px;
      z-index: 2;
  }

  .header .search-wrapper {
      justify-content: space-between;
      width: 100%;
      gap: 15px;
  }

  .header .header-wrapper {
    padding: 0 15px !important;
    gap: 0;
    
  }

  .header .header-wrapper .logo{
    width: 200px;

  }

  .header-wrapper nav ul li.w3e-buy-btn {
    padding: 5px;
    margin-right: 0;

  }

  .header-wrapper nav ul li.w3e-buy-btn a {
    font-size: 14px;
    color: #fff;
  }

  .search-wrapper .search-input {
      width: 100%;
  }

  .header-wrapper nav input {
      height: 48px;
      min-width: 100%;
      padding: 15px;
      background-color: #fff;
      color: var(--black-color);
  }

  .header-wrapper nav input::placeholder {
    color: var(--black-color);
  }

  .header-wrapper nav .search-icon {
    right: 17px;
    background-color: #fff;
  }

  .header-wrapper nav .search-icon img {
    filter: invert(1);
  }

  .newsletter input {
      width: 100%;
  }

  .newsletter .input-wrapper {
      width: 100%;
  }

  .newsletter .input-wrapper .input-field {
      flex-wrap: wrap;
      width: 100%;
  }

  .newsletter button,
  .newsletter input {
      width: 100%;
      border-radius: 4px;
  }

  .newsletter button, .newsletter input::placeholder {
      text-align: center;
  }

  .copy-status {
    top: calc(var(--wp-admin--admin-bar--height, 0px) + 87px);
    right: 15px;
    font-size: .8rem;
  }

  .header.sticky ~ .main-wrapper .copy-status {
    top: 95px;
    right: 15px;
  }

}

@media only screen and (max-width: 600px) {
  .admin-bar .header.js-sticky-header {
    top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .support-menu {
    display: block;
    text-align: center;
  }

  .support-menu nav:first-child {
    margin-bottom: 20px;

  }

  .header-wrapper nav .search-icon {
    right: 10px;
  }

  .footer-links .links-wrapper {
      column-gap: 25px;
      gap: 4px;
  }

  .powered-by img {
      width: 190px;
  }

  .powered-by p {
      font-size: 11px;
      line-height: 17.078px;
  }

}