/*your custom css goes here*/ 
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:wght@400;500;600;700&display=swap');
body {
  font-family: "Wix Madefor Text", Arial, Helvetica, sans-serif !important;

  /* font-family: "Inter", sans-serif !important; */
}
.fs-13 {
    font-size: 1rem !important;
}
.fs-12 {
    font-size: 1rem !important;
}
.fs-14 {
    font-size: 1rem !important;
}

.carousel-caption{
    right: 55% !important;
}


/* Add horizontal gap between slides */
.aiz-carousel .slide-gap {
    margin-right: 15px !important; /* adjust gap size as needed */
}

/* Optional: remove margin on last slide to prevent overflow */
.aiz-carousel .slick-slide:last-child .slide-gap {
    margin-right: 0 !important;
}


.hov-scale-img:hover img, .hov-scale:hover {
      border-radius: 10px !important;
}






@media (max-width: 997px) {
    h3, .h3 {
        font-size: 1.375rem !important;
        font-size: min(1.375rem, 34px) !important;
    }
}
@media (max-width: 997px) {
    h5, .h5 {
        font-size: 1.175rem !important;
    }
}
.rcard-title {
    font-weight: 500 !important;
    margin: 10px 0 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}









.btn.btn-secondary-custom:active {
    color: var(--foreground-color);
    fill: var(--foreground-color);
    background-color: var(--surface-container-highlight);
    border-color: var(--foreground-color);
}
.btn.btn-secondary-custom {
    color: var(--foreground-color);
    fill: var(--foreground-color);
    background-color: rgba(0, 0, 0, 0);
    border-color: var(--foreground-color);
}
a:active, .link:active, .text-link:active {
    color: var(--active-foreground-color);
    fill: var(--active-foreground-color);
}
.btn {
    display: -moz-inline-flex;
    display: inline-flex;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    white-space: normal;
    overflow-wrap: break-word;
    max-width: 100%;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    transition: all var(--transition-duration-fast) 
ease-in-out;
    padding: 10px 0;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 6px;
    min-height: 44px;
}
.btn:before, .btn:after {
    content: "";
    display: block;
    width: 50px;
    min-width: 17px;
    flex-shrink: 1000000000;
}




@media (any-hover: hover) and (any-pointer: fine) {
    .btn.btn-secondary-custom:hover {
        color: #191919;
        fill: #191919;
        background-color: #efecea;
        border-color: #191919;
    }
}

.buyer-protection-teaser .buyer-protection-teaser-part
 {
    width: 50%;
}
@media (max-width: 768px) 
  {
    .buyer-protection-teaser .buyer-protection-teaser-part {
          width: 100% !important;

    }
  }


.rcard.rcard-direct .rcard-body {
    padding: 0;
}
.rcard .rcard-body {
    width: 100%;
    padding: 17px;
}

.model-card .model-image-container {
    position: relative;
}
.model-card .model-image-container:before
 {
    display: block;
    content: "";
    width: 100%;
    padding-top: 122%;
}

.model-card .model-image-container>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.model-card .model-image-container img {
    transition: transform .3s;
}
.img-responsive
 {
    display: block;
    max-width: 100%;
    height: auto;
}












/* Our Most Popular Models */


    .section-title {
      font-size: 1.875rem;
      text-align: left;
    }

    .row::after {
      content: "";
      display: table;
      clear: both;
    }

    .col-3 {
      width: 25%;
      float: left;
      padding: 10px;
    }

    .model-card {
      border: 1px solid #e0e0e0;
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    

    .model-image {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
    }

    .model-image:hover {
      transform: scale(1.05);
    }

    .model-label {
      padding: 10px 0;
      font-size: 1rem;
      color: #555;
      padding-left: 20px;
    }

    .model-link-list {
      list-style: none;
      padding: 0;
    }

    .model-link-list li {
      margin-bottom: 10px;
    }

    .model-link-list a {
      font-size: 1rem;
      color: #333;
      text-decoration: none;
    }

    .model-link-list a:hover {
      text-decoration: underline;
    }

    /* Responsive - Stack on smaller screens */
    @media (max-width: 992px) {
      .col-3 {
        width: 50%;
      }
    }

    @media (max-width: 576px) {
      .col-3 {
        width: 100%;
      }
    }


    .model-link-list {
  display: block;
  column-count: 4;
  column-gap: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.model-link-list li {
  break-inside: avoid;
}

















.facts-section {
  background: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.facts-title {
  font-size: 32px;
  margin-bottom: 40px;
}




.fact-number {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}

.fact-text {
  font-size: 16px;
}




.explore-categoriesimage{
    height: 300px;
    object-fit: cover;

}
.banner1imagehome{
    height: 500px;
    object-fit: cover;

}



.bg-dark, .hov-bg-dark:hover {
    background-color: #000000 !important;
}



.search-input-box>input{
        border-radius: 10px;
}



/* CUSTOM YOUTUBE SECTION */
/* Container & section setup */
.latest-videos {
  padding: 60px 0;
  background-color: #f8f8f8; /* or whatever background you prefer */
}



/* Section title */
.latest-videos .section-title {
  font-size: 2rem;
 
    margin-top: 50px!important;
    margin-bottom: 20px!important;
    color: #000000!important;

}

/* Grid of videos */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Individual video card */
.video-card {
  background-color: #fff;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.video-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Thumbnail + duration overlay */
.video-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.video-thumbnail .duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 4px 6px;
  font-size: 0.9rem;
  border-radius: 4px;
}

/* Video info: title, date */
.video-info {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-title {
  font-size: 1.1rem;
  margin: 0 0 10px;
  line-height: 1.3;
  color: #222;
}

.video-date {
  font-size: 0.9rem;
  color: #666;
}

/* “View more” button at bottom */
.view-more {
  text-align: center;
  margin-top: 40px;
}

.btn-view-more {
  display: inline-block;
  padding: 12px 24px;
  font-size: 1rem;
  background-color: #007bff; /* change to brand color */
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn-view-more:hover {
  background-color: #0056b3;
}



/* Section setup */
.latest-videos {
  padding: 60px 0;
  background-color: #f8f8f8;
}



.section-title {
  font-size: 2rem;
  text-align: center;
   margin-top: 50px!important;
    margin-bottom: 20px!important;
    color: #000000!important;
  
}

/* Video grid */
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

/* Video card */
.video-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.video-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Thumbnail */
.video-thumbnail {
  position: relative;
}

.video-thumbnail img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}

.video-thumbnail .duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 3px 6px;
  font-size: 0.85rem;
  border-radius: 4px;
}

/* Play button overlay */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: white;
  background: #1a253c;
  border-radius: 50%;
  padding: 20px 26px;
  transition: background 0.3s, transform 0.3s;
}

.video-thumbnail:hover .play-button {
  background: #1a253ca4;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Video info */
.video-info {
  padding: 16px;
}

.video-title {
  font-size: 1.1rem;
  margin: 0 0 8px;
  line-height: 1.3;
  color: #222;
}

.video-date {
  font-size: 0.9rem;
  color: #666;
}

/* Custom button */
.btn-custom {
 width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  color: #1a253c;
  
}

.btn-custom:hover {
  background-color: #1a253c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px #1a253c;
}

.view-more {
  text-align: center;
}





.header_menu_links {
  text-transform: uppercase !important;
}

.text-uppercase{
      text-transform: uppercase !important;

}
.text-capitalize{
      text-transform:  capitalize !important;

}






/* CUSTOM HEADER */



.category-nav-element .sub-cat-menu {
    position: absolute;
    left: 0;
    top: 100%;              /* directly below parent */
    width : 100%;
    background: #fff;
    display: none;          /* hidden until hover */
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Show on hover */
.category-nav-element:hover .sub-cat-menu {
    display: block;
}

/* Card columns */
.sub-cat-menu .card {
  border-radius: 10px;
  padding: 15px;
}

/* Card Title */
/* .sub-cat-menu .card ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  transition: color 0.3s;
} */

.sub-cat-menu .card ul li a:hover {
  color: #007bff;
}
.card-columns .card {
    display: inline-grid !important
}



/* Main category (larger font size, bold) */
.category-menu .main-category {
    font-size: 16px;
    font-weight: 700;
}

/* Subcategory (smaller font size, indented slightly) */
.category-menu .sub-category {
    font-size: 14px;
    padding-left: 10px; /* optional indentation */
    font-weight: 400;
}
.category-menu .card-columns {
    display: block; /* Stack cards vertically */
}
.category-menu ul li {
    display: block;  /* Each item takes full width */
    margin-bottom: 8px; /* spacing between items */
}
