body {
  font-size: 14px;
  line-height: 28px;
  overflow-x: hidden;
  font-family: var(--font);
}

:root {
  --primary_color: #fcc603;
  --secondary_color: #fcc603;
  --bg_soft: #e8e6e6;
  --black: #000;
  --text_color: #69778a;
  --white_color: #ffffff;
}

a {
  text-decoration: none;
}

a:link {
  /* color: var(--white_color); */
   color: #adacb1;
  font-size: 16px;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.custom-sticky-top {
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.custom-sticky-top.is-sticky {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.95);
}

/*--===============|| 01. TOP HEADER ||===============--*/
.top_header {
  width: 100%;
  padding: 7px 15px;
  background-color: #ffe99b;
}

.header_contact_warpper {
  display: flex;
  flex-direction:row;
  gap: 30px;
  align-items: center;
}
.header_contact_item img{
	width:18px;
	height:18px;
}
.header_action_wrapper{
	display:flex; 
	   justify-content:flex-end;
    float: none;
    margin-top: 0px;
}
.header_contact_item {
  display: flex;
  gap: 8px;
  color: var(--black);
  align-items: center;
}

.header_contact_item i {
  font-size: 16px;
}

.header_contact_item span,.header_contact_item a {
  font-family: var(--font);
  color:#000;
  font-size: 14px;
  padding-top: 2px;
}
.header_contact_item a{
     cursor: pointer;
}
.header_action_wrapper {
  float: right;
  display: flex;
  gap: 30px;
  align-items: center;
}

/*--===============|| 02. HEADER ||===============--*/
.header {
  width: 100%;
  background-color: var(--white_color);
  border-bottom: 1px solid var(--bg_soft);
}

div#header,
div#footer {
  width: 100%;
}

.logo img {
  display: inline;
  width: 120px;
  height: auto;
  padding: 5px;
  object-fit: contain;
}


.navbar-nav li a {
  font-family: var(--font);
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  font-style: normal;
  color: #001430;
  transition: all 900ms ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
  color: #001430;
}

.navbar-light .navbar-nav .nav-link i {
  font-size: 16px;
  color: var(--primary_color);
}

.dropdown-toggle::after {
  display: none;
}

.navbar-nav li a i {
  margin-right: 10px;
}

.dropdown-menu {
  top: 40px;
  border-radius: 0px;
  border: none;
}

.nav-item a {
  text-decoration: none;
}

.support {
  display: flex;
  gap: 10px;
  margin-left: 30px;
  align-items: center;
  padding: 5px 15px;
  margin-bottom: 0px;
  line-height: 1.2;
  border-radius: 50px;
  border: 1px dashed var(--primary_color);
  background-color: #fcc6031a;
}

.support i {
  font-size: 20px;
  color: var(--secondary_color);
}

.support img {
  width: 25px;
}

.support_content span {
  font-size: 14px;
  color: var(--text_color);
}

.support_content p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

.compare {
  position: relative;
  line-height: 1.2;
  margin-left: 15px;
  text-align: center;
}

.compare h6 {
  font-size: 14px;
  color: #69778a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.compare h6 i {
  font-size: 22px;
}

.compare h6 sup {
  position: absolute;
  top: -6px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: var(--white_color);
  background-color: var(--secondary_color);
  border-radius: 50%;
  font-size: 10px;
  line-height: 1;
}

.compare p {
  font-family: var(--font);
  color: var(--text_color);
  margin-bottom: 0;
}

/*--===============|| 03. BANNER ||===============--*/
#bannerCarousel {
  display: flex;
  align-items: center;
}

#bannerCarousel img {
  width: 100%;
}

.carousel-control-prev {
  width: 45px;
  height: 45px;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  background-color: rgba(97, 175, 66, 0.15);
  border: 1px solid var(--primary_color);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.carousel-control-next {
  width: 45px;
  height: 45px;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  background-color: rgba(97, 175, 66, 0.15);
  border: 1px solid var(--primary_color);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(42%) sepia(90%) saturate(400%) hue-rotate(130deg);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: var(--primary_color);
  transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev:active,
.carousel-control-next:active {
  transform: translateY(-50%) scale(0.95);
}

/*--===============|| 04. SHOP BY CATEGORY ||===============--*/
.bg_offer {
  margin-top: 80px;
}

.offer_heading h1 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.offer_card {
  text-align: center;
  padding: 5px;
}

.offer_card img {
  width: 100%;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 15px;
  background-color: var(--bg_soft);
}

.offer_card img h6 {
  font-size: 14px;
  font-weight: 600;
}

.owl-nav {
  text-align: center;
  font-size: 16px;
  margin-top: 15px !important;
}

.owl-carousel .owl-nav button.owl-next {
  color: var(--primary_color);
  margin-left: 15px;
}

.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
  color: var(--primary_color);
}

.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.owl-dots {
  display: none;
}

/*--===============|| 05. PRODUCT ||===============--*/
.latest_product_heading h3 {
  font-size: 26px;
  font-weight: 600;
}

.latest_product_card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 10px;
  border-radius: 25px;
  margin-top: 30px;
  border: 1px solid var(--bg_soft);
  background-color: var(--white_color);
}

.latest_product_card img {
  width: 100%;
  border-radius: 10px;
  background-color: var(--bg_soft);
}

.latest_product_content h5 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
}

.latest_product_content ul {
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.latest_product_content ul li {
  font-size: 14px;
  color: var(--text_color);
  list-style: none;
}

.latest_product_content p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.latest_product_content p del {
  color: var(--text_color);
}

.latest_product_content p strong {
  color: var(--primary_color);
  margin-left: 15px;
}

.latest_product_content span {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 5px;
  color: var(--white_color);
  background-color: #fcc603;
}

.latest_product_card a {
  display:flex !important;
  margin-top:.5rem;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    background: rgba(252, 198, 3, 0.16);
    color: #001430;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.82rem;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
    padding: 11px;
    text-decoration: none;
}


/*  */
/* .secend_card_arival { */
  /* width: 200px !important; */
  /* top: 140px !important; */
/* } */
/*  */
.latest_product_card a i {
  margin-right: 10px;
}



.latest_product_card:hover a:hover {
    background: var(--primary_color);
    color: var(--black);
}

.latest_product_card a i {
  display: inline-block;
  transition: transform 0.4s ease;
}

.latest_product_card:hover a:hover i {
  animation: iconMove 0.5s ease;
}

  /* lift the whole header off the page so it doesn't look flat/pale */
    .custom-sticky-top {
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
    }

    /* ===== Row 2 — logo + long search bar + actions ===== */
    .header-main {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }
    .header-main .logo {
      flex: 0 0 auto;
      margin: 0;
    }

    .header-search {
      flex: 1 1 280px;
      min-width: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      background: #fff;
      border: 2px solid #fcc603;
      border-radius: 40px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }
    .header-search input {
      flex: 1 1 auto;
      min-width: 0;
      border: 0;
      outline: 0;
      padding: 12px 22px;
      font-size: 15px;
      background: transparent;
      color: #222;
    }
    .header-search input::placeholder {
      color: #8a8a8a;
    }
    .header-search button {
      flex: 0 0 auto;
      border: 0;
      cursor: pointer;
      padding: 0 24px;
      background: #fcc603;
      color: #fff;
      font-size: 16px;
    }
 

    .header-actions {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 20px;
      margin: 0;
      padding: 0;
      flex: 0 0 auto;
    }
    .header-actions > li {
      margin: 0;
    }
    .header-actions a {
      text-decoration: none;
    }
  
    .header-actions .compare h6 i {
      color: #69778a;
      margin-right: 10px;
    }
    .header-actions .compare p {
      color: #69778a;
      font-weight: 600;
    }
    .header-actions__toggle {
      display: none;
    }
    .header-actions__toggle .navbar-toggler {
      border-color: rgba(0, 0, 0, 0.18);
      color: #333;
    }
      .header-menu-actions {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
        width: 100%;
        margin-top: 14px;
        padding-top: 16px;
        border-top: 1px solid #eee;
      }
    .header-menu-actions {
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .header-menu-actions a {
      text-decoration: none;
    }
    .header-menu-actions .compare h6 i {
      color: #2c2c2c;
    }
    .header-menu-actions .compare p {
      color: #3a3a3a;
      font-weight: 600;
    }

    .header-nav {
      background: #fffdf6;
      border-top: 1px solid #f0e6c8;
    }
    .header-nav .navbar {
      justify-content: center;
      padding-top: 0;
      padding-bottom: 0;
    }
    /* the Bootstrap collapse stretches full-width on desktop, so center the
       menu inside it (otherwise the links sit at the left edge) */
    .header-nav .navbar-collapse {
      justify-content: center;
    }
    .header-nav .menuNav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 26px;
    }
    .header-nav .menuNav .nav-link {
      padding: 12px 0;
      color: #1f2a44;
      font-weight: 600;
    }
    .header-nav .menuNav .nav-link:hover,
    .header-nav .menuNav .nav-link:focus,
    .header-nav .menuNav .nav-link:active,
    .header-nav .menuNav .nav-link.active {
      color: #e83e8c;
    }
@keyframes iconMove {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  40% {
    transform: translateY(-12px);
    opacity: 0;
  }

  41% {
    transform: translateY(12px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.pro_wishlist {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: var(--white_color);
  cursor: pointer;
  transition: all 900ms ease-in;
  z-index: 2;
}

.pro_wishlist i {
  color: var(--text_color);
}

.pro_wishlist:hover {
  background: var(--primary_color);
  transform: scale(1.1);
}

.pro_wishlist:hover i {
  color: var(--white_color);
}

.pro_wishlist::after {
  content: attr(title);
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary_color);
  color: var(--white_color);
  font-size: 14px;
  padding: 0px 6px;
  white-space: nowrap;
  opacity: 0;
  border-radius: 4px;
  visibility: hidden;
  transition: all 900ms ease-in;
}

.pro_wishlist:hover::after {
  opacity: 1;
  visibility: visible;
}

/* .sinPro .latest_product_card a {
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	background-color: var(--primary_color);
	color: var(--white_color);
	padding: 8px 15px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	opacity: 0;
	border-radius: 25px;
	visibility: hidden;
	transition: all 0.5s ease-in;
	z-index: 2;
} */

/*--===============|| 06. NEW ARRIVAL ||===============--*/
.arival_bg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.new_arrival_heading {
  display: flex;
  justify-content: space-between;
}

.new_arrival_heading h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0px;
}

.new_arrival_heading h3 i {
  color: var(--secondary_color);
  margin-right: 10px;
}

.new_arrival_heading a {
  font-size: 14px;
  margin-bottom: 0px;
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 20px;
  color: var(--text_color);
  border: 1px solid var(--text_color);
}

.new_arrival_heading a i {
  margin-left: 10px;
  transition: all 900ms ease-in;
}

.new_arrival_heading a:hover i {
  color: var(--primary_color);
  transform: translateX(10px);
}

.arrival_new_banner {
  position: sticky;
  top:0;
  
}

.arrival_new_banner img {
  width: 100%;
  height:auto;
  margin-top: 30px;
  object-fit: cover;
  border-radius: 15px;
}

.arrival_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.arrival_content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--white_color);
}

.arrival_content p {
  font-size: 16px;
  color: var(--white_color);
  margin-top: 10px;
  margin-bottom: 20px;
}

.arrival_content a {
  color: var(--text_color);
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid var(--text_color);
  background-color: var(--white_color);
}

.arival_news img {
  width: 100%;
  height: 322px;
  object-fit: cover;
  margin-top: 30px;
  border-radius: 15px;
}

.arrival_content a i {
  margin-left: 10px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top:1rem;
}

.latest_product_content h4 {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: var(--white_color);
  border-radius: 15px 0px 15px 0px;
  border: 1px solid var(--bg_soft);
  background-color: var(--primary_color);
  margin: 0;
}

.rating small {
  color: var(--text_color);
  font-size: 14px;
}

.commision {
  position: absolute;
  top: 10px !important;
  left: 10px !important;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: var(--white_color);
  border-radius: 10px 0px 15px 0px !important;
  border: 1px solid var(--bg_soft);
  background-color: var(--primary_color);
}

.latest_product_content h4 i {
  margin-right: 5px;
}

/*--===============|| 04. SHOP BY AGE ||===============--*/
.hop_by {
  margin-top: 80px;
}

.hop_by_heading h1 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}

.hop_by_heading p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.2;
  color: var(--text_color);
  text-align: center;
  margin-bottom: 30px;
}

.shop_by_age_card .img_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.shop_by_age_card {
  width: 100%;
  height: 220px;
  background-color: var(--bg_soft);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.shop_by_age_card img {
  width: 150px !important;
  height: 150px;
  padding: 10px;
  border-radius: 150px;
  background-color: var(--white_color);
  display: block;
  transition: 0.5s ease;
  object-fit: contain;
}

.shop_by_age_card a {
  text-decoration: none;
}

.shop_by_age_card a h6 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  color: var(--black);
}

.img2 {
  position: absolute;
  top: 100%;
  left: 0;
}

.shop_by_age_card:hover .img1 {
  transform: translateY(-100%);
}

.shop_by_age_card:hover .img2 {
  top: 0;
}

#shopByAge {
  position: relative;
}

#shopByAge .owl-nav,
#latestproduct .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

#shopByAge .owl-nav button.owl-next,
#latestproduct .owl-nav button.owl-next,
#shopByAge .owl-nav button.owl-prev,
#latestproduct .owl-nav button.owl-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary_color);
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  transition: 0.3s ease;
  cursor: pointer;
  pointer-events: auto;
}

#shopByAge .owl-nav button.owl-prev,
#latestproduct .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
}

#shopByAge .owl-nav button.owl-next,
#latestproduct .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
}

#shopByAge .owl-nav button.owl-next:hover,
#latestproduct .owl-nav button.owl-next:hover,
#shopByAge .owl-nav button.owl-prev:hover,
#latestproduct .owl-nav button.owl-prev:hover {
  background: var(--primary_color);
  color: #fff;
  transform: scale(1.05);
}

#shopByAge .owl-nav button:focus,
#latestproduct .owl-nav button:focus {
  outline: none;
}

/*--===============|| 08. PROCESS SYSTEM ||===============--*/
.bg_discount {
  margin-top: 80px;
}

.process_card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px 25px;
  border-radius: 15px;
  background: rgba(255, 165, 0, 0.12);
  overflow: hidden;
  transition: 0.3s ease;
}

.icon_box {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.svg_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}

.svg1 {
  opacity: 1;
}

.svg2 {
  top: 120%;
  opacity: 0;
}

.process_card:hover {
  background: rgba(255, 165, 0, 0.25);
  transform: translateY(-3px);
}

.process_card:hover .svg1 {
  top: -50%;
  opacity: 0;
}

.process_card:hover .svg2 {
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.content_process h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.content_process p {
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.card_process_sy {
  background-color: #e6eef9 !important;
}

.card_process_syt {
  background-color: #dff8f6 !important;
}

.card_process_syss {
  background-color: #ffeef0 !important;
}

/*--===============|| 09. POINT OF SALE ||===============--*/
.point_of_sale {
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 15px;
}

.discont_card {
  position: relative;
  border-radius: 15px;
  background-color: var(--primary_color);
}

.discount_card_img img {
  width: 100%;
  border-radius: 30px;
  /* padding: 50px 0px 0px 0px; */
}

.discount_card_content {
  margin-top: 50px;
  margin-left: 30px;
}

.discount_card_content h3 {
  font-weight: 600;
  font-size: 30px;
  color: var(--white_color);
  margin-bottom: 20px;
}

.discount_card_content a {
  color: var(--black);
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 20px;
  border: 1px solid var(--text_color);
  background-color: var(--white_color);
}

.discount_card_content a i {
  margin-left: 10px;
}

/*--===============|| 10. FOOTER ||===============--*/
.footer_bg {
  padding: 50px 0px 0px 0px;
  background-color: #fcc60333;
  position: relative;
  overflow: hidden;
}
.logo-images{
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom:12px;
}
.logo-images img {
    width: 88px;
    height: auto;
}

.logo-images img:last-child{
    width: 132px;
}
.footer_bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background-image: url("../img/png/footer-bottom-shape-3.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.footer_bg > * {
  position: relative;
  z-index: 1;
}



.footer_box p {
  font-size: 14px;
  color: var(--text_color);
  margin-bottom: 15px;
}

.footer_info ul {
  padding: 0;
  margin: 0;
}

.footer_info ul li {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  list-style: none;
  align-items: center;
}

.footer_info ul li i {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--primary_color);
  background: var(--white_color);
  border: 1px solid var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer_info ul li span,.footer_info ul li a {
  color: var(--text_color);
  font-size: 15px;
}

.footer_social ul {
  padding: 0;
  margin-top: 20px;
  display: flex;
  gap: 12px;
  list-style: none;
}

.footer_social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--primary_color);
  border: 1px solid var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.footer_social ul li a:hover {
  background-color: var(--secondary_color);
  color: var(--white_color);
}

.account_ft h3 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.account_ft h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: var(--primary_color);
}

.account_ft ul {
  padding: 0;
  margin: 0;
}

.account_ft ul li {
  list-style: none;
  margin-top: 12px;
}

.account_ft ul li a {
  color: var(--text_color);
  text-decoration: none;
  transition: 0.3s;
}

.account_ft ul li a:hover {
  color: var(--primary_color);
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  gap: 10px;
}

.copyright p,
.copyright h6 {
  margin: 0;
  color: var(--text_color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.copyright .bg_img {
  max-width: 180px;
}
