/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/

/* body.home{    
    background-image: url(http://localhost/unlimited-clothing/wp-content/uploads/2025/12/05-1.png);
    background-repeat: no-repeat;

} */


header .hfe-nav-menu a.hfe-menu-item {
    text-decoration: none;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

header .hfe-nav-menu a.hfe-menu-item:hover {
    color: #ffff !important;
}

header .hfe-nav-menu a.hfe-menu-item:before {
    content: "";
    position: absolute;
    background: #922117 !important;
	width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    transition: all 0.4s;
    z-index: -1 !important;
	transform: scaleX(0) !important;
    transform-origin: left !important;
    transition: transform 0.4s ease !important;
}

header .hfe-nav-menu a.hfe-menu-item:hover:before {
    width: 100%;transform: scaleX(1) !important;
}
header .sub-menu li .hfe-sub-menu-item {
    justify-content: center !important;
}
.why-partenr-text ul{
    
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.why-partenr-text ul li{position: relative;}
.why-partenr-text ul li::after{
    content: '';
    width: 19px;
    height: 1px;
    background: #00000080;
    position: absolute;
    left: -30px;
    top: 14px;
}
.custom-tab-parent{position: relative;}
@media (max-width: 1024px) and (min-width: 990px) {
    .flex-box-sec .e-con-inner{flex-wrap: nowrap !important;}
    .flex-box-sec .flex-box-sec-left{width: 60%;}
    .flex-box-sec .flex-box-sec-right{width: 40%;}
    .tab-line-container{width: 100%;}
    .tab-slide-container{width: 100%;}
    .tab-slide-img{--e-transform-translateX: -367px !important; --e-transform-translateY: -20px !important;}
}
@media (max-width: 767px) {
    .tab-slide-img{position: static !important;}
	header .hfe-nav-menu a.hfe-menu-item:hover {color: #5e5959 !important;}
	header .hfe-nav-menu a.hfe-menu-item:before { background: transparent !important;}
	header .hfe-nav-menu a.hfe-sub-menu-item { justify-content: flex-start !important;}
	header .hfe-nav-menu { margin-top: 40px;}
	header .hfe-nav-menu .menu-item { margin-bottom: 0 !important;}
	header .hfe-nav-menu a.hfe-menu-item{padding-left: 0 !important;        padding-bottom: 25px !important;}
}
/* map */

  .map-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.world-map {
    width: 100%;
    opacity: 0.25;
}

/* Marker style */
.marker {
    width: 16px;
    height: 16px;
    background: red;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite ease-in-out;
}

/* Approx positions (% of container) */
.porto     { top: 57%; left: 31.5%; }
.newyork   { top: 32%; left: 31%; }
.hongkong  { top: 70%; left: 69%; }
.dhaka     { top: 48%; left: 66.7%; }

/* Curve styling */
.curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    pointer-events: none;
}

.curve path {
    stroke: #000;
    stroke-width: 3px;
    fill: none;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: draw 3s ease forwards;
}

/* Color override for second curve */
.curve2 path {
    stroke: #5E5959;
}

/* Animations */
@keyframes draw {
    to { stroke-dashoffset: 0; }
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(0.6); }
    50% { transform: translate(-50%, -50%) scale(0.4); }
    100% { transform: translate(-50%, -50%) scale(0.6); }
}
.page-header {
    display: none;
}
header .sub-menu{border: 1px solid #BD2F22;      box-shadow: none !important;}
header .sub-menu .menu-item {
    border-radius: 20px !important;
}
header .menu-item.current-menu-item .hfe-menu-item:after { display: none !important;}
header .hfe-nav-menu .sub-arrow{display: none;}
header .menu-item .hfe-menu-item:after {
        bottom: -9px !important;
    height: 6px !important;
}
.scroll-bg-ani span {
  position: relative;
  display: inline;
 background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left bottom;
  padding: 2px 6px;
}
.scroll-bg-ani-green span {
  position: relative;
  display: inline;
background-image: linear-gradient(#71825d, #71825d);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left bottom;
  padding: 2px 6px;
}
.scroll-bg-ani-grey span{
     position: relative;
  display: inline;
background-image: linear-gradient(#5E5959, #5E5959);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: left bottom;
  padding: 2px 6px;
}
.scroll-bg-ani.scroll-grey-ani span {
    background-image: linear-gradient(#5E5959, #5E5959);
    color: #fff;
}
.scroll-bg-ani span.pink{background-image: linear-gradient(#E8E2E2, #E8E2E2);}
.p-tag-margin p{margin: 0;}
.bg-before-index::before {   z-index: 9;}
.h-tag-span-bg span {
    display: inline-block;
    background: #ffffff;
    padding: 4px 10px;
    padding-left: 0px;
    padding-bottom: 8px;
    margin-bottom: 2px;
    border-radius: 20px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.rounded-icon{
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;}
    .rounded-icon .elementor-icon-wrapper {
    display: flex;
}
/* header{        position: sticky !important;
    top: 0;
    z-index: 9999;
    background: #fff;} */
header#masthead {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 9999;
   background: #fff;
}

/* Sticky state */
header#masthead.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff; /* change if needed */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
nav.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}
.is-sticky img.hfe-site-logo-img {
    width: 75% !important;
}
header img.hfe-site-logo-img {
    transition: width 400ms ease-in-out;
}
/* card */


.hover-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DEFAULT CONTENT (title only) */
.hover-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  color: #fff;
  padding: 24px;

  background: linear-gradient(
    219.67deg,
    rgba(89, 84, 84, 0.5) 6.34%,
    rgba(188, 34, 10, 0.5) 49.98%,
    rgba(146, 33, 23, 0.5) 95.53%
  );
backdrop-filter: blur(3px);
  transition: opacity 0.3s ease;
}

/* HIDE DEFAULT ON HOVER */
.hover-card:hover .hover-content {
  opacity: 0;
}

/* FULL CONTENT (hidden initially) */
.hover-content-show {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 100%;
  padding: 24px;
  color: #fff;

  background: linear-gradient(
    219.67deg,
    rgba(89, 84, 84, 0.5) 6.34%,
    rgba(188, 34, 10, 0.5) 49.98%,
    rgba(146, 33, 23, 0.5) 95.53%
  );
backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);

  transition:
    opacity 0.4s ease,
    transform 0.4s cubic-bezier(.25,.8,.25,1),
    visibility 0.4s;
        border-radius: 30px;
}

/* SHOW FULL CONTENT – SMOOTH UP */
.hover-card:hover .hover-content-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.content-span-color span { color: #922117;}
.area-content-after p:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block !important;
    background-color: #BD2F22 !important;
}
.area-content-after p {
    position: relative;
    margin-bottom: 0;
    padding-left: 18px;
    line-height: 120%;
}
.depka-image-after {
    position: relative;
    z-index: 9;
}
.depka-image-after:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    top: 50px;
    left: 25px;
    display: block !important;
    background-color: #E8E2E2 !important;
    border-radius: 100%;
    z-index: -1;
}
.quality-ul-line ul {
    padding: 0;
    list-style-type: none;
    padding-left: 30px;
}

.quality-ul-line ul li:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 1px;
    top: 12px;
    left: -30px;
    bottom: 0;
    display: block !important;
    background-color: #5E5959!important;
}

.quality-ul-line ul li {
    position: relative;
    /* padding-left: 15px; */
}
.big-rounded-icon { width: 118px; height: 118px;display: flex;   align-items: center;   justify-content: center;}
/* contact */



/* Labels */
.cf-label {
  display: block;
  margin-bottom: 20px;
}

/* Inputs & textarea */
.cf-input,
.cf-textarea {
  width: 100%;
 background: #ffffff;
    border: 1px solid #00000033 !important;
    border-radius: 10px !important;
    padding: 22px 20px !important;
    font-size: 18px;
    color: #5E5959;
    outline: none;
    box-sizing: border-box;
}

/* Textarea height */
.cf-textarea {
  height: 267px;
  resize: none;
}

/* Placeholder style */
.cf-input::placeholder,
.cf-textarea::placeholder {
  color: #9a8f8f;
  font-size: 15px;
}

/* Focus effect */
.cf-input:focus,
.cf-textarea:focus {
  border-color: #b7a1a1;
}

/* Submit button */
.cf-submit {
    border: none !important;
    border-radius: 10px !important;
    padding: 19px 40px !important;
        width: 100% !important;
    background-color: #922117 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
  transition: background 0.3s ease;
  margin-top: 10px;
}
.cf-wrapper br {
    display: none;
}
/* Hover */
.cf-submit:hover {
  background: #5E5959  !important;
}

/* Remove CF7 default styles */
.wpcf7 form p {
  margin: 0;
}
.contact-social-icon .elementor-social-icon- {
    justify-content: flex-start;
}
header .hfe-flyout-close, header .hfe-flyout-close svg{top: 6px; right: 6px;}
.scroll-bg-ani-grey span.bg-grey {
  background-image: linear-gradient(#5E5959, #5E5959);color: white;
}
.scroll-bg-ani-green span.bg-green{
    background-image: linear-gradient(#71825d, #71825d);color: white;
}
  .bg-position-banner::before { background-size: 100% 90% !important;}
  .fade-up {  will-change: transform, opacity;}
.fade-img {
  overflow: hidden;
}

.fade-img img {
  width: 100%;
  display: block;
  clip-path: inset(0 100% 0 0); 
}
.wpcf7-response-output {
    margin: 5px 0px 0px 0px !important;
    padding: 0px !important;
    background: #46b450;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

form.wpcf7-form .cf-wrapper p {position: relative;}

form.wpcf7-form span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 35px;
}
.text-decoration-none a{text-decoration: none !important;}
@media only screen and (max-width: 1025px) {
header .menu-item .hfe-menu-item:after {display: none;}
header .menu-item.current-menu-item .hfe-menu-item{color: #922117 !important;}
.dhaka-position-tab{position: unset !important;}
.cf-textarea { height: 232px;}
.cf-input, .cf-textarea{padding: 15px 20px !important;}
header .hfe-side { width: 100% !important;}
header .sub-menu {   box-shadow: none !important;   border: none !important;}
header .hfe-nav-menu .sub-arrow {   display: block; }
header .hfe-nav-menu .hfe-menu-toggle.sub-arrow:hover {  border: none !important;}
/* header .sub-menu li a.hfe-sub-menu-item:last-child{padding-bottom: 0 !important;} */
header .sub-menu li a.hfe-sub-menu-item {   font-size: 15px !important; }
.attachement-fix-tab{background-attachment: fixed;}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button{         bottom: 80px;     right: 36px;}
.h-tag-span-bg-ipad span{padding: 0;}
}
@media only screen and (max-width: 767px) {
footer ul.hfe-nav-menu {    justify-content: center !important;}
.banner-content-mbl{position: unset !important;}
.bottom-content-banner{position: unset !important;}
.mbl-br-none br{display: none;}
.rounded-icon{ width: 65px; height: 65px;}
.big-rounded-icon {   width: 70px;   height: 70px;}
.cf-textarea {  height: 185px;}
.cf-input, .cf-textarea{ padding: 12px 20px !important;}
.cf-submit{padding: 14px 40px !important;    font-size: 18px !important;}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button{bottom: 100px;      right: 35px;      height: 40px;      width: 40px;}
.hfe-scroll-to-top-wrap .hfe-scroll-to-top-button img {  height: 20px;  width: 20px;}
.h-tag-span-bg span{padding: 0;}
.cf-submit {margin-top: 0;}
.carousal-img-mbl img.swiper-slide-image {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
}
.hover-content {
    opacity: 0;
}

.hover-content-show {
    opacity: 1 !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
    .rounded-icon.contact {
        width: 50px;
        height: 50px;
    }
    .wpcf7-response-output{margin-top: 0 !important;}
    .cf-label {
    margin-bottom: 15px;
}
}
@media (max-width: 767px) {
    header .hfe-nav-menu a.hfe-sub-menu-item {
        justify-content: flex-start !important;
        padding-left: 0px !important;
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }
}
header .hfe-flyout-close svg {
    top: 12px;
    right: 0;
}