@font-face {
  font-family: 'Heveria Medium';
 
  src: url('../font/Heveria-Medium-Trial-BF66b193b1d1fb0.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
body {
 font-family: "Montserrat", sans-serif;
 overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
a {
  color:unset;
  text-decoration:none;
}
p {
  margin-bottom:0px;
 }
.hover-transition {
  transition:all 0.3s ease;
}
.owl-nav {
  display:none;
}
.custom_container
{
padding: 0px 100px;
}
.promise 
{
  margin-bottom: 25px;
}
.row.hiw_section h3
 {
 font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #A10E28;
    margin-bottom: 5px;

}
/* texts */
.small_text{
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.social_top i{
    padding: 0px 5px;
    font-size: 14px;
}
.section_title{
font-family: 'Heveria Medium', sans-serif;
 font-size: 21px;
 text-transform: capitalize;
 margin-bottom: 3px;
}
.section_content{
font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 300;
}
.med_23{
font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 21px;
    font-weight: 500;
text-transform: capitalize;

}
.text_black{
color:#000;
}
.text_white{
color:#fff;
}
.section_padding
{
 padding: 50px 0px 0px 0px;
}
.hiw_section {
    margin-top: 25px;
    align-items: center;
    
}
.how_main{
  margin-bottom:30px;
}
.read_btn
{

   color: #151515;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 5px 0px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    float: left;
    height: auto;
    display: flex
;
    align-items: start;
}
.read_btn:hover
{
  color: rgba(161, 14, 40, .75);
}
.brand_first {
    display: flex
;
    align-items: start;
    gap: 10px;
}
.brand_f_main
{
 display: flex
;
    gap: 15px;
    margin-top: 8px;
}
.single_blog{
margin-bottom: 25px;
float: left;
position: relative;
overflow: hidden;
}
/* .single_blog img{
  margin-bottom: 15px;
} */
/* texts */

/* blackstrip */

.blackstrip
{
   background-color: #151515;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0px 5px 0px;
}
.top_main
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.social_top i:hover {
    color: #dbc1b2;
}
.navbar-collapse {
   
    flex-grow: 1;
   
}
/* nav */


/* nav */

/* Hero Slider */
.hero-slider {
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

/* Slide Overlay */
.slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 26, 46, 0.6), rgba(26, 26, 46, 0.9));
  z-index: 1;
}

/* Slide Text */

 .slide-title  {
font-family: 'Heveria Medium', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0px;
    text-transform: capitalize;
    text-align: center;
}
.slide-text {
font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    text-align: center;
   
}
.journey h3
{
max-width: 850px;
    margin: auto;
    line-height: 29px;

}

/* Buttons */
.theme-btn,
.theme-btn-s2 {
background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 0px 32px 15px;
    border: none;
    border-radius: 8px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    height: auto;
    display: flex
;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: fit-content;
    text-decoration: underline;
    line-height: 30px;
}
footer.footer_section img {
    max-width: 200px;
}
.theme-btn:hover,
.theme-btn-s2:hover {
color: #DBC1B2;

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

.bi-person
{
  font-size: 21px;
}
.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.shopert_menu
{
  width: 100%;
  background-color: #ffffff;
}
.shopert_menu ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #151515;
    font-weight: 500;
}
.shopert_menu ul li {
    padding: 0px 15px;
}
.shopert_menu ul li a:hover, .shopert_menu ul li .active, .shopert_menu i:hover {
color: rgba(161, 14, 40, 1) !important;

}
nav.navbar.navbar-expand-xl.fixed-top
 {
    background-color: #fff;
}

ul.career_list li {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    font-weight: 300;
}

ul.career_list li span img{
  width:15px;
  display: none;
}
/* .career_list{
  padding-left: 0px;
} */
.career_row
{
  padding-bottom:25px;
  
}

 .filters {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 20px;
    }

    .filters select {
     padding: 7px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    }

    .job-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      margin-bottom: 30px;
    }

    .job-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 16px;
      display: flex;
      justify-content: space-between;
      align-items: start;
      background: #fff;
    }

    .job-info h4 {
      margin: 0;
      font-size: 14px;
    }

    .job-info p {
    margin: 0px 0 9px;
    font-size: 14px;
    color: #666;
    }

    .job-action {
      text-align: right;
    }
.filters select option{
background-color: #fff;
border: 1px solid #ccc;
color:#151515;
}
.filters select {
  appearance: none;          /* remove default arrow (works in most browsers) */
  -webkit-appearance: none;  /* for Safari/Chrome */
  -moz-appearance: none;     /* for Firefox */
  padding: 5px 32px 5px 12px; /* extra right padding for arrow */
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center;
  background-size: 14px;
  cursor: pointer;
}
    .job-action button {
      border: none;
      border-radius: 50%;
      background: #A10E28;
      color: #fff;
      width: 36px;
      height: 36px;
      font-size: 18px;
      cursor: pointer;
    }
.job-action button:hover {
    background: #dbc1b2;
}
    .badge {
      display: inline-block;
      margin-top: 6px;
      padding: 2px 8px;
      font-size: 12px;
      border-radius: 6px;
      background: #eee;
    }

    .badge.volunteer {
      background: #DEDDDD;
    color: #333;
    padding: 5px 10px;
    font-weight: 500;
    }

    .badge.paid {
     background: #DEDDDD;
    color: #333;
    padding: 5px 10px;
    font-weight: 500;
    }
.brand_main {
    display: flex;
    gap: 27px;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9dfdf;
    margin-bottom: 20px;
    
}


.brand_main h3 {
    font-family: 'Heveria Medium', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 3px;
    font-weight: 500;
    color: #151515;
}
.brand_main p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 400;
}


.wp_main {
   
    padding: 15px 15px;
    border-radius: 8px;
    border: 1px solid #e9dfdf;
    height:100%;
    
}
.wp_main img{
  border-radius:8px;
}

.wp_main h3 {
    font-family: 'Heveria Medium', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 3px;
    font-weight: 500;
    color: #151515;
    margin-top:15px
}
.wp_main p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 400;
    color:#151515;
}


.step_title {
  
  background: -webkit-linear-gradient(25deg, #151515, #151515);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  overflow: hidden;
  white-space: nowrap;
  
  animation: type 2s steps(90) 1s 1 normal both, cursor 1s step-end infinite;
  position: relative;
}
@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}
















/* ...banner.... */
@media (max-width:1624px) and (min-width:1910px){
.terms
{
  width: 100% !important;
}

}
@media (max-width:1312px) and (min-width:1199px){
.shopert_menu ul li
 {
    padding: 0px 3px;
}
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        width: 100%;
    }

}
@media (max-width: 992px) {
 
.pinkbg
{margin-top:20px;}
}
@media (max-width: 768px) {
   .job-grid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
  }
  .custom_container {
    padding: 0px 25px;
}
  .toggle {
    display: block;
    background: #8e101a;
    color: #fff;
    padding: 8px 12px;
    font-size: 17px;
  }

  /* hide menu by default */
  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
  }

  /* show menu when main toggle checked */
  #drop:checked + .menu {
    display: flex;
  }

  /* hide all submenus by default */
  .menu ul {
    display: none;
    padding-left: 20px;
    background: #f9f9f9;
  }

  /* show submenu when checkbox is checked */
  .menu input[type="checkbox"]:checked + ul {
    display: block;
  }

  .menu li {
    border-bottom: 1px solid #ddd;
  }

  .menu li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #000;
  }

  /* hide desktop icons, show mobile icons */
  .menu_icons.dv { display: none; }
  .menu_icons.mv { display: flex; gap: 10px; padding: 10px; }
}

/* ===== DESKTOP MENU ===== */
@media (min-width: 769px) {
  .menu { display: flex; }
  .menu ul { display: none; } /* hidden dropdown */
  nav ul li:hover > ul { display: block; } /* open on hover */
  .menu_icons.dv { display: flex; gap: 10px; }
  .menu_icons.mv {display: none;}

}

/* ......why........ */


.why_cnt
{
padding: 15px 15px;
border-radius: 0px 0px 8px 8px;
position: absolute;
bottom:0px;
color:#fff;
width:100%;
}
.redbg{
  background-color:rgba(161, 14, 40, .72) ;
}
.blackbg{
  background-color:rgba(5, 0, 1, 0.5) ;
}
.Why_shoperts .row, .custom_style .row, .map_testi .row{
  align-items: center;
}
.journey{
  background-image: url(../images/journey.png);
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 50px;
}
.journey_sub img{
  width: auto !important;
}
.journey_sub {
   padding: 35px 25px;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #ffffffa6;
    background-color: rgb(133 15 26 / 56%);
}
.sale_cnt{
  position: absolute;
    bottom: 20px;
    padding: 15px;
    left: 0;
    right: 0;
    width: 90% !important;
    border-radius: 8px;
    margin: auto;
}

.sale_cnt h5{
  text-transform:capitalize;
  font-size:12px;
  margin-bottom:0px;
}

.sale_sub:hover .sale_cnt{
  background-color:rgba(161, 14, 40, .72);

}
 .sale_cnt{
background-color: rgba(5, 0, 1, 0.5);
}
.client_name
{
  font-size:14px;
}
.blog_card_date-badge {
    position: absolute;
    bottom: 0px;
}
.blog_card_image {
    position: relative;
}
.blog_card_date-badge {
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 0px 8px 0px 0px;
}

.blog_card_title
{
    margin: 15px 0px;
    font-size: 18px;
    line-height: 20px;

}
.blog_card_content .section_content{
   font-size: 17px;
   line-height: 25px;
   margin-bottom: 15px; ;
}
.read-more{
 margin-top: 15px;
    font-size: 16px;
    font-weight: 600;

}
.read-more:hover{
  color: #a3061e;
}
.form-control::placeholder {
  color: #fff;   /* your desired color */
  opacity: 1;    /* make sure it's not faded */
}
.form-control:focus
{
  background-color: transparent;
  border-color:#fff;
    outline: 0;
    box-shadow: none;
    color: #fff;
}
.features_section {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 15px 0px 15px 0px;
}

.feature_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}

.feature_text {
  color: #555;
  font-size: 14px;
  margin: 0;
}
.logo_slider img{

  width: auto !important;

    margin: auto;
}
.sale h2{
  margin-bottom: 25px;
}


.subscribe_section {
  padding: 10px 0px;
  margin-top: 10px;
}

.subscribe_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.subscribe_text {
  font-size: 12px;
  color: #f1f1f1;
}

.subscribe_btn {
  background: #fff;
    color: #151515;
    font-weight: 600;
    border: none;
    padding: 8px 20px;
    border-radius: 0px;
    font-size: 12px;
}

.subscribe_btn:hover {
  background: #a3061e;
  color: #fff;
}
.footer_section {
background: #000000;
    color: #fff;
    padding: 28px 0px 17px;
    font-size: 14px;
}

.footer_title {
  font-weight: 600;
    margin-bottom: 14px;
    font-size: 15px;
    text-transform: uppercase;
}

.footer_about {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.footer_links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_links li {
  margin-bottom: 4px;
}

.footer_links a {
color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 13px;
}
.footer_links
{
  float: left;
}
.sale_cnt .section_content
{
  display:none;
}
.footer_links a:hover {
  color:#DBC1B2;
}

.footer_social a {
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s;
}

.footer_social a:hover {
  color: #ddd;
}

.footer_copy {
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;

  padding-top: 15px;
  color: #fff;
}
.featuresub{
 display: flex;
    gap: 15px;
    text-align: left;
    align-items: center;
    justify-content: center;
}
 .featuresub_main
 {
display: flex;
align-items: center;
justify-content: center;
 }
.subscribe_section input{
  background-color: transparent;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 5px 20px;
    font-size: 12px;
}

.sale_sub p{
  margin-bottom:15px;
}
.featuresub img {
    height: 32px;
    object-fit: contain;
}
.transparent_btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
}

.transparent_btn:hover {
    background-color: rgba(161, 14, 40, .49);
    color: #ffffff;
    color: #ffffff;
    border: 1px solid rgba(161, 14, 40, 1);
}
 .blog, .Why_shoperts
{
  margin-bottom: 50px;
}
.blog h2{
  margin-bottom: 20px;
}
.payment{
  float: right;
}

.carousel-item img {
    height: 600px;
    object-fit: cover;
}
.contact-item {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-item h3 {
  
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: #222;
}
.contact-form label {
   
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #151515;
}

.contact-form input, .contact-form select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8b8987;
    color: #151515;
    padding: 0px 0;
    outline: none;
    height: 26px;
    font-size: 12px;
}
.contact-item p {
    font-size: 15px;
}
.contact-form .form-group {
    flex: 1;
    display: flex
;
    flex-direction: column;
    margin-bottom: 25px;
}
.contact-form .form-row {
    display: flex
;
    gap: 20px;
}
.contact-form textarea {
    resize: vertical;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8b8987;
    color: #151515;
    padding: 8px 0;
    outline: none;
}
.contact-form-section h2{
  margin-bottom:5px;
}
.icon-box i {
    font-size: 17px;
    /* margin-top: 16px; */
}
.submit_message_btn {
    
    color: #151515;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 5px 0px;
    border-radius: 31px;
    border: 1px solid #151515;
    text-transform: capitalize;
    display: flex
;
    transition: all 0.3s 
ease;
    float: none;
    background-color: #fff;
    height: auto;
    width: fit-content !important;
    padding: 10px 25px;
    margin: 0px auto;

}


  .submit_message_btn:hover {
    background: #a61d1d;
    color: #fff;
    border: 1px solid #a61d1d;
}
.contact-item {
    display: flex
;
    gap: 10px;
    margin: 21px 0px;
}

.contact-item
{
  font-size: 15px;
}
.customer_list_table td{
  font-size: 14px;
  color:#151515;
}
.customer_tableicons a i
{
color:#8e101c;
}
.customer_list_table{
  margin-top:25px;
}



/* .carousel-caption{
position: absolute;
    top: 50%;
    transform: translate(0%, -50%) !important;
} */

.mv
{
  display: none;
}

.sale_slider img {
    border-radius: 8px;
}

.aboutbanner
{
  width: 100%;
    overflow: hidden;
    position: relative;
}
.abtbnr_cnt
{
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.abtbnr_cnt h2
{
  font-size: 25px;
  color: #fff;
  font-family: 'Heveria Medium', sans-serif;
}
.welcome_shoperts
{
  padding: 40px 0px;

}
.welcome_shoperts .section_title{
margin-top:60px;
}
.welcome_shoperts .section_content{
  max-width: 735px;
}

.short_feature_box
{
border: 1px solid #dedede;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: background-color 0.5s ease, transform 0.5s ease;
    transition: all 1.5s ease; 
}

.short_feature_box h2{
font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
    font-weight: 500;
    color: #A10E28;
    margin-bottom: 12px;
     transform: scale(1.05);
}
.journey_sub 
{
  color:#fff;
  font-size: 30px;
}
.sfb
{
  margin-bottom: 25px;
}

.short_feature_box:hover
{
background-color:#AD746D ;
cursor: pointer;
color:#FFFFFF;
}
.short_feature_box:hover h2, .short_feature_box:hover .section_content
{

color:#FFFFFF;
}
.short_feature
{
  padding-bottom: 50px;
}
.pinkbg {
    background-color: rgba(219, 193, 178, .36);
    
    padding: 40px;
    margin: 50px 0px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(219, 193, 178, 1.00);
}
.text_red
{
  color: #A10E28;

}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: transparent;
  
}
.banner
{
  position: relative;
}
.rewards
{
  position: fixed;
  bottom: 0px;
  left: 15px;
}
.chatbox
{
    border: none;
    border-radius: 35px;
    text-transform: capitalize;
    display: inline-flex;
    transition: all 0.3s ease;
    z-index: 9999;
    position: fixed;
    right: 5px;
    bottom: 3px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    
}
.gift
{
position: fixed;
    bottom: 0px;
    right: 15px;
    background-color: rgba(161, 14, 40, 1);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    /* padding: 33px 20px; */
    border: none;
    border-radius: 35px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    height: 46px;
    display: flex
;
    align-items: center;
    z-index: 9999;
    font-size: 12px;
    width: 57px;
    height: 57px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.chatbox p{
  display: flex;
  gap: 8px;
}
.chatbox_text
{
  color: #151515;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 9px 10px;
    bottom: 1px;
    box-shadow: 1px 1px 1.5px 0 rgba(0, 0, 0, .3);
    cursor: pointer;
    max-width: fit-content;
    height: 38px;
   border-radius: 8px 0px 8px 8px;
    background-color: #fff;
    position: relative;
}
.chatbox_text:before {
   
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

.chatbox_text:after {
    border-color: #fafafa transparent transparent #fafafa;
    right: -6px;
top: 0;
    z-index: 2;
border-style: solid;
    border-width: 4px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;


}
.why_sh_bg
{
  background-color: rgba(5, 0, 1, 0.5);
}
.why_sh_bg:hover
{
  background-color: rgba(161, 14, 40, .72);
}
.logo_slider .owl-carousel .item {
  display: flex;
  justify-content: center;   /* horizontal center */
  align-items: center;       /* vertical center */
  height: 300px;             /* set a fixed height for item */
  background: #eee;
  border-radius: 8px;
}
.client_logo img{
  max-height: 37px;
}
.single_blog .section_title , .post-item .section_title 

 {
  margin-top: 5px;
    margin-bottom: 10px;
}


.search-box {
  display: flex;
  margin-bottom: 20px;
}

.search-box input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.search-box button {
  background: #a2001d; /* red like your screenshot */
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
}

.search-box button:hover {
  background: #880018;
}

.gift{
font-size: 26px;
    text-align: center;
    padding-top: 8px;

}
@keyframes slow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.bounce {
   display: inline-block;
  animation: slow-bounce 3s ease-in-out infinite;
}
.mission_box.text-center.redbg

 {
    padding: 40px;
    height: 100%;
    border-radius: 8px;
    height: 95%;
}

.top_main .small_text
{
  width: calc(100% - 140px);
}

 .reward_img
  {
   
    z-index: 99999;
    position: relative;
  }


.sale_cnt .med_23{
  display: none;
}

/* .client_logo img
{
 height: 25px;
} */
/* .client_logo
{
border-right: 1px solid #e3dede;

} */
.client_logo img
{
max-height: 21px;

}
.contact
{
  padding-bottom:30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
}
button.navbar-toggler {
    border: none;
}
button:focus:not(:focus-visible) {
   box-shadow: none;
}
.blog_footer
{
  display: flex;
 justify-content: space-between;

}
.blog_testi
{
  margin-bottom:30px;
}
.blog_social a {
    display: inline-block;
    margin-right: 9px;
    font-size: 12px;
    color: #151515;
    transition: color 0.3s;
}
.blog_social a:hover
{
  color: #dbc1b2;
}
.decimalorder li::marker {
  
    font-weight: 500;
}
.decimalorder li ul li{
  list-style-type: disc;
}
.post-item {
    display: flex;
    gap: 0px;
    margin-bottom: 15px;
    flex-direction: column;
}
.latest-post .section_title
 {
    margin-top: 30px;
}
.logo_slider {
    padding: 25px 0px;
}
.logoslidermain {
   display:none;
}
.let_btn
{
 color: #151515;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 5px 0px;
    border-radius: 31px;
    border:1px solid #151515;
    text-transform: capitalize;
    display: flex
;
    transition: all 0.3s 
ease;
    float: none;
    background-color: #fff;
    height: auto;
    
    
    width: fit-content !important;
    padding: 10px 25px;
    margin: 0px auto;
    margin-bottom: 0px;
  
}
.let_btn:hover
{
color: #fff;
border: 1px solid #a10e28;;
background-color: #a10e28;
}
  .payment{
max-width: 150px !important;
margin-right: 30px;
margin-top: 20px;
  }
  .l5, .l2 {
    height: 40px !important;
    max-height: unset !important;
   
}
.client_logo {
       display: flex
;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-left: 1px solid #f5f5f5
}
.login
{
background:url(../images/loginbg.png)no-repeat top center/cover;
color: white;
padding: 50px 0px;
}
.login .row {
    align-items: center;
}

    /* Right Section */
    .login-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
    }
.register-box {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 8px;
    width: 100%;
  
    }

    .login-box h2 {
      margin-bottom: 10px;
      text-align: center;
      
    }
.register-box h2 {
      margin-bottom: 10px;
      text-align: center;
      
    }
    .login-box input, .register-box input {
    width: 100%;
    padding: 6px 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
    height: 30px;
    font-size: 12px;
    background-color: #ffffff1a;
    color: #fff;
    }

    .login-box a, .register-box a {
      font-size: 12px;
      color: #fff;
      text-decoration: none;
    }

    .login-box button, .welcome-section button, .register-box button   {
     width: 100%;
    padding: 3px 10px;
    background: rgba(161, 14, 40, .49);
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    height: 30px;
    font-size: 14px;
    }
    .login h2{
      margin-bottom:2px;
    }
    .welcome-section button 
    {
      width: fit-content;
       padding: 3px 20px;
    }
 .login-box button:hover, .welcome-section button:hover, .register-box button:hover {
  background-color:#A10E28;
 }
 .login-box a:hover,  .register-box a:hover {
color:#A10E28;
 }
    .divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #ccc;
  font-size: 14px;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1; /* auto-adjusts width */
  border-bottom: 1px solid #ccc;
  margin: 0 10px; /* gap between line and text */
}


    .social-login {
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .social-login a {
      
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      
    }

h2.term_sub_title {
    font-family: 'Heveria Medium', sans-serif;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 3px;
    margin-top: 15px;
    font-weight: 500;
}
h3.term_sub_title_sub.mb-2.mt-3 {
    font-family: 'Heveria Medium', sans-serif;
    font-size: 15px;
    /* text-transform: capitalize; */
    margin-bottom: 3px;
    margin-top: 15px;
    font-weight: 500;
}
.termsh3
{
  font-size: 14px;
    line-height: 23px;
    padding-bottom: 11px;
    font-weight: 500;
}

.termslist li 
{
  list-style-type: lower-roman;
  padding-bottom: 10px;
  font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 300;
}
ul.termslist_type1 li {
    list-style-type: lower-alpha;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 300;
}
.register-box select {
padding: 3px 8px 3px 39px;
    border-radius: 0px;
    border: none;
    background: rgba(255, 255, 255, 0.15) url(../images/ca.png) no-repeat 8px center;
    background-size: 25px 17px;
    color: #fff;
    margin: 10px 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    width: 95px;
    border-right: 1px solid #ffffff7a;
    border-radius: 4px 0px 0px 4px;
    height: 30px;
}
.form-row .d-flex {
  flex: 1; /* make select+phone group take equal width */
}


.phone-group {
  display: flex;
  flex: 1;
  gap: 15px; /* adds same spacing between select & phone input */
}



.register-box button
{
  width: fit-content;
  min-width: 250px;
  margin: auto;
  display: block;
}

.register-box .social-login {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 15px 0px;
}

/* .......progress bar....... */



    

    /* Progress bar */
    .progressbar {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      position: relative;
    }

    .progressbar::before {
      content: '';
      position: absolute;
      top: 18px;
      left: 8%;
      right: 8%;
      border-top: 2px dotted #bbb;
      z-index: 0;
    }

    .progress-step {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #151515;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-family: 'Montserrat';
    border: 1px solid #151515;
    }

    .progress-step.active {
     background: #8e101c;
    border-color: #8e101c;
    color: #fff;
    }

    /* Labels above circles */
    .progress-step::after {
      content: attr(data-title);
      position: absolute;
      top: -28px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 14px;
      color: #333;
      white-space: nowrap;
    }

    /* Steps */
    .step { display: none; }
    .step.active { display: block; }

    .step h2 {
    
      
   
      margin-top: 15px;
    }
.date-container i{
 position: absolute;
    right: 7px;
    top: 15px;
    /* color: #8e101c; */
}
.date-container input
{
margin-top:10px;
padding:0px 5px;
}
    /* Subtext inside step 1 */
    .subtext {
      display: none;
      font-size: 16px;
      margin: 15px 0;
    }
    .subtext.active { display: block; }

    /* Input fields */
    /* .form-group {
      text-align: left;
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .form-group input, 
    .form-group select {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .radio-group {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      margin-top: 8px;
    } */

    /* Buttons */
    .buttons {
      margin-top: 20px;
      text-align: center;
    }

    .stepmain button {
      padding: 10px 30px;
      margin: 5px;
      border: none;
      background: #b9132d;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
    }

    .stepmain button:disabled {
      background: #ccc;
      cursor: not-allowed;
    }


    .login .form-row input,
    .login .form-group input,
    .login .form-group select {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      border: none;
      border-radius: 4px !important;
    } 

.login .form-row select,
.login .form-row input {
  flex: 1;
} 

.login .form-row {
      display: flex;
      gap: 15px;
    }

 .step { 
    max-width: 900px;
    margin: 30px auto;
    background: #fff;
    padding: 30px 50px 50px 50px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    width: 90%;
    }

    /* Progress bar */
    .progressbar {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      position: relative;
      max-width: 700px;
    
    margin:40px  auto;
    }
 .mini-step h1{
  margin-bottom: 15px;
}
   
.stepmain button:hover{
  background-color: #a10e28;
}
    .customer_list_table th{
     background: #8e101c;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    }
.customer_tableicons
{
color:#8e101c;
font-size: 14px;

}
    /* Steps */
    .step { display: none; }
    .step.active { display: block; }
    .mini-step { display: none; }
    .mini-step.active { display: block; }

    .stepmain .buttons { margin-top: 20px; display: flex; justify-content: center; }
    .stepmain button {
      padding: 3px 25px;
    border: none;
    background: #151515;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    }
    .stepmain button:disabled { background: #ccc; cursor: not-allowed; }

.step_content {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
    font-weight: 300;
}

.step_label
{
  
    font-size: 14px !important;
    line-height: 100%;
font-weight: 600 !important;
    text-transform: capitalize;
    color: #151515;
    margin-bottom: 10px !important;

}
.step_label span{
  font-weight: 500;
  margin-left:12px;
}
.step_label span i{
  font-weight: 500;
  color:#A10E28;
  margin-right: 5px;
}
.mini-step label{
  font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    text-transform: capitalize;
    color: #151515;
}
.step_label small{
 font-size: 12px;
    color: #151515;
    font-weight: 400;
    margin-top: 4px;
}
.step_radio {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.step_option
{
  display:flex;
  column-gap: 15px;
  
  width: 100%;
}

.extra-options {
     margin-top:12px;
    }
   .new-form {
     margin-top:22px;
    }
    .step_row
    {
      margin-bottom:15px;
    }
    .hidden
  {
    display:none;
  }

    
.step_form-group
{
display:flex;
flex-direction:column;
gap:5px;
}

.new_options
{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 18px;
}
label.step_form-group input, label.step_form-group select, .file_up {
   height: 24px;
    font-size: 12px;
    border: 1px solid #DCDCDC;
    width: 100%;
}
.steprow {
    margin-top: 8px;
    margin-bottom:12px;
}
.file_up 
{
  position: relative;
}
.bi_up
{
 position: absolute;
    right: 19px;
    top: 4px;
    font-size: 12px;
    color: #8e101c;
}
.section_content_step {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    line-height: 17px;
    font-weight: 300;
}
.sfl_btn
{
  background:#A10E28 !important;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    height: 30px !important;
    font-size: 12px !important;
    width:fit-content !important;
}
.sfl_btn:hover
{
  background:#151515;
}
.sac_btn
{
  background:#151515 !important;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
    height: 30px !important;
    font-size: 12px !important;
    width:fit-content;
}
.sac_btn:hover
{
   background:#A10E28;
 
}
.minibtns {
    margin: auto;
    display: block;
    width: fit-content;
}
.color-picker-row {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      gap: 15px;
    }
    .hex-input {
      
    padding: 5px;
    height: 24px;
    font-size: 12px;
    border: 1px solid #DCDCDC;
    width: 110px;
    border-radius: 4px;
    }
    .sp-preview {
      width: 100px !important;
    }
    .desc-input {
      flex: 1;
      padding: 5px;
      height: 27px;
      max-height: 27px;
    font-size: 12px;
    border: 1px solid #DCDCDC;
    width: 100%;
    border-radius: 4px;
    }
.sp-replacer.sp-light {
    padding: 1px;
    height: 24px;
    font-size: 12px;
    border: 1px solid #DCDCDC;
}
.pick_icon
{
      position: absolute;
    right: 7px;
    top: 6px;
    width: 14px;
}
.add_icon {
    background-color: #151515;
    color: #fff;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 4px;
}
button#addMore {
    background: none;
    color: #151515;
    display: flex
;
    align-items: end;
    width: 100%;
    justify-content: end;
    padding: 0px 5px;
    gap: 5px;
    font-size: 12px;
}
.fabrow {
  display: flex;
  flex-wrap: wrap;
}
.fabric_box
{
  min-height: 85px;
  /* height: 100%; */
  margin-bottom: 25px;
}
.fabric_box {
  display: flex;
  flex-direction: column;
}

.fabrow .section_content_step {
  flex: 1; /* makes all equal height */
}

.fabrow .section_content_step {
    /* min-height: 88px; */
    padding: 5px 0px;
}
.sub {
    margin-bottom: 20px;
}
.fabric_box  label {
    font-size: 12px;
    line-height: 100%;
    font-weight: 600;
    text-transform: capitalize;
    color: #151515;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 12px;
}

.option-box {
  display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}



.option-desc {
  font-size: 12px;
    color: gray;
    margin: 0;
    margin-top: 4px;
    font-style: italic;
}

.measurement-section {
  padding: 15px;
  border-radius: 6px;
}

.d-none {
  display: none !important;
}
.size-title {
  font-weight: 600;
  font-size: 16px;
}

.size-chart {
    font-size: 14px;
    color: #A10E28;
    text-decoration: underline;
    font-family: 'Montserrat';
margin-bottom: 10px;
}

.size-chart:hover {
  text-decoration: underline;
}

.sizes {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.sizes label {
  position: relative;
  cursor: pointer;
}

.sizes input {
  display: none;
}

.sizes span {
 display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.sizes input:checked + span {
  background: #8b0000; /* Dark red */
  color: #fff;
  border-color: #8b0000;
}

.size-note {
    font-size: 14px;
    color: #151515;
    margin-top: 15px;
}
.size-selector {
    display: flex
;
    gap: 25px;
}
.size-selector {
    display: flex;
    gap: 25px;
    
}
.measurement_small
{
  margin-top:10px;
}

.measurement_box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #c4c4c4b8;
    margin-bottom: 30px;
    font-size: 12px;
    align-items: center;
    padding-left: 8px;
    border-radius: 4px;
    height: 24px;
}
.error_measurement {
    position: absolute;
    font-size: 11px;
    color: #9b9b9b;
    bottom: -25px;
    font-style: italic;
}
.measurement_box input {
    width: 60px;
    background-color: #F5EDED;
    border: none;
    color:#151515;
    height: 100%;
    border-radius: 4px;
}
.measurement_box .form-control:focus
{
  background-color:#F5EDED;
}
.measure_img
{
  margin-bottom: 15px;
  margin-top: 55px;
}

.measurement_box1 {
    display: flex;
    justify-content: space-between;
    border: none;
    margin-bottom: 4px;
    font-size: 12px;
    align-items: center;
    padding-left: 0px;
    border-radius: 4px;
    height: auto;
}

.measurement_box1 h6{
  font-size: 12px;
}
#country-code option {
    background: #151515;
}
.review_list 
{
padding-left: 0px;
margin-left: 0px;
}
.review_list li {
    list-style-type: none;
    display: flex
;
    flex-direction: column;
    margin-bottom: 10px;
    font-size: 14px;
}
.review_list li .step3_title
{
font-weight: 500;
}
.thanku_bold
{
  font-weight: 600;
}
.thanku_text {
    margin-top: 10px;
}
.profile-dropdown {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    

    .arrow {
      font-size: 14px;
      margin-left: 5px;
      vertical-align: middle;
    }

    /* Dropdown menu hidden by default */
     .profile-dropdown {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .profile-dropdown img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      vertical-align: middle;
    }

    .profile-dropdown .arrow {
      font-size: 14px;
      margin-left:0px;
      vertical-align: middle;
    }

    /* Dropdown menu hidden by default */
    .profile-dropdown .dropdown-menu {
      display: none;
      position: absolute;
      right: 0;
      top: 50px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      min-width: 120px;
      box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
      z-index: 1000;
    }

    .profile-dropdown .dropdown-menu a {
      display: block;
     padding: 3px 10px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    }

    .profile-dropdown .dropdown-menu a:hover {
      background: #f8dcdc;
    }

    /* Show menu when active */
    .profile-dropdown.active .dropdown-menu {
      display: block;
    }
.blog_sub_title
{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 21px;
    font-weight: 500;
    text-transform: capitalize;
}

.single_blog1 ul li span{
  font-weight: 500;
}

.decimalorder li{
  list-style-type: decimal;
}
.decimalorder::marker{
  font-weight: 600;
}
.blog_testimonial_slider .testi {
    border: 1px solid #CBBEBE;
    padding: 15px;
    border-radius: 5px;
    height: 100%

}
.bold_text{
  font-weight: 500;
}

.blog_single ul li span{
  font-weight: 500;
}
.blog_single {
    margin: 10px 0px;
}

.menu_social_mobile {
   display:none !important;
}
/* .careermain .section_content {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 300;
   
} */

.testimonial_slider .owl-item {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.testimonial_slider .owl-item.active {
  opacity: 1;
  z-index: 2;
}

.testimonial_slider .owl-item:not(.active) {
  opacity: 0;
  z-index: 1;
}
.testimonial_slider .owl-stage-outer {
  overflow: hidden;
}
.testimonial_slider .owl-dots {
  text-align: center;

}

.testimonial_slider .owl-dot {
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: 0 5px;
  background: #ccc !important;
  transition: all 0.3s ease;
 
}

.testimonial_slider .owl-dot.active {
  background: #333 !important;  
  transform: scale(1.2);
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 25s linear infinite;
 font-size: 12px;
   
}

@keyframes scrollText {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


/* Default state for all images */
.carousel-item img {
  transform: scale(1);
  transition: transform 6s ease;
  will-change: transform;
}

/* Active slide zoom */
.carousel-item.active img {
  transform: scale(1.08);
}

/* Initial animation for the first slide */
.carousel-item.active:first-child img {
  animation: firstZoom 6s ease forwards;
}

@keyframes firstZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

/* Scroll effect */
body.scrolled .carousel-item.active img {
  transform: scale(1.12); /* extra zoom on scroll */
}

.acordion_mob{
  display: none !important;
}




/* Media Queries
--------------------------------------------- */
@media (max-width:1199px) and (min-width :992px){
.footer_links {
    width: 100%;
    float: left;
}
}


@media (max-width :1199px){
.menu_social_mobile {
   display:flex !important;
   margin-left:10px;
}
button.navbar-toggler {
    margin-left: auto;
}


.menu_social_desktop
{
  display:none !important;
}
}
@media (max-width:1199px) and (min-width :992px){
.footer_links {
    width: 100%;
    float: left;
}
}
@media all and (max-width :992px) {

  .careermain .custom_container {
        padding: 0px 50px;
    }
    .row.career_row.c1 {
    flex-direction: column-reverse;
    display: flex;
    gap: 10px;
;
}
.sz{

    width: 100%;
    overflow: hidden;
    position: relative;

}
  .featuresub_main {
 
    justify-content: start;
}
  .payment{
  float: left;
}
.hiw2
{
flex-direction: column-reverse;

}
.founderstory .row {
flex-direction: column-reverse;

}
  .post-item {
   
    flex-direction: column;
}
  .featuresub_main
  {
    margin-bottom: 25px;
  }
 .welcome_shoperts .section_title {
    margin-top: 0px;
}
.Why_shoperts p{
  margin-bottom:15px;
}

.subscribe_section .section_content
{
margin-bottom: 25px;
}
.customstyle_slider
{
  margin-top: 20px;
}


  .blog, .Why_shoperts {
    margin-bottom: 50px;
}
}

@media all and (max-width : 768px) {
.acordion_mob{
  display:block !important;
}
.option-box {
    margin-bottom: 16px;
}

  .size-group {
    width: fit-content;
}
  section.stepmain

 {
    padding: 0px 15px;
}
  .progressbar {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
    max-width: 700px;
    margin: 40px auto;
    width: 85%;
}
.progress-step::after {
    content: attr(data-title);
    position: absolute;
    top: -28px;
    left: 1px;
    transform: translateX(-35%);
    font-size: 10px;
    color: #333;
    white-space: nowrap;
}
  .post-item {
   
    flex-direction: row;
}
.top_main .small_text
 {
    width: 100%;
}
  .mv
{
  display: block;
}
.dv
{
  display:none !important;
}

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
    max-width: 132px;
	}
.top_main {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.logo_slider
{
  padding:25px 0px;
}
.map
{
  margin-bottom:20px;
}
.med_23
 {
    font-size: 15px;
 }

.section_padding {
    padding: 30px 0px 0px 0px;
   
}
.vdo
{

  margin: 30px 0px;
}
.features_section {
  margin-top:30px;
}
.journey 
{
 margin: 25px 0px 0px;
}
.howit .row{
  flex-direction:column-reverse;
}
.Why_shoperts {
    margin-bottom: 0px;
}
.howit{margin-top: 25px;}
nav ul li {
    margin: 0px;
    display: inline-block;
    float: none;
    width: 100%
}
.menu_icons {
    display: flex
;
    gap: 5px;
    margin-left: 20px;
}
nav ul {
    float: none;
}
 .reward_img
  {
    max-width: 60px;
    z-index: 99999;
   
  }
.latest-post .section_title {
    margin-top: 20px;
}
}
@media all and (max-width : 575px) {
  .job-card {
 
    flex-direction: column;
    gap: 18px;
}
  .read_btn {
    padding: 0px 0px;
  }
  .brand_f_main {
    display: flex
;
    gap: 3px;
    margin-top: 8px;
    flex-direction: column;
}
  .abtbnr_cnt h2 {
    font-size: 18px;
}
  .job-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
  .navbar-brand img{
    max-width: 135px;
  }
  .menu_social_mobile {
    gap: 9px !important;
    margin-left: 4px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
}
.featuresub img {
   
    object-fit: contain;
    width: 33px;
    height: 33px;
}
  .step_option {
    display: flex
;
    column-gap: 15px;
    width: 100%;
    flex-direction: column;
    row-gap: 12px;
}
  .chatbox_text
  {
    display:none;
    
  }
  .chatbox
  {
   
    bottom: 0 !important;
  }
 .profile-dropdown img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
}
.menu_icons {
    display: none;
}
.why
{
  margin-top:15px;
}
  .post-item {
   
    flex-direction: column;
}
.post-item img{
max-width: 300px;
}
   

.footer_links {
    width: 100%;
    float: left;
}

.carousel-item img {
    height: 410px;
    object-fit: cover;
}
.carousel-item video {
    height: 410px;
    object-fit: cover;
}
.step {
    max-width: 900px;
    margin: 30px auto;
    background: #fff;
    padding: 30px 20px 50px 20px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    width: 90%;
}
}



@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

/* New Animations */
.anim-h2 {
  /* font-size: 48px !important;
  font-weight: 600; */
  overflow: hidden;
  display: inline-block;
}
.anim-h2 {
  opacity: 0;
  letter-spacing: 5px;
  animation: fadeInText 1.5s ease forwards;
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    letter-spacing: 5px;
  }
  100% {
    opacity: 1;
    letter-spacing: 0px;
  }
}

.scroll-reveal-text {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  color: #dbc1b2;
  transition: color 0.2s ease;
  white-space: normal;
  word-break: normal;
  line-height: 30px;
}
.scroll-reveal-text1 {
   
    font-size: 18px !important;
    font-weight: 500 !important;
   
    line-height: 24px !important;
    text-align: justify;
    padding-right: 20px;
}
.scroll-reveal-text span {
  display: inline-block;
  color: #dbc1b2; /* light gray start */
  transition: color 0.3s ease;
}
.scroll-reveal-text span.visible {
  color: #151515; /* turn black when visible */
}
.img-zoom-container {
  width: 100%;       /* container width */
  overflow: hidden;  /* hide the overflowing image */
  position: relative;
}

.img-zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* maintain aspect ratio, cover container */
  transform-origin: center center;
  transform: scale(1);
}


/* Accordion Button */
.accordion-btn {
  width: 100%;
  padding: 20px 12px;
  text-align: left;
  background:rgba(219, 193, 178, .50);
  border: none;
  border-radius: 12px;
  outline: none;
  cursor: pointer;
  margin-top: 40px;
  font-weight: 600;
  display: flex;
  justify-content: space-between; /* icon on the right */
  align-items: center;
  transition: background 0.3s;
}
.accordion-btn.active{
  border-radius: 12px 12px 0 0;
  background: #dbc1b2;
}
.accordion-btn:hover {
  background: #dbc1b2;
}
.accordion-content ul {
  padding-left: 20px;
  margin-left: 0;
}
.accordion-btn .icon {
  display: inline-block;
  padding: 5px;
  background: #f2e9e3;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  transition: transform 0.3s;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease, padding 1s ease;
  border-radius: 0 0 12px 12px;
  padding: 0 12px;
  background: rgba(219, 193, 178, .36);
}

.accordion-content.open {
max-height: fit-content;
    padding: 10px 12px;
}
.termslist_type1
 {
    margin-bottom: 0px;
}
/* Active button icon */
.accordion-btn.active .icon {
  /* The icon text is controlled via JS, so no need for CSS content */
}
.terms_main p, .terms_main ul li{
  text-align: justify;
}
.accordion-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px; /* change to taste */
  width: 100%;
  height: 100%;
   margin-top:15px
}

/* mover - this is translated up/down by scroll JS */
.accordion-image-mover {
  transform: translateY(0);
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1); /* smooth movement */
  will-change: transform;
}
.small_text1 {
   font-size: 20px;
    font-family: "Montserrat", sans-serif;
    
    display: block;
    margin: auto;
}
/* actual <img> - animate opacity and X movement separately */
#accordionImage {
 width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: opacity 0.25s 
ease;
    will-change: transform, opacity;
    max-height: 700px;
    object-fit: cover;
   
    object-position: top;
  /* don't set transform here — fade animation will animate translateX on img, ok because mover handles translateY */
}
.accordion .accordion-item:first-child .accordion-button {
margin-top: 0px;
}

/* Fade-in-left animation (applies to the img element only) */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#accordionImage.fade-in-left {
  animation: fadeInLeft 2s ease forwards;
}
.carousel-item video {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.fs-20 {
  font-size: 17px !important;
}
.fw-600 {
  font-weight: 600 !important;
}
section.founderstory {
    position: relative;
}
/* Sticky image base */
/* .sticky-image {
  position: sticky;
    top: 30px;
    align-self: flex-start;
    overflow: hidden;
    margin: 50px 0px;
    border-radius: 8px;
    background: #fff;
} */
.guess
{
  font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    transition: color 0.2s 
ease;
    white-space: normal;
    word-break: normal;
   
}
i.fa-brands.fa-apple {
    font-size: 15px;
}
/* Image styling + initial animation state */
.sticky-image img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1);
 opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  border-radius:8px;
}

/* When sticky image enters view, animate it */
.sticky-image.is-visible img {
  transform: scale(1);
  opacity: 1;
}
.founder_quote
{
  font-weight: 600;
    font-size: 19px;
    line-height: 27px;
    margin-top: 9px;
    color: #87020f;
}



@media (max-width:710px) {
  /* .anim-h2 {
    font-size: 26px !important;
  } */
  .scroll-reveal-text {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .accordion-image-wrapper {
    margin-top: 15px;
    border-radius: 12px;
    display: none;
    
  }
  .accordion-content .accordion-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .accordion-image-mover{
  transform: translateY(12.4997px) !important;
  }
  .pinkbg {
   
    margin: 15px 0px 25;
    padding: 25px 25px 25px;
  }
.sticky-image {
   
    margin: 20px 0px;
}




    
}
/* 
.hiw_section {
  margin: 120px 0;
}

.hiw_section img {
  width: 100%;
  height: auto;
  display: block;
} */

.zoom-in {
  transform: scale(0.8);
}
.reveal {
 background: #fff;
    margin-bottom: 3rem;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    will-change: transform, opacity;
}
.reveal2 {
    /* margin-bottom: 3rem; */
    padding: 20px;
    will-change: transform, opacity;
}
.hm_new, .hm_new 
{
  padding-top:25px;
}
/* When in view */

.reveal {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.reveal2 {
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: scale(1);
}
.reveal2.active {
  opacity: 1;
  transform: scale(1);
}


/* Activated states */

.reveal.zoom-in.active
 {
  transform: none;
}
.reveal img {
  transition-delay: 0.2s; /* first element */
}
.reveal p {
  transition-delay: 0.4s; /* second element */
}



.faq-item {
  /* background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px; */
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
  width: 100%;
    padding: 20px 12px;
    text-align: left;
    background: rgba(219, 193, 178, .50);
    border: none;
    border-radius: 12px;
    outline: none;
    cursor: pointer;
    margin-top: 40px;
    font-weight: 600;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;;
}
.faq-question i{
display: inline-block;
    padding: 5px;
    background: #f2e9e3;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    transition: transform 0.3s;
}
.faq-item:active .faq-question
{
border-radius: 12px 12px 0 0;
    background: #dbc1b2;
}
.faq-item.active .faq-question
{
border-radius: 12px 12px 0 0;
    background: #dbc1b2;
}
.faq-question i {
  transition: transform 0.3s ease;
}
.accordion-btn h3, .faq-question {
  text-transform: capitalize;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg); /* rotates arrow up */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
 
  font-size: 14px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 300;
  transition: all 0.3s ease;
  max-height: 0;
    overflow: hidden;
    transition: max-height 1s 
ease, padding 1s 
ease;
    border-radius: 0 0 12px 12px;
    padding: 0 12px;
    background: rgba(219, 193, 178, .36);
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 20px 20px;
}
.peachbox
{
  padding: 25px;
    background:#dbc1b299;
    border-radius: 8px;
    font-weight: 500;
    margin:20px 0px;
}
.accordion .accordion-btn:first-child {
margin-top:15px;
}
.single_blog1 .section_content{
  text-align: justify;
  
}
.term_sub_title_sub
{
  font-family: 'Heveria Medium', sans-serif;
    font-size: 19px;
    text-transform: capitalize;
    margin-bottom: 3px;
    margin-top: 15px;
    font-weight: 500;
}
.text {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
   
    transition: color 0.2s 
ease;
    white-space: normal;
    word-break: normal;
    line-height: 30px;
}
.white_btn
{
 color: #ffffff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 5px 0px;
    display: flex
;
    transition: all 0.3s 
ease;
    float: none;
    background-color: transparent;
    height: auto;
    width: fit-content !important;
    margin: 0px auto;
    margin-bottom: 0px;;
}
.white_btn:hover {
   color: #DBC1B2;
}
.careersub{
border: 1px solid #dedede;
border-radius: 8px;
padding: 30px 20px;
text-align: left;
height:100%;
color: #151515;
}
.careersub ul{
padding-left:15px;
}
.career_row .reveal2 {
    margin-bottom: 0rem;
}
.careersub:hover{
  background-color: #AD746D;
    cursor: pointer;
    color: #FFFFFF !important;
}
.small_max
{
  font-size: 13px;
  color: #151515d4;
}


.modal-content {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  font-size: 15px;
}
.modal-title {
  font-weight: 600;
}
.modal-content .form-control:focus {
    background-color: transparent;
    border-color: #151515;
    outline: 0;
    box-shadow: none;
    color: #151515;
}
.modal-content input {

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8b8987;
    color: #151515;
    padding: 0px 0;
    outline: none;
    height: 26px;
    font-size: 12px;
     border-radius: 0px;
}

.modal-content label {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #151515;
}
.submitapplication{
    color: #151515;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 5px 0px;
    border-radius: 31px;
    border: 1px solid #151515;
    text-transform: capitalize;
    display: flex
;
    transition: all 0.3s 
ease;
    float: none;
    background-color: #fff;
    height: auto;
    width: fit-content !important;
    padding: 10px 25px;
    margin: 0px auto;
   
}
.submitapplication:hover{
   background-color: #A10E28;
    cursor: pointer;
    color: #FFFFFF !important;
    border: 1px solid #A10E28;
}
form#applyNowForm
 {
    padding: 0px 15px;
}
.single_blog .reveal2 {
    margin-bottom: 30px;
    padding: 0px;
    will-change: transform, opacity;
}
.post-item
{
position: relative;
overflow:hidden;
}
.latest-post .reveal2 {
    margin-bottom: 10px;
    padding: 0px;
    will-change: transform, opacity;
}
.single_blog1 {
    position: relative;
    overflow: hidden;
}
.single_blog1 .reveal2
{
margin-bottom: 45px;
padding: 0px;
will-change: transform, opacity;
}


/* Reward Floating Button */
/* .rewards.gift {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #ffcb00;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  cursor: pointer;
  color: #000;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
} */

.rewards.bounce {
  animation: bounce 1.8s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(-8px);}
}

/* Popup Background */
.reward-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: none;
  /* justify-content: center; */
  align-items: center;
  z-index: 10000;
}

/* Main Popup */
.reward-popup {
  width: 350px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  animation: fadeIn 0.3s ease;
 
}
i#backToMain {
    font-size: 11px;
    font-weight: 500;
    color: #151515;
}
p.signin {
    text-align: center;
    margin-top: 3px;
    color: #151515;
    font-size: 14px;
}
/* Close button */
.close-btn {
  position: absolute;
  right: 14px;
  top: 14px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Header */
.reward-popup h2 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  text-align: center;
}

.reward-popup h2 span {
  color: rgba(161, 14, 40, 1);
}

/* Cards */
.reward-popup .card {
     background-color: rgba(219, 193, 178, .2);
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  text-align: center;
}

.reward-popup .card h3 {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.reward-popup hr{
  margin:5px 0px;
}
.reward-popup .card p {
  font-size: 13px;
  color: #555;
}

/* Button */
.reward-popup .primary-btn {
  background: rgba(161, 14, 40, 1);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  margin: 10px auto;
  font-weight: 500;
  color:#fff;
    display: block;
    width: 100%;
}
.reward-popup .primary-btn:hover {
  background: rgb(2, 2, 2);
}
.reward-popup .signin a {
  color: rgba(161, 14, 40, 1);
  font-weight: 600;
  text-decoration: none;
}
.reward-popup .signin a:hover {
  color: rgb(0, 0, 0);
}
/* Footer */
.reward-popup .footer {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  color: #888;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
/* Flex row for each item */
.rewards-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  cursor: pointer;
}

.rewards-row:hover {
  background: rgba(219, 193, 178, .9);
  border-radius: 8px;
}

/* Left section: icon + text */
.rewards-row .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Icons */
.earn-icon {
  color: #a10e28;
  font-size: 20px;
}

.redeem-icon {
  color: #a10e28;
  font-size: 20px;
}

/* Text */
.rewards-row span {
  font-size: 15px;
  color: #444;
  font-weight: 500;
}

/* Right arrow */
.rewards-row i.bi-chevron-right {
  color: #999;
  font-size: 17px;
}

/* Divider line */
.rewards-section hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 4px 0;
}
.earn-header h3{
font-size: 17px;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;

}
 .title {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}
.sub {
    font-size: 13px;
    color: #555;
}
div#rewardBtn:hover {
    cursor: pointer;
}