:root {
    --primary-color: #bc425b;
    --theme: #bc425b;
    --header-line: rgb(240 221 184);
    --bg-black: black;
}
  
.bg-black{
  background-color: var(--bg-black);
}

.primary{
    background-color: var(--accent);
}

.custom-border {
    border-color: #e0e0e0 !important; /* Light grey */
    padding: 15px;
  }
  
.gap{
  gap: 11px;
  padding-top: 1.3rem;
}


.cs_header_submit_btn:hover{
  background: transparent;
}

.services-texts{
  text-align: center;
  vertical-align: middle;
  padding-top: 5px;
}

.services-texts-heading{
  font-size: 15px; 
  padding-top: 5px; 
  margin-bottom: 0px;"
}

.form{
  border: none;
  background-color: #f7f7f7;
}

.section-image{
  border: 5px solid black;
  border-radius: 50%;
  height: 80px;
  width: 80px;

}

.slider-style{
  padding-left: 145px;
  padding-right: 145px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 5px;
}

.a:hover {
    color: var(--accent);
}

.theme-color{
  background-image: linear-gradient(to right, var(--accent) ,rgb(255, 255, 255) , var(--accent));
}


.cs_product_thumb1{
  height: 130px;
  width: 130px;
  padding: 0px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.image-css{
  border: 7px solid var(--accent);
  border-radius: 50%;
  /* width: 50%;
  height: 50%; */
} 

/*.swiper-slide{*/
/*  width: 104px !important;*/
/*  gap: 5px;*/
/*}*/

/*.swiper-wrapper{*/
/*  gap: 15px;*/
/*}*/

/* .swiper-button-prev:after, .swiper-rtl, .swiper-button-next:after {
  content: '' !important;
}
.swiper-horizontal>.swiper-pagination-bullets{
  display: none;
} */


@keyframes scroll-left {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .animate-scroll {
    animation: scroll-left 15s linear infinite;
    white-space: nowrap;
  }
  
  @media screen and(min-width: 991px){
    .display-none{
      display: none;
    }
    
    .carousel-indicators{
        margin-bottom: 0 !important;    
    }
    
    .display-none1{
      display: block;
    }

    .div-demo{
      height: 120px !important;
    }
    

}

  @media (max-width: 450px){
    .display-none{
      display: none;
    }
    
    .img-fluid{
        height: 50px !important;
        border: 3px solid var(--accent);
    }
    
    .img-fluid1{
        height: 100% !important;
        border: 0px solid var(--accent);
    }
    
    /*.swiper-slide{*/
    /*    margin-right: 0px !important;*/
    /*}*/
    
    .f{
        font-size: 15px !important;
        margin: 0 0 5px 0;
    }
    
    /*.swiper-wrapper{*/
    /*  gap: 0px;*/
    /*}*/

    .carousel-indicators{
        margin-bottom: 0 !important;    
    }
    
    .carousel-control-prev{
        display: none;
    }
    
    .carousel-control-next{
        display: none;
    }
    
    .display-none1{
      display: block !important;
    }
    .div-demo{
      height: 120px !important;
    }
    
    .cs_site_branding{
        padding: 0px !important;
    }
  }


  .display-none1{
      display: none;
  }

  .div-demo{
    height: 175px;
  }


  section.theme-color {
    height: auto !important;
    overflow: visible;
  }

  .top-div-color{
    background-image: linear-gradient(to right, black , var(--accent) );;
  }

  .cs_newsletter_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Optional: helps on smaller screens */
    gap: 20px;
    padding: 40px; /* Adjust as needed */
  }
  
  .cs_newsletter_left {
    flex: 1;
    min-width: 250px;
  }
  
  .cs_newsletter_right {
    flex: 1;
    min-width: 250px;
    /* display: flex; */
    justify-content: flex-end;
  }
  
  .cs_subscribe_form {
    display: flex;
    gap: 10px;
  }
  
  .cs_hero {
    display: flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Optional: horizontally center */
    position: relative;
    min-height: 580px;
  }
  
  .cs_hero_mini_img {
    text-align: center; /* Optional: center image and button */
  }
 
  
  .cs_hero.cs_style_3 .cs_hero_mini_img {
    position: absolute;
    bottom: -110px;
    right: 0;
  }
  @media (max-width: 575px) {
    .cs_hero.cs_style_3 .cs_hero_mini_img {
      display: none;
    }
  }
  .cs_hero.cs_style_3 .cs_hero_mini_img img {
    -webkit-animation: anim_y 10s alternate infinite;
            animation: anim_y 10s alternate infinite;
  }
  

  .cs_hero.cs_style_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: center;
    overflow: hidden;
    position: relative;
  }
  
  .cs_hero.cs_style_3 .cs_hero_title {
    margin-bottom: 22px;
  }

  .cs_hero.cs_style_3 .cs_hero_subtitle {
    margin-bottom: 35px;
  }
  
  .cs_hero.cs_style_3 {
    min-height: 680px;
    background-color: #efa9bb;
    padding: 70px 0px 80px 0px;
  }
  @media (max-width: 1600px) {
    .cs_hero.cs_style_3 {
      min-height: 570px;
    }
  }
  @media (max-width: 1400px) {
    .cs_hero.cs_style_3 {
      min-height: 500px;
    }
  }
  @media (max-width: 991px) {
    .cs_hero.cs_style_3 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  .cs_hero.cs_style_3 .cs_hero_text {
    width: 100%;
    max-width: 670px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-left: 70px;
    position: relative;
    z-index: 2;
  }
  @media (max-width: 1600px) {
    .cs_hero.cs_style_3 .cs_hero_text {
      max-width: 620px;
    }
  }
  @media (max-width: 1400px) {
    .cs_hero.cs_style_3 .cs_hero_text {
      max-width: 570px;
    }
  }
  @media (max-width: 991px) {
    .cs_hero.cs_style_3 .cs_hero_text {
      padding: 0 30px;
      max-width: 540px;
    }
    
    .bb{
        border: none;
    }
    
    .bb:hover{
        background-color: var(--accent) !important;
    }
  }
  
  .bb{
        border: none;
    }
  
  @media (max-width: 575px) {
    .cs_hero.cs_style_3 .cs_hero_text {
      padding: 0 20px;
    }
    .cs_hero.cs_style_3 .cs_hero_text .cs_fs_24 {
      font-size: 20px;
    }
  }
  .cs_hero.cs_style_3 .cs_hero_subtitle {
    color: rgba(255, 255, 255, 0.75);
  }
  .cs_hero.cs_style_3 .cs_hero_mini_img {
    position: absolute;
    bottom: -25px;
    right: 0;
  }
  @media (max-width: 575px) {
    .cs_hero.cs_style_3 .cs_hero_mini_img {
      display: none;
    }
    
      /*.swiper-slide img {*/
      /*      width: 50px !important;    */
      /*      height: 50px !important;   */
      /*      object-fit: cover; */
      /*      border: 3px solid var(--accent) !important;*/
      /*    }*/
    
    
  }
  .cs_hero.cs_style_3 .cs_hero_mini_img img {
    -webkit-animation: anim_y 10s alternate infinite;
            animation: anim_y 10s alternate infinite;
  }
  
  
  .banner11{
    background-color: #120c40;
    width:245px;
    padding: 0px 10px;
    border-radius: 10px;
  }

  .cs_grid_5_column1 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }

  @media (max-width: 991px) {
    .cs_grid_5_column1{
      grid-template-columns: repeat(1, 1fr) !important;
    }
  }
  @media (max-width: 575px) {
    .cs_grid_5_column1 {
      grid-template-columns: repeat(1, 1fr);
    }
  }

/* 
  .swiper-button-prev{
    display: none !important;
  } 
  .swiper-button-next{
    display: none !important;
  }
   .swiper-pagination{
    display: none;
  } */

 
    .review-card {
      max-width: 400px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 20px;
    }
    .reviewer-img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 50%;
    }
    .product-img {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 5px;
    }
    .star-rating {
      color: #d30a7c;
      font-size: 20px;
    }
    .reviewer-name {
      color: #d30a7c;
      font-weight: 600;
    }
    .verified-icon {
      color: #d30a7c;
    }
    .view-product {
      color: #d30a7c;
      text-decoration: none;
      font-size: 14px;
    }


    .cs_hero_mini_img21 {
      position: absolute;
      bottom: 50px;
      right: 70px;
    }
    @media (max-width: 575px) {
      .cs_hero.cs_style_1 .cs_hero_mini_img21 {
        display: none;
      }
    }
    .cs_hero.cs_style_1 .cs_hero_mini_img21 {
      -webkit-animation: anim_y 10s alternate infinite;
              animation: anim_y 10s alternate infinite;
    }
    
    
    
.manu-items{
    font-weight: bold;
    color: var(--accent);
} 

.cs_widget_title{
    color: #610338;
}

.cs_menu_widget11>li>a:hover{
    color: #e3e3e3;
}

@media screen and (max-width: 991px) {
  .cs_site_header{
      padding-bottom: 20px;
      padding-top: 20px;
  }
        .text-color1{
        color: var(--accent) !important;
        overflow-wrap: break-word;
    }
    
    
    .ptop{
        padding-top: 50%;
    }

    .rr{
        padding: 5px !important;
    }
    
    .cs_footer_row{
        padding: 20px 0 !important;
    }
    
    h5{
        font-size: 8px;
    }
    
}

.form1{
    width: 225px;
}

/* Starting of Banner style in index */


@media (max-width: 991px){
    
    .margin-top1{
        margin-top: 0px;
    }
    
    .cs_hero1{
        background-size: 100% !important;
        min-height: 155px !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    
    .cs_hero_text1{
        width: 165px !important;
        height: 155px !important;
        position: absolute !important;
        left: 232px !important;
        padding: 0px !important;
        margin: 0px !important;
    }
    
    .cs_hero_title1{
        height: 96px !important;
        width: 165px !important;
        margin-bottom: 8px !important;
        font-size: 23px !important;
        text-align: center;
    }
    
    .cs_hero_subtitle1{
        width: 141px !important;
        font-size: 12px !important;
        height: 17px !important;
        padding: 0px 10px 0px 10px !important;
        margin-bottom: 4px !important;
        margin-left: 10px;
    }
    
    .cs_btn1{
        height: 22px !important;
        min-width: 90px !important;
        font-size: 10px !important;
        padding: 0px !important;
        margin: 0px;
    }
    
    .cs_hero_mini_img1{
        display: block !important;
        height: 130px !important;
        width: 130px !important;
        position: absolute !important;
        bottom: -14px !important;
        right: 155px !important;
    }
}



/* End of Banner style in index */


.margin-top1{
    margin-top: 10px;
}

.cs_hero_subtitle{
    padding: 4px;
}

.cs_btn.cs_style_1{
    font-weight: bold;
    color: white !important;
}

.btn:hover{
    background-color: var(--accent) !important;
}


  /*.productSwiper {*/
  /*  display: flex;*/
  /*  justify-content: center; */
  /*}*/
  
  
  /*.productSwiper .swiper-wrapper {*/
  /*  width: auto; */
  /*  justify-content: center; */
  /*}*/


  /*.swiper-slide img {*/
    /*width: 76px;   */
    /*height: 76px;   */
    /*object-fit: cover; */
  /*}*/



  @media (max-width: 576px){
      .display-none{
          display: none;
      }
  }

  @media (max-width: 768px){
      .display-none{
          display: none;
      }
  }

.cs_hero_text11{
    top: 200px;
    text-align: center;
}

@media (max-width: 991px) {
    
    /*a{*/
    /*    color: var(--accent) !important;*/
    /*}*/
    
    .banner111{
        background-size: 100%;
        padding: 0 0 0 0 !important;
        margin-top: 0 !important;
        width: 100% !important;
        min-height: 160px !important;
    }
    
    .cs_hero_text11{
    top: 125px;
    text-align: center;
    height: 63px !important;
    width: 200px !important;
    }
    
    .cs_style_6{
        font-size: 10px !important;
        padding: 5px 10px !important;
        min-width: 100px !important;
    }
    
    .aiz-main-wrapper{
        min-height: 45vh !important;
    }
    
    .cs_product_card.cs_style_1 .cs_product_title, .cs_product_card.cs_style_3 .cs_product_title, .cs_product_card.cs_style_9 .cs_product_title {
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
}

.swiper-slide1{
    width: 380px !important;
}





    .slider-container {
      max-width: 1000px;
      margin: auto;
      position: relative;
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .slide {
      flex: 0 0 100%;
      padding: 0px;
    }

    .slide img {
      width: 100%;
      border-radius: 10px;
      display: block;
    }

    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      font-size: 24px;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

    @media (min-width: 768px) {
      .slide {
        flex: 0 0 33.3333%;
      }
    }

.icon_css{
    color : #181818;
}


@media (max-width: 768px) {
  .dropdown-content {
    display: none;
    margin-top: 10px;
  }

  .dropdown-content.active {
    display: block;
  }

  .toggle-icon {
    float: right;
    font-weight: bold;
    cursor: pointer;
  }
  h2>.toggle-icon1{
        position: absolute;
        right: 30px;
        color: #75033e;    
  }
  
  .toggle-icon1{
    display: block !important;
}

.dropdown-toggle::after{
    display: inline-block !important;
}

}


@media (max-width: 991px) {
    .ss {
        gap: 10px 20px !important;
    }
}


.toggle-icon1{
    display: none;
}

.dropdown-toggle::after{
    display: none !important;
}


.img-hover-effect {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);*/
}

.img-hover-effect img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.img-hover-effect:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}

/* Ensure the container holds the items in a horizontal row */
.combo_link {
  display: inline-block; /* This will make the links inline and allow for horizontal layout */
  margin-right: 20px; /* Adds space between links */
  text-decoration: none; /* Removes underline from links */
  color: #000; /* Initial text color */
  transition: all 0.3s ease; /* Smooth transition for all properties */
}

.combo_links {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
  gap: 20px; /* Space between links */
  margin-top: 15px;
}

.combo_link {
  text-decoration: none;
  transition: all 0.3s ease;
}

.combo_link h5 {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #f8f9fa;
  color: #333;
  transition: all 0.3s ease;
}

/* Hover Effects */
.combo_link:hover h5 {
  background-color: var(--accent);
  color: #fff;
  transform: scale(1.05);
}


@media (max-width: 991px) {
    .cs_fs_24 {
        font-size: 14px !important;
    }
    
    .cs_fs_54 {
        font-size: 20px !important;
    }
    
    .cs_pagination{
        display: none !important;
    }
}














