.service-details table {
    margin-bottom: 15px;
    /* width: 100% !important; */
}

.service-details table thead th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.service-details table tbody tr td {
    border: 1px solid #808080;
    padding: 2px 15px;
    /* width: 100% !important; */
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.service-details ul li,
.service-details ol li {
    line-height: 1.8;
}

.service-details p:has(+ ul),
.service-details p:has(+ ol),
.custom-content p:has(+ ul),
.custom-content p:has(+ ol) {
    margin: 0;
}

.service-details p:has(+ table),
.custom-content p:has(+ table) {
    margin: 0;
}

.service-details ul,
.service-details ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 45px;
    margin-bottom: 30px;
}

.service-details ul li {
    position: relative;
}

.service-details ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url("../img/files/icons/sunicon.svg");
    background-size: contain;
    background-position: center center;
}

.service-details ol li {
    position: relative;
}

.service-details ol li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url("../img/files/icons/fanicon.svg");
    background-size: contain;
    background-position: center center;
}

.btn-secondary {
    background-color: #ed1821;
}

.hero-mosaic {
    --hero-banner-height: 420px;
    margin: 2rem auto 0;
    display: grid;
    grid-template-columns: minmax(210px, 0.9fr) minmax(460px, 1.9fr) minmax(
            210px,
            0.9fr
        );
    gap: 12px;
    align-items: stretch;
    min-height: var(--hero-banner-height);
}

.hero-mosaic-side {
    display: grid;
    gap: 12px;
    grid-template-rows: repeat(2, calc((var(--hero-banner-height) - 12px) / 2));
}

.hero-mosaic-center {
    min-height: var(--hero-banner-height);
}

.hero-mosaic-slider,
.hero-mosaic-slider .owl-stage-outer,
.hero-mosaic-slider .owl-stage,
.hero-mosaic-slider .owl-item {
    height: 100%;
}

.hero-mosaic-card,
.hero-mosaic-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    /* background: #0f172a; */
    height: 100%;
}

.hero-mosaic-card img,
.hero-mosaic-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-mosaic-slide {
    min-height: var(--hero-banner-height);
}

.hero-mosaic-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero-mosaic-slider.owl-theme .owl-dots {
    margin-top: 10px;
}

.hero-mosaic-slider.owl-theme .owl-dots .owl-dot span {
    width: 26px;
    height: 4px;
    border-radius: 999px;
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.58);
}

.hero-mosaic-slider.owl-theme .owl-dots .owl-dot.active span {
    background: #ffffff;
}

.banner-grid {
    margin: 2rem auto 0;
    padding: 1rem;

    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, minmax(150px, auto));
    gap: 1rem;
}

/* Banner base */
.banner {
    display: block;
    border-radius: 24px;
    overflow: hidden;
}

/* Large banner */
.banner--hero {
    grid-row: 1 / span 2;
}

/* Images */
.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Floating Exclusives */
.exclusives-float {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 1200;
}

.exclusives-card {
    width: 370px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
    border-radius: 6px;
    padding: 16px 14px 14px;
    position: relative;
}

.exclusives-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f1f2f4;
    color: #232b32;
    font-size: 16px;
    line-height: 1;
}

.exclusives-head {
    padding-right: 44px;
    margin-bottom: 12px;
}

.exclusives-head span {
    display: inline-block;
    /* background: #2f64b8; */
    color: #2f64b8;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 2px 10px 4px;
    line-height: 1.1;
}

.exclusives-image {
    border-radius: 3px;
    overflow: hidden;
    /* height: 290px; */
}

.exclusives-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exclusives-title {
    font-size: 18px;
    line-height: 1.08;
    margin: 12px 0 2px;
    font-weight: 500;
}

.exclusives-carousel .owl-dots {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 10px 0 0;
}

.exclusives-carousel.owl-theme .owl-dots .owl-dot span {
    width: 36px;
    height: 5px;
    border-radius: 99px;
    margin: 0;
    background: #c9d0d3;
}

.exclusives-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #17272c;
}

.exclusives-carousel .owl-nav button.owl-prev,
.exclusives-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(18, 27, 34, 0.56) !important;
    color: #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.exclusives-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.exclusives-carousel .owl-nav button.owl-next {
    right: 10px;
}

.exclusives-carousel .owl-nav button span {
    font-size: 34px;
    line-height: 0.65;
}

@media (max-width: 768px) {
    .exclusives-float {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .exclusives-card {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        padding: 14px 12px 12px;
    }

    .exclusives-head span {
        font-size: 22px;
        letter-spacing: 3px;
    }

    .exclusives-image {
        height: 220px;
    }

    .exclusives-title {
        font-size: 28px;
    }
}
#why {
    padding: 80px 0;
}

#why .full-image {
    height: 560px;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}

#why .full-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 32px;
}

#why .full-image .title-floater {
    position: absolute;
    background-color: #fff;
    top: -50px;
    right: -20px;
    padding: 32px 64px;
    padding-bottom: 20px;
    width: 75%;
    border-radius: 24px;
    overflow: hidden;
}

/* Hide decorative SVG lines completely - Desktop */
#why .full-image .title-floater .shap-left-top,
#why .full-image .title-floater .shap-right-bottom,
#why .full-image .para-floater .shap-left-top,
#why .full-image .para-floater .shap-right-bottom {
    display: none;
}

#why .full-image .title-floater h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
    color: #0066b3;
    margin-bottom: 0;
    margin-top: 25px;
}

#why .full-image .title-floater h2 span {
    font-size: 20px;
    display: block;
    font-family: "Figtree", sans-serif;
    color: #000;
}

#why .full-image .title-floater p {
    margin-top: 10px;
    margin-bottom: 0;
}

#why .full-image .para-floater {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 25px;
    border-radius: 24px;
    border-top-left-radius: 0;
    background-color: #fff;
    overflow: hidden;
}

/* Hide SVG lines from para-floater as well */
#why .full-image .para-floater .shap-left-top,
#why .full-image .para-floater .shap-right-bottom {
    display: none;
}

#why path {
    fill: #fff;
}

/* Responsive fix for mobile */
@media (max-width: 768px) {
    #why {
        padding: 40px 0;
    }

    #why .full-image {
        height: auto;
        min-height: 400px;
        display: flex;
        flex-direction: column;
    }

    #why .full-image img {
        height: 250px;
        object-fit: cover;
        order: 1; /* Image first */
    }

    #why .full-image .title-floater {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 20px;
        margin-top: -30px; /* Overlap effect */
        border-radius: 24px;
        order: 2; /* Content above SVG */
        z-index: 10;
    }

    #why .full-image .title-floater h2 {
        font-size: 28px;
        margin-top: 5px;
        text-align: center;
    }

    #why .full-image .title-floater p {
        font-size: 14px;
        text-align: center;
        margin-top: 8px;
    }

    #why .full-image .para-floater {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 15px;
        border-radius: 24px;
        border-top-left-radius: 24px;
        padding: 15px 20px;
        order: 3; /* Button below content */
    }

    #why .full-image .para-floater .btn {
        width: 100%;
        text-align: center;
    }

    /* Ensure no SVG shows on mobile */
    #why .full-image .title-floater .shap-left-top,
    #why .full-image .title-floater .shap-right-bottom,
    #why .full-image .para-floater .shap-left-top,
    #why .full-image .para-floater .shap-right-bottom {
        display: none;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    #why .full-image .title-floater h2 {
        font-size: 22px;
        margin-top: 5px;
    }

    #why .full-image .title-floater p {
        font-size: 12px;
    }

    #why .full-image .title-floater {
        padding: 15px;
        margin-top: -20px;
    }

    #why .full-image .para-floater {
        padding: 12px 15px;
    }

    #why .full-image .para-floater .btn {
        font-size: 14px;
        padding: 8px 12px;
    }
}

.new-gem-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 12px;
}

.new-gem-card .gem-image {
    width: 125px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    /* float: left;
    margin-right: 5px;
    margin-bottom: 5px; */
}

.new-gem-card .gem-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.new-gem-card .gem-content .gem-title {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.new-gem-card .gem-content .gem-description {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
}

.new-gem-card .gem-content .gem-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.new-gem-card .gem-content .gem-links a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
}

.gem-showcase {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.gem-showcase::before {
    content: none;
}

.gem-showcase .container-fluid {
    position: relative;
    z-index: 2;
}

.gem-showcase .heading h1 strong,
.gem-showcase .heading h1,
.gem-showcase .heading p,
.gem-showcase .heading div {
    color: #111111 !important;
}

.gem-showcase .heading img {
    filter: none;
}

.gem-showcase-grid {
    margin-top: 18px;
}

.gem-showcase-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gem-showcase .new-gem-card {
    margin-bottom: 0;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 4px 14px rgba(17, 17, 17, 0.06);
}

.gem-showcase .new-gem-card .gem-image {
    width: 160px;
    height: 160px;
}

.gem-showcase .new-gem-card .gem-content {
    padding-left: 10px;
    padding-right: 15px;
}

.gem-showcase .new-gem-card .gem-title {
    color: #111111;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}

.gem-showcase .new-gem-card .gem-description {
    color: #111111;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.gem-showcase .new-gem-card .gem-links a {
    padding: 7px 11px;
    font-size: 14px;
}

.gem-showcase .new-gem-card .gem-links .btn-primary {
    background: #0066b3;
    border-color: #0066b3;
}

.gem-showcase .new-gem-card .gem-links .btn-secondary {
    background: #f4f7fb;
    border-color: #d7e0ec;
    color: #1d2e46;
}

.gem-showcase-center {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gem-showcase-orb {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid #e6ecf3;
    background: radial-gradient(circle at 50% 30%, #f4f8ff, #e7effa);
    box-shadow: 0 10px 24px rgba(20, 45, 78, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    animation: none;
}

.gem-showcase-orb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes gemShowcaseFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 991px) {
    .gem-showcase .heading {
        margin-bottom: 8px;
    }

    .gem-showcase-column {
        gap: 16px;
    }
}

@media (max-width: 575px) {
    .gem-showcase .new-gem-card {
        display: flex;
    }

    .gem-showcase .new-gem-card .gem-image {
        width: 70px;
        height: 70px;
        margin-bottom: 0;
    }
}

.gemstone-card .gemstone-content .title {
    color: #fff !important;
}

.testimonials-review-carousel .owl-stage-outer {
    padding: 8px 0;
}

.testimonial-review-item {
    padding: 6px;
    transition: all 0.3s ease;
}

.testimonial-review-item:hover .testimonial-review-bubble {
    background: #ebebeb;
    transform: translateY(-5px);
}

.testimonial-review-item:hover .testimonial-review-bubble::after {
    background: #ebebeb;
}

.testimonial-review-bubble {
    background: #f2f2f2;
    border-radius: 14px;
    padding: 16px 18px;
    /* min-height: 188px; */
    transition: all 0.3s ease;
}

.testimonial-review-bubble::after {
    content: "";
    position: absolute;
    left: 26px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.testimonial-review-stars {
    color: #f3b233;
    font-size: 16px;
    letter-spacing: 1px;
}

.testimonial-google-badge {
    width: 20px;
    height: 20px;
}

.testimonial-google-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.testimonial-review-text {
    color: #232323;
    font-size: 16px;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonial-review-readmore {
    color: #8a8a8a;
    font-weight: 500;
    font-size: 15px;
}

.testimonial-review-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #4a63b7;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
}

.testimonial-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-review-name {
    font-size: 20px;
    font-weight: 500;
    color: #151515;
}

.testimonial-review-time {
    color: #767676;
    font-size: 15px;
}

.testimonials-review-carousel.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #5b5b5b;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    margin: 0 4px;
}

.testimonials-review-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ededed;
    color: #1a1a1a;
}

/* Tablet */
@media (max-width: 992px) {
    .hero-mosaic {
        --hero-banner-height: 360px;
        grid-template-columns: 1fr 1fr;
    }

    .hero-mosaic-center {
        grid-column: 1 / -1;
        order: -1;
    }

    .banner-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .banner--hero {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .testimonial-review-text {
        font-size: 15px;
    }

    .testimonial-review-name {
        font-size: 24px;
    }

    .testimonial-review-time {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero-mosaic {
        --hero-banner-height: 300px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hero-mosaic-side {
        grid-template-rows: auto;
        gap: 10px;
    }

    .hero-mosaic-card {
        min-height: 145px;
    }

    .banner-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-review-bubble {
        min-height: auto;
    }

    .testimonial-review-text {
        font-size: 14px;
    }

    .testimonial-review-name {
        font-size: 20px;
    }

    .testimonial-review-time {
        font-size: 13px;
    }
}

/* Opening Hours redesign */
.opening-hours {
    padding: 80px 0;
}

.opening-hours .opening-hours-panel {
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 38px;
    background-color: #0066b3;
}

.opening-hours .opening-hours-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(
            circle at 25% 15%,
            rgba(255, 255, 255, 0.09) 0 1.5px,
            transparent 1.5px
        ),
        radial-gradient(
            circle at 75% 65%,
            rgba(255, 255, 255, 0.07) 0 1.5px,
            transparent 1.5px
        );
    background-size:
        18px 18px,
        22px 22px;
    opacity: 0.4;
    pointer-events: none;
}

.opening-hours .opening-hours-panel > * {
    position: relative;
    z-index: 1;
}

.opening-hours .opening-hours-intro {
    color: #fff;
    padding: 14px 8px 14px 8px;
}

.opening-hours .opening-hours-intro h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.opening-hours .opening-hours-intro p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 24px;
}

.opening-hours .opening-hours-image {
    border-radius: 28px;
    overflow: visible;
    background: transparent;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opening-hours .opening-hours-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.opening-hours .opening-hours-cta {
    width: auto;
    border-radius: 999px;
    border: 0;
    background: #0f76b4;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-shadow: 0 14px 30px rgba(10, 20, 34, 0.3);
}

.opening-hours .opening-hours-content {
    padding: 6px 0 6px 22px;
}

.opening-hours .business-hours .title {
    background: transparent;
    padding: 0 0 18px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.opening-hours .business-hours .title h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 0.3px;
}

.opening-hours .business-hours .business-hours-meta {
    color: #f5f5f5;
    row-gap: 8px;
}

.opening-hours .business-hours .time-meta-item {
    font-weight: 500;
}

.opening-hours .business-hours .others {
    margin: 14px 0;
    border: 0;
    border-radius: 999px;
    background: #f5f6f8;
    padding: 10px 10px 10px 24px;
    align-items: center;
    box-shadow: 0 8px 22px rgba(40, 14, 14, 0.18);
}

.opening-hours .business-hours .others .schedule-day {
    color: #223246;
    font-size: 18px;
    font-weight: 600;
}

.opening-hours .business-hours .others .schedule-day small {
    color: #bc1824;
    font-weight: 700;
    margin-left: 4px;
}

.opening-hours .business-hours .others .schedule-time {
    min-width: 200px;
    text-align: center;
    background: #bc1824;
    color: #fff;
    border-radius: 999px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 600;
}

/* .opening-hours .open-close {
    position: absolute;
    top: 24px;
    right: 22px;
    z-index: 3;
} */
.opening-hours .open-close img {
    height: 196px;
    width: auto;
    margin: 0;
}

@media (max-width: 1200px) {
    .opening-hours .opening-hours-intro h2 {
        font-size: 38px;
    }

    .opening-hours .opening-hours-intro p {
        font-size: 16px;
    }

    .opening-hours .business-hours .title h3 {
        font-size: 30px;
    }

    .opening-hours .business-hours .others {
        padding-left: 18px;
    }

    .opening-hours .business-hours .others .schedule-time {
        min-width: 180px;
    }
}

@media (max-width: 991px) {
    .opening-hours .opening-hours-panel {
        padding: 15px;
        border-radius: 24px;
    }

    .opening-hours .opening-hours-intro {
        padding: 0;
    }

    .opening-hours .opening-hours-intro h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .opening-hours .opening-hours-intro p {
        margin-bottom: 16px;
        line-height: 1.62;
    }

    .opening-hours .opening-hours-image {
        min-height: 390px;
        margin-bottom: 16px;
    }

    .opening-hours .opening-hours-image img {
        transform: translateY(0);
    }

    .opening-hours .opening-hours-content {
        padding: 4px 0 0;
    }

    .opening-hours .business-hours .title {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

    .opening-hours .business-hours .title h3 {
        font-size: 28px;
    }

    .opening-hours .business-hours .others {
        border-radius: 18px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 14px;
    }

    .opening-hours .business-hours .others .schedule-time {
        min-width: 0;
        width: 100%;
    }

    .opening-hours .open-close {
        top: 14px;
        right: 14px;
    }

    .opening-hours .open-close img {
        /* height: 80px; */
        margin: 15px auto;
        display: block;
    }
    #why-section h1 {
        font-size: 25px;
        margin-top: 10px;
    }
    #why-section h1 span {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .opening-hours {
        padding: 60px 0;
    }

    .opening-hours .opening-hours-intro h2 {
        font-size: 24px;
    }

    .opening-hours .opening-hours-intro p {
        font-size: 14px;
    }

    .opening-hours .opening-hours-image {
        height: 300px;
    }

    .opening-hours .opening-hours-cta {
        padding: 10px 16px !important;
        font-size: 13px;
    }

    .opening-hours .business-hours .title h3 {
        font-size: 24px;
    }

    .opening-hours .business-hours .others .schedule-day {
        font-size: 16px;
    }
}

/* Blog + YouTube sliders */
.blog-slider-carousel .owl-stage-outer,
.youtube-slider-carousel .owl-stage-outer {
    padding: 8px 0;
}

.blog-slide-card,
.youtube-slide-card {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.blog-slide-thumb {
    /* height: 230px; */
    overflow: hidden;
}

.blog-slide-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
@media (max-width: 576px) {
    .blog-slide-thumb img {
        object-fit: contain;
    }
    .gallery-image-wrap img {
        object-fit: contain;
    }
    .text-5 {
        font-size: 1.25rem !important;
    }
}

.blog-slide-card:hover .blog-slide-thumb img {
    transform: scale(1.06);
}

.blog-slide-content {
    padding: 18px 18px 22px;
}

.blog-slide-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    color: #6b7585;
    font-size: 13px;
    font-weight: 600;
}

.blog-slide-meta i {
    color: #c21626;
    margin-right: 5px;
}

.blog-slide-content h4 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #182332;
}

.blog-slide-content p {
    color: #576274;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.blog-slide-link {
    color: #c21626;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.youtube-thumb-wrap {
    border-radius: 18px;
    overflow: hidden;
    /* height: 240px; */
}

.youtube-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ea1725;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    transition: transform 0.25s ease;
}

.youtube-thumb-wrap:hover .youtube-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.blog-slider-carousel.owl-theme .owl-nav [class*="owl-"],
.youtube-slider-carousel.owl-theme .owl-nav [class*="owl-"] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #4e4e4e;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.blog-slider-carousel.owl-theme .owl-nav [class*="owl-"]:hover,
.youtube-slider-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #ededed;
    color: #1a1a1a;
}

/* Global benefits strip */
.global-benefits {
    padding: 48px 0 48px;
    background: #f3f3f4;
}

.global-benefits-wrap {
    border-radius: 10px;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.global-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.global-benefit-icon {
    color: #0066b3;
    font-size: 30px;
    line-height: 1;
    margin-top: 3px;
    flex: 0 0 auto;
}

.global-benefit-icon img {
    height: 64px;
    width: auto;
    display: inline-block;
}

.global-benefit-text h4 {
    margin: 0 0 4px;
    color: #1b2f47;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.global-benefit-text p {
    margin: 0;
    color: #647185;
    font-size: 17px;
    line-height: 1.35;
}

/* Homepage gallery */
.homepage-gallery {
    background: #f4f4f5;
    padding: 70px 0 54px;
}

.homepage-gallery .gallery-header {
    margin-bottom: 34px;
}

.homepage-gallery .gallery-subtitle {
    display: inline-block;
    color: #4b5563;
    letter-spacing: 1.2px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.homepage-gallery h2 {
    margin: 0;
    color: #11262d;
    font-size: 78px;
    font-weight: 500;
    line-height: 1.05;
}

.homepage-gallery .gallery-track {
    display: block;
}

.homepage-gallery .gallery-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d5e0ef;
    box-shadow: 0 12px 30px rgba(22, 47, 82, 0.12);
}

.gallery-image-wrap {
    position: relative;
    width: 100%;
    /* Fixed aspect ratio: 920/420 ≈ 2.190, so padding-bottom = (420/920)*100 ≈ 45.652% */
    aspect-ratio: 920 / 420;
    background-color: #e9dfd1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ensure all images fill the container perfectly without distortion */
.gallery-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* covers entire 920x420 area, cropping gracefully */
    object-position: center center;
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    display: block;
}

.gallery-card:hover .gallery-image-wrap img {
    transform: scale(1.05);
}
.homepage-gallery .gallery-track .owl-stage-outer {
    padding: 4px 3px 8px;
}

.homepage-gallery .gallery-track .owl-nav button.owl-prev,
.homepage-gallery .gallery-track .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0c5bb2 !important;
    color: #fff !important;
}

.homepage-gallery .gallery-track .owl-nav button.owl-prev:hover,
.homepage-gallery .gallery-track .owl-nav button.owl-next:hover {
    background: #0a4f9a !important;
}

.homepage-gallery .gallery-track .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px;
    background: #9db5d8;
}

.homepage-gallery .gallery-track .owl-dots .owl-dot.active span,
.homepage-gallery .gallery-track .owl-dots .owl-dot:hover span {
    background: #0c5bb2;
}

@media (max-width: 992px) {
    .global-benefits-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 22px 18px;
        gap: 18px;
    }

    .global-benefit-text h4 {
        font-size: 22px;
    }

    .global-benefit-text p {
        font-size: 15px;
    }

    .homepage-gallery {
        padding: 56px 0 40px;
    }

    .homepage-gallery h2 {
        font-size: 52px;
    }

    .homepage-gallery .gallery-image-wrap {
        aspect-ratio: 700 / 520;
    }

    .blog-slide-thumb {
        height: 210px;
    }

    .blog-slide-content h4 {
        font-size: 20px;
    }

    .youtube-thumb-wrap {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .global-benefits {
        padding: 2px 0 18px;
    }

    .global-benefits-wrap {
        grid-template-columns: 1fr;
        padding: 16px 14px;
        gap: 14px;
    }

    .global-benefit-item {
        gap: 12px;
    }

    .global-benefit-icon {
        font-size: 24px;
    }

    .global-benefit-text h4 {
        font-size: 18px;
    }

    .global-benefit-text p {
        font-size: 14px;
    }

    .homepage-gallery {
        padding: 42px 0 30px;
    }

    .homepage-gallery .gallery-header {
        margin-bottom: 20px;
    }

    .homepage-gallery .gallery-subtitle {
        font-size: 13px;
    }

    .homepage-gallery h2 {
        font-size: 36px;
    }

    .homepage-gallery .gallery-image-wrap {
        aspect-ratio: 700 / 520;
    }

    .blog-slide-thumb {
        height: 190px;
    }

    .blog-slide-content h4 {
        font-size: 18px;
    }

    .blog-slide-content p {
        font-size: 14px;
    }

    .blog-slide-meta {
        gap: 10px;
        font-size: 12px;
    }

    .youtube-thumb-wrap {
        height: 200px;
    }

    .youtube-play-btn {
        width: 58px;
        height: 58px;
        font-size: 18px;
    }

    #why .full-image .title-floater {
        width: 100%;
        left: 0;
        padding: 15px;
    }

    #why .full-image .title-floater h2 {
        font-size: 32px;
    }

    #why .full-image .title-floater .shap-left-top,
    #why .full-image .title-floater .shap-right-bottom {
        display: none;
    }

    #why .full-image .para-floater .shap-left-top {
        top: -28px;
    }

    #why .full-image .para-floater .shap-right-bottom {
        right: -28px;
    }
}

.homepage-gallery,
.global-benefits {
    background: var(--theme-surface);
}

.exclusives-card,
.new-gem-card,
.blog-slide-card,
.youtube-slide-card,
.testimonials-review-carousel.owl-theme .owl-nav [class*="owl-"],
.blog-slider-carousel.owl-theme .owl-nav [class*="owl-"],
.youtube-slider-carousel.owl-theme .owl-nav [class*="owl-"] {
    background: var(--theme-card);
    border-color: var(--theme-border);
}

html[data-theme="dark"] .testimonial-review-bubble,
html[data-theme="dark"] .testimonial-review-bubble::after {
    background: #202834;
}

p:not(.text-white):not(.text-light):not([class*="text-white"]),
p small:not(.text-white):not(.text-light),
p span:not(.text-white):not(.text-light),
.text-muted,
.text-secondary,
.text-body-secondary,
.text-black-50,
small.text-muted,
label.text-muted {
    /* color: var(--theme-muted-text) !important; */
    color: var(--theme-muted-text);
}

.gem-single-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
}

.gem-single-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.theme-toggle-btn {
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
}

.theme-toggle-btn i {
    font-size: 15px;
    margin-right: 0 !important;
}

.theme-toggle-btn:focus-visible {
    outline: 2px solid #4a90e2;
    outline-offset: 2px;
}

.custom-content table {
    margin-bottom: 15px;
    width: 100% !important;
}

.custom-content table thead th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.custom-content table tbody tr td {
    border: 1px solid #808080;
    padding: 2px 15px;
}

.custom-content ul li,
.custom-content ol li {
    line-height: 1.8;
}

.custom-content ul,
.custom-content ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 45px;
    margin-bottom: 30px;
}

.custom-content ul li {
    position: relative;
}

.custom-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url("../img/files/icons/sunicon.svg");
    background-size: contain;
    background-position: center center;
}

.custom-content ol li {
    position: relative;
}

.custom-content ol li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url("../img/files/icons/fanicon.svg");
    background-size: contain;
    background-position: center center;
}

.custom-content .social-icons {
    padding-left: 0;
}

.custom-content .social-icons li:before {
    display: none;
}
.bg-wrapper {
    position: relative;
}
.bg-wrapper .index-gemstone {
    width: 75%;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.bg-wrapper .index-gemstone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    animation: rotate-center 120s linear infinite;
    transform-origin: 50% 50%;
}
.opening-hours-intro .btn {
    flex-direction: column;
}
.opening-hours-intro .big {
    font-size: 36px;
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.opening-hours-intro .smaller {
    font-size: 20px;
    display: block;
    font-weight: 400;
}
.landing-main {
    overflow: hidden;
}
.modal-header {
    position: relative;
    justify-content: center;
    background-color: #0066b3;
}
.modal-header h1 {
    line-height: 1;
    color: #fff;
}
.modal-header .btn-close {
    position: absolute;
    top: 60%;
    right: 24px;
    transform: translateY(-50%);
    color: #fff;
    filter: invert(1);
}
@keyframes rotate-center {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.product-desc ol li {
    line-height: 1.8;
}

.product-desc p:has(+ ul),
.product-desc p:has(+ ol) {
    margin: 0;
}

.product-desc p:has(+ table) {
    margin: 0;
}

.product-desc ul,
.product-desc ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 45px;
    margin-bottom: 30px;
}

.product-desc ul li {
    position: relative;
}

.product-desc ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url("../img/files/icons/sunicon.svg");
    background-size: contain;
    background-position: center center;
}

.product-desc ol li {
    position: relative;
}

.product-desc ol li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url("../img/files/icons/fanicon.svg");
    background-size: contain;
    background-position: center center;
}
@media only screen and (min-width: 600px) {
    #exampleModal3 .modal-body img,
    #exampleModal4 .modal-body img {
        height: 600px;
        width: auto;
    }
}
