.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-2aeb93e *//* =========================================================
   E-MARKET FASHION
   PREMIUM FOOTER
   BLACK + GREEN + WHITE
========================================================= */

.emf-footer {

  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #050a07 0%,
      #09140d 50%,
      #050805 100%
    );

  color: #ffffff;

  font-family:
    "Noto Sans Bengali",
    "Hind Siliguri",
    Arial,
    sans-serif;

}


/* =========================================================
   CONTAINER
========================================================= */

.emf-footer-container {

  width: 94%;

  max-width: 1420px;

  margin: auto;

}


/* =========================================================
   TOP GLOW
========================================================= */

.emf-footer::before {

  content: "";

  position: absolute;

  top: -180px;

  left: 50%;

  width: 600px;

  height: 350px;

  transform: translateX(-50%);

  background:
    radial-gradient(
      circle,
      rgba(22,166,83,.16),
      transparent 70%
    );

  pointer-events: none;

}


/* =========================================================
   MAIN FOOTER
========================================================= */

.emf-footer-main {

  position: relative;

  padding:
    75px 0 60px;

  border-bottom:
    1px solid rgba(255,255,255,.08);

}


.emf-footer-main::after {

  content: "";

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(53,212,119,.35),
      transparent
    );

}


/* =========================================================
   GRID
========================================================= */

.emf-footer-main
.emf-footer-container {

  display: grid;

  grid-template-columns:
    1.5fr
    1fr
    1fr
    1.25fr;

  gap: 55px;

}


/* =========================================================
   BRAND
========================================================= */

.emf-footer-logo {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  text-decoration: none;

  color: white;

  transition: .3s ease;

}


.emf-footer-logo-mark {

  width: 52px;

  height: 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      #16a653,
      #08783c
    );

  color: white;

  font-size: 27px;

  font-weight: 900;

  box-shadow:
    0 12px 30px
    rgba(22,166,83,.25);

  transition: .35s ease;

}


.emf-footer-logo:hover
.emf-footer-logo-mark {

  transform:
    rotate(-5deg)
    scale(1.07);

}


.emf-footer-logo-text {

  display: flex;

  flex-direction: column;

  line-height: 1;

}


.emf-footer-logo-text strong {

  font-size: 23px;

  font-weight: 900;

  letter-spacing: -.5px;

}


.emf-footer-logo-text small {

  margin-top: 7px;

  color:
    #35d477;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 4px;

}


/* =========================================================
   BRAND DESCRIPTION
========================================================= */

.emf-brand-col > p {

  max-width: 380px;

  margin:
    23px 0 24px;

  color:
    rgba(255,255,255,.62);

  font-size: 13px;

  line-height: 1.9;

}


/* =========================================================
   SOCIAL
========================================================= */

.emf-footer-social {

  display: flex;

  gap: 9px;

}


.emf-footer-social a {

  width: 39px;

  height: 39px;

  display: flex;

  align-items: center;

  justify-content: center;

  border:
    1px solid rgba(255,255,255,.12);

  border-radius: 11px;

  background:
    rgba(255,255,255,.035);

  color: white;

  text-decoration: none;

  font-size: 15px;

  font-weight: 800;

  transition:
    .3s ease;

}


.emf-footer-social a:hover {

  background:
    #16a653;

  border-color:
    #16a653;

  transform:
    translateY(-4px);

  box-shadow:
    0 10px 25px
    rgba(22,166,83,.25);

}


/* =========================================================
   FOOTER TITLES
========================================================= */

.emf-footer-col h3 {

  position: relative;

  margin:
    3px 0 22px;

  color: white;

  font-size: 15px;

  font-weight: 800;

}


.emf-footer-col h3::after {

  content: "";

  display: block;

  width: 30px;

  height: 2px;

  margin-top: 9px;

  border-radius: 5px;

  background:
    #16a653;

}


/* =========================================================
   LINKS
========================================================= */

.emf-footer-col ul {

  margin: 0;

  padding: 0;

  list-style: none;

}


.emf-footer-col li {

  margin-bottom: 12px;

}


.emf-footer-col li a {

  position: relative;

  color:
    rgba(255,255,255,.6);

  text-decoration: none;

  font-size: 13px;

  transition:
    .25s ease;

}


.emf-footer-col li a::before {

  content: "›";

  margin-right: 7px;

  color:
    #16a653;

  opacity: 0;

  transform:
    translateX(-5px);

  display: inline-block;

  transition: .25s ease;

}


.emf-footer-col li a:hover {

  color:
    #35d477;

}


.emf-footer-col li a:hover::before {

  opacity: 1;

  transform:
    translateX(0);

}


/* =========================================================
   CONTACT
========================================================= */

.emf-contact-item {

  display: flex;

  align-items: flex-start;

  gap: 12px;

  margin-bottom: 19px;

}


.emf-contact-icon {

  width: 37px;

  height: 37px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  border:
    1px solid rgba(53,212,119,.18);

  border-radius: 10px;

  background:
    rgba(22,166,83,.08);

}


.emf-contact-item small {

  display: block;

  margin-bottom: 3px;

  color:
    rgba(255,255,255,.4);

  font-size: 9px;

  text-transform: uppercase;

  letter-spacing: 1px;

}


.emf-contact-item p,
.emf-contact-item a {

  margin: 0;

  color:
    rgba(255,255,255,.72);

  font-size: 12px;

  line-height: 1.5;

  text-decoration: none;

}


.emf-contact-item a:hover {

  color:
    #35d477;

}


/* =========================================================
   NEWSLETTER
========================================================= */

.emf-newsletter {

  position: relative;

  padding:
    27px 0;

  background:
    rgba(255,255,255,.025);

}


.emf-newsletter-inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

}


.emf-newsletter-text {

  display: flex;

  align-items: center;

  gap: 13px;

}


.emf-newsletter-text > span {

  width: 43px;

  height: 43px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 12px;

  background:
    rgba(22,166,83,.12);

}


.emf-newsletter-text h3 {

  margin: 0 0 3px;

  font-size: 15px;

}


.emf-newsletter-text p {

  margin: 0;

  color:
    rgba(255,255,255,.5);

  font-size: 11px;

}


.emf-newsletter-form {

  width: 410px;

  max-width: 100%;

  height: 47px;

  display: flex;

  overflow: hidden;

  border:
    1px solid rgba(255,255,255,.12);

  border-radius: 10px;

  background:
    rgba(255,255,255,.05);

}


.emf-newsletter-form input {

  flex: 1;

  min-width: 0;

  border: none;

  outline: none;

  padding: 0 15px;

  background: transparent;

  color: white;

  font-size: 12px;

}


.emf-newsletter-form input::placeholder {

  color:
    rgba(255,255,255,.4);

}


.emf-newsletter-form button {

  width: 105px;

  border: none;

  background:
    #16a653;

  color: white;

  cursor: pointer;

  font-weight: 700;

  font-size: 12px;

  transition: .3s ease;

}


.emf-newsletter-form button:hover {

  background:
    #08783c;

}


/* =========================================================
   BOTTOM
========================================================= */

.emf-footer-bottom {

  padding:
    19px 0;

  background:
    rgba(0,0,0,.2);

}


.emf-bottom-inner {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

}


.emf-footer-bottom p {

  margin: 0;

  color:
    rgba(255,255,255,.42);

  font-size: 10px;

}


.emf-footer-bottom strong {

  color:
    rgba(255,255,255,.75);

}


.emf-payment {

  display: flex;

  align-items: center;

  gap: 7px;

}


.emf-payment span {

  margin-right: 5px;

  color:
    rgba(255,255,255,.35);

  font-size: 9px;

}


.emf-payment b {

  min-width: 38px;

  height: 23px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0 7px;

  border:
    1px solid rgba(255,255,255,.1);

  border-radius: 5px;

  background:
    rgba(255,255,255,.05);

  color:
    rgba(255,255,255,.7);

  font-size: 8px;

}


/* =========================================================
   TABLET
   769px — 1100px
========================================================= */

@media (min-width: 769px)
and (max-width: 1100px) {

  .emf-footer-main
  .emf-footer-container {

    grid-template-columns:
      1.3fr 1fr 1fr;

    gap: 35px;

  }

  .emf-contact-col {

    grid-column: span 3;

  }

}


/* =========================================================
   PHONE
   0 — 768px
========================================================= */

@media (max-width: 768px) {

  .emf-footer-main {

    padding:
      50px 0 35px;

  }


  .emf-footer-main
  .emf-footer-container {

    grid-template-columns: 1fr;

    gap: 35px;

  }


  .emf-brand-col > p {

    max-width: 100%;

  }


  .emf-newsletter {

    padding: 25px 0;

  }


  .emf-newsletter-inner {

    align-items: stretch;

    flex-direction: column;

    gap: 18px;

  }


  .emf-newsletter-form {

    width: 100%;

  }


  .emf-bottom-inner {

    flex-direction: column;

    text-align: center;

  }


  .emf-payment {

    justify-content: center;

  }

}


/* =========================================================
   SMALL PHONE
========================================================= */

@media (max-width: 430px) {

  .emf-footer-logo-mark {

    width: 45px;

    height: 45px;

  }


  .emf-footer-logo-text strong {

    font-size: 20px;

  }


  .emf-newsletter-form {

    height: 45px;

  }


  .emf-newsletter-form button {

    width: 90px;

  }

}/* End custom CSS */