@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cinzel', serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase; /* Optional, very premium look */
}




.fs-13 {
    font-size: 0.9rem !important;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: .12em;
    color: #000000;
    text-transform: uppercase;
}
.fs-12 {
    font-size: 1rem !important;
}
.fs-122 {
    font-size: 0.75rem !important;
}
.fs-14 {
    font-size: 1rem !important;
}

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


.card-columns .card{
      margin-bottom: -20px !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;
}



:root{
  --main-background-color: #897358;
    --main-background-color-light: #ffffff;
  --main-white-text-color: #ffffff;
  --main-button-hover-background: #000000;

}

.btn.btn-secondary-custom-dark {
    color: var(--main-white-text-color) !important;
    background-color: transparent !important;
    border-color: var(--main-button-hover-background);
}
.btn.btn-secondary-custom-dark:hover {
        color: #ffffff !important;
        background-color: var(--main-button-hover-background) !important;
        border-color: var(--main-button-hover-background) !important;
    }

.btn.btn-secondary-custom-light {
    color: var(--main-button-hover-background);
    background-color: var(--main-background-color-light);
    border: 1px solid  var(--main-button-hover-background) !important;
}
.btn.btn-secondary-custom-light:hover {
    color: var(--main-background-color-light) !important;
    background-color: var(--main-background-color);
    border-color: var(--main-background-color) !important;
}




.btn.btn-secondary-custom:active {
    color: var(--main-background-color);
    background-color: var(--surface-container-highlight);
    border-color: var(--main-background-color);
}
.btn.btn-secondary-custom {
    color: var(--main-white-text-color);
    background-color: var(--main-background-color);
    border-color: var(--main-background-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: 0px;
    min-height: 44px;
    text-transform: uppercase;
}
.btn:before, .btn:after {
    content: "";
    display: block;
    width: 40px !important;
    min-width: 17px;
    flex-shrink: 1000000000;
}




@media (any-hover: hover) and (any-pointer: fine) {
    .btn.btn-secondary-custom:hover {
        color: #ffffff !important;
        background-color: var(--main-button-hover-background);
        border-color: var(--main-button-hover-background);
    }
}

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

    }
  }


.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: 50vh;
    object-fit: cover;

}
@media (max-width: 768px) {
    .explore-categoriesimage{
        height: 25vh;

    }
}

.banner1imagehome{
    height: 80vh;
    object-fit: cover;
    border-radius: 0px;

}

@media (max-width: 768px) {
    .banner1imagehome{
        height: 40vh;

    }
}


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



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



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




.youtube-thumb {
    width: 100%;
    height: 50vh !important;
    object-fit: cover;
    border-radius: 0px;
    display: block;
}

/* Optional: make height smaller on mobile for better UX */
@media (max-width: 768px) {
    .youtube-thumb {
        height: 30vh !important;
    }
}

@media (max-width: 480px) {
    .youtube-thumb {
        height: 25vh !important;
    }
}





/* 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: 0px;
  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: #ffffff;
}



.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: 0px;
  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: 0.9rem !important;
  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 */

/* Submenu container */
.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);
    padding: 20px 15px;
    flex-wrap: wrap;
    overflow: visible; /* ensures full submenu shows */
}

/* Show on hover */
.category-nav-element:hover .sub-cat-menu {
    display: flex; /* flex for multi-column layout */
    flex-wrap: wrap;
}

/* Card container layout */
.sub-cat-menu .card-columns {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 auto;
    width: 100%;
}

/* Each card column */
.sub-cat-menu .card {
    padding: 5px;
    border: none;
    flex: 0 0 20%; /* 5 columns per row */
    box-sizing: border-box;
}

/* Links inside submenu cards */
.sub-cat-menu .card ul li a:hover {
    color: #007bff;
}

/* Ensure list style is consistent */
.sub-cat-menu .card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* Card content styling */
.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 list styling */
.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 */
}

/* Background styles */
.bg-white {
    background-color: #e7e3de !important;
}

.bg-white-1 {
    background-color: #ffffff !important;
}

.bg-newlight {
    background-color: #ffffff !important;
}

/* Image containment */
.img-contain {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}

/* Wider container */
.container {
    max-width: 1800px !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .sub-cat-menu .card {
        flex: 0 0 25%; /* 4 per row on large screens */
    }
}

@media (max-width: 992px) {
    .sub-cat-menu .card {
        flex: 0 0 33.33%; /* 3 per row on tablets */
    }
}

@media (max-width: 768px) {
    .sub-cat-menu .card {
        flex: 0 0 50%; /* 2 per row on mobile */
    }
}

@media (max-width: 576px) {
    .sub-cat-menu .card {
        flex: 0 0 100%; /* 1 per row on small screens */
    }
}



.bootstrap-select .dropdown-menu li, .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  text-transform: uppercase !important ;
}














/* Overlay for contrast */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35); /* Slight dark overlay */
    z-index: 1;
}

/* Text container */
.text-left-slider {
    position: absolute;
    top: 50%;                    /* Vertically center */
    left: 80px;                  /* Padding from left edge */
    transform: translateY(-50%);
    color: #fff;
    text-align: left;            /* Ensure all text is left-aligned */
    max-width: 900px;
    z-index: 2;
    padding: 30px 0;             /* Top-bottom breathing space */
}

/* Intro small heading */
.text-left-slider .intro-text {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
    opacity: 0.9;
    text-align: left;
}

/* Main headline */
.text-left-slider .main-headline {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Call-to-action button */
.text-left-slider .slider-btn {
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    background-color: #c8a46b;
    border: none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-align: left;
}

.text-left-slider .slider-btn:hover {
    background-color: #b38d58;
}

/* Responsive styles */
@media (max-width: 992px) {
    .text-left-slider {
        left: 40px;
        max-width: 70%;
    }
    .text-left-slider .main-headline {
        font-size: 2.6rem;
    }
}

@media (max-width: 576px) {
    .text-left-slider {
        left: 20px;
        top: 55%;
        transform: translateY(-50%);
        max-width: 85%;
        padding: 20px 0;
    }
    .text-left-slider .intro-text {
        font-size: 0.6rem;
        letter-spacing: 1px;
    }
    .text-left-slider .main-headline {
        font-size: 1.2rem;
    }
    .text-left-slider .slider-btn {
        padding: 0.6rem 0.1rem;
        font-size: 0.7rem;
    }
}





.aiz-accordion-heading.active, .aiz-accordion-heading:hover{
  background-color: unset !important;
}

.collapse-sidebar-wrap.active .collapse-sidebar{
  background-image: url('../../uploads/all/NAV_IMAGE.png') !important; 
      background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* Force all social icons to use logo color */
ul.social.colored [class*="facebook"],
ul.social.colored [class*="twitter"],
ul.social.colored [class*="instagram"],
ul.social.colored [class*="youtube"],
ul.social.colored [class*="linkedin"] {
    background-color: #897358 !important; /* Logo gold */
}

/* Icon color inside */
ul.social.colored i {
    color: #ffffff !important;
}



/* .hov-text-primary:hover{
    color: #f3ede0 !important;
}
a:hover, a:focus{
      color: #f3ede0 !important;
}
 .text-dark:hover {
      color: #f3ede0 !important;
} */

.bg-black-10, .hov-bg-black-10:hover{
      background-color: #ffffff !important;
}

.header_menu_links:hover .cat-name {
    text-decoration: underline !important;
}

.top-80{
    top: 80px !important;
}

.jssocials-share-whatsapp .jssocials-share-link{
  background: #897358 !important;
  border-radius: 50em;
    height: 36px;
    width: 36px;
}

.jssocials-share-linkedin .jssocials-share-link{
  background: #897358 !important;
  border-radius: 50em;
    height: 36px;
    width: 36px;
}
.jssocials-share-facebook .jssocials-share-link{
  background: #897358 !important;
  border-radius: 50em;
    height: 36px;
    width: 36px;
}
.jssocials-share-twitter .jssocials-share-link{
  background: #897358 !important;
  border-radius: 50em;
    height: 36px;
    width: 36px;
}
.jssocials-share-email .jssocials-share-link{
  background: #897358 !important;
  border-radius: 50em;
    height: 36px;
    width: 36px;
}
.jssocials-share-link i {
  color: #fff !important; /* default icon color */
  transition: color 0.3s ease, transform 0.3s ease;
}

.jssocials-share-link:hover i {
  color: #ffffff !important; /* gold hover color */
  transform: scale(1.15); /* elegant enlarge effect */
}



.bg-soft-secondary-base, .hov-bg-soft-secondary-base:hover{
  background-color: #f3ede0 !important;
}



.nav-user-info:hover .nav-user-img>svg *{
      fill: white !important;
}

.nav-user-info:hover .nav-user-img{
      border-color: white !important;
}



.gccjewels-video-container {
  width: 100%;
  height: 100vh; /* full viewport height */
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}
/* For mobile screens */
@media (max-width: 768px) {
  .gccjewels-video-container {
    height: 50vh; /* smaller height for mobile */
    margin: 20px 0;
  }
}

/* For very small devices (optional) */
@media (max-width: 480px) {
  .gccjewels-video-container {
    height: 22vh;
    margin: 15px 0;
  }
}




.gccjewels-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* scale video to cover container */
  transform: translate(-50%, -50%);
}


/* a.text-dark:focus, a.text-dark:hover {
    color: #ffffff !important;
} */

a.text-dark:focus, a.text-dark:hover {
    color: #CBAF7C !important
;
}


.hor-swipe {
      white-space: unset !important;
}


.nav-user-info:hover .nav-user-img {
   background-color: #CBAF7C !important;
   border-color: #CBAF7C !important;
}




.custom-description{
  font-size: 1.0625rem !important;
        line-height: 28px !important;
}




.text-black-custom {
    color: #000 !important;
}



.shadow-sm, .hov-shadow-sm:hover {
    box-shadow: 0 1px 2px 0 rgb(137 115 88) !important;
}









/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 12px; /* adjust thickness */
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* light gray background */
}

/* Scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #897358; /* blue color */
    border-radius: 6px; /* rounded corners */
    border: 3px solid #f0f0f0; /* optional: space around thumb */
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #897358; /* darker blue on hover */
}






.animate-underline-blue:after {
    background: #897358 !important;
}





.jssocials-share {
    margin: .2em .6em .3em 0  !important;
}