@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;700&display=swap");
@font-face {
  font-family: "Gotham";
  src: url("fonts/gotham-regular.woff2") format("woff2"),
    url("fonts/gotham-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Lato", sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.custom-pagination-wrapper nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.custom-pagination-wrapper .pagination {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}

.custom-pagination-wrapper .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  padding: 0;
  font-weight: bold;
  color: #333;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}

.custom-pagination-wrapper .page-item.active .page-link {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.custom-pagination-wrapper .page-item .page-link:hover {
  background-color: #007bff;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.navbar ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 20px;
}
.navbar-nav .nav-link.show {
  color: #f6f3ee;
}
nav ul li .dropdown-menu ul a {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 13px;
  font-family: Lato, HelveticaNeue, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.desktopLogos img {
  width: 100%;
  max-width: 170px;
}
header {
  position: relative;
  z-index: 10;
  background: transparent;
  transition: 0.5s;
}

header {
  transition: 1s;
}
header:hover {
  background: #ffffffbc !important;
  transition: 1s;
}

header:hover navbar ul li a {
  color: #000 !important;
}

header .HanifLogoBlack {
  display: none;
}

header:hover .HanifLogoWhite,
.contactPageHeader header:hover .HanifLogoBlack {
  display: none;
}
header:hover .HanifLogoBlack,
.contactPageHeader header:hover .HanifLogoWhite {
  display: inline-block;
}

/* Show dropdown on hover */

header .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* title */
.title {
  font-family: "Lato", sans-serif;
  font-size: 33px;
  word-spacing: 4px !important;
  font-weight: 700 !important;
  color: #222;
}

/* Mobile responsive font size */
@media (max-width: 767px) {
  .title {
    font-size: 22px !important;
  }
  
  /* Center align footer on mobile */
  footer .row {
    text-align: center;
  }
  
  footer .block {
    text-align: center;
  }
  
  footer .block ul {
    text-align: center;
  }
  
  footer .block ul li {
    text-align: center;
  }
  
  /* Center footer logo on mobile */
  footer .footer__logo {
    text-align: center !important;
  }
  
  /* Mobile product grid - 2 products per row */
  .onlineStore .col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  
  /* Mobile promotional tiles - full width */
  .onlineStore .promo-tile {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  .onlineStore .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
  /* Mobile promotional tile height */
  .onlineStore .promo-tile .d-flex {
    height: 70vh !important;
  }
  
  .onlineStore .promo-tile img {
    height: 70vh !important;
  }
  
  /* Mobile product scroller */
  .mobile-product-scroller {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }
  
  .mobile-product-scroller::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .scroller-container {
    display: flex;
    gap: 10px;
    padding: 0 10px;
    min-width: max-content;
  }
  
  .scroller-item {
    flex: 0 0 320px;
    max-width: 320px;
  }
  
  .scroller-item .card {
    width: 100%;
    height: 100%;
  }
  
  /* Scroller dots */
  .scroller-dots {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
  }
  
  .dots-container {
    display: flex;
    gap: 8px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    padding: 0 20px;
    width: 150px; /* Smaller width to ensure scrolling */
    margin: 0 auto;
  }
  
  .dots-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  
  .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: none;
  }
  
  .dot.active {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #333;
  }
  
  .dot:hover {
    background-color: #999;
  }
  
  /* Mobile product gallery carousel */
  .mobile-product-gallery {
    position: relative;
    width: 100%;
  }
  
  .mobile-product-gallery .carousel {
    width: 100%;
    overflow: hidden;
    background-color: #F6F4F2;
  }
  
  .mobile-carousel-image-wrapper {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F4F2;
  }
  
  .mobile-carousel-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: pointer;
  }
  
  /* Mobile product details center alignment */
  .product-info h1 {
    text-align: center;
  }
  
  /* Mobile product details font sizing */
  .product-info h1,
  .product-info h3,
  .product-info .product-description {
    font-size: 1rem !important;
  }
  
  /* Remove padding for mobile view */
  .col-lg-4 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .product-info {
    padding: 0 40px;
    border: unset !important;
  }
  
  /* Custom carousel indicators */
  .mobile-product-gallery .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin: 0;
    padding: 0;
  }
  
  .mobile-product-gallery .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    margin: 0 4px;
  }
  
  .mobile-product-gallery .carousel-indicators button.active {
    background-color: #000;
    width: 24px;
    height: 4px;
    border-radius: 2px;
  }
}
.titleHome {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  word-spacing: 4px !important;
  font-weight: 700 !important;
  color: #222;
  font-style: italic;
}
.titleOne {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  word-spacing: 4px !important;
  font-weight: 700 !important;
  color: #222;
}
.subTitle {
  color: black;
}

.bgColorLight {
  background-color: #f6f3ee;
}

.a_link {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}

.a_link:hover {
  color: #000 !important;
}
a {
  text-decoration: none;
}
.btn {
  border-radius: 0px !important;
}

/* home page Css */
.sectionOne {
  background-color: black;
  /* background-image: url("../image/jewelrybanner.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 130dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}

/* Mobile responsive height for sectionOne */
@media (max-width: 767px) {
  .sectionOne {
    height: 120vh !important;
  }
}
.onlineStore .card {
  background-color: #f6f4f2;
  border-radius: 0;
  border: 1px solid #e8e8e89b;
}

.onlineStore .card h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: Lato, HelveticaNeue, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  color: #222;
}

.onlineStore .card p {
  color: #222;
  font-size: 13px;
  font-weight: 700;
  font-family: Lato, HelveticaNeue, Helvetica Neue, sans-serif;
}

.brandLogo a .img-fluid {
  width: 100%;
  height: 100%;
  max-width: 280px;
}

@media (min-width: 1366px) {
  .brandLogo a .img-fluid {
    max-width: 320px;
  }
}

@media (min-width: 1920px) {
  .brandLogo a .img-fluid {
    max-width: 360px;
  }
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.5 0.5L2 4l3.5 3.5L5 8 1 4l4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.5 0.5L6 4 2.5 7.5 3 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
  width: 15px;
  height: 15px;
}
.carousel-control-next-icon {
  width: 15px;
  height: 15px;
}

.onlineStore .carousel-control-prev,
.onlineStore .carousel-control-next {
  display: none !important;
}

.onlineStore .col-md-3:hover .carousel-control-prev,
.onlineStore .col-md-3:hover .carousel-control-next {
  display: block !important;
}

#carouselExampleRide .carousel-item img {
  height: 100vh;
}
.onlineStore .col-md-3 .carousel .carousel-item img {
  transition: transform 5s ease;
}
.onlineStore .col-md-3:hover .carousel .carousel-item img {
  transform: scale(1.05);
}

/* end home page css */

/* start Watch Page*/
.sectionOneWatch {
  background-color: black;
  background-image: url("../image/Watch_Creative_Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 120dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}
.farahKhanBannerSection{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 120dvh;
  margin-top: -10rem;
  /* z-index: -1;
  position: relative; */
}

/* end Watch Page */

/* start Watch Page*/
/* .solitaireSection {
  background-image: url("../image/Soliteir\ Banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */
.solitaireSection .hero-content {
  padding: 4rem 2rem;
  max-width: 480px;
  background-color: #fafafa;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  height: 600px;
}
.solitaireSection .hero-content h1 {
  font-size: 2.8rem;
}

.rounded-pill {
  border-radius: 50rem !important;
}

/* end Watch Page */

/* start ONLINE SHOPPING STORE Css */

.breadcrumb,
.breadcrumb a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #666;
  text-decoration: none;
}
.onlineStore .addToCart {
  visibility: hidden;
  font-family: "Lato", sans-serif;
  font-size: smaller;
  width: 60%;
  transition: transform 0.3s ease;
}
.onlineStore .col-md-3:hover .addToCart,
.onlineStore .col-md-5 .row .col-md-6:hover .addToCart,
.onlineStore .col-md-6 .row .col-md-6:hover .addToCart {
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), linear, linear;
}
.addToCartProductDetailsTop:hover .addToCartProductDetails{
  visibility: visible;
  transform: translateY(-10px);
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1), linear, linear;
}

.addToCartProductDetailsTop {
  border-radius: unset;
  position: relative;
  z-index: 1;
}

.addToCartProductDetailsTop .card-body {
  position: relative;
  z-index: 10;
}
.onlineStore .addToCartProductDetailsTop:hover .carousel-control-prev,
.onlineStore .addToCartProductDetailsTop:hover .carousel-control-next {
  display: block !important;
}

.onlineStore .addToCartProductDetailsTop .carousel .carousel-item img {
  transition: transform 0.5s ease;
}
.onlineStore .addToCartProductDetailsTop:hover .carousel .carousel-item img {
  transform: scale(1.05);
}

.addToCartProductDetails {
  position: relative;
  z-index: 20 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  visibility: hidden;
  font-family: "Lato", sans-serif;
  font-size: smaller;
  width: 60%;
  transition: transform 0.3s ease;
}

.addToCartProductDetails:hover {
  text-decoration: none;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Ensure carousel controls don't interfere with button clicks */
.carousel-control-prev,
.carousel-control-next {
  z-index: 20 !important;
  pointer-events: auto !important;
}

.carousel-indicators {
  z-index: 5;
}


.onlineStore .card-body {
  padding-bottom: 2px;
}
.filter .dropdown-toggle::after {
  margin-left: 18em;
}
.dropdown .dropdown-toggle::after{
  vertical-align: 0.15em;
}
.dropdown button{
  font-size: 16px;
}
.dropdown-inner-text{
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
/* End ONLINE SHOPPING STORE Css */

/* contact page start */
.contactP {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #212529;
}

/* contact page end */

/* store loaction page start */
.form-select:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0;
  outline: 0;
}
/* Product Carousel Styles */
@media (max-width: 767px) {
  .JW .carousel-inner .carousel-item > div {
    display: none;
  }
  .JW .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.JW .carousel-inner .carousel-item.active,
.JW .carousel-inner .carousel-item-next,
.JW .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {
  .JW .carousel-inner .carousel-item-end.active,
  .JW .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .JW .carousel-inner .carousel-item-start.active,
  .JW .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

.JW .carousel-inner .carousel-item-end,
.JW .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.JW .carousel-inner .carousel-item > div {
  padding: 0 10px;
  box-sizing: border-box;
}

#loactionCarousel:hover .carousel-control-prev,
#loactionCarousel:hover .carousel-control-next {
  display: block !important;
}

#loactionCarousel .card:hover .card-title-overlay {
  display: block !important;
}

#loactionCarousel .card-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#loactionCarousel .carousel-img {
  transition: transform 0.3s ease;
}

#loactionCarousel .card:hover .carousel-img {
  transform: scale(1.08);
}
/* store loaction  page end */

/* assurance page start */
.assuranceSection {
  background-image: url("../image/WEB-Banner_Assurance.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 120dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}
.paraFont p {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #000000;
  line-height: 1.5;
}

/* assurance page end */

/* About Us  page start */
.aboutSection {
  background-image: url("../image/Aboutus_Web_banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 120dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}

/* About Us page end */

/* After Sale Services page start */
.afterSaleServiceSection {
  background-image: url("../image/WEB-Banner_AfterSale.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 120dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}
.assHeading {
  margin-top: 1.5rem !important;
  display: block;
  font-family: Gotham;
  font-size: 20px !important;
  color: black;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 300 !important;
  text-align: center;
  text-decoration-line: underline;
}

/* After Sale Services page end */

/* care Instructions page start */
.careInstructionsSection {
  background-image: url("../image/WEB-Banner_Care.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 120dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}

.accordion .accordion-button {
  font-weight: bold;
  padding: 0px 15px 0px 0px;
}

.accordion-body {
  line-height: 1.7;
  padding-left: 70px;
}

.accordion-header button .panel-number {
  font-family: Lato, HelveticaNeue, Helvetica Neue, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #222;
  padding: 13px;
  margin-right: 15px;
  background: #ededed;
  min-width: 70px;
  text-align: center;
}

/* care Instructions end page */

/* bovet watch page start */

.bovetSection {
  background-image: url("../image/banner_03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 120dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}

.bgColorLight .onlineStore .card {
  background-color: #ffffff;
}
/* bovet end page */

/*  gehnawa page start */

.gehnawaSection {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 120dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}

/*  gehnawa page end */

/* ehad  page start */
.ehadBannerSection {
  background-image: url("../image/ehed/banner.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100dvh;
  margin-top: -10rem;
  z-index: -1;
  position: relative;
}

/* ehad page end */

/* product deatil page */
a.whatsapp-btn {
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 20%;
  color: #fff;
  background: #222;
  text-align: center;
}

.product-single__price {
  color: #222;
  font-size: 2.4rem;
  font-weight: 900;
  border-bottom: 2px solid #c1c1c1;
}

footer a,
footer p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: gray;
  letter-spacing: 2px;
  font-weight: 100;
  text-decoration: none;
}
footer h4 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 27px !important;
  font-family: Lato, sans-serif;
  color: gray;
}

/* desktop only */
@media (min-width: 992px) {
  .mobileLogo,
  .mobileIcon {
    display: none;
  }
  header .border-dark {
    border-color: #b0b1b2 !important;
  }
  .navbar ul .nav-item a {
    color: #ffff;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
  .dropdown-menu li a {
    color: #000 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  header:hover nav a,
  header:hover .desktopLogos a,
  .contactPageHeader .navbar ul .nav-item a,
  .contactPageHeader .desktopLogos a {
    color: #000 !important;
  }

  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
  }
  /* High END Page start */
  .high_endImage {
    margin-top: -250px;
  }
  .titleLarge {
    font-size: 50px !important;
  }
}

/* media query for tab and mobile */
@media (max-width: 991px) {
  .mobileLogo img,
  #offcanvasNavbarLabel {
    width: 100%;
    max-width: 170px;
  }
  .desktopLogos {
    display: none;
  }

  .sectionOne {
    height: 120vh;
  }

  header:hover .mobileIcon a,
  .contactPageHeader header .mobileIcon a {
    color: #000 !important;
  }

  header .dropdown-menu .g-4 {
    --bs-gutter-y: 0rem;
  }

  header .border-dark {
    border-color: #fff !important;
  }
}

/* only for mobile */
@media (max-width: 767px) {
  .contactInfo h5 {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .contactInfo .border-black {
    border-color: #fff !important;
  }
  .contactInfo {
    text-align: center;
  }
  .contactInfo h6 {
    border-top: 1px solid #000000;
  }

  /* about page height adjustment on mobile */
  .aboutSection {
    height: 60dvh;
  }
  /*  gehnawa banner for mobile */

  /* .gehnawaSection {
    background-image: url("../image/Gehnawa_Mobile_size.jpg");
  } */

  .ehadBannerSection {
    background-image: url("../image/Mobile_Banner-ehad.jpg");
  }

  .solitaireSection .hero-content {
    height: 450px;
  }
  .solitaireSection .hero-content h1 {
    font-size: 2.2rem;
  }

  /* Product card discover more button mobile styling */
  .discover-more-btn {
    width: 150px !important;
    white-space: nowrap !important;
    background-color: #000 !important;
    color: #fff !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .discover-more-btn:hover,
  .discover-more-btn:focus,
  .discover-more-btn:active {
    background-color: #000 !important;
    color: #fff !important;
    transform: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Disable image hover zoom for product cards on mobile */
  .onlineStore .addToCartProductDetailsTop .carousel .carousel-item img {
    transition: none !important;
  }
  .onlineStore .addToCartProductDetailsTop:hover .carousel .carousel-item img {
    transform: none !important;
  }
  .onlineStore .col-md-3:hover .carousel .carousel-item img {
    transform: none !important;
  }

  /* Fixed height for product names to ensure button alignment */
  .product-name-fixed {
    height: 40px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }

  /* Slow down carousel speed for mobile */
  /* #carouselExampleRide .carousel-item {
    transition-duration: 5s !important;
  }
  #carouselExampleRide .carousel-item img {
    transition-duration: 5s !important;
  } */
}
