body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    /* background: transparent; */
    background-color: #000000;

    transition: top 0.3s, background-color 0.3s;

}

/* Home hero: overlay the navbar so the hero (and its scroll cue)
   always fills the whole first screen, at any size / resolution */
.home .navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
}

.navbar-brand img {
    width: 132px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.navbar-custom .dropdown-menu {
    min-width: 210px;
    padding: 8px 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
    .navbar-custom .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.navbar-custom .dropdown-item {
    color: #1c1c1c !important;
    padding: 9px 18px;
    font-size: 14px;
    margin: 0;
}

.navbar-custom .dropdown-item::after {
    display: none;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #000000 !important;
    background-color: #f8f8f8 !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #000000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.black-logo {
    display: none !important;
}

.sticky-scroll .white-logo {
    display: none !important;
}

.sticky-scroll .black-logo {
    display: block !important;
}

.sticky-scroll .navbar-nav a {
    color: #ffffff !important;
}

.sticky-scroll .header-social-media a {
    border-color: #f1cf76;
    color: #f1cf76;
}



.sticky-scroll .navbar-toggler span {
    color: #ffffff !important;
}



.offcanvas-body {
    display: flex !important;
    justify-content: flex-end !important;
    padding: 0;
}


.navbar-nav {
    display: flex;
    gap: 38px;
}

.navbar-nav a {
    color: #ffffff !important;
    margin: 0;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;

    transition: color 0.3s ease;
    position: relative;

    font-family: "Domine", serif;

    /* text-align: center !important; */
}


.navbar-nav a:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f1cf76;
    transition: width 0.3s ease;
}

.navbar-nav a:hover {
    color: #f1cf76 !important;
}

.navbar-nav a:not(.dropdown-toggle):hover::after {
    width: 100%;
}



.navbar-nav .active a {
    color: #f1cf76 !important;
}




.navbar-toggler span {
    color: #ffffff !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}


/* Header social media */

.header-social-media {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-social-media a {
    width: 38px;
    height: 38px;
    border: 2px solid #f1cf76;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f1cf76;
    text-decoration: none;
    transition: all .3s ease;
}

.header-social-media i {
    font-size: 15px;
}

.header-social-media a:hover {
    color: #ffffff;
    background: #f1cf76;

    transform: translateY(-3px);
}







@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
        padding: 1rem;
    }

    .header-btn {
        display: none;
    }

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav {
        gap: 0;
    }

    .navbar-custom .dropdown-menu {
        box-shadow: none;
        padding: 0 0 0 16px;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 110px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */







/* home  banner start */

.watch-scroll-section {
    position: relative;

    width: 100%;
    height: 100vh;
    height: 100svh;

    background: #ffffff;

    overflow: hidden;
}


.watch-scroll-stage {
    position: relative;

    width: 100%;
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    perspective: 1400px;

    overflow: hidden;
}



.watch-scroll-image {
    position: absolute;

    left: 50%;
    top: 50%;

    width: min(620px, 48vw);

    transform:
        translate(-50%, -50%) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);

    transform-style: preserve-3d;

    z-index: 5;

    will-change: transform;
}


.watch-scroll-image img {
    display: block;

    width: 100%;
    height: auto;

    object-fit: contain;

    transform: translateZ(100px);

    /* filter:
        drop-shadow(0 35px 35px rgba(0, 0, 0, .18)); */

    will-change: transform;
}


.watch-scroll-image model-viewer {
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;

    transform: translateZ(100px);

    background: transparent;

    --poster-color: transparent;
    --progress-bar-color: rgba(201, 162, 39, .9);

    will-change: transform;
}


.watch-scroll-orbit {
    position: absolute;

    left: 50%;
    top: 58%;

    width: min(900px, 70vw);
    height: min(280px, 22vw);

    transform:
        translate(-50%, -50%) rotateX(65deg) rotateZ(0deg);

    border: 2px solid rgba(201, 162, 39, .42);

    border-radius: 50%;

    z-index: 2;

    will-change: transform;
}


/* INNER ORBIT */

.watch-scroll-orbit::before {
    content: "";

    position: absolute;

    inset: 18px;

    border: 1px solid rgba(201, 162, 39, .20);

    border-radius: 50%;
}


/* ORBIT HIGHLIGHT */

.watch-scroll-orbit::after {
    content: "";

    position: absolute;

    left: 0;
    top: 50%;

    width: 100%;
    height: 1px;

    transform: translateY(-50%);

    background:
        linear-gradient(90deg,
            transparent,
            rgba(201, 162, 39, .45),
            transparent);
}


.watch-scroll-shadow {
    position: absolute;

    left: 50%;
    top: 73%;

    width: 330px;
    height: 55px;

    transform:
        translateX(-50%) scaleX(1);

    border-radius: 50%;

    background: rgba(0, 0, 0, .13);

    filter: blur(22px);

    z-index: 1;

    will-change: transform, opacity;
}


/* SCROLL-DOWN CUE */

.watch-scroll-cue {
    position: absolute;

    left: 50%;
    bottom: 30px;

    transform: translateX(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;

    z-index: 6;

    color: #16130c;

    pointer-events: none;

    will-change: transform, opacity;
}

.watch-scroll-cue__text {
    font-size: 11px;
    font-weight: 600;

    letter-spacing: .3em;
    text-transform: uppercase;

    opacity: .7;
}

.watch-scroll-cue__chevrons {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: 15px;

    color: rgba(201, 162, 39, .95);
}

.watch-scroll-cue__chevrons i {
    display: block;
    margin-top: -5px;

    animation: watchScrollCue 1.6s ease-in-out infinite;
}

.watch-scroll-cue__chevrons i:first-child {
    margin-top: 0;
}

.watch-scroll-cue__chevrons i:nth-child(2) {
    animation-delay: .2s;
    opacity: .55;
}

@keyframes watchScrollCue {
    0%,
    100% {
        transform: translateY(0);
        opacity: .45;
    }

    50% {
        transform: translateY(6px);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {

    .watch-scroll-cue__chevrons i {
        animation: none;
    }
}


@media (min-width: 1600px) {

    .watch-scroll-image {
        width: 680px;
    }

    .watch-scroll-orbit {
        width: 1000px;
        height: 310px;
    }

    .watch-scroll-shadow {
        width: 380px;
    }
}


@media (max-width: 1199px) {

    .watch-scroll-image {
        width: 560px;
    }

    .watch-scroll-orbit {
        width: 780px;
        height: 245px;
    }
}


@media (max-width: 991px) {

    .watch-scroll-section {
        height: 100vh;
    }

    .watch-scroll-image {
        width: 500px;
        max-width: 70vw;
    }

    .watch-scroll-orbit {
        width: 680px;
        height: 220px;
    }

    .watch-scroll-shadow {
        width: 280px;
        top: 70%;
    }
}



@media (max-width: 767px) {

    .watch-scroll-section {
        /* full viewport height so the pinned watch sits at the true
           centre of the screen while scrolling */
        height: 100svh;
        min-height: 440px;
    }

    .watch-scroll-stage {
        height: 100%;
    }

    .watch-scroll-image {
        width: 380px;
        max-width: 78vw;

        /* keep it dead-centre on screen during the scroll animation */
        left: 50%;
        top: 50%;
    }

    .watch-scroll-image img {
        filter:
            drop-shadow(0 25px 25px rgba(0, 0, 0, .16));
    }

    .watch-scroll-orbit {
        width: 550px;
        max-width: 125vw;

        height: 170px;

        max-height: 35vw;
    }

    .watch-scroll-shadow {
        width: 220px;

        height: 38px;

        top: 70%;

        filter: blur(18px);
    }

    .watch-scroll-cue {
        bottom: 18px;
    }

    .watch-scroll-cue__text {
        font-size: 10px;
    }




}



@media (max-width: 450px) {

    .watch-scroll-section {
        min-height: 440px;
    }

    .watch-scroll-image {
        width: 330px;
        max-width: 80vw;

        left: 50%;
        top: 50%;
    }

    .watch-scroll-orbit {
        width: 480px;
        height: 145px;
    }

    .watch-scroll-shadow {
        width: 190px;
    }
}


/* Short viewports (landscape phones, small windows):
   shrink the watch and tuck the cue in so the whole hero,
   scroll cue included, still fits the first screen */
@media (max-height: 600px) {

    .watch-scroll-section {
        /* never taller than the screen, so the cue stays in view */
        min-height: 0;
        height: 100svh;
    }

    .watch-scroll-image {
        width: min(300px, 58vh) !important;
    }

    .watch-scroll-cue {
        bottom: 8px;
        gap: 4px;
    }

    .watch-scroll-cue__text {
        display: none;
    }
}


/* banner end */














/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #000000;
}

/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}

/* end */





/* footer section */


.watch-footer {
    width: 100%;
    background: #ffffff;
    color: #111111;
    padding: 70px 0 25px;
    overflow: hidden;
}

.watch-footer .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}



.footer-top {
    display: grid;

    grid-template-columns:
        2fr 1fr 1.2fr 1.5fr;

    gap: 60px;

    padding-bottom: 60px;

    border-bottom: 1px solid #e6e6e6;
}



.footer-brand {
    min-width: 0;
}

.footer-logo {
    display: inline-flex;
    align-items: center;

    margin-bottom: 20px;

    text-decoration: none;
}

.footer-logo img {
    display: block;

    width: 180px;
    max-width: 100%;
    height: auto;

    object-fit: contain;
}

.footer-brand p {
    max-width: 320px;

    margin: 0 0 26px;

    font-size: 13px;
    line-height: 1.8;

    color: #777777;
}


.footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-social a {
    width: 38px;
    height: 38px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1cf76;



    color: #ffffff;

    text-decoration: none;

    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.footer-social a:hover {
    background: #ffffff;
    border: 1px solid #d6bd69;



    color: #d6bd69;

    transform: translateY(-4px);
}

.footer-social i {
    font-size: 12px;
}



.footer-column {
    min-width: 0;
}


.footer-column h4 {
    position: relative;

    margin: 5px 0 28px;

    padding-bottom: 12px;

    font-size: 20px;

    line-height: 1.2;

    font-weight: 600;

    letter-spacing: 1.5px;

    font-family: "Playfair Display", serif;

    color: #111111;
}


/* GOLD UNDERLINE */

.footer-column h4::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 35px;
    height: 2px;

    background: #f1cf76;
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-column ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.footer-column ul li {
    margin-bottom: 14px;
}

.footer-column ul li a {
    position: relative;

    display: inline-block;

    font-size: 14px;

    color: #777777;

    text-decoration: none;

    font-family: "Domine", serif;

    letter-spacing: 1px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.footer-column ul li a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -4px;

    width: 0;
    height: 1px;

    background: #f1cf76;

    transition: width 0.3s ease;
}

.footer-column ul li a:hover {
    color: #111111;

    transform: translateX(3px);
}

.footer-column ul li a:hover::after {
    width: 100%;
}



.footer-contact>a,
.footer-contact>p {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin: 0 0 17px;

    font-size: 14px;

    line-height: 1.6;

    color: #777777;

    text-decoration: none;

    transition: color 0.3s ease;
}

.footer-contact>a:hover {
    color: #111111;
}

.footer-contact i {
    width: 16px;

    flex-shrink: 0;

    margin-top: 4px;

    color: #f1cf76;

    font-size: 12px;
}

.footer-contact span {
    word-break: break-word;
}



.footer-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding-top: 25px;
}

.footer-copyright {
    display: flex;

    align-items: center;

    gap: 25px;
}

.footer-copyright p {
    margin: 0;

    font-size: 13px;

    line-height: 1.5;

    color: #999999;
}



.powered-by {
    margin: 0;

    font-size: 13px;

    line-height: 1.5;

    color: #999999;
}

.powered-by a {
    margin-left: 4px;

    color: #999999;

    text-decoration: none;

    font-size: 13px;

    transition: color 0.3s ease;
}

.powered-by a:hover {
    color: #111111;
}



@media (min-width: 1600px) {

    .watch-footer {
        padding-top: 90px;
    }

    .watch-footer .container {
        max-width: 1500px;
    }

    .footer-top {
        gap: 80px;
    }

    .footer-logo img {
        width: 200px;
    }

    .footer-column h4 {
        font-size: 21px;
    }
}


/* =========================================================
   LAPTOP
========================================================= */

@media (max-width: 1199px) {

    .footer-top {
        gap: 40px;
    }

    .footer-brand p {
        max-width: 280px;
    }

    .footer-column h4 {
        font-size: 18px;
    }

    .footer-column ul li a,
    .footer-contact>a,
    .footer-contact>p {
        font-size: 13px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .watch-footer {
        padding: 60px 0 25px;
    }

    .watch-footer .container {
        padding: 0 25px;
    }

    .footer-top {
        grid-template-columns:
            1.5fr 1fr 1fr;

        gap: 45px;
    }

    .footer-brand {
        grid-column: span 3;
    }

    .footer-contact {
        grid-column: span 1;
    }

    .footer-brand p {
        max-width: 400px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .watch-footer {
        padding: 55px 0 20px;
    }

    .watch-footer .container {
        padding: 0 18px;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;

        gap: 40px 25px;

        padding-bottom: 45px;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .footer-contact {
        grid-column: span 2;
    }


    /* LOGO */

    .footer-logo img {
        width: 155px;
    }


    /* BRAND TEXT */

    .footer-brand p {
        max-width: 100%;

        font-size: 12px;

        line-height: 1.8;
    }


    /* SOCIAL */

    .footer-social {
        gap: 8px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
    }


    /* HEADINGS */

    .footer-column h4 {
        margin-bottom: 22px;

        font-size: 18px;
    }


    /* LINKS */

    .footer-column ul li {
        margin-bottom: 11px;
    }

    .footer-column ul li a,
    .footer-contact>a,
    .footer-contact>p {
        font-size: 12px;
    }


    /* CONTACT */

    .footer-contact>a,
    .footer-contact>p {
        margin-bottom: 14px;
    }


    /* BOTTOM */

    .footer-bottom {
        justify-content: center;

        align-items: center;

        flex-direction: column;

        gap: 12px;

        text-align: center;

        padding-top: 22px;
    }

    .footer-copyright {
        width: 100%;

        justify-content: center;

        text-align: center;
    }

    .footer-copyright p,
    .powered-by {
        font-size: 12px;

        text-align: center;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .watch-footer {
        padding-top: 45px;
    }

    .footer-top {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .footer-brand,
    .footer-contact {
        grid-column: span 1;
    }

    .footer-logo img {
        width: 145px;
    }

    .footer-column h4 {
        font-size: 17px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
    }

    .footer-bottom {
        gap: 10px;
    }
}




/* footer end */




/* featured start  */

.featured-watch-section {
    width: 100%;

    padding: 50px 0;

    background: #ffffff;

    overflow: hidden;
}

.featured-watch-section .container {
    max-width: 1400px;

    padding: 0 30px;

    margin: auto;
}



.featured-heading {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;

    margin-bottom: 55px;
}

.featured-heading>div span {

    display: block;

    margin-bottom: 14px;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 3px;

    color: #f1cf76;
}

.featured-heading h2 {

    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #000000;
}

.featured-heading h2 em {

    color: #f1cf76;

    font-weight: 400;

    font-style: italic;
}

.featured-heading>p {

    max-width: 330px;

    margin: 0;

    font-size: 13px;

    line-height: 1.8;

    color: #777;
}


/* =========================================================
   IMAGE GRID
========================================================= */

.featured-watch-grid {

    display: grid;

    grid-template-columns: 1.5fr 1fr;

    gap: 18px;

    height: 720px;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.featured-main-image {

    position: relative;

    height: 100%;

    overflow: hidden;

    border-radius: 15px;

    background: #000000;
}

.featured-main-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 1s cubic-bezier(.2, .8, .2, 1);
}

.featured-main-image:hover img {

    transform: scale(1.05);
}


/* Overlay */

.featured-main-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(0deg,
            rgba(17, 43, 71, .9),
            rgba(17, 43, 71, .05) 65%);

    pointer-events: none;
}


/* Main Content */

.featured-image-content {

    position: absolute;

    left: 45px;

    bottom: 45px;

    z-index: 2;

    color: #ffffff;
}

.featured-image-content span {

    display: block;

    margin-bottom: 15px;

    font-size: 9px;

    letter-spacing: 3px;

    font-weight: 700;

    color: #f1cf76;
}

.featured-image-content h3 {

    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 400;
}

.featured-image-content a {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    color: #f1cf76;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    padding-bottom: 8px;

    /* border-bottom: 1px solid rgba(255, 255, 255, .6); */
    border-bottom: 1px solid #f1cf76;
}

.featured-image-content a i {

    transition: transform .3s ease;
}

.featured-image-content a:hover i {

    transform: translateX(6px);
}


/* =========================================================
   SIDE
========================================================= */

.featured-side {

    display: grid;

    grid-template-rows: 1fr 1fr;

    gap: 18px;
}


/* =========================================================
   SMALL IMAGE
========================================================= */

.featured-small-image {

    position: relative;

    overflow: hidden;

    border-radius: 15px;

    background: #000000;
}

.featured-small-image img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 1s cubic-bezier(.2, .8, .2, 1);
}

.featured-small-image:hover img {

    transform: scale(1.06);
}


/* Overlay */

.featured-small-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(0deg,
            rgba(17, 43, 71, .85),
            transparent 65%);
}


/* Small Content */

.small-image-content {

    position: absolute;

    left: 30px;

    bottom: 30px;

    z-index: 2;

    color: #ffffff;
}

.small-image-content span {

    display: block;

    margin-bottom: 8px;

    font-size: 9px;

    color: #f1cf76;

    font-weight: 700;

    letter-spacing: 2px;
}

.small-image-content h3 {

    margin: 0 0 15px;

    font-family: "Playfair Display", serif;

    font-size: 31px;

    line-height: 1;

    font-weight: 400;
}

.small-image-content a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #f1cf76;

    text-decoration: none;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;
}

.small-image-content a i {

    transition: transform .3s ease;
}

.small-image-content a:hover i {

    transform: translateX(5px);
}




.brand-names {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}

.brand-names strong {

    font-family: "Playfair Display", serif;

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 1px;

    color: #000000;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .featured-watch-section {

        padding: 80px 0;
    }

    .featured-watch-section .container {

        padding: 0 20px;
    }

    .featured-heading {

        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 35px;
    }

    .featured-heading h2 {

        font-size: 55px;
    }

    .featured-watch-grid {

        height: 600px;

        grid-template-columns: 1.3fr 1fr;

        gap: 12px;
    }

    .featured-side {

        gap: 12px;
    }

    .featured-image-content {

        left: 30px;

        bottom: 30px;
    }

    .featured-image-content h3 {

        font-size: 43px;
    }

    .brand-names strong {

        font-size: 14px;
    }

}


@media (max-width: 767px) {

    .featured-watch-section {

        padding: 50px 0;
    }

    .featured-watch-section .container {

        padding: 0 15px;
    }

    .featured-heading {

        gap: 25px;

        margin-bottom: 30px;
    }

    .featured-heading h2 {

        font-size: 43px;

        letter-spacing: -1px;
    }

    .featured-heading>p {

        font-size: 12px;
    }


    /* Grid */

    .featured-watch-grid {

        height: auto;

        display: grid;

        grid-template-columns: 1fr;

        gap: 12px;
    }

    .featured-main-image {

        height: 520px;
    }

    .featured-side {

        height: 500px;

        grid-template-columns: 1fr 1fr;

        grid-template-rows: 1fr;

        gap: 12px;
    }

    .featured-small-image {

        height: 100%;
    }


    /* Main */

    .featured-image-content {

        left: 25px;

        bottom: 25px;
    }

    .featured-image-content h3 {

        font-size: 40px;
    }


    /* Small */

    .small-image-content {

        left: 18px;

        bottom: 20px;
    }

    .small-image-content h3 {

        font-size: 25px;
    }





}

@media (max-width: 450px) {

    .featured-heading h2 {

        font-size: 30px;
        line-height: 37px;
    }

    .featured-main-image {

        height: 450px;
    }

    .featured-side {

        /* height: 420px; */
        height: 220px;
    }

    .featured-image-content h3 {

        font-size: 35px;
    }

    .small-image-content h3 {

        font-size: 22px;
    }

}

/* featured end */



/* wachets page */

.watch-brands-section {
    width: 100%;

    padding: 50px 0;

    /* background: #f7f7f5; */
    background-color: #ffffff;

    overflow: hidden;
}

.watch-brands-section .container {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 0 30px;
}



.watch-brands-heading {
    display: flex;

    justify-content: center;

    text-align: center;

    margin-bottom: 80px;
}

.watch-heading-inner {
    width: 100%;
    max-width: 800px;

    display: flex;

    flex-direction: column;

    align-items: center;
}



.watch-breadcrumb {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-bottom: 24px;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.watch-breadcrumb a {
    color: #000000;

    text-decoration: none;

    transition: color .3s ease;
}

.watch-breadcrumb a:hover {
    color: #f1cf76;
}

.watch-breadcrumb span {
    color: #f1cf76;
}

.watch-breadcrumb span:last-child {
    color: #999999;
}



.watch-brands-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #000000;
}

.watch-brands-heading h2 em {
    color: #f1cf76;

    font-weight: 400;

    font-style: italic;
}


.watch-brands-heading p {
    max-width: 570px;

    margin: 25px auto 0;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}


.watch-brand-item {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 570px;

    margin-bottom: 35px;

    background: #ffffff;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.watch-brand-content {
    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 70px 75px;

    background: #ffffff;

    z-index: 2;
}

.brand-number {
    display: block;

    margin-bottom: 30px;

    font-size: 10px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 2px;

    color: #f1cf76;
}

.watch-brand-content h3 {
    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 50px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -1px;

    color: #000000;
}

.watch-brand-content p {
    max-width: 430px;

    margin: 0 0 32px;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}



.brand-view-more {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    width: fit-content;

    padding-bottom: 8px;

    border-bottom: 1px solid #000000;

    color: #000000;

    font-size: 14px;

    line-height: 1;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    transition:
        color .3s ease,
        border-color .3s ease;
}

.brand-view-more i {
    transition: transform .3s ease;
}

.brand-view-more:hover {
    color: #f1cf76;

    border-color: #f1cf76;
}

.brand-view-more:hover i {
    transform: translateX(6px);
}


/* =========================================================
   IMAGE
========================================================= */

.watch-brand-image {
    position: relative;

    width: 100%;

    height: 570px;

    min-height: 0;

    overflow: hidden;

    background: #000000;

    z-index: 1;
}

.watch-brand-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transform: scale(1.12);

    will-change: transform;

    transition:
        transform 1.2s cubic-bezier(.2, .8, .2, 1);
}

.watch-brand-item:hover .watch-brand-image img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.watch-brand-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(17, 43, 71, .12),
            transparent 65%);

    pointer-events: none;
}




.watch-brand-item.reverse .watch-brand-content {
    order: 2;
}

.watch-brand-item.reverse .watch-brand-image {
    order: 1;
}




.watch-brand-content,
.watch-brand-image {
    will-change: transform, opacity;
}



@media (max-width: 991px) {

    .watch-brands-section {
        padding: 85px 0;
    }

    .watch-brands-section .container {
        padding: 0 20px;
    }

    .watch-brands-heading {
        margin-bottom: 55px;
    }

    .watch-brands-heading h2 {
        font-size: 52px;
    }

    .watch-brand-item {
        min-height: 470px;

        margin-bottom: 25px;
    }

    .watch-brand-content {
        padding: 50px 40px;
    }

    .watch-brand-content h3 {
        font-size: 48px;
    }

    .watch-brand-content p {
        font-size: 12px;
    }

    .watch-brand-image {
        height: 470px;
        min-height: 0;
    }

}




@media (max-width: 767px) {

    .watch-brands-section {
        padding: 65px 0;
    }

    .watch-brands-section .container {
        padding: 0 15px;
    }


    /* HEADING */

    .watch-brands-heading {
        display: block;

        margin-bottom: 40px;
    }

    .watch-heading-inner {
        max-width: 100%;
    }

    .watch-breadcrumb {
        margin-bottom: 20px;

        font-size: 9px;
    }

    .watch-brands-heading h2 {
        font-size: 43px;

        letter-spacing: -1px;
    }

    .watch-brands-heading p {
        margin-top: 22px;

        font-size: 12px;

        line-height: 1.8;
    }


    /* BRAND CARD */

    .watch-brand-item {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 18px;

        border-radius: 12px;
    }


    /*
       On mobile always show image first,
       then content.
    */

    .watch-brand-image {
        order: 1 !important;

        width: 100%;

        height: clamp(300px, 92vw, 400px);

        min-height: 0;
    }

    .watch-brand-content,
    .watch-brand-item.reverse .watch-brand-content {
        order: 2;

        padding: 38px 25px 42px;
    }


    /* CONTENT */

    .brand-number {
        margin-bottom: 18px;

        font-size: 9px;
    }

    .watch-brand-content h3 {
        margin-bottom: 18px;

        font-size: 43px;
    }

    .watch-brand-content p {
        margin-bottom: 25px;

        font-size: 12px;

        line-height: 1.8;
    }

    .brand-view-more {
        font-size: 9px;
    }

}


@media (max-width: 450px) {

    .watch-brands-section {
        padding: 55px 0;
    }

    .watch-brands-heading h2 {
        font-size: 37px;
    }

    .watch-brand-image {
        height: clamp(280px, 92vw, 350px);

        min-height: 0;
    }

    .watch-brand-content,
    .watch-brand-item.reverse .watch-brand-content {
        padding: 32px 20px 35px;
    }

    .watch-brand-content h3 {
        font-size: 38px;
    }

}


/* watches page end */




/* mobile page start */


.mobile-services-section {
    width: 100%;
    padding: 50px 0;
    /* background: #f7f7f5; */
    background-color: #ffffff;
    overflow: hidden;
}

.mobile-services-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}



.mobile-services-heading {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 80px;
}

.mobile-heading-inner {
    width: 100%;
    max-width: 800px;

    display: flex;
    flex-direction: column;
    align-items: center;
}



.mobile-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-bottom: 24px;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mobile-breadcrumb a {
    color: #000000;
    text-decoration: none;
    transition: color .3s ease;
}

.mobile-breadcrumb a:hover {
    color: #f1cf76;
}

.mobile-breadcrumb span {
    color: #f1cf76;
}

.mobile-breadcrumb span:last-child {
    color: #999;
}



.mobile-services-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #000000;
}

.mobile-services-heading h2 em {
    color: #f1cf76;
    font-weight: 400;
    font-style: italic;
}



.mobile-services-heading p {
    max-width: 570px;

    margin: 25px auto 0;

    font-size: 13px;
    line-height: 1.9;

    color: #777;
}



.mobile-service-item {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 570px;

    margin-bottom: 35px;

    background: #ffffff;

    border-radius: 15px;

    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



.mobile-service-content {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 70px 75px;

    background: #ffffff;

    z-index: 2;
}

.service-number {
    display: block;

    margin-bottom: 30px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #f1cf76;
}

.mobile-service-content h3 {
    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 50px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -1px;

    color: #000000;
}

.mobile-service-content p {
    max-width: 430px;

    margin: 0 0 32px;

    font-size: 13px;

    line-height: 1.9;

    color: #777;
}


.service-view-more {
    display: inline-flex;

    align-items: center;

    gap: 15px;

    width: fit-content;

    padding-bottom: 8px;

    border-bottom: 1px solid #000000;

    color: #000000;

    font-size: 14px;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    transition:
        color .3s ease,
        border-color .3s ease;
}

.service-view-more i {
    transition: transform .3s ease;
}

.service-view-more:hover {
    color: #f1cf76;
    border-color: #f1cf76;
}

.service-view-more:hover i {
    transform: translateX(6px);
}


.engraving-view-more {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    margin-top: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color .3s ease, border-color .3s ease;
}

.engraving-view-more i {
    transition: transform .3s ease;
}

.engraving-view-more:hover {
    color: #f1cf76;
    border-color: #f1cf76;
}

.engraving-view-more:hover i {
    transform: translateX(6px);
}


/* =========================================================
   IMAGE
========================================================= */

.mobile-service-image {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 570px;

    overflow: hidden;

    background: #000000;

    z-index: 1;
}

.mobile-service-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.12);

    will-change: transform;

    transition:
        transform 1.2s cubic-bezier(.2, .8, .2, 1);
}

.mobile-service-item:hover .mobile-service-image img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.mobile-service-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(17, 43, 71, .12),
            transparent 65%);

    pointer-events: none;
}


/* =========================================================
   REVERSE
========================================================= */

.mobile-service-item.reverse .mobile-service-content {
    order: 2;
}

.mobile-service-item.reverse .mobile-service-image {
    order: 1;
}


/* =========================================================
   GSAP
========================================================= */

.mobile-service-content,
.mobile-service-image {
    will-change: transform, opacity;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .mobile-services-section {
        padding: 85px 0;
    }

    .mobile-services-section .container {
        padding: 0 20px;
    }

    .mobile-services-heading {
        margin-bottom: 55px;
    }

    .mobile-services-heading h2 {
        font-size: 52px;
    }

    .mobile-service-item {
        min-height: 470px;
        margin-bottom: 25px;
    }

    .mobile-service-content {
        padding: 50px 40px;
    }

    .mobile-service-content h3 {
        font-size: 48px;
    }

    .mobile-service-content p {
        font-size: 12px;
    }

    .mobile-service-image {
        min-height: 470px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mobile-services-section {
        padding: 65px 0;
    }

    .mobile-services-section .container {
        padding: 0 15px;
    }

    .mobile-services-heading {
        display: block;
        margin-bottom: 40px;
    }

    .mobile-breadcrumb {
        margin-bottom: 20px;
        font-size: 9px;
    }

    .mobile-services-heading h2 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .mobile-services-heading p {
        margin-top: 22px;
        font-size: 12px;
        line-height: 1.8;
    }


    /* CARD */

    .mobile-service-item {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 18px;

        border-radius: 12px;
    }


    /* IMAGE ALWAYS FIRST */

    .mobile-service-image {
        order: 1 !important;

        width: 100%;

        height: 400px;

        min-height: 400px;
    }


    /* CONTENT */

    .mobile-service-content,
    .mobile-service-item.reverse .mobile-service-content {
        order: 2;

        padding: 38px 25px 42px;
    }

    .service-number {
        margin-bottom: 18px;
        font-size: 9px;
    }

    .mobile-service-content h3 {
        margin-bottom: 18px;
        font-size: 43px;
    }

    .mobile-service-content p {
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 1.8;
    }

    .service-view-more {
        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .mobile-services-section {
        padding: 55px 0;
    }

    .mobile-services-heading h2 {
        font-size: 37px;
    }

    .mobile-service-image {
        height: 350px;
        min-height: 350px;
    }

    .mobile-service-content,
    .mobile-service-item.reverse .mobile-service-content {
        padding: 32px 20px 35px;
    }

    .mobile-service-content h3 {
        font-size: 38px;
    }

}


/* mobile page end */



/* =========================================================
   BRANDS MARQUEE
========================================================= */

.bs-brands-section {
    width: 100%;
    padding: 88px 0 60px;
    background: #ffffff;
    overflow: hidden;
}

.bs-brands-section .container {
    max-width: 1400px;
    padding: 0 30px;
    margin: auto;
}

.bs-brands-heading {
    max-width: 620px;
    margin: 0 auto 44px;
    text-align: center;
}

.bs-brands-heading span {
    display: block;
    margin-bottom: 16px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f1cf76;
}

.bs-brands-heading h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: .98;
    font-weight: 500;
    letter-spacing: -2px;
    color: #000000;
}

.bs-brands-heading h2 em {
    color: #f1cf76;
    font-weight: 400;
    font-style: italic;
}

.bs-brands-heading p {
    max-width: 430px;
    margin: 20px auto 0;
    font-size: 13px;
    line-height: 1.8;
    color: #777;
}

.bs-brands-marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 14px 0;
    /* fade the edges */
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.bs-brands-marquee + .bs-brands-marquee {
    border-top: 1px solid #f0f0f0;
}

.bs-brands-track {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 44px;
    padding-left: 44px;
    white-space: nowrap;
    animation: bsBrandsScroll 42s linear infinite;
    will-change: transform;
}

.bs-brands-marquee--reverse .bs-brands-track {
    animation-direction: reverse;
    animation-duration: 52s;
}

.bs-brands-marquee:hover .bs-brands-track {
    animation-play-state: paused;
}

.bs-brands-track span {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #1a1a1a;
    transition: color .3s ease;
}

.bs-brands-track span:hover {
    color: #f1cf76;
}

.bs-brands-track i {
    font-size: 9px;
    font-style: normal;
    color: #f1cf76;
    opacity: .7;
}

@keyframes bsBrandsScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {

    .bs-brands-track {
        animation: none;
        flex-wrap: wrap;
        white-space: normal;
        justify-content: center;
        row-gap: 10px;
    }

    .bs-brands-marquee {
        -webkit-mask-image: none;
        mask-image: none;
    }
}


/* =========================================================
   ASSURANCE / STATS STRIP
========================================================= */

.bs-assurance-section {
    width: 100%;
    padding: 0 0 30px;
    background: #ffffff;
}

.bs-assurance-section .container {
    max-width: 1400px;
    padding: 0 30px;
    margin: auto;
}

.bs-assurance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #0d0d0d;
    border-radius: 16px;
    overflow: hidden;
}

.bs-assurance-item {
    padding: 42px 34px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

.bs-assurance-item:last-child {
    border-right: 0;
}

.bs-assurance-num {
    display: block;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #ffffff;
}

.bs-assurance-num em {
    font-style: normal;
    color: #f1cf76;
}

.bs-assurance-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9a9a9a;
}

@media (max-width: 991px) {

    .bs-brands-heading h2 {
        font-size: 40px;
    }

    .bs-brands-track span {
        font-size: 28px;
    }

    .bs-assurance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bs-assurance-item:nth-child(2) {
        border-right: 0;
    }

    .bs-assurance-item:nth-child(1),
    .bs-assurance-item:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }
}

@media (max-width: 767px) {

    .bs-brands-section {
        padding: 58px 0 40px;
    }

    .bs-brands-heading {
        margin-bottom: 34px;
    }

    .bs-brands-heading h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .bs-brands-track {
        gap: 32px;
        padding-left: 32px;
    }

    .bs-brands-track span {
        font-size: 23px;
    }

    .bs-assurance-item {
        padding: 32px 20px;
    }

    .bs-assurance-num {
        font-size: 26px;
    }
}

@media (max-width: 479px) {

    .bs-assurance-grid {
        grid-template-columns: 1fr;
    }

    .bs-assurance-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .bs-assurance-item:last-child {
        border-bottom: 0;
    }
}


/* home category */

.home-category-section {
    width: 100%;
    padding: 85px 0;
    background: #ffffff;
    overflow: hidden;
}

.home-category-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}



.home-category-heading {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 75px;
}

.home-category-heading-inner {
    width: 100%;
    max-width: 800px;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-category-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;
    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #000000;
}

.home-category-heading h2 em {
    color: #f1cf76;

    font-weight: 400;

    font-style: italic;
}

.home-category-heading p {
    max-width: 570px;

    margin: 25px auto 0;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}


.home-category-card {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 580px;

    margin-bottom: 35px;

    background: #f5f5f5;

    border: 1px solid #e8e8e8;

    border-radius: 15px;

    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



.home-category-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 75px;

    /* background: #f5f5f5; */
    background-color: #ffffff;

    z-index: 2;
}



.home-category-number {
    display: block;

    margin-bottom: 28px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #f1cf76;
}


.home-category-content h3 {
    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: clamp(50px, 5vw, 76px);

    line-height: .9;

    font-weight: 500;

    letter-spacing: -2px;

    color: #000000;
}

/* .home-category-content h3 em {
    color: #f1cf76;

    font-weight: 400;

    font-style: italic;
} */



.home-category-content p {
    max-width: 440px;

    margin: 0 0 32px;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}


.home-category-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    width: fit-content;

    min-height: 48px;

    border-radius: 50px;

    padding: 0 23px;

    background: #f1cf76;

    border: 1px solid #f1cf76;

    color: #000000;

    font-size: 12px;

    font-weight: 400;

    letter-spacing: 1px;

    text-decoration: none;

    transition:
        background .35s ease,
        border-color .35s ease,
        color .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}

.home-category-btn i {
    font-size: 11px;

    transition: transform .35s ease;
}


/* HOVER */

.home-category-btn:hover {
    background: #111111;

    border-color: #111111;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
}

.home-category-btn:hover i {
    transform: translateX(6px);
}



.home-category-image {
    position: relative;

    width: 100%;

    height: 100%;

    min-height: 580px;

    overflow: hidden;

    background: #111111;

    z-index: 1;
}

.home-category-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.08);

    will-change: transform;

    transition:
        transform 1.2s cubic-bezier(.2, .8, .2, 1);
}

.home-category-card:hover .home-category-image img {
    transform: scale(1.03);
}



.home-category-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(0, 0, 0, .22),
            transparent 70%);

    pointer-events: none;
}



.home-category-image-label {
    position: absolute;

    left: 30px;

    bottom: 28px;

    z-index: 3;

    display: flex;

    align-items: center;

    gap: 14px;

    color: #ffffff;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.home-category-image-label span:first-child {
    color: #f1cf76;
}



.home-category-card.reverse .home-category-content {
    order: 2;
}

.home-category-card.reverse .home-category-image {
    order: 1;
}



.home-category-content,
.home-category-image {
    will-change: transform, opacity;
}



@media (min-width: 1600px) {

    .home-category-section {
        padding: 100px 0;
    }

    .home-category-section .container {
        max-width: 1500px;
    }

    .home-category-card {
        min-height: 620px;
    }

    .home-category-image {
        min-height: 620px;
    }
}



@media (max-width: 991px) {

    .home-category-section {
        padding: 65px 0;
    }

    .home-category-section .container {
        padding: 0 20px;
    }

    .home-category-heading {
        margin-bottom: 55px;
    }

    .home-category-heading h2 {
        font-size: 52px;
    }

    .home-category-card {
        min-height: 480px;

        margin-bottom: 25px;
    }

    .home-category-content {
        padding: 50px 40px;
    }

    .home-category-content h3 {
        font-size: 50px;
    }

    .home-category-content p {
        font-size: 12px;
    }

    .home-category-image {
        min-height: 480px;
    }

    .home-category-btn {
        min-height: 45px;

        padding: 0 20px;

        font-size: 11px;
    }
}


@media (max-width: 767px) {

    .home-category-section {
        padding: 55px 0;
    }

    .home-category-section .container {
        padding: 0 15px;
    }


    /* HEADING */

    .home-category-heading {
        display: block;

        margin-bottom: 40px;
    }

    .home-category-heading h2 {
        font-size: 43px;

        letter-spacing: -1px;
    }

    .home-category-heading p {
        margin-top: 22px;

        font-size: 12px;

        line-height: 1.8;
    }


    /* CARD */

    .home-category-card {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 18px;

        border-radius: 12px;
    }


    /* IMAGE */

    .home-category-image,
    .home-category-card.reverse .home-category-image {
        order: 1;

        width: 100%;

        height: 390px;

        min-height: 390px;
    }


    /* CONTENT */

    .home-category-content,
    .home-category-card.reverse .home-category-content {
        order: 2;

        padding: 38px 25px 42px;
    }

    .home-category-number {
        margin-bottom: 18px;

        font-size: 9px;
    }

    .home-category-content h3 {
        margin-bottom: 18px;

        font-size: 43px;
    }

    .home-category-content p {
        margin-bottom: 25px;

        font-size: 12px;

        line-height: 1.8;
    }


    /* BUTTON */

    .home-category-btn {
        min-height: 44px;

        padding: 0 18px;

        font-size: 12px;

        gap: 12px;
    }

    .home-category-btn i {
        font-size: 10px;
    }
}



@media (max-width: 450px) {

    .home-category-section {
        padding: 50px 0;
    }

    .home-category-heading h2 {
        font-size: 37px;
    }

    .home-category-image,
    .home-category-card.reverse .home-category-image {
        height: 340px;

        min-height: 340px;
    }

    .home-category-content,
    .home-category-card.reverse .home-category-content {
        padding: 32px 20px 35px;
    }

    .home-category-content h3 {
        font-size: 38px;
    }

    .home-category-btn {
        /* width: 100%; */

        justify-content: space-between;

        min-height: 46px;
    }
}


/* category end */


/* about start */

.blackstone-about-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}


.blackstone-about-images {
    position: relative;
    padding-right: 75px;
    padding-bottom: 70px;
}

.about-main-image {
    width: 100%;
    height: 570px;
    overflow: hidden;
}

.about-main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-main-image:hover img {
    transform: scale(1.03);
}


/* Small Image */

.about-small-image {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 230px;
    height: 250px;

    padding: 10px;

    background: #ffffff;

    box-shadow: 0 20px 50px rgba(17, 43, 71, 0.15);
}

.about-small-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* Experience */

.about-experience {
    position: absolute;
    top: 40px;
    left: -25px;

    width: 120px;
    height: 120px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #000000;
    color: #ffffff;
}

.about-experience span {
    color: #f1cf76;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.about-experience small {
    margin-top: 8px;

    font-size: 11px;
    line-height: 1.4;
    text-align: center;

    text-transform: uppercase;
    letter-spacing: 1px;
}


.blackstone-about-content {
    padding-left: 30px;
}


/* Subtitle */

.about-subtitle {
    position: relative;

    display: inline-block;

    padding-left: 42px;

    color: #f1cf76;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.about-subtitle::before {
    content: "";

    position: absolute;
    left: 0;
    top: 50%;

    width: 30px;
    height: 2px;

    background: #f1cf76;

    transform: translateY(-50%);
}



.blackstone-about-content h2 {
    margin: 20px 0 25px;

    color: #000000;

    font-family: "Playfair Display", serif;

    font-size: 55px;
    line-height: 1.15;
    font-weight: 500;
}

.blackstone-about-content h2 span {
    color: #f1cf76;
    font-style: italic;
}



.blackstone-about-content>p {
    margin-bottom: 16px;

    color: #66717c;

    font-size: 15px;
    line-height: 1.9;
}


/* =========================
   FEATURES
========================= */

.blackstone-about-features {
    margin-top: 32px;
    margin-bottom: 32px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    margin-bottom: 22px;
}


/* Icon */

.feature-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000000;
    color: #ffffff;

    font-size: 20px;
}

.about-feature-item h5 {
    margin: 0 0 5px;

    color: #000000;

    font-size: 17px;
    font-weight: 500;
}

.about-feature-item p {
    margin: 0;

    color: #777f87;

    font-size: 13px;
    line-height: 1.6;
}



.blackstone-about-btn {
    display: inline-flex;
    align-items: center;

    gap: 14px;

    border-radius: 50px;
    padding: 15px 28px;

    background: #000000;
    color: #ffffff;

    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

    transition: all 0.3s ease;
}

.blackstone-about-btn i {
    color: #f1cf76;
    transition: transform 0.3s ease;
}

.blackstone-about-btn:hover {
    background: #f1cf76;
    color: #ffffff;
}

.blackstone-about-btn:hover i {
    color: #ffffff;
    transform: translateX(5px);
}



@media (max-width: 991px) {

    .blackstone-about-section {
        padding: 50px 0;
    }

    .blackstone-about-content {
        padding-left: 0;
    }

    .blackstone-about-content h2 {
        font-size: 45px;
    }

    .blackstone-about-images {
        max-width: 700px;
        margin: 0 auto;
    }

}


@media (max-width: 575px) {

    .blackstone-about-section {
        padding: 50px 0;
    }

    .blackstone-about-images {
        padding-right: 35px;
        padding-bottom: 45px;
    }

    .about-main-image {
        height: 430px;
    }

    .about-small-image {
        width: 150px;
        height: 170px;
        padding: 7px;
    }

    .about-experience {
        top: 25px;
        left: -10px;

        width: 90px;
        height: 90px;
    }

    .about-experience span {
        font-size: 23px;
    }

    .about-experience small {
        font-size: 8px;
    }

    .blackstone-about-content h2 {
        font-size: 37px;
        line-height: 1.2;
    }

    .blackstone-about-content>p {
        font-size: 14px;
        line-height: 1.8;
    }

    .about-feature-item {
        gap: 13px;
    }

    .feature-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;

        font-size: 17px;
    }

    .about-feature-item h5 {
        font-size: 15px;
    }

    .about-feature-item p {
        font-size: 12px;
    }

}


/* about end */




/* contact page start */

.blackstone-contact-section {
    padding: 50px 0;
    background: #ffffff;
}


.blackstone-contact-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.blackstone-contact-heading>span {
    color: #f1cf76;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blackstone-contact-heading h2 {
    margin: 15px 0 18px;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-size: 55px;
    line-height: 1.15;
    font-weight: 500;
}

.blackstone-contact-heading h2 em {
    color: #f1cf76;
    font-style: normal;
    font-style: italic;
}

.blackstone-contact-heading p {
    margin: 0;
    color: #6d747b;
    font-size: 15px;
    line-height: 1.8;
}



.blackstone-contact-info {
    margin-bottom: 55px;
}

.contact-info-item {
    height: 100%;
    padding: 28px;
    background: #ffffff;

    display: flex;
    align-items: flex-start;
    gap: 18px;

    border-bottom: 3px solid #f1cf76;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

    transition: all 0.3s ease;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(17, 43, 71, 0.08);
}

.contact-info-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000000;
    color: #f1cf76;

    font-size: 19px;
}

.contact-info-item span {
    display: block;
    margin-bottom: 6px;

    color: #f1cf76;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contact-info-item h5 {
    margin: 0 0 5px;

    color: #000000;

    font-size: 17px;
    font-weight: 500;
}

.contact-info-item h5 a {
    color: #000000;
    text-decoration: none;
}

.contact-info-item p {
    margin: 0;

    color: #7a8188;

    font-size: 13px;
    line-height: 1.6;
}



.blackstone-contact-main {
    background: #ffffff;

    box-shadow: 0 25px 60px rgba(17, 43, 71, 0.10);
}



.blackstone-contact-form {
    padding: 55px 45px;
}

.form-subtitle {
    color: #f1cf76;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.blackstone-contact-form h3 {
    margin: 12px 0 30px;

    color: #000000;

    font-family: "Playfair Display", serif;
    font-size: 35px;
    line-height: 1.25;
    font-weight: 500;
}

.blackstone-contact-form h3 strong {
    display: block;
    color: #f1cf76;
    font-weight: 500;
}


/* Form Group */

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;

    color: #000000;

    font-size: 14px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;

    padding: 13px 15px;

    border: 1px solid #e1e1e1;
    outline: none;

    background: #fafafa;

    color: #000000;

    font-size: 13px;

    transition: all 0.3s ease;
}

.form-group textarea {
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #f1cf76;
    background: #ffffff;
}


/* Button */

.blackstone-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    padding: 15px 27px;

    border: 0;

    background: #f1cf76;
    color: #000000;

    font-size: 14px;
    font-weight: 400;

    border-radius: 50px;
    cursor: pointer;

    transition: all 0.3s ease;
}

.blackstone-contact-btn i {
    color: #000000;
    transition: transform 0.3s ease;
}

.blackstone-contact-btn:hover {
    background: #000000;
    color: #ffffff;
}

.blackstone-contact-btn:hover i {
    color: #ffffff;
    transform: translateX(5px);
}



.blackstone-map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 650px;
}

.blackstone-map iframe {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;
}


/* Map Label */

.map-location {
    position: absolute;

    left: 25px;
    bottom: 25px;

    display: flex;
    align-items: center;
    gap: 13px;

    padding: 14px 18px;

    background: #000000;
    color: #ffffff;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.map-location>i {
    color: #f1cf76;
    font-size: 20px;
}

.map-location span {
    display: block;

    color: #f1cf76;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.map-location p {
    margin: 3px 0 0;

    color: #ffffff;

    font-size: 12px;
}



@media (max-width: 991px) {

    .blackstone-contact-section {
        padding: 60px 0;
    }

    .blackstone-contact-heading h2 {
        font-size: 45px;
    }

    .blackstone-map {
        min-height: 500px;
    }

}

@media (max-width: 575px) {

    .blackstone-contact-section {
        padding: 50px 0;
    }

    .blackstone-contact-heading {
        margin-bottom: 40px;
    }

    .blackstone-contact-heading h2 {
        font-size: 37px;
    }

    .blackstone-contact-heading p {
        font-size: 14px;
    }

    .contact-info-item {
        padding: 22px;
    }

    .blackstone-contact-form {
        padding: 40px 25px;
    }

    .blackstone-contact-form h3 {
        font-size: 30px;
    }

    .blackstone-map {
        min-height: 420px;
    }

    .map-location {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

}

/* end */



/* engraving page */

.engraving-materials-section {
    width: 100%;

    padding: 50px 0;

    background: #ffffff;

    overflow: hidden;
}


.engraving-materials-section .container {
    width: 100%;

    max-width: 1400px;

    margin: 0 auto;

    padding: 0 30px;
}



.engraving-materials-heading {
    display: flex;

    justify-content: center;

    text-align: center;

    margin-bottom: 80px;
}


.engraving-heading-inner {
    width: 100%;

    max-width: 800px;

    display: flex;

    flex-direction: column;

    align-items: center;
}



.engraving-breadcrumb {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-bottom: 24px;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.engraving-breadcrumb a {
    color: #000000;

    text-decoration: none;

    transition: color .3s ease;
}


.engraving-breadcrumb a:hover {
    color: #f1cf76;
}


.engraving-breadcrumb span {
    color: #f1cf76;
}


.engraving-breadcrumb span:last-child {
    color: #999999;
}



.engraving-materials-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: 55px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -2px;

    color: #000000;
}


.engraving-materials-heading h2 em {
    color: #f1cf76;

    font-weight: 400;

    font-style: italic;
}


.engraving-materials-heading p {
    max-width: 570px;

    margin: 25px auto 0;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}


.engraving-material-item {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 350px;

    margin-bottom: 35px;

    background: #ffffff;

    border-radius: 15px;

    overflow: hidden;

    box-shadow:
        rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



.engraving-material-content {
    position: relative;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 42px 52px;

    background: #ffffff;

    z-index: 2;
}


.engraving-number {
    display: block;

    margin-bottom: 30px;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

    color: #f1cf76;
}


.engraving-material-content h3 {
    margin: 0 0 25px;

    font-family: "Playfair Display", serif;

    font-size: 50px;

    line-height: .95;

    font-weight: 500;

    letter-spacing: -1px;

    color: #000000;

    font-style: normal;
}


/* .engraving-material-content h3 em {
    color: #f1cf76;

    font-weight: 400;

    font-style: italic;
} */


.engraving-material-content p {
    max-width: 430px;

    margin: 0;

    font-size: 13px;

    line-height: 1.9;

    color: #777777;
}



.engraving-material-image {
    position: relative;

    width: 100%;

    height: 350px;

    min-height: 350px;

    overflow: hidden;

    background: #000000;

    z-index: 1;
}


.engraving-material-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transform: scale(1.12);

    will-change: transform;

    transition:
        transform 1.2s cubic-bezier(.2, .8, .2, 1);
}


.engraving-material-item:hover
.engraving-material-image img {
    transform: scale(1.06);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.engraving-material-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .12),
            transparent 65%
        );

    pointer-events: none;
}


/* =========================================================
   REVERSE
========================================================= */

.engraving-material-item.reverse
.engraving-material-content {
    order: 2;
}


.engraving-material-item.reverse
.engraving-material-image {
    order: 1;
}


/* =========================================================
   GSAP
========================================================= */

.engraving-material-content,
.engraving-material-image {
    will-change: transform, opacity;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .engraving-materials-section {
        padding: 85px 0;
    }


    .engraving-materials-section .container {
        padding: 0 20px;
    }


    .engraving-materials-heading {
        margin-bottom: 55px;
    }


    .engraving-materials-heading h2 {
        font-size: 52px;
    }


    .engraving-material-item {
        min-height: 350px;

        margin-bottom: 25px;
    }


    .engraving-material-content {
        padding: 36px 32px;
    }


    .engraving-material-content h3 {
        font-size: 48px;
    }


    .engraving-material-content p {
        font-size: 12px;
    }


    .engraving-material-image {
        min-height: 350px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .engraving-materials-section {
        padding: 65px 0;
    }


    .engraving-materials-section .container {
        padding: 0 15px;
    }


    .engraving-materials-heading {
        display: block;

        margin-bottom: 40px;
    }


    .engraving-breadcrumb {
        margin-bottom: 20px;

        font-size: 9px;
    }


    .engraving-materials-heading h2 {
        font-size: 43px;

        letter-spacing: -1px;
    }


    .engraving-materials-heading p {
        margin-top: 22px;

        font-size: 12px;

        line-height: 1.8;
    }


    /* =====================================================
       ITEM
    ===================================================== */

    .engraving-material-item {
        display: flex;

        flex-direction: column;

        min-height: 0;

        margin-bottom: 18px;

        border-radius: 12px;
    }


    /* IMAGE FIRST */

    .engraving-material-image {
        order: 1 !important;

        width: 100%;

        height: 350px;

        min-height: 350px;
    }


    /* CONTENT */

    .engraving-material-content,
    .engraving-material-item.reverse
    .engraving-material-content {

        order: 2;

        padding: 38px 25px 42px;
    }


    .engraving-number {
        margin-bottom: 18px;

        font-size: 9px;
    }


    .engraving-material-content h3 {
        margin-bottom: 18px;

        font-size: 43px;
    }


    .engraving-material-content p {
        font-size: 12px;

        line-height: 1.8;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .engraving-materials-section {
        padding: 55px 0;
    }


    .engraving-materials-heading h2 {
        font-size: 37px;
    }


    .engraving-material-image {
        height: 350px;

        min-height: 350px;
    }


    .engraving-material-content,
    .engraving-material-item.reverse
    .engraving-material-content {

        padding: 32px 20px 35px;
    }


    .engraving-material-content h3 {
        font-size: 38px;
    }

}


/* end */





/* why choose  */


.blackstone-why-section {
    width: 100%;
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.blackstone-why-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}



.blackstone-why-heading {
    max-width: 800px;
    margin: 0 auto 75px;
    text-align: center;
}

.blackstone-why-heading > span {
    display: inline-block;
    margin-bottom: 22px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #f1cf76;
}

.blackstone-why-heading h2 {
    margin: 0;

    font-family: "Playfair Display", serif;
    font-size: 55px;
    line-height: .98;
    font-weight: 500;
    letter-spacing: -2px;

    color: #000000;
}

.blackstone-why-heading h2 em {
    color: #f1cf76;
    font-weight: 400;
    font-style: italic;
}

.blackstone-why-heading p {
    max-width: 600px;
    margin: 25px auto 0;

    font-size: 13px;
    line-height: 1.9;

    color: #777777;
}


.blackstone-why-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}



.blackstone-why-item {
    position: relative;

    min-height: 260px;

    padding: 42px 40px;

    background: #000000;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;

    transition:
        background .4s ease,
        transform .4s ease;
}

.blackstone-why-item:hover {
    background: #fafafa;
}



.blackstone-why-number {
    display: block;

    margin-bottom: 35px;

    font-family: "Playfair Display", serif;

    font-size: 15px;

    color: #f1cf76;
}


.blackstone-why-item h3 {
    margin: 0 0 15px;

    font-family: "Playfair Display", serif;

    font-size: 25px;

    line-height: 1.2;

    font-weight: 500;

    color: #ffffff;
}



.blackstone-why-item p {
    max-width: 320px;

    margin: 0;

    font-size: 12px;

    line-height: 1.9;

    color: #ededed;
}



.blackstone-why-item:hover h3 {
    color: #000000;
}

.blackstone-why-item:hover p {
    color: #000000;
}


.blackstone-why-item::before {
    content: "";

    position: absolute;

    left: 40px;
    bottom: 0;

    width: 0;
    height: 2px;

    background: #f1cf76;

    transition: width .45s ease;
}

.blackstone-why-item:hover::before {
    width: 60px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .blackstone-why-section {
        padding: 85px 0;
    }

    .blackstone-why-section .container {
        padding: 0 20px;
    }

    .blackstone-why-heading {
        margin-bottom: 55px;
    }

    .blackstone-why-heading h2 {
        font-size: 50px;
    }

    .blackstone-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blackstone-why-item {
        min-height: 240px;
        padding: 35px 30px;
    }

    .blackstone-why-item::before {
        left: 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .blackstone-why-section {
        padding: 65px 0;
    }

    .blackstone-why-section .container {
        padding: 0 15px;
    }

    .blackstone-why-heading {
        margin-bottom: 40px;
    }

    .blackstone-why-heading > span {
        margin-bottom: 18px;

        font-size: 9px;

        letter-spacing: 2px;
    }

    .blackstone-why-heading h2 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .blackstone-why-heading p {
        margin-top: 20px;

        font-size: 12px;

        line-height: 1.8;
    }

    .blackstone-why-grid {
        grid-template-columns: 1fr;
    }

    .blackstone-why-item {
        min-height: auto;

        padding: 32px 25px 38px;
    }

    .blackstone-why-number {
        margin-bottom: 25px;

        font-size: 14px;
    }

    .blackstone-why-item h3 {
        font-size: 23px;
    }

    .blackstone-why-item p {
        font-size: 12px;
        line-height: 1.8;
    }

    .blackstone-why-item::before {
        left: 25px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .blackstone-why-section {
        padding: 55px 0;
    }

    .blackstone-why-heading h2 {
        font-size: 36px;
    }

    .blackstone-why-item {
        padding: 28px 20px 35px;
    }

    .blackstone-why-item::before {
        left: 20px;
    }

}


/* why choose end */



/* cta start */


.blackstone-cta-section {
    width: 100%;
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}



.blackstone-cta-section .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}


.blackstone-cta-box {
    position: relative;

    width: 100%;
    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 18px;

    background: #000000;
}



.blackstone-cta-image {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-image: url("..//image/banner-2.jpg");

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transform: scale(1.02);

    z-index: 0;
}



.blackstone-cta-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .78) 0%,
            rgba(0, 0, 0, .62) 50%,
            rgba(0, 0, 0, .78) 100%
        );

    z-index: 1;
}



.blackstone-cta-box::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    background: rgba(201, 162, 39, .12);

    filter: blur(100px);

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    pointer-events: none;

    z-index: 2;
}



.blackstone-cta-content {
    position: relative;

    z-index: 3;

    width: 100%;
    max-width: 850px;

    padding: 70px 30px;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
}


.blackstone-cta-label {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 25px;

    font-size: 10px;
    font-weight: 400;

    letter-spacing: 4px;

    color: #f1cf76;
}

.blackstone-cta-label::before,
.blackstone-cta-label::after {
    content: "";

    width: 35px;
    height: 1px;

    background: #f1cf76;
}


.blackstone-cta-content h2 {
    margin: 0;

    font-family: "Playfair Display", serif;

    font-size: clamp(52px, 7vw, 88px);

    line-height: .92;

    font-weight: 500;

    letter-spacing: -3px;

    color: #ffffff;
}

.blackstone-cta-content h2 em {
    display: block;

    margin-top: 8px;

    color: #f1cf76;

    font-weight: 400;

    font-style: italic;
}



.blackstone-cta-content p {
    max-width: 590px;

    margin: 28px auto 0;

    font-size: 13px;

    line-height: 1.9;

    color: rgba(255, 255, 255, .68);
}



.blackstone-cta-actions {
    margin-top: 38px;
}


.blackstone-cta-btn {
    position: relative;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 18px;

    min-width: 205px;

    padding: 16px 25px;

    background: #f1cf76;
    border-radius: 50px;

    color: #000000;

    font-size: 13px;

    font-weight: 400;

    letter-spacing: 1.5px;

    text-decoration: none;

    border: 1px solid #f1cf76;

    overflow: hidden;

    transition:
        color .35s ease,
        transform .35s ease,
        background .35s ease;
}


.blackstone-cta-btn::before {
    content: "";

    position: absolute;

    inset: 0;

    background: #ffffff;

    transform: translateX(-101%);

    transition: transform .45s ease;

    z-index: -1;
}


.blackstone-cta-btn i {
    transition: transform .35s ease;
}


.blackstone-cta-btn:hover {
    color: #000000;

    transform: translateY(-4px);
}


.blackstone-cta-btn:hover::before {
    transform: translateX(0);
}


.blackstone-cta-btn:hover i {
    transform: translateX(7px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .blackstone-cta-section {
        padding: 80px 0;
    }

    .blackstone-cta-section .container {
        padding: 0 20px;
    }

    .blackstone-cta-box {
        min-height: 500px;

        border-radius: 15px;
    }

    .blackstone-cta-content h2 {
        font-size: 65px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .blackstone-cta-section {
        padding: 60px 0;
    }

    .blackstone-cta-section .container {
        padding: 0 15px;
    }

    .blackstone-cta-box {
        min-height: 500px;

        border-radius: 12px;
    }

    .blackstone-cta-image {
        background-position: center center;
    }

    .blackstone-cta-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, .84),
                rgba(0, 0, 0, .76)
            );
    }

    .blackstone-cta-content {
        padding: 55px 20px;
    }

    .blackstone-cta-label {
        margin-bottom: 20px;

        font-size: 8px;

        letter-spacing: 3px;
    }

    .blackstone-cta-label::before,
    .blackstone-cta-label::after {
        width: 22px;
    }

    .blackstone-cta-content h2 {
        font-size: 45px;

        line-height: .95;

        letter-spacing: -1.5px;
    }

    .blackstone-cta-content h2 em {
        margin-top: 5px;
    }

    .blackstone-cta-content p {
        margin-top: 22px;

        font-size: 12px;

        line-height: 1.8;
    }

    .blackstone-cta-actions {
        margin-top: 30px;
    }

    .blackstone-cta-btn {
        min-width: 190px;

        padding: 15px 20px;

        font-size: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 450px) {

    .blackstone-cta-section {
        padding: 50px 0;
    }

    .blackstone-cta-section .container {
        padding: 0 12px;
    }

    .blackstone-cta-box {
        min-height: 460px;

        border-radius: 10px;
    }

    .blackstone-cta-content {
        padding: 45px 15px;
    }

    .blackstone-cta-content h2 {
        font-size: 37px;
    }

    .blackstone-cta-content p {
        max-width: 300px;

        font-size: 11px;
    }

    .blackstone-cta-btn {
        min-width: 180px;

        padding: 14px 18px;
    }

}

/* =========================================================
   COLLECTION / SERVICE DETAIL PAGES
   (/watches/{brand}  and  /mobile/{service})
========================================================= */

.collection-hero {
    width: 100%;
    padding: 130px 0 70px;
    background: #ffffff;
    overflow: hidden;
}

.collection-hero .container,
.collection-list .container,
.collection-cta .container {
    max-width: 1400px;
    padding: 0 30px;
    margin: auto;
}

.collection-crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 46px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.collection-crumb a {
    color: #999;
    text-decoration: none;
    transition: color .3s ease;
}

.collection-crumb a:hover {
    color: #f1cf76;
}

.collection-crumb span {
    color: #ccc;
}

.collection-crumb strong {
    color: #111;
    font-weight: 600;
}

.collection-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.collection-kicker {
    display: block;
    margin-bottom: 18px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #f1cf76;
}

.collection-hero-text h1 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 66px;
    line-height: .95;
    font-weight: 500;
    letter-spacing: -2px;
    color: #000000;
}

.collection-tagline {
    margin: 20px 0 0;
    font-size: 16px;
    font-style: italic;
    color: #f1cf76;
}

.collection-intro {
    max-width: 440px;
    margin: 18px 0 0;
    font-size: 14px;
    line-height: 1.9;
    color: #6f6f6f;
}

.collection-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.collection-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 26px;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #111111;
    border-radius: 40px;
    transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.collection-btn i {
    transition: transform .3s ease;
}

.collection-btn:hover {
    background: #f1cf76;
    border-color: #f1cf76;
    color: #111111;
}

.collection-btn:hover i {
    transform: translateX(4px);
}

.collection-btn--ghost {
    background: transparent;
    color: #111111;
}

.collection-btn--ghost:hover {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.collection-btn--ghost:hover i {
    transform: translateX(-4px);
}

.collection-hero-media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 5 / 4;
}

.collection-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1.1s cubic-bezier(.2, .8, .2, 1);
}

.collection-hero-media:hover img {
    transform: scale(1.05);
}

.collection-hero-badge {
    position: absolute;
    left: 22px;
    bottom: 20px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, .92);
    border-radius: 30px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
}


/* ---- listing ---- */

.collection-list {
    width: 100%;
    padding: 26px 0 96px;
    background: #ffffff;
}

.collection-list-head {
    max-width: 560px;
    margin: 0 0 46px;
}

.collection-list-head h2,
.collection-cta-box h2 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1.5px;
    color: #0d0d0d;
}

.collection-list-head h2 em,
.collection-cta-box h2 em {
    color: #f1cf76;
    font-style: italic;
    font-weight: 400;
}

.collection-list-head p {
    margin: 16px 0 0;
    font-size: 13px;
    line-height: 1.9;
    color: #777;
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.collection-card {
    display: flex;
    flex-direction: column;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.collection-card:hover {
    transform: translateY(-6px);
    border-color: #e6cf94;
    box-shadow: 0 26px 50px -24px rgba(0, 0, 0, .28);
}

.collection-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ececec;
}

.collection-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .9s cubic-bezier(.2, .8, .2, 1);
}

.collection-card:hover .collection-card-media img {
    transform: scale(1.06);
}

.collection-card-index {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    background: rgba(17, 17, 17, .82);
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
}

.collection-card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 24px 26px;
}

.collection-card-brand {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #f1cf76;
}

.collection-card-body h3 {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.5px;
    color: #111;
}

.collection-card-body p {
    margin: 0 0 6px;
    font-size: 12.5px;
    line-height: 1.7;
    color: #777;
}

.collection-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #111;
    color: #111;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s ease, border-color .3s ease;
}

.collection-card-link i {
    transition: transform .3s ease;
}

.collection-card-link:hover {
    color: #f1cf76;
    border-color: #f1cf76;
}

.collection-card-link:hover i {
    transform: translateX(5px);
}


/* ---- detail points (mobile service) ---- */

.detail-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.detail-point {
    display: flex;
    gap: 20px;
    padding: 30px 28px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 16px;
    transition: border-color .35s ease, background .35s ease;
}

.detail-point:hover {
    background: #ffffff;
    border-color: #e6cf94;
}

.detail-point-num {
    flex-shrink: 0;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 500;
    color: #f1cf76;
    line-height: 1;
}

.detail-point h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
}

.detail-point p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #777;
}


/* ---- cta ---- */

.collection-cta {
    width: 100%;
    padding: 0 0 90px;
    background: #ffffff;
}

.collection-cta-box {
    padding: 60px 40px;
    text-align: center;
    background: #0d0d0d;
    border-radius: 20px;
}

.collection-cta-box h2 {
    color: #ffffff;
}

.collection-cta-box p {
    max-width: 460px;
    margin: 16px auto 26px;
    font-size: 13.5px;
    line-height: 1.8;
    color: #aaa;
}


@media (max-width: 991px) {

    .collection-hero {
        padding: 116px 0 56px;
    }

    .collection-hero-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .collection-hero-text h1 {
        font-size: 50px;
    }

    .collection-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .collection-crumb {
        margin-bottom: 32px;
    }

    .collection-hero-text h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .collection-hero-actions {
        gap: 10px;
    }

    .collection-btn {
        padding: 13px 20px;
        font-size: 11px;
    }

    .collection-list {
        padding: 20px 0 70px;
    }

    .collection-list-head h2,
    .collection-cta-box h2 {
        font-size: 30px;
    }

    .collection-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .detail-points {
        grid-template-columns: 1fr;
    }

    .collection-cta-box {
        padding: 46px 24px;
    }
}


/* =========================================================
   UNIVERSAL SCROLL REVEAL  (assets/js/reveal.js)
   Hidden state only applies when JS is running, so the
   page stays fully readable if the script fails to load.
========================================================= */

.js-reveal [data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity .7s cubic-bezier(.22, .7, .22, 1),
        transform .7s cubic-bezier(.22, .7, .22, 1);
    transition-delay: var(--reveal-delay, 0s);
    will-change: opacity, transform;
}

.js-reveal [data-reveal].is-revealed {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {

    .js-reveal [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
