
        /*=============================================
=               GLOBAL RESET                  =
=============================================*/

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Titillium Web', sans-serif;
}

/* Make all images fluid by default */
img {
  max-width: 100%;
  height: auto;
}

/*=============================================
=            CAROUSEL / HERO BANNER           =
=============================================*/

/* ensure carousel images never overflow */
#fullscreenCarousel .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
}

/* shrink hero on tablets & phones */
@media (max-width: 991.98px) {
  #fullscreenCarousel .carousel-item img {
    max-height: 50vh !important;
  }
}
@media (max-width: 575.98px) {
  #fullscreenCarousel .carousel-item img {
    max-height: 30vh !important;
  }
}

/*=============================================
=                SECTION-2                    =
=============================================*/

/* Stack the “Specialized …” section on mobile */
.section-2 .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-2 .col-md-6 {
    text-align: center !important;
    margin-bottom: 1.5rem;
  }
  .section-2 h3 {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  .section-2 h4 {
    font-size: 1.25rem;
  }
  .section-2 p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .section-2 .btn-light {
    width: 100%;
    max-width: 200px;
    margin: 0.5rem auto;
  }
}

/* IRRESISTIBLE OFFERS grid tweaks */
.row.gx-2.gy-0 {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .row.gx-2.gy-0 .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .row.mt-4 .col-8,
  .row.mt-4 .col-4 {
    display: block;
    width: 100%;
    text-align: center !important;
    margin-bottom: .5rem;
  }
}

/*=============================================
=             TEXT-OVERLAY PANELS            =
=============================================*/

/* Shrink overlay text on tablet & phone */
@media (max-width: 991.98px) {
  .overlay-content {
    width: 100%;
    padding: 0 1rem;
  }
  .overlay-content h2 {
    font-size: 2rem;
  }
  .overlay-content p {
    font-size: 1rem;
  }
  .overlay-content .btn {
    padding: .8rem 1.5rem;
    font-size: .9rem;
  }
}
@media (max-width: 575.98px) {
  .section-3.text-overlay {
    padding: 0 2vw;
    min-height: 40vh;
  }
  .overlay-content h5 { font-size: .9rem; letter-spacing: .15em; }
  .overlay-content h2 { font-size: 1.4rem; }
  .overlay-content p  { font-size: .85rem; }
  .overlay-content .btn { font-size: .8rem; }
}

/*=============================================
=       “BRILLIANT PICKS” TESTIMONIAL         =
=============================================*/

/* Already using d-none/d-sm-flex on arrows */
/* Stack on xs */
@media (max-width: 575.98px) {
  .container.py-3 .row {
    flex-direction: column;
    text-align: center;
  }
  .container.py-3 img.rounded-circle {
    margin: 1rem auto;
  }
  .container.py-3 svg {
    display: none;
  }
}

/*=============================================
=             IRRESISTIBLE OFFERS             =
=============================================*/

.irresistible-offers-section .offers-card {
  max-width: 260px;
}
@media (max-width: 767.98px) {
  .irresistible-offers-section .offers-card {
    margin-bottom: 1.5rem;
  }
}

/*=============================================
=                  FOOTER                     =
=============================================*/

/* Center logo & hide social on mobile */
.footer-custom .logo-section {
  text-align: left;
}
@media (max-width: 767.98px) {
  .footer-custom .logo-section {
    text-align: center;
  }
  .footer-custom .social-icons {
    display: none;
  }
  .footer-custom .map-wrapper,
  .footer-custom .logo-section,
  .footer-custom .categories-box {
    width: 100%!important;
    float: none!important;
    margin-bottom: 1rem;
  }
}

/*=============================================
=        MOBILE MENU (hamburger) FIXES       =
=============================================*/

/* Hide the icon‐bar on phone */
@media (max-width: 991.98px) {
  .icon-bar { display: none!important; }
  .navbar-toggler { z-index: 1051; }

  /* Full‐height dropdown */
  .main-navbar .navbar-collapse {
    position: fixed;
    top: 150px; /* same as custom-header height */
    left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.95);
    padding-top: .75rem;
    overflow-y: auto;
    z-index: 1050;
  }
  .main-navbar .nav-link {
    width: 100%;
    padding: .75rem 1rem!important;
    border-bottom: 1px solid #333!important;
    text-align: left;
  }
  .main-navbar .nav-link:last-child {
    border-bottom: none!important;
  }
  .main-navbar .dropdown-menu {
    position: static!important;
    box-shadow: none!important;
    background: transparent!important;
    width: 100%;
  }
  .main-navbar .dropdown-item {
    padding: .5rem 2rem!important;
    border-bottom: 1px solid #333!important;
  }
  .main-navbar .dropdown-item:last-child {
    border-bottom: none!important;
  }
}


        .carousel,
        .carousel-inner,
        .carousel-item {
            width: 99vw;
            height: 100%;
        }

        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .carousel-indicators {
            bottom: 20px;
        }

        /* ====== HEADER RESPONSIVE STYLES ====== */
/* helper class we’ll toggle in JS */
.main-navbar.sticky-navbar {
    position: fixed;
     bottom: auto !important;
     padding: 1em 0;
    top: 0;
    left: 0;
    right: 0;
    
    z-index: 1050; /* Make sure it's above other content */
    background-color: rgba(0, 0, 0, 0.85); /* Slight transparency if desired */
    transition: all 0.3s ease;
}
.custom-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 150px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.red-line {
    height: 15px;
    margin: 0 15px;
    background-color: #8f0a20;
}

/* Icon bar always on top right */
.icon-bar {
    padding: 0 15px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}
.icon-bar a {
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.3s ease;
}
.icon-bar a:hover,
.icon-bar .bi:hover {
    color: #fff;
    transform: scale(1.1);
    background-color: #8f0a20;
    border-radius: 3px;
    padding: 0.2em;
}

/* Main navbar: nav always at bottom */
.main-navbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    z-index: 11;
    min-height: 58px;
    display: flex;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0 !important;
}
.navbar-brand img {
    width: 170px;
}
@media (max-width: 991.98px) {
    .navbar-brand img {
        width: 120px !important;
    }
}

.main-navbar .navbar-nav {
    align-items: flex-end;
    height: 58px;
    width: 100%;
    justify-content: flex-end;
    gap: 0.1rem;
}

.main-navbar .nav-link {
    display: flex
;
    align-items: flex-end;
    height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 1rem !important;
    letter-spacing: 1px;
    border-right: 1px solid #fff !important;
    transition: 0.3s ease;
    background: none !important;
}

.main-navbar .nav-link:last-child {
    border-right: none;
}
.main-navbar .nav-link:hover {
    background-color: #8f0a20;
    color: #fff !important;
}
.main-navbar .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.7) !important;
    transition: all 0.3s ease;
    border: none;
}
.main-navbar .dropdown-item {
    transition: background 0.3s ease;
    text-transform: uppercase;
    color: #fff !important;
}
.main-navbar .dropdown-item:hover {
    background-color: #8f0a20;
    color: #fff !important;
}

/* Dropdown on hover for desktop */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* Responsive for mobile/tablet */
@media (max-width: 991.98px) {
    .custom-header {
        min-height: unset;
        height: auto;
        padding-bottom: 0;
    }
    .main-navbar {
        position: static !important;
        min-height: unset;
        padding: 0;
        background: rgba(0,0,0,0.95) !important;
        box-shadow: 0 4px 25px rgba(0,0,0,0.14);
        align-items: flex-start;
    }
    .main-navbar .navbar-nav {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .main-navbar .nav-link {
        height: auto;
        font-size: 1rem;
        padding: 0.45rem 1rem !important;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #333;
    }
    .main-navbar .nav-link:last-child {
        border-bottom: none;
    }
    .navbar-brand {
        align-items: flex-start;
        margin-bottom: 0.5rem;
    }
}

/* Hamburger icon spacing */
.navbar-toggler {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.35rem 0.9rem;
    font-size: 1.25rem;
    border: none;
    box-shadow: none !important;
}


        .section-2 {
            width: 100%;
            height: auto;
            background-color: #d2d0bf;
            padding: 25px 0;
            display: flex;
        }

        .section-2 h3 {
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 13px;
        }

        .section-2 h4 {
            font-weight: bold !important;
        }

        .section-2 button {
            text-align: center;
            border: 1px solid #000 !important;
            border-radius: 0 !important;
            text-transform: uppercase;
            letter-spacing: 5px;
            display: flex;
            margin: 0 auto;
            align-items: center;
        }

        .section-2 button a {
            text-decoration: none;
            color: #000 !important;
        }

        /* ----------------------------------------------------------------------------
   Section-3: “Brilliant Picks” overlay panel
   ---------------------------------------------------------------------------- */
.section-3.text-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 5vw;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  min-height: 60vh;
}

.section-3 .overlay-content {
  max-width: 500px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.section-3 h5 {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  margin-bottom: 0.5em;
  font-size: 1rem;
}

.section-3 h2 {
  font-size: 2.75rem;
  margin-bottom: 1rem;
}

.section-3 p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}



/* tablet */
@media (max-width: 991.98px) {
  .section-3 {
    padding: 3rem 3vw;
    min-height: 50vh;
  }
  .section-3 h2 { font-size: 2.2rem; }
  .section-3 p  { font-size: 1rem; }
  .section-3 .btn-light {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* mobile */
@media (max-width: 767.98px) {
  .section-3 {
    flex-direction: column;
    padding: 2rem 2vw;
    min-height: 40vh;
  }
  .section-3 h5 { font-size: 0.9rem; letter-spacing: 0.3em; }
  .section-3 h2 { font-size: 1.6rem; }
  .section-3 p  { font-size: 0.9rem; }
  .section-3 .btn-light {
    padding: 0.5rem 1.2rem;
    font-size: 0.8rem;
  }
}


        .overlay-content .btn {
            background-color: #8f0a20;
            border: none;
            padding: 12px 28px;
            color: #fff;
            font-weight: bold;
            transition: 0.3s ease-in-out;
        }

        .overlay-content .btn:hover {
            background-color: #6c0819;
        }

        .section-3 button {
            text-align: center;
            border: 1px solid #000 !important;
            border-radius: 0 !important;
            text-transform: uppercase;
            letter-spacing: 5px;
            display: flex;
            margin: 0 auto;
            align-items: center;
        }

        .section-3 button a {
            text-decoration: none;
            color: #fff !important;
            font-weight: 100 !important;
        }

        .section-4 {
            width: 100%;
            height: 60vh;
            background-color: #fff;
            padding: 50px 0;
            display: flex;
        }

        .section-4 h3 {
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #8f0a20
        }

        .section-4 p {
            font-size: 1.5rem;
        }

        .section-4 p a {
            color: #000;
        }

        .footer-custom {
            background-color: #000;
            font-weight: 200;
        }

        .footer-custom ul li {
            margin-bottom: 5px;
            text-transform: uppercase;
            font-size: 0.79em;
        }

        .footer-bottom {
            background-color: #8A1C1C;
            color: #fff;
            letter-spacing: 5px;
        }

        .categories-box {
            position: relative;
            padding-left: 20px;
            padding-right: 20px;
            font-family: 'Orbitron', sans-serif;
        }

        .categories-box::before,
        .categories-box::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 25px;
            width: 1px;
            background-image: linear-gradient(to bottom, white 20%, transparent 20%);
            background-size: 1px 10px;
            background-repeat: repeat-y;
            opacity: 0.7;
        }

        .categories-box::before {
            left: -20px;
        }

        .categories-box::after {
            right: 40px;
        }



        .brand-tagline {
            font-size: 12px;
            letter-spacing: 5px;
            margin-top: -5px;
        }

        .social-icons {
            font-size: 18px;
        }
.social-icons a {
    text-decoration: none;
    color: #fff;
}
        .site-link {
            letter-spacing: 2px;
            font-size: 14px;
        }
        .lead-testimonial-cont {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    border-radius: 12px;
}

.lead-testimonial-cont:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("http://demosoft.indicsoft.com/SalmanDemo/onspon-html/other-pages/image/tstmnl-box-shadow.png");
    width: 840px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
}

.lead-testimonial-cont:before {
    content: "";
}

.lead-testimonial-cont > h2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #444;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.lead-tstmnl-slider {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.lead-tstmnl-slide {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.lead-tstmnl-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(0, 0, 0, 0.1);
}

.lead-tstmnl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lead-tstmnl-text-cont {
    max-width: 60%;
}

.lead-tstmnl-comment img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    
}

@media screen and (max-width: 768px) {
    .lead-tstmnl-slide {
        flex-direction: column;
    }

    .lead-tstmnl-text-cont {
        max-width: 100%;
    }
}
.object-fit-cover {
    object-fit: cover;
    height: 100%;
}
.border-bottom-dotted {
    border-bottom: 2px dotted #000;
    display: inline-block;
    padding-bottom: 5px;
}
.testimonial-section {
  width: 100%;
  background: #fff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.arrow {
  font-size: 5em;
  cursor: pointer;
  color: #333;
  user-select: none;
}

.left-arrow {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.right-arrow {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.testimonial-left {
  display: flex;
  align-items: flex-start;
  flex: 1 1 60%;
}

.testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
  object-fit: cover;
}

.testimonial-text {
  max-width: 100%;
}

.testimonial-heading {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 16px;
  margin-bottom: 5px;
}

.testimonial-subheading {
  font-size: 16px;
  margin-bottom: 15px;
}

.testimonial-comment {
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 10px;
}

.testimonial-author {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.testimonial-right {
  flex: 1 1 35%;
  text-align: center;
}

.testimonial-product {
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .testimonial-wrapper {
    flex-direction: column;
  }
  .arrow {
    display: none;
  }
  .testimonial-content {
    flex-direction: column;
    text-align: center;
  }
  .testimonial-left {
    flex-direction: column;
    align-items: center;
  }
  .testimonial-avatar {
    margin: 0 0 15px;
  }
  .testimonial-right {
    margin-top: 20px;
  }
}

.testimonial-carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonial-slide {
  flex: 0 0 100%;
  display: none;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.5s ease-in-out;
}

.testimonial-slide.active {
  display: flex;
}
.collection-showcase {
  background-color: #fff;
}

.dotted-separator {
  border-bottom: 1px dotted #999;
  width: 100%;
  max-width: 95%;
}
.noor-e-jahan-section {
  background: url('../img/polki-4.png') no-repeat center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  padding: 0 2rem;
  flex-wrap: wrap;
}

.left-content {
  flex: 0.5;
  min-width: 300px;
}

.left-content h1 {
  font-size: 2.8rem;
  letter-spacing: 6px;
  margin-bottom: 10px;
  font-weight: 400;
  padding-right: 3em;
}

.subtitle {
  font-size: 1.2rem;
  color: #ccc;

  padding-right: 3em;
}
.right-content {
  flex: 0.5;
  text-align: center;
  min-width: 300px;
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 10em;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .right-content {
    text-align: center;
    margin-top: 20px;
  }

  .left-content h1 {
    font-size: 2rem;
  }

  .subtitle,
  .right-content {
    font-size: 1rem;
  }
}

.ring-column {
    background: linear-gradient(to bottom, #e7e7e1, #ffffff);
    border: 1px solid #acacac;
    padding: 30px 10px;
    margin: 0; /* horizontal space between columns */
}
/* .ring-column:last-child {
  border-right: none;
} */

.ring-column:last-child {
    margin-right: 0; /* remove space after last column */
}
.ring-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.ring-inner img {
  max-width: 100%;
  height: 170px;
}
.ring-title {
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 0.5rem;
}

.ring-divider {
    width: 80%;
    height: 5px;
    margin: 0.5rem auto 1rem;
    background-image: radial-gradient(#999 2px, transparent 2px);
    background-size: 10px 5px; /* spacing between dots */
    background-repeat: repeat-x;
}


.ring-desc {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
}

    .jewellery-section {
  background-color: #f7f0e9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 20px;
  height: 50vh;
  overflow: visible; /* allow image overflow */
}

.jewellery-card {
  position: relative;
  flex: 1;
  max-width: 400px;
  z-index: 1;
}

.jewellery-card img
 {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0px;
    bottom: 0;
}
/* Optional: flip right image if needed */
.jewellery-card.right img {
  transform: scaleX(-1); /* or rotateY(-15deg) if needed */
}

.center-content {
  flex: 1;
  max-width: 600px;
  padding: 0 30px;
  text-align: center;
  z-index: 2;
}

.center-content h2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #333;
}

.center-content h1 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.center-content p {
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 20px;
}

.btn-custom {
  background-color: #a0151f;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
}

/* Responsive: stack on mobile */
@media (max-width: 992px) {
  .jewellery-section {
    flex-direction: column;
    text-align: center;
  }

  .jewellery-card {
    margin-bottom: 30px;
  }

  .jewellery-card img {
    top: 0;
    bottom: 0;
  }
}
.promo-box {
  background: url('../img/so-bottom-3.png') no-repeat center center;
  background-size: cover;
  border-radius: 8px;
  min-height: 400px;
  padding: 40px 20px;
}

.btn-dark-red {
  background-color: #8a0e23;
  color: #fff;
  border: none;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-dark-red:hover {
  background-color: #600b1a;
  color: #fff;
}
.small
 {
    font-size: 1.15em;
}
.ring-img
 {
    padding-bottom: 35px;
}
.diamond-section {
    font-family: 'Titillium Web', sans-serif;
  }
  .diamond-section .headline {
    letter-spacing: 0.50em !important;
    font-size: 1.95rem;
  }
  .diamond-section .subhead {
    font-weight: 600;
    font-size: 1.75rem;
  }
  .diamond-section .certified {
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .diamond-section p {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 0.5rem;
  }
  .engage-section {
  position: relative;
  background: url('../img/HS_G9109.jpg') center center / cover no-repeat;
  padding: 6rem 0;
  color: #fff;
  overflow: hidden;
  /* optional fixed-height on desktop */
  height: 80vh;
}

/* dark overlay */
.engage-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* make sure your container/content sits above the overlay */
.engage-section .container {
  position: relative;
  z-index: 2;
}

/* typography tweaks */
.engage-section .subtitle {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.engage-section .title {
  font-style: italic;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  font-family: 'Times New Roman', Times, serif;
}

.engage-section .body-text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.engage-section .highlight {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

/* —— Responsive adjustments —— */

/* Tablets & small desktops */
@media (max-width: 991.98px) {
  .engage-section {
    padding: 4rem 0;
    height: 21vh;
  }
  .engage-section .subtitle { font-size: 1.25rem; }
  .engage-section .title    { font-size: 2rem; }
  .engage-section .body-text { font-size: 0.95rem; }
  .engage-section .highlight { font-size: 1.25rem; }
}

/* Mobile phones */
@media (max-width: 575.98px) {
  .engage-section {
    padding: 2.5rem 1rem;
  }
  .engage-section .subtitle {
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .engage-section .title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .engage-section .body-text {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }
  .engage-section .highlight {
    font-size: 1rem;
  }
}

  .gift-promo-section {
    background: #fff;               /* white frame */
    font-family: 'Titillium Web', sans-serif;
  }
  .gift-promo-section .row {
    margin: 0;                      /* remove any outer negative margins */
  }
  .gift-promo-section .col-md-6 {
    padding: 4px;                   /* thin white gutter between panels */
  }
    .gift-promo-section .promo-item {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 450px;

  /* add these three lines: */
  display: flex;
  justify-content: left;  /* horizontal centering */
  align-items: center;      /* vertical centering */
}
  .gift-promo-section .promo-item::before {
    content: "";
    position: absolute;
    inset: 0;
  }


.gift-promo-section .promo-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  color: #fff;

  /* center text inside the box */
  text-align: center;
}

  .gift-promo-section .subtitle {
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .gift-promo-section .title {
    font-style: italic;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-align: left !important;
  }
  .gift-promo-section .body-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    text-align: left !important;
  }
  .gift-promo-section .body-text strong {
    font-weight: 600;
  }
  .gift-promo-section .highlight {
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
  }
  .branch-section {
  background: #fff;
  font-family: 'Titillium Web', sans-serif;
  padding: 2rem 0;
  margin-top: 200px;
}
.branch-section h2 {
  text-transform: uppercase;
  letter-spacing: 0.5em;
  font-weight: 600;
  font-size: 1.65em;
  margin-bottom: 2rem;
  text-align: center;
}
.branch-header {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  padding: 0.5rem 1rem;
  font-size: 1.75em;
}
.branch-image {
  width: 100%;
  display: block;
}
.contact-info h5 {
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.contact-info .position {
  margin-bottom: 1rem;
  font-weight: 300;
}
.contact-info p {
  font-weight: 300;
  margin-bottom: 1rem;
}
.social-icons {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.social-icons i {
  margin-right: 0.5rem;
  color: #000;
}
.divider {
    border-top: 2px dotted #aaa;
    margin: 12px 0;
}
.contact-list {
    list-style: none;
    padding-left: 0;
}
.contact-list li {
    display: flex
;
    align-items: center;
    gap: 7px;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 2px dotted #aaa;
    font-size: 1.14em;
    font-family: 'Titillium Web', Arial, sans-serif;
}
.contact-list li:last-child {
    border-bottom: none;
}
.social-icons i {
    font-size: 1.1em;
    margin-right: 5px;
    color: #232323;
}
@media (max-width: 700px) {
  .jewellery-intro-section {
    padding: 18px 3vw !important;
  }
  .jewellery-intro-section h2 {
    font-size: 1.1rem !important;
  }
}

.jewellery-certify {
    letter-spacing: 0.03em;
    font-size: 1rem;
}
@media (max-width: 768px) {
    .jewellery-title { font-size: 1.1rem; }
    .jewellery-certify { font-size: 0.98rem; }
    .container-xxl > .row > .col-12 { padding-left: 0; padding-right: 0; }
}


.jewel-title {
  font-family: 'Titillium Web', Arial, sans-serif;
  letter-spacing: 0.32em;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.6em;
}
.jewel-desc {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 1.03rem;
  color: #222;
  margin-bottom: 0.3em;
}
.view-more-link {
  font-family: 'Titillium Web', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.07em;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 400;
}
.view-more-link:hover {
  color: #a51b24;
  text-decoration: underline;
}
.jewellery-card {
  border: 0;
  transition: box-shadow 0.2s;
  min-height: 530px;
}
.jewellery-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}
@media (max-width: 992px) {
  .jewellery-card {
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .jewel-title { font-size: 1.3rem;}
  .jewellery-card { min-height: 0;}
}
@media (max-width: 575px) {
  .experiences-section .col-2,
  .experiences-section .col-sm-1 {
    display: none !important; /* Hide arrows on xs screens */
  }
  .experiences-section img.rounded-circle {
    margin-left: 0 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  .experiences-section .img-fluid {
    max-width: 90vw !important;
  }
}
.bridal-section {
  background: #fff;
}
.bridal-img-wrap {
  background: #fff;
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
}
.bridal-card {
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
  height: 100%;
}
.bridal-title {
  font-family: 'Titillium Web', Arial, sans-serif;
  letter-spacing: 0.18em;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}
.bridal-dot {
  border-bottom: 2px dotted #888;
  width: 160px;
  max-width: 75%;
  margin-bottom: 0.5em;
}
.bridal-desc {
  font-size: 1rem;
  font-family: 'Titillium Web', Arial, sans-serif;
  color: #222;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .bridal-section .row {
    gap: 1.5rem 0;
  }
  .bridal-title {
    font-size: 1.25rem;
  }
  .bridal-dot {
    width: 110px;
  }
}
@media (max-width: 767.98px) {
  .bridal-section .row {
    flex-direction: column;
  }
  .bridal-title {
    font-size: 1.15rem;
    letter-spacing: 0.1em;
  }
  .bridal-dot {
    width: 90px;
  }
  .bridal-caption {
    padding-bottom: 1.4rem !important;
    padding-top: 1rem !important;
  }
}
.responsive-banner {
  width: 97vw;
  min-height: 350px;
  height: 90vh;
  max-height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1vw;
  margin-right: 1vw;
  /* Optional for nice overlay fade: */
  /* position: relative; */
}

@media (max-width: 991.98px) {
  .responsive-banner {
    min-height: 220px;
    height: 44vw;      /* Shorter banners on tablet/mobile */
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .responsive-banner {
    min-height: 140px;
    height: 45vw;
    max-height: 350px;
    margin: 0 auto;
  }
}
/* Section background & padding already handled by bg-light + py-5 */

/* Title */
.section-2 .section-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.35em;
  font-weight: 400;
}

/* Offers heading */
.offers-title {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.32em;
  font-weight: 400;
}

/* Desktop-only “spoilt” link */
.offers-link {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #232323;
  text-decoration: none;
  transition: color .2s;
}
.offers-link:hover {
  color: #a51b24;
}

/* Offer cards */
.offer-card {
  /* maintain  aspect ratio if you like */
}
.offer-card img {
  min-height: 270px;
  object-fit: cover;
}
.offer-label {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  width: 100%;
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.13em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 767.98px) {

  /* shrink the main title */
  .section-2 .section-title {
    font-size: 1.6rem;
    letter-spacing: 0.25em;
  }

  /* shrink “offers” heading */
  .offers-title {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
  }

  /* stack the heading row */
  .section-2 .row.gy-2 > .col-12 {
    margin-bottom: .75rem;
  }

  /* shrink card labels */
  .offer-label {
    font-size: 1.3rem;
  }

  /* remove minimum img-height if it overflows */
  .offer-card img {
    min-height: 180px;
  }
}
