@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: rgb(246 242 240);
}

.img {
    width: 100%;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 34%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 100%;
    margin: 0 auto;
}

.top2 {
    width: 85%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #03c2e4;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}


/*------------------------------------------
footer
------------------------------------------*/

.newletter-1 {
    background-image: url(../images/newletter-1.jpg);
    padding: 70px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

/* Overlay */
.newletter-1::before {
    content: "";
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    background-color: #f5e7d6;
    opacity: 0.5;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.product-range h2 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
    font-family: 'Marcellus', serif;
    font-weight: 400;
    text-align: center;
}

.product-range p {
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 20px;
    color: #464646;
    text-align: center;
}

/* Keep content above overlay */
.newletter-1>* {
    position: relative;
    z-index: 2;
}


.newletter-1 h2 {
    font-family: "Marcellus", serif;
    font-size: 48px;
    line-height: 140%;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.newletter-1 p {
    font-family: "Marcellus", serif;
    font-size: 18px;
    line-height: 140%;
    color: #797979;
}

.newsletter-center {
    width: 36%;
    float: left;
    margin: 1%;
}

.input-group {
    display: flex;
    width: 100%;
}

.input-group input {
    flex: 1;
    padding: 14px;
    border: none;
    outline: none;
    padding: 18px 30px;
    padding-right: 1em;
    width: 100%;
    margin: 0;
    background-color: #f5e7d6;
}

.input-group button {
    background: #000;
    color: #fff;
    padding: 0 28px;
    border: none;
    cursor: pointer;
}

.checkbox {
    font-size: 13px;
}

.newsletter-right {
    width: 20%;
    border-left: 1px solid #000;
    padding-left: 30px;
    float: left;
    margin: 1%;
}

.newsletter-right h4 {
    margin-bottom: 12px;
}

.socials a {
    color: #000;
    margin-right: 12px;
    font-size: 18px;
}

.about-img {
    background-image: url(https://wdtswarna.wpengine.com/wp-content/uploads/2024/10/Model-Img-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 40px 0px 0px;
    --e-column-margin-right: 40px;
    --e-column-margin-left: 0px;
    padding: 50px 30px 30px 30px;
    border-radius: 300px 300px 0px 0px;
    justify-content: center;
    align-content: space-between;
    height: 80vh;
}



@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* ================= RESET ================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Marcellus", serif;
    background: #fff;
}

/* ================= TOP BAR ================= */
.top-bar {
    background: #0B1C2D;
    color: #fff;
    font-size: 14px;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.top-bar-left i {
    margin-right: 12px;
    cursor: pointer;
    font-size: 18px;
}

.top-bar-center {
    text-align: center;
    font-family: "Marcellus", serif;
    font-size: 16px;
}

/* ================= HEADER ================= */
.header {
    background: transparent;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
}

.logo img {
    width: 136px;
}

/* ================= NAV ================= */
.nav a {
    position: relative;
    padding-left: 22px;
    margin: 0 18px;
    text-decoration: none;
    color: #2A3A4A;
    /* Navy soft */
    font-size: 18px;
    font-family: "Marcellus", serif;
}

.nav a.active,
.nav a:hover {
    color: #AC805D;
    /* Gold */
}

.nav a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    background: url("../images/img.svg") no-repeat center / contain;
    opacity: 0;
    transition: 0.3s ease;
}

.nav a.active::after,
.nav a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

/* ================= HEADER ACTIONS ================= */
.header-actions {
    display: flex;
    align-items: center;
}

.header-actions i {
    font-size: 18px;
    margin-right: 18px;
    cursor: pointer;
}

.store-btn {
    background: #AC805D;
    /* Gold */
    color: #0B1C2D;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    cursor: pointer;
}

.store-btn:hover {
    background: #B8962E;
    /* Dark gold */
}

.menu-toggle{
    display: none;
}


/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 960px) {

  /* HEADER */
  .header {
    padding: 12px 18px;
    flex-wrap: wrap;
  }

  .logo img {
    width: 110px;
  }

  /* HAMBURGER ICON */
  .menu-toggle {
    display: block;
    font-size: 22px;
    cursor: pointer;
    color: #2A3A4A;
  }

  /* NAV */
  .nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 20px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    margin: 12px 0;
    font-size: 16px;
    padding-left: 34px;
  }

  .nav a::after {
    left: 14px;
  }

  /* HEADER ACTIONS */
  .header-actions {
    margin-left: auto;
  }

  .header-actions i {
    font-size: 17px;
    margin-right: 14px;
  }

  .store-btn {
    padding: 8px 14px;
    font-size: 13px;
  }
}


/* ================= BANNER ================= */
.banner {
    margin-top: -92px;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner-slider {
    height: 100%;
    position: relative;
}

.banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(60px);
    transition: all 1s ease;
    pointer-events: none;
}

.banner-slide.active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

/* ================= LEFT ================= */
.banner-left {
    width: 37%;
    height: 100%;
    background: #F7F3EE;
    /* Soft luxury background */
    float: left;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
}

/* ================= RIGHT ================= */
.banner-right {
    width: 63%;
    height: 100%;
    float: left;
    position: relative;
}

/* ================= SHAPES ================= */
.shape img {
    position: absolute;
    top: 0;
    left: 37%;
    width: 36%;
    opacity: 0.22;
    z-index: -9;
}

.shape2 img {
    position: absolute;
    bottom: -47px;
    right: 0;
    width: 36%;
    opacity: 0.22;
    z-index: -9;
}

/* ================= UNPARALLELED ================= */
.unparalleled-text {
    position: absolute;
    left: 24px;
    top: 56%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-family: "Marcellus", serif;
    font-size: 90px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(11, 28, 45, 0.08);
    /* Navy watermark */
    text-transform: uppercase;
    pointer-events: none;
}

/* ================= THUMBNAILS ================= */
.image-box {
    margin-left: 20%;
    margin-top: 15%;
}

.img-1 img {
    width: 120px;
    height: 120px;
    margin: 0 20px 65px 28px;
    border-radius: 10px;
    object-fit: cover;
}

/* ================= MAIN IMAGE ================= */
.main-img {
    position: absolute;
    left: 63%;
    display: flex;
    align-items: center;
}

.main-img img {
    width: 525px;
    height: 60vh;
    object-fit: cover;
    border-radius: 50% 0 0 0;
    animation: fadeUp 1.2s ease;
}

/* ================= CONTENT ================= */
.banner-content {
    position: relative;
    max-width: 630px;
    z-index: 2;
    left: 32%;
    margin-top: 17%;
    animation: fadeUp 1s ease;
}

.sub-title {
    letter-spacing: 3px;
    font-size: 18px;
    color: #AC805D;
    font-weight: 600;
    font-family: "Marcellus", serif;
}

.banner-content h1 {
    font-size: 52px;
    line-height: 1.2;
    margin: 18px 0;
    color: #0B1C2D;
    font-family: "Marcellus", serif;
    font-weight: 400;
}

.banner-content p {
    font-size: 18px;
    color: #2A3A4A;
    line-height: 1.8;
    margin-bottom: 28px;
    font-family: "Marcellus", serif;
}

/* ================= BUTTON ================= */
.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0B1C2D;
    color: #fff;
    padding: 14px 26px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-family: "Marcellus", serif;
}

.banner-btn:hover {
    background: #AC805D;
    color: #0B1C2D;
}

/* ================= GOLD RING ================= */
.golden-ring {
    position: absolute;
    bottom: 60px;
    right: 160px;
}

.golden-ring img {
    width: 44%;
    animation: fadeUp 1.4s ease;
}

/* ================= OUTER IMAGE ================= */
.outer-main-img {
    position: absolute;
    right: 10%;
    top: 50%;
}

.outer-main-img img {
    width: 200px;
    border-radius: 200px 200px 0 0;
    animation: fadeUp 1.4s ease;
}

/* ================= PAGINATION ================= */
.banner-pagination {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 10;
    font-family: "Marcellus", serif;
}

.banner-pagination .page {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #AC805D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    color: #0B1C2D;
    opacity: 0.4;
    transition: all 0.4s ease;
}

.banner-pagination .page.active {
    background: #AC805D;
    color: #fff;
    opacity: 1;
}

.banner-pagination .line {
    width: 50px;
    height: 1px;
    background: rgba(212, 175, 55, 0.35);
}

/* ================= ANIMATION ================= */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* ===== HERO BASE ===== */
.luxury-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    font-family: "Marcellus", serif;
    background: #000;
}

/* ===== BACKGROUND ===== */
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: background-image 0.8s ease;
    z-index: 1;
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

/* ===== CAROUSEL VIEWPORT ===== */
.hero-carousel {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
}

/* ===== SLIDER TRACK ===== */
.hero-columns {
    display: flex;
    height: 100%;
    transition: transform 0.8s ease;
}

/* ===== HERO ITEM (3 COLUMNS) ===== */
.hero-item {
    min-width: 33.3333%;
    height: 100%;
    color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 70px;
    cursor: pointer;
    text-align: center;
}

.hero-item:first-child {
    border-left: none;
}

/* ===== TITLE ===== */
.hero-item h2 {
    font-size: 26px;
    transition: opacity 0.4s ease;
}

/* ===== CONTENT ===== */
.hero-content {
    position: absolute;
    bottom: 130px;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s ease;
    width: 100%;
}

/* Active */
.hero-item.active .hero-content {
    opacity: 1;
    transform: translateY(0);
}

.hero-item.active h2 {
    opacity: 0;
}

/* ===== OVAL ===== */
.oval {
    display: inline-block;
    padding: 10px 26px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin-bottom: 16px;
    font-size: 22px;
}

/* ===== TEXT ===== */
.hero-content p {
    font-size: 17px;
    line-height: 1.7;
}

/* ===== ARROWS ===== */
.hero-nav {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
}

.hero-arrow {
    pointer-events: all;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    font-size: 26px;
    cursor: pointer;
}

.hero-arrow.prev {
    left: 30px;
}

.hero-arrow.next {
    right: 30px;
}



.logo-carousel-wrap {
    padding: 60px 0;
    background: #faf7f2;
    overflow: hidden;
}

/* VERY IMPORTANT for smooth motion */
.logoSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.logoSwiper img {
    height: 40px;
    opacity: 0.45;
    filter: grayscale(100%);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.logoSwiper .swiper-slide:hover img {
    opacity: 1;
    filter: grayscale(0);
}


.footer {
    font-family: "Marcellus", serif;
    color: #fff;
}

/* Newsletter */
.footer-newsletter {
    background: #f6e4cf;
    color: #000;
    padding: 60px;
    display: grid;
    grid-template-columns: 1.2fr 1.5fr 1fr;
    gap: 40px;
}

.footer-newsletter input {
    padding: 14px;
    border: none;
    width: 65%;
}

.footer-newsletter button {
    padding: 14px 22px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.top-bar .col_sm2 {
    width: 48%;
    float: left;
    margin: 0% 1% 0%;
}

.top-bar {
    background: black;
}

.top-bar p {
    font-family: "Marcellus", serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: end;
}

.top-bar p span {
    color: #ffac33;
}

.social-links {
    display: flex;
    gap: 14px;
    align-items: center;
}

.social-links a {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
    color: #ffac33;
    transform: translateY(-2px);
}

.wdt-content-icon svg path {
    fill: #a8876a;
}

.wdt-column {
    width: 18%;
    float: left;
    margin: 1%;
}

.wdt-column svg {
    width: 18%;
}

.wdt-content-media-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wdt-content-icon-wrapper {
    text-align: center;
}

.offer-outline {
    animation: percent-anime 12s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes percent-anime {
    to {
        transform: rotate(360deg);
    }
}


/* Apply animation ONLY to gift icon */
.gift-outline {
    animation: gift-float 2.8s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

/* Keyframes */
@keyframes gift-float {
    0% {
        transform: translateY(0) scaleX(1);
    }

    50% {
        transform: translateY(-3px) scaleX(1);
    }

    100% {
        transform: translateY(0) scaleX(1);
    }
}


/* Diamond pulse animation */
.dimond-icon-1 {
    animation: diamond-pulse 2.6s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

/* Keyframes */
@keyframes diamond-pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}


/* Star sparkle animation */
.star-1,
.star-2,
.star-3 {
    animation: star-pulse 2.2s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

/* Slight timing variation for natural sparkle */
.star-1 {
    animation-delay: 0s;
}

.star-2 {
    animation-delay: 0.3s;
}

.star-3 {
    animation-delay: 0.6s;
}

/* Keyframes */
@keyframes star-pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 0.2;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}


/* Truck line movement */
.truck-line-path {
    animation: truck-move 1.8s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

/* Slight staggering for realism */
.truck-line-path:nth-of-type(1) {
    animation-delay: 0s;
}

.truck-line-path:nth-of-type(2) {
    animation-delay: 0.2s;
}

.truck-line-path:nth-of-type(3) {
    animation-delay: 0.4s;
}

/* Keyframes */
@keyframes truck-move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}



/* Price icon horizontal motion */
.price-hand,
.price-doller,
.price-circle {
    animation: price-move 2s ease-in-out infinite;
    transform-origin: center;
    transform-box: fill-box;
}

/* Subtle staggering for depth */
.price-hand {
    animation-delay: 0s;
}

.price-doller {
    animation-delay: 0.25s;
}

.price-circle {
    animation-delay: 0.5s;
}

/* Keyframes */
@keyframes price-move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.wdt-content-title h5 {
    font-family: "Marcellus", serif;
    font-size: 24px;
    font-weight: 500;
}


.video-section {
    position: relative;
    padding: 50px 0;
    background-color: #f5e7d6;

    transition:
        background-color 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;

    overflow: hidden;
}

/* Background image layer */
.video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://wdtswarna.wpengine.com/wp-content/uploads/2024/10/coconut-leaf-img-2-scaled.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 22% auto;
    opacity: 0.2;
    mix-blend-mode: multiply;
    transition: opacity 0.3s, background 0.3s;
    pointer-events: none;
}

/* Ensure content stays above background */
.video-section>* {
    position: relative;
    z-index: 1;
}

.video-section-flex {
    display: flex;
    align-items: center;
}

.video-section h4 {
    font-family: "Marcellus", serif;
    font-size: clamp(0.875rem, 0.8471rem + 0.1274vw, 1rem);
    letter-spacing: clamp(0.1875rem, 0.1596rem + 0.1274vw, 0.3125rem);
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 400;
}

.video-section h2 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
    font-family: 'Marcellus', serif;
    font-weight: 400;
}

.video-section p {
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 18px;
    color: #464646;
}
 .btn {
    margin: 5% 0;
}

/* Button base */
 .wdt-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    background-color: #AC805D;
    padding: clamp(0.875rem, 0.82rem + 0.25vw, 1.125rem) clamp(1.625rem, 1.51rem + 0.5vw, 2.125rem);

    font-family: 'Marcellus', serif;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    font-weight: 500;
    line-height: 1;

    color: #ffffff;
    text-decoration: none;
    text-align: center;

    border-radius: 40px;
    overflow: hidden;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

/* Text */
 .wdt-btn-text {
    position: relative;
    z-index: 1;
}

/* Icon */
 .wdt-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 16px;
}

 .wdt-button-icon svg {
    width: 100%;
    height: auto;
    fill: #ac805d;
    transition: transform 0.3s ease;
    z-index: 999;
}

/* Hover interaction */
 .wdt-btn:hover {
    background-color: #926847;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

 .wdt-btn:hover .wdt-button-icon svg {
    transform: translateX(6px);
}

polygon {
    fill: #ac805d;
}


 .wdt-btn {
    position: relative;
    /* REQUIRED for ::before */
    display: inline-flex;
    align-items: center;
    gap: 12px;

    background-color: #AC805D;
    padding: clamp(0.875rem, 0.82rem + 0.25vw, 1.125rem) clamp(1.625rem, 1.51rem + 0.5vw, 2.125rem);

    font-family: 'Marcellus', serif;
    font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
    font-weight: 500;
    line-height: 1;

    color: #ffffff;
    text-decoration: none;
    text-align: center;

    border-radius: 9px;
    overflow: hidden;

    transition:
        background-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

 .wdt-btn::before {
    content: '';
    position: absolute;
    width: 19%;
    height: 65%;
    left: 137px;
    top: 10px;
    background-color: var(--wdtAccentTxtColor, #ffffff);
    mix-blend-mode: screen;
    border-radius: 50%;
    z-index: 0;
    transform: rotateZ(360deg) scale(1);
    transition: all 0.6s ease;
}



 .wdt-btn:hover::before {
    border-radius: 27px 0 27px;
    transform: rotateZ(45deg) scale(2.6) translate(11px, -11px);
    left: 73%;
}




/* Image wrapper */
.video-thumb {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* Play button */
.video-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;

    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgb(255 255 255 / 90%);
    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

/* SVG inside button */
.video-play-btn svg {
    width: 60px;
    height: 60px;
}

.video-play-btn circle {
    fill: transparent;
    stroke: rgba(172, 128, 93, 0.9);
    stroke-width: 2;
}

.video-play-btn polygon {
    fill: rgba(172, 128, 93, 0.9);
    ;
}

/* Hover effect */
.video-thumb:hover .video-play-btn {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    background-color: #926847;
}

/* Optional subtle pulse (luxury) */
.video-play-btn::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    animation: play-pulse 2.5s ease-out infinite;
}

@keyframes play-pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}


.video-section-sub {
    position: relative;
}


.affiliation h2 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
    font-family: 'Marcellus', serif;
    font-weight: 400;
    text-align: center;
}


.affiliation p {
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 20px;
    color: #464646;
    text-align: center;
}


.affiliation-carousel {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    width: 180px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-item img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.logo-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Pause on hover */
.affiliation-carousel:hover .carousel-track {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .logo-item {
        width: 140px;
        padding: 0 20px;
    }
}


.why-buy {
    background: #f6f1eb;
    padding: 60px 0;
    position: relative;
}

/* Heading */
.why-buy h2 {
    font-size: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
    font-family: 'Marcellus', serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.why-buy p {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    color: #464646;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

/* Carousel */
.why-carousel {
    position: relative;
    margin: 50px auto 0;
    overflow: hidden;
}

.why-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

/* Cards */
.why-card {
    min-width: 300px;
    background: #fff;
    border-radius: 18px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.why-card h4 {
    font-family: 'Marcellus', serif;
    font-size: 20px;
    margin-bottom: 15px;
}

.why-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Icon */
.why-icon {
    width: 90px;
    height: 90px;
    border: 3px solid #AC805D;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon img {
    width: 45px;
}

/* Arrows */
.why-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #AC805D;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    z-index: 2;
}

.why-arrow.left {
    left: 10px;
}

.why-arrow.right {
    right: 20px;
}


.shape3 {
    position: absolute;
    left: 0;
    top: 20%;
    width: 14%;
    pointer-events: none;

    animation: leavesFloatVertical 10s ease-in-out infinite;
}

@keyframes leavesFloatVertical {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-25px) rotate(6deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.shape3 img {
    width: 100%;
    height: auto;
    display: block;
}

.shape4 img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    pointer-events: none;

    animation: moveLeftRight 12s ease-in-out infinite;
}


@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-60px);
    }

    100% {
        transform: translateX(0);
    }
}


.footer-main {
    background: #ac805d;
}

.footer-main .img {
    width: 200px;
}

.footer-main p {
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 18px;
    color: #fff;
}

.footer-main h2 {
    font-size: 25px;
    font-family: 'Marcellus', serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 18px;
}

.footer li {
    list-style: none;
    margin: 3% 0;
}

.footer li a {
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 18px;
    color: #fff;
}

.footer-main p i {
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
}

.footer-main p a {
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 18px;
    color: #fff;
    margin: 3% 0;
}

.about h4{
    letter-spacing: 3px;
    font-size: 18px;
    color: #AC805D;
    font-weight: 600;
    font-family: "Marcellus", serif;
}

.about h2{
    font-size: 40px;
    line-height: 1.2;
    margin: 18px 0;
    color: #0B1C2D;
    font-family: "Marcellus", serif;
    font-weight: 400;
}

.about p{
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 20px;
    color: #464646;
    text-align: left;
}


.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.bullet ul li {
    position: relative;
    padding-left: 32px; /* space for bullet */
    margin-bottom: 2%;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    font-family: 'Marcellus', serif;
    line-height: 140%;
    text-align: justify;
}

.bullet ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url("../images/bullet.png") no-repeat center;
    background-size: contain;
}


.small-img{
    position: absolute;
    bottom: 0vh;
    right: 26vh;
}

.small-img img{
    border-radius: 10px;
    width: 80%;
}



.about-flex{
    display: flex;
    align-items: center;
}

.stats-section {
    padding: 80px 0;
    background: #ffffff;
  }
  
  .stats-container {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: left;
  }
  
  .stat-box h2 {
    font-size: 64px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 18px;
  }

  .stat-box h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    transition: all 0.4s ease;
  }
  
  /* Hover effect */
  .stat-box:hover h2::after {
    background: #AC805D; /* hover color */
  }

  
  .stat-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .stat-box p {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
  }

  .advantages h4{
    letter-spacing: 3px;
    font-size: 18px;
    color: #AC805D;
    font-weight: 600;
    font-family: "Marcellus", serif;
    text-align: center;
  }

  .advantages h2{
    font-size: 40px;
    line-height: 1.2;
    margin: 18px 0;
    color: #0B1C2D;
    font-family: "Marcellus", serif;
    font-weight: 400;
    text-align: center;
  }

  .advantages p{
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 20px;
    color: #464646;
    text-align: center;
  }


  .advantages img{
    border-radius: 15px;
  }

  .adv-card{
    background: #f5e7d6;
    padding: 24px;
    border-radius: 10px;
    height: 31vh;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .adv-header{
    display: flex;
    justify-content: space-between;
    padding: 3% 0;
    align-items: center;
    margin-bottom: 4%;

  }

  .adv-header h3{
    font-family: "Marcellus", serif;
    font-size: 35px;
    font-weight: 500;
    color: #000;
  }

  .adv-card .icon{
    width: 21%;
  }

  .adv-card p{
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 18px;
    color: #464646;
    text-align: left;
  }

  .img-box2 img{
    height: 64vh;
    object-fit: cover;
  }

  .services{
    position: relative;
    background: #f8f8f8;
  }

  .services h2{
    font-size: 40px;
    line-height: 1.2;
    margin: 18px 0;
    color: #0B1C2D;
    font-family: "Marcellus", serif;
    font-weight: 400;
    text-align: center;
  }

  .necklace1{
    position: absolute;
    top: 20px;
    width: 11%;
    left: 25px;
  }

  .necklace1 img{
    opacity: 0.5;
    rotate: 330deg;
  }
  
  .necklace2{
    position: absolute;
    top: 25px;
    left: 86%;
    width: 12%;

  }

  .necklace2 img{
    opacity: 0.5;
    rotate: 24deg;
  }


  .services-sub{
    background: rgb(245 231 214 / 81%); /* translucent base */
    padding: 24px;
    border-radius: 10px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.12),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);
  }

  .services-sub h2{
    font-family: "Marcellus", serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    text-align: left;

  }

  .services-sub p{
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 18px;
    color: #464646;
    text-align: left;
  }

  .services-img-box{
    width: 25%;
    background: #f6f6f6;
    border-radius: 50%;
    padding: 11px;
  }


  /* ---------- CAROUSEL ---------- */
.services-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 60px auto;

  }
  
  .services-carousel {
    overflow: hidden;
  }
  
  .services-track {
    display: flex;
    gap: 0;
    transition: transform 0.6s ease;
  }

  .services-track {
    cursor: grab;
    user-select: none;
  }
  
  .services-track:active {
    cursor: grabbing;
  }
  

  .services-end{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }

  .services-end .btn{
    margin: 0% 0;
  }

  .services-end p{
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 18px;
    color: #464646;
    text-align: left;
  }

  /* ---------- NAVIGATION ---------- */
.services-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 5;
  }
  
  .services-nav.prev { left: -10px; }
  .services-nav.next { right: -10px; }

  

  .services-sub {
    min-width: calc(25% - 18px); /* 4 cards */
  }


  .wdt-column-wrapper {
    overflow: hidden;
    width: 100%;
  }
  
  .carousel-track {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: iconScroll 30s linear infinite;
  }
  
  /* Pause on hover (optional but recommended) */
  .carousel-track:hover {
    animation-play-state: paused;
  }
  

  .flow-arrow {
    font-size: 40px;
    color: #ac805d;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Optional SVG arrow instead of text */
  .flow-arrow svg {
    width: 40px;
    height: 20px;
    stroke: #4CFFB2;
  }
  

  .export{
    background: #ac805d;
    padding: 50px 0;
  }

  .export h2{
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
    font-family: 'Marcellus', serif;
    font-weight: 400;
    text-align: center;
    color: #fff;
  }

  .export p{
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 20px;
    color: #fff;
    text-align: center;
  }


  .hover-image-box {
    position: relative;
    height: 400px;              /* 🔴 REQUIRED */
    overflow: hidden;
  }
  
  .hover-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* Default */
  .main-img2 {
    opacity: 1;
    transition: opacity 0.4s ease;
  }
  
  /* Hidden initially */
  .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  
  /* Hover effect */
  .hover-image-box:hover .main-img2 {
    opacity: 0;
  }
  
  .hover-image-box:hover .hover-img {
    opacity: 1;
  }
  


  @keyframes scrollLoop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  
  /* Tablet */
  @media (max-width: 992px) {
    .wdt-column {
      width: 33.333%;
    }
  }
  
  /* Mobile */
  @media (max-width: 600px) {
    .wdt-column {
      width: 100%;
    }
  }
  
  /* KEYFRAMES */
  @keyframes iconScroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  

  .collection {
    background: #f5e7d6;
    padding: 50px 0;
  }

  .collection h2{
    font-size: 40px;
    line-height: 1.2;
    margin: 18px 0;
    color: #0B1C2D;
    font-family: "Marcellus", serif;
    font-weight: 400;
    text-align: center;
  }

  .collection h3{
    font-family: "Marcellus", serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin:3%;
  }

  .tagline{
    background: #ac805d;
    padding: 30px 0;
  }

  .tagline p{
    font-family: "Marcellus", serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  
  .tagline p span {
    color: #ffac33;
}


.slider-container {
    width: 100%;
    overflow: hidden;
  }
  
  .slider-track {
    display: flex;
    width: max-content;
    animation: smoothScroll 30s linear infinite;
  }
  
  .slider-container:hover .slider-track {
    animation-play-state: paused;
  }
  
  /* 5 images per view */
  .slider-slide {
    width: 20vw;
    max-width: 260px;
    flex-shrink: 0;
    margin: 1%;
  }
  
  .slider-slide img {
    width: 100%;
    display: block;
    border-radius: 10px;
  }
  
  /* Smooth continuous motion */
  @keyframes smoothScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }


  .collection1 {
    position: relative;
    background-image: url(../images/home-deal-counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  
  /* Overlay layer */
  .collection1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
  }
  
  /* Keep content above overlay */
  .collection1 > * {
    position: relative;
    z-index: 2;
  }
  

  .collection1 .btn {
    margin: 1% 0;
    text-align: center;
}

  .collection1 h2{
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: clamp(1.5rem, 1.2771rem + 1.0191vw, 2.5rem);
    font-family: 'Marcellus', serif;
    font-weight: 400;
    text-align: center;
  }

  .collection1 p{
    font-family: 'Marcellus', serif;
    line-height: 140%;
    font-size: 20px;
    color: #000;
    text-align: center;
  }

  .img-box img{
    height: 284px;
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .stats-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 575px) {
    .stats-container {
      grid-template-columns: 1fr;
      text-align: center;
    }
  }

  
/* Mobile */
@media (max-width: 768px) {
    .why-track {
        gap: 20px;
    }

    .why-card {
        min-width: 260px;
    }
}

@media only screen and (max-width:1600px){
    .small-img {
    bottom: -4vh;
    right: 5vh;
}


    .golden-ring {
        right: 27px;
    }

    .golden-ring img {
        width: 35%;
    }

    .image-box {
    margin-top: 21%;
}

.img-1 img {
    width: 100px;
    height: 100px;
}
}

@media only screen and (max-width:1500px){
    .banner-content {
        max-width: 600px;     
        left: 38%;
    }
    .banner-content h1 {
        font-size: 44px;
    }

    .img-1 img {
        margin: 0 20px 45px 28px;
    }
}

@media only screen and (max-width:1400px){
    .main-img {
        left: 56%;
    }

    .golden-ring img {
        width: 31%;
    }

    .golden-ring {
        right: -11px;
    }

    .banner-content {
        margin-top: 22%;
        left: 38%;
    }
    
}

@media only screen and (max-width:1300px) {
    .small-img img {
    width: 62%;
}

    .small-img {
        bottom: 0vh;
        right: -2vh;
    }

    .img-box img{
        height: 255px;
    object-fit: cover;
    }

    .main-img img {
        width: 482px;
    }

    .banner-content h1 {
        font-size: 35px;
    }

    .golden-ring {
        right: -110px;
    }

}

@media only screen and (max-width:1200px) {
    .why-card {
        min-width: 265px;
    }

    .main-img img {
        width: 451px;
        height: 43vh;
    }

    .outer-main-img {
        right: 2%;
    }

    .golden-ring {
        right: -167px;
    }

    .banner-content {
        margin-top: 32%;
    }

    .outer-main-img {
        top: 61%;
    }


}

@media only screen and (max-width:1100px) {
    .services-sub {
    min-width: 360px;
}
.col_sm4 {
    width: 98%;
}
        .small-img {
        display: none;
        }
        .col_sm88 {
    width: 41%;
        }
    .banner-content {
        margin-top: 36%;
        left: 43%;
    }

    .banner-content h1 {
        font-size: 29px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .image-box {
        display: none;
    }

    .main-img {
        left: 45%;
    }

    .top-bar p {
        font-size: 17px;
    }

    .wdt-column {
        width: 31%;
    }

    .why-card {
        min-width: 350px;
    }

    .video-section-flex {
        flex-wrap: wrap;
    }

    .col_sm2 {
        width: 98%;
    }

        .hero-item {
    min-width: 48%;
    }

}

@media only screen and (max-width:1000px) {
    .top-bar p {
        font-size: 16px;
    }
}

@media only screen and (max-width:960px) {

    .about-flex {
    flex-wrap: wrap;
}

    .col_sm88 {
        width: 98%;
    }

        .col_sm8 {
        width: 98%;
    }


            .hero-item {
        min-width: 100%;
    }

    .main-img img {
        width: 420px;
    }

    .banner-content h1 {
        font-size: 26px;
    }

    .banner-content {
        margin-top: 44%;
    }

    .outer-main-img img {
        width: 145px;
    }

    .golden-ring img {
        width: 27%;
    }

    .golden-ring {
        right: -227px;
    }

    .main-img {
        left: 38%;
    }

    .banner-content {
        left: 38%;
    }
        
    .top-bar .col_sm2 {
        width: 98%;
    }

    .top-bar p {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .col_sm3 {
    width: 48%;
    }
}

@media only screen and (max-width:800px) {
    .why-card {
        min-width: 90%;
    }

    .unparalleled-text {
    display: none;
    }

        .main-img {
        left: 8%;
    }

        .banner-content {
        margin-top: 56%;
        left: 35%;
    }

        .banner-content {
        max-width: 282px;
        }

            .golden-ring {
        display: none;
    }
}

@media  only screen and (max-width : 700px){

        .services-sub {
        min-width: 264px;
    }


    .services-end {
    flex-wrap: wrap;
}

.wdt-btn::before {
    left: 121px;
}

.necklace1 {
    width: 28%;
}

.necklace2 {
    width: 28%;
    top: 51px;
    left: 67%;
}


    .banner-left {
    width: 100%;
    display: block;
    padding-top: 17%;
    }
    
    .banner-right {
    width: 100%;
    height: 0;
    float: left;
    position: absolute;
}

    .banner-content {
        max-width: 100%;
        left: 10%;
        margin-top: 73%;
    }
}

@media only screen and (max-width:600px) {

    .col_sm3 {
    width: 98%;
    }

        .banner-content {
        margin-top: 60vh;
    }

    .wdt-column {
        width: 98%;
    }

    .video-section {
        padding: 60px 0;
    }

    .video-section::before {
        background-size: 50% auto;
    }

        .outer-main-img {
        display: none;
    }

        .banner-content {
        left: 5%;
        max-width: 85%;
        }
}

@media only screen and (max-width:400px) {
    .why-card {
        min-width: 80%;
    }

    .banner-pagination {
    bottom: 33px;

    }

        .services-sub {
        min-width: 360px;
    }
}


.hero-wrapper {
  overflow: hidden;
}

.hero-columns {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

/* Desktop: 3 columns */
.hero-item {
  flex: 0 0 33.3333%;
}

/* Tablet */
@media (max-width: 1024px) {
  .hero-item {
    flex: 0 0 50%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hero-item {
    flex: 0 0 100%;
  }
}

.why-carousel {
  overflow: hidden;
}

.why-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
}

.why-card {
  flex: 0 0 calc((100% - 60px) / 3);
}

/* Tablet */
@media (max-width: 1024px) {
  .why-card {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .why-card {
    flex: 0 0 100%;
  }
}


.services-carousel {
  overflow: hidden;
}

.services-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s ease;
}

.services-sub {
  flex: 0 0 calc((100% - 72px) / 4);
}

/* Tablet */
@media (max-width: 992px) {
  .services-sub {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .services-sub {
        flex: 0 0 82%;
  }
}
