@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body {
    font-family: "Figtree", sans-serif;
    margin: 0;
    padding: 0;
}

/* ══════════════════════════════════════
   HEADER
══════════════════════════════════════ */
.headin-out {
    background: #fffeec !important;
}

.head-in {
    display: block;
    width: 100%;
    background: #fffeec;
    border-bottom: 1px solid #e8e6c8;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    padding: 0;
}

.head-in .container-fluid {
    display: flex !important;
    align-items: center;
    gap: 16px;
    padding: 10px 20px;
}

/* Logo */
.head-in .navbar-brand {
    flex-shrink: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.head-in .navbar-brand img,
.navbar-brand img {
    height: 90px;
    width: auto;
    float: none !important;
    display: block;
}

.brand-tagline {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #444;
    text-align: center;
    margin-top: 3px;
    white-space: nowrap;
    text-transform: uppercase;
}

.fot-brand-name {
    font-family: "Figtree", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 8px 0 0 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}

/* ── Bottom nav bar — desktop hidden, mobile visible ── */
.head-inn {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

/* ── Centre: nav links + search ── */
.top-2 {
    flex: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 4px;
    float: none !important;
    margin-top: 0 !important;
    padding-left: 0;
}

/* ── Nav links ── */
.header-nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-nav-links li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.25px;
    padding: 10px 22px;
    border-radius: 6px;
    transition: color 0.2s;
    white-space: nowrap;
}

/* sliding underline bar */
.header-nav-links li a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 22px;
    right: 22px;
    height: 2.5px;
    background: #d33b3b;
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-nav-links li a:hover {
    color: #d33b3b;
}

.header-nav-links li a:hover::after {
    transform: scaleX(1);
}

.header-nav-links li a.active {
    color: #d33b3b;
}

.header-nav-links li a.active::after {
    transform: scaleX(1);
}

/* ── Right icons: account / wishlist / cart ── */
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.header-right .hdr-icon-wrap {
    position: relative;
}

.header-right .hdr-icon-btn {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #e5e5d8;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.header-right .hdr-icon-btn:hover {
    background: #d33b3b;
    border-color: #d33b3b;
    color: #fff;
    box-shadow: 0 4px 12px rgba(211, 59, 59, 0.28);
    text-decoration: none;
}

/* badge pinned top-right of the circle button */
.header-right .hdr-icon-btn {
    position: relative;
}

.header-right .hdr-icon-btn span {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 17px;
    height: 17px;
    font-size: 10px;
    padding: 0 3px;
    pointer-events: none;
}

.hdr-icon-wrap {
    position: relative;
}

.hdr-icon-wrap .dropdown-menu {
    min-width: 170px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #f0f0f0;
    padding: 6px 0;
}

.hdr-icon-wrap .dropdown-menu li a {
    padding: 8px 16px;
    font-size: 13.5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all ease-in-out 0.18s;
}

.hdr-icon-wrap .dropdown-menu li a:hover {
    background: #fff5f5;
    color: #d33b3b;
}

.hdr-icon-wrap .dropdown-menu li a:hover i {
    transition: all ease-in-out 0.18s;
    color: #d33b3b;
}

.hdr-icon-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    color: #444;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s, background 0.18s;
    line-height: 1;
}

.hdr-icon-btn:hover {
    color: #d33b3b;
    background: #fff0f0;
    text-decoration: none;
}

.hdr-icon-btn svg {
    flex-shrink: 0;
}

.hdr-icon-btn span {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #d33b3b;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}

/* ── Search dropdown ── */
.hdr-search-wrap {
    position: relative;
}

.hdr-search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
    padding: 12px;
    width: 300px;
    z-index: 1050;
    animation: fadeSlideDown 0.18s ease;
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hdr-search-dropdown.open {
    display: block;
}

.hdr-search-dropdown form {
    display: flex;
    gap: 8px;
}

.hdr-search-dropdown input {
    flex: 1;
    border: 1.5px solid #e8e8e8;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 14px;
    outline: none;
    color: #333;
    background: #fafafa;
    margin-bottom: 0;
    transition: border-color 0.2s;
}

.hdr-search-dropdown input:focus {
    border-color: #d33b3b;
    background: #fff;
}

.hdr-search-dropdown button[type="submit"] {
    background: #d33b3b;
    border: none;
    border-radius: 8px;
    padding: 0 12px;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    transition: background 0.18s;
    height: 40px;
}

.hdr-search-dropdown button[type="submit"]:hover {
    background: #b82e2e;
}

.navbar .navbar-nav .nav-link {
    position: relative;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 35px;
    color: #000;
    font-size: 18px;
    font-weight: 600;

}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #7aa32a;
}

.cate-1 {
    display: none;
}

.s-link {
    float: left;
    padding: 0px 0px 0px 0px;
}

.ic-out {
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-out i {
    color: #d33b3b;
    font-size: 20px;
}

.email-out a {
    color: #808080;
    text-decoration: none;
}


.s-link1 {
    float: left;
    padding: 0px 0px 0px 0px;
    margin-right: 25px;
}

.email-out span {
    padding-left: 10px;
    float: left;
    margin-top: 0px;
    font-weight: 500;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}


.navbar-brand img {
    height: 56px;
    width: auto;
    float: none;
    display: block;
}

.header_social_outer {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 0;
    margin-right: 15px;
}

.header_social_outer i {
    font-size: 18px;
    color: #000;
    float: left;
}




.header_social_outer {
    position: relative;
    float: left;
}


.header_social_outer1 {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 0;
}

.header_social_outer i {
    font-size: 18px;
    color: #000;
    float: left;
    margin-top: 8px;
    padding-right: 4px;
}

.header_social_outer span {
    /* position: absolute; */
    /* right: -7px; */
    /* top: -4px; */
    /* content: ""; */
    height: 30px;
    width: 30px;
    /* background-color: #fff; */
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    z-index: 3;
    color: #7aa32a;
    border: 1px solid rgba(0, 0, 0, 10%);
    float: left;
}


.header_social_outer1 {
    position: relative;
}

.banner-in {
    margin-top: -20px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
}

.carousel-indicators {
    display: none;
}

.m1 {
    width: 100%;
}


.late-out {
    float: left;
    width: 100%;
    padding: 30px 0px;
}

.marq {
    font-size: 18px;
    font-weight: 500;
}

.marq b {
    color: #d33b3b;

}


.type-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #01783e;
    padding: 40px;
    border-radius: 10px;
}

.type-2 p {
    float: left;
    width: 100%;
    font-size: 22px;
    margin-bottom: 0px;
    color: #fff;
}

.type-3 img {
    width: 100%;
}

.type-out {
    float: left;
    width: 100%;
    padding: 50px 0px 0px 0px;
}

.shop-out {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    overflow: hidden;
    background: url("../images/bg.jpg") no-repeat;
    background-size: cover;
}

.shop-out h1 b {
    font-family: "Marcellus", serif;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    font-weight: 500;
}

.shop-out h1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 600;
}

/* ══════════════════════════════════════
   SHOP SECTION — NEW DESIGN
══════════════════════════════════════ */
.shop-section-head {
    text-align: center;
    margin-bottom: 44px;
}

.shop-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #d33b3b;
    border-radius: 50px;
    padding: 5px 22px 5px 5px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: #d33b3b;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.shop-badge-icon {
    width: 38px;
    height: 38px;
    background: #d33b3b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.shop-badge-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.shop-section-head h1 {
    float: none;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.shop-section-head h1 b {
    font-family: "Marcellus", serif;
    color: #d33b3b;
    font-weight: 700;
    border-bottom: none;
    padding-bottom: 0;
}

.shop-head-line {
    width: 52px;
    height: 3px;
    background: #d33b3b;
    border-radius: 2px;
    margin: 0 auto 16px auto;
}

.shop-head-desc {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}

/* Cards */
.shop-cat-card {
    background: #fff;
    border-radius: 10px;
    border: none;
    border-top: 4px solid;
    /* color supplied by inline style="border-color:…" */
    padding: 36px 16px 28px;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.25s;
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.shop-cat-card:hover {
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.14);
    transform: translateY(-5px);
}

.shop-cat-card a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.shop-cat-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    margin-bottom: 18px;
}

.shop-cat-img img {
    max-width: 150px;
    max-height: 160px;
    object-fit: contain;
    transition: transform 0.3s;
}

.shop-cat-card:hover .shop-cat-img img {
    transform: scale(1.08);
}

.shop-cat-name {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    line-height: 1.3;
}

.shop-cat-btn {
    display: inline-block;
    background: #d33b3b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 50px;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}

.shop-cat-card:hover .shop-cat-btn {
    background: #b52e2e;
}

.shop-1 {
    float: left;
    width: 90%;
    margin-left: 5%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    padding: 50px 0;
    position: relative;
}

.shop-2 {
    float: left;
    width: 100%;
}

.shop-2 img {
    width: 150px;
}

.shop-2 {
    text-align: center;
}

.shop-3 {
    float: left;
    width: 100%;
}

.shop-3 h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
}

.shop-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
}

.tp-2 img {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.tp-3 h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.tt-oo {
    float: left;
    width: 100%;
    background: #fffeec;
    padding: 30px 20px;
}

.rupee {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
}

.price1 {
    color: #d33b3b;
    font-size: 16px;
    font-weight: 600;
}

.price2 {
    color: #808080;
}

.add-1 a {
    float: left;
    width: 100%;
    background: #e4000f;
    color: #fff;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    border-radius: 30px;
}

.add-1 {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.review-1 img {
    width: auto;
    margin-right: 6px;
}

.review-1 {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
}

.add-1 img {
    margin-right: 6px;
}



.shop-out1 {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    background: #fbf8f3;
    overflow: hidden;

}

.shop-out1 h1 b {
    font-family: "Marcellus", serif;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    font-weight: 500;
}

.shop-out1 h1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 600;
}

.footer-out {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
    /* background: url(../images/footer/bg.png) no-repeat; */
    /* background-size: cover; */
    background-color: #fffeec;
    background: #fffeec;
}

.fot-links h4 {
    margin-bottom: 25px;
    color: #333333;
    float: left;
    width: 100%;
    font-size: 20px;
}

.fot-links ul {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0;
}

.fot-bulletet {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    background: url(../images/footer/bg1.png) no-repeat;
    text-align: justify;
}


.fot-bulletet span {
    float: left;
    margin: -8px 0px 0px 0px;
    color: #fff;
    line-height: 28px;
    padding: 0 0 0px 0px;
}

.fot-links ul li a {
    color: #808080;
    text-decoration: none;
    font-size: 16px;
}






/*.fot-bulletet a::before {
    background-color: #fff;
    width: 10px;
    height: 2px;
    content: "";
    position: absolute;
    margin-top: 12px;
    margin-left: -30px;
}*/

.footer-mail-link img {
    float: left;
    width: auto;
}

.footer-mail-link a {
    color: #fff;
    text-decoration: none;
    padding: 0px 0px 0px 10px;
    float: left;
    margin-top: 6px;

}


.footer-mail-link {
    margin-bottom: 15px !important;
    float: left;
    width: 100%;
}

.so-22 {
    float: left;
    /* display: flex; */
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    text-align: left;
}

.social1 {
    /* background: #01783e; */
    /* padding: 10px 12px; */
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    /* width: 30px; */
    /* height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
}

.social1 i {
    float: left;
    padding-left: 0px;
    font-size: 20px;
    color: #808080;
    font-size: 16px !important;
}

.fot-links p {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 0px;

}

.fot-links1 a {
    width: 200px;
    height: 200px;
    padding: 30px 0 0;
    border-radius: 100%;
    /* margin-bottom: -250px; */
    display: inline-block;
    background-color: #ffffff;
}

.fot-links1 {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 60px;
}

.fot-links1 img {
    width: 130px;
}


.footer-bottom {
    position: relative;
    width: 100%;
    float: left;
    z-index: 1;
    padding: 15px 0px;
    background: #d33b3b;

}

.copy-1 {
    float: left;
    width: 100%;
    text-align: center;
}

.copy-1 p {
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0;
}

.copy-2 {
    float: right;
    margin-top: 15px;
}

.copy-2 p {
    color: #fff;
    margin-bottom: 0px;
}

.f1 {
    width: 28%;
    float: left;
}

.f2 {
    width: 18%;
    float: left;
    padding-left: 20px;
}

.f3 {
    width: 18%;
    float: left;
}

.f4 {
    width: 18%;
    float: left;
}

.f5 {
    width: 18%;
    float: left;
}

.f4 iframe {
    width: 100%;
    height: 220px;

}

.count-1 {
    /* background: #daf0c6; */
    /* padding: 40px 30px; */
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.counter-out {
    float: left;
    width: 100%;
    padding: 60px 0px;
    overflow: hidden;
}


.counter-out h1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    font-size: 36px;
    margin-bottom: 60px;
    font-weight: 500;
}

.count-2 {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-2 img {
    width: 100%;
}

.count-3 {
    float: left;
    width: 100%;
    padding-left: 15px;
}

.count-3 h6 {
    font-size: 20px;
    margin-bottom: 4px;
    float: left;
    width: 100%;
    color: #333333;
}

.count-3 p {
    float: left;
    width: 100%;
    color: #808080;
    margin-bottom: 0px;
}


.count-4 {
    float: left;
    width: 100%;
}

.count-4 h4 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.test-out {
    float: left;
    width: 100%;
    padding: 60px 0px 60px 0px;
}

.testimonial-item {}


.testimonial-item .testimonial-content {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 40px 50px;
    border-left: 3px solid #e4000f;
    background: #fff;
}

.testimonial-item .testimonial-quote {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #000;
    text-align: justify;
}

.testimonial-item .testimonial-quote p {
    margin-bottom: 0px;
}


.testimonial-item .testimonial-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}



.testimonial-item .testimonial-meta .testimonial-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 22px;
}

.testimonial-item:hover .testimonial-image {
    border-color: #ccc;
}





.testimonial-item .testimonial-meta .testimonial-image img {
    border-radius: 50%;
    border: 2px solid #01783e;
    padding: 4px;
    width: 80px;
}

.testimonial-item .testimonial-meta .testimonial-information span {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.testimonial-item .testimonial-meta .quote-icon {
    font-size: 55px;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 20px;
}

.testimonial-item .testimonial-content:after {
    content: '';
    background: url("../images/testimonials/bg-arrow.png") no-repeat bottom center transparent;
    width: 166px;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 30px;
    z-index: 11;
}



.tp-1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #01783e;
    border-radius: 30px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.tp-1:hover .tp-2 img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tp-1 {
    overflow: hidden;
}






/* Hang */
@-webkit-keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}


.shop-1:hover .shop-2 img {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}





.form-control2 {
    width: 100%;
    padding: 10px;
    margin: 0px 0 0px 0px;
    border: 1px solid #b5b5b5;
    color: #a80000;
    background: none;
    border-radius: 20px 0px 0px 20px;
    outline: none;
}

.form-btn {
    border: none;
    padding: 0;
    width: 46px;
    margin-left: 0px;
    background: #d33b3b;
    border-radius: 0px 20px 20px 0px;
    height: 46px;
}

.form-out {}


#search-form {

    display: flex;
    justify-content: space-between;

}





.test-out .col-lg-6 {
    padding: 0px 15px;
}

.testimonials .slick-dots li button:before {
    color: #223a66 !important;
}

.testimonials .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #00a19c !important;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev,
.slick-next {
    display: none !important;
}




.sm-bg img {
    width: 100%;
}

.testi-info {
    padding-top: 20px;
}

.testi-info .text-content {
    padding: 40px 30px 30px;
    position: relative;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 10%);
}

.testi-info .text-content span.icon {
    position: absolute;
    top: -20px;
}

.testi-info .text-content span.icon svg {
    fill: #d33b3b;
    width: 45px;
    height: 45px;
}




.testi-info .text-content .star-icon i {
    color: #f7ad05;
}

.testimonial .testi-info .text-content p {
    font-size: 16px;
    margin-top: 10px;
}

.testi-info .test-author {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-info .test-author svg,
.testi-info .test-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 8px;
    border: 8px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 10%);
}

.testi-info .test-author .auth-bio {
    padding-left: 15px;
}

.testi-info .test-author h6 {
    font-size: 18px;
    color: #d33b3b;
}

.test-out h1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 600;
}

.test-out h1 b {
    font-family: "Marcellus", serif;
    border-bottom: 3px solid #000;
    padding-bottom: 5px;
    font-weight: 500;
}

.split-bg {
    float: left;
    width: 100%;
    margin: 0 auto;
    background: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 40px 0px 0px 0px;
}

.sp-1 img {
    width: 90%;
}





.btn-style1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #333333;
    background-color: #333333;
    text-transform: uppercase;
    line-height: normal;
    text-decoration: none;
}


.btn-style2 i,
.btn-style1 svg {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 20%);
}


.shop-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ss-1 a {
    background: #fff330;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
}

.ss-1 h2 {
    float: left;
    width: 100%;
    color: #fff;


}

.ss-1 h2 {
    float: left;
    width: 100%;
    padding: 0px 0px;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 25px;
}

.ss-1 h2 b {
    font-family: "Marcellus", serif;
    font-weight: 500;
}

.ss-out {
    display: flex;
    justify-content: center;
    align-items: center;
}


.park-1 h1 {
    float: left;
    width: 100%;
    padding: 0px 0px;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px;
    color: #fff;
}

.park-1 h1 b {
    font-family: "Marcellus", serif;
    font-weight: 500;
    color: #fff;
}

.park-1 {
    position: absolute;
    top: 15%;
    left: 6%;
}

.sm-bg {
    position: relative;
}



.icon {
    color: #d33b3b;
    font-size: 18px;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 5%);
    position: absolute;
    bottom: -20px;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}


.shop-1:hover .icon {
    background-color: #d33b3b;
    color: #fff;
}


.single-product-wrap {
    background-color: #fff;
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    float: left;
    width: 100%;
}



.single-product-wrap .product-image {
    position: relative;
}



.single-product-wrap .product-image a.pro-img {
    border-radius: 8px;
    overflow: hidden;
}

.single-product-wrap .product-image a.pro-img .img1 {
    backface-visibility: hidden;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}


.single-product-wrap .product-image .ratio img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}



.single-product-wrap .product-image a.pro-img .img2 {
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}


.single-product-wrap .product-image:hover a.pro-img .img2 {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}



.single-product-wrap .product-image .ratio:before {
    content: "";
    width: 0;
    height: 0;
    padding-bottom: var(--ratio-percent);
}


.product-action {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.product-action i {
    margin-right: 15px;
    font-size: 16px;
    color: #808080;
}

.single-product-wrap .product-action i {
    color: #808080;
    font-size: 16px;
    line-height: 0;
    height: 40px;
    width: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 10%);
}

.single-product-wrap .product-action a:hover,
.single-product-wrap .product-action i:hover {
    color: #fff;
    background-color: #7aa32a;
}

.star-1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.star-1 i {
    color: #F5BE05;
    font-size: 18px;
    margin-right: 4px;
}


.tp-btn {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.btn-style2 a {
    color: #fff;
    font-size: 16px;

    font-weight: 600;
    padding: 8px 20px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #d33b3b;
    background-color: #d33b3b;
    text-transform: uppercase;
    line-height: normal;
    text-decoration: none;
}

.btn-style2 i,
.btn-style2 svg {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 20%);
}


.btn-style2 a:hover {
    color: #fff;
    border-color: #7aa32a;
    background-color: #7aa32a;
}


.deal-product-wrap .product-action {
    position: absolute;
    gap: 10px;
    display: flex;
    flex-direction: column;
    transform: translateY(50%);
    bottom: 50%;
    left: 90%;
}

.single-product-wrap {
    padding: 30px 15px;
    border-radius: 8px;
    position: relative;
}

.deal-product-wrap {
    padding: 30px 20px;
    border-radius: 8px;
    position: relative;
}


.deal-product-wrap .tp-3 h4 {
    padding: 0;
    text-align: start;
    margin-top: 15px;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
}

.deal-product-wrap .rupee {
    padding: 0;
    text-align: start;
    margin-top: 15px;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
}



.deal-product-wrap .star-1 {
    padding: 0;
    text-align: start;
    margin-top: 15px;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
}

.cart-in p {
    float: left;
    margin-bottom: 0px;
    color: #808080;
    margin-right: 15px;
    margin-top: 6px;
}


.so-22 p {
    float: left;
    margin-bottom: 0px;
    margin-right: 10px;
    color: #333333;
    font-weight: 600;
}


.fot-logo img {
    width: auto;
    display: block;
}



.fot-logo p {
    float: left;
    width: 100%;
    text-align: justify;
    margin: 0 0 10px 0px;
    color: #808080;
}


.marquee-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
}


.marquee-section .offer-text-wrap {
    position: relative;
    display: flex;
    align-items: center;
    direction: ltr;
}

.marquee-section ul.grid-wrap li.grid-wrapper {
    position: relative;
    width: calc(100% - 50px);
    white-space: nowrap;
    margin: 0px 0 0 50px;
    display: flex;
    /* align-items: center; */
}

.marquee-section ul.grid-wrap li.grid-wrapper:before {
    color: #333333;
    content: "/";
    position: absolute;
    left: -35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.marquee-section ul li.grid-wrapper .richtext a,
.marquee-section ul li.grid-wrapper .richtext p {
    color: #333333;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0px;
}

.marquee-section ul li.grid-wrapper .richtext p strong {
    color: #d33b3b;
    font-weight: 600;
}

.marquee-section .offer-text-wrap .text1 {
    display: flex;
    margin-bottom: 0px;
}


#myBtn {
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: #7aa32a;
    color: #fff;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-radius: 50%;
    transition: 0.7s;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: auto;
    background-repeat: no-repeat;
    border: 1px solid #7aa32a;
    cursor: pointer;
}

.sub-1 {
    float: left;
}

.sub-1 h4 {

    color: #333333;
}

.sub-1 p {

    color: #808080;
    margin-bottom: 0px;
}

.sub-2 {
    float: right;
}


.sub-out {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 60px;
}

.tp-btn1 {
    float: right;
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: 0px;
}

.btn-style3 a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #d33b3b;
    background-color: #d33b3b;
    text-transform: uppercase;
    line-height: normal;
    text-decoration: none;
}


.btn-style3 a:hover {
    color: #fff;
    border-color: #7aa32a;
    background-color: #7aa32a;
}

.btn-style3 i,
.btn-style3 svg {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 20%);
}

.ic-in1 {

    border: 0;
    padding: 0px;
    /* background: #fff; */
    color: #fff;
    float: left;
    /* border-radius: 10px 30px 30px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    position: relative;
}

.bp-1 {
    display: none;
}

.shop-out1 .col-lg-3 {
    padding: 0px 15px;
}

.test-out .col-lg-4 {
    padding: 0px 15px;
}


.sub-2 img {
    width: 100%;
}


.ss-1 {
    padding-left: 30px;
}


.woo-1 {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 0 6px 10px;
    border-radius: 0px 30px 30px 0px;
}

.sara-1 {
    display: flex;
    justify-content: space-between;
}


.m1 {
    width: 100%;
}

.m2 {
    display: none;
}

/* ══════════════════════════════════════
   INFO SLIDER
══════════════════════════════════════ */
.info-slider-wrap {
    width: 100%;
    overflow: hidden;
    background: #d33b3b;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.info-slider-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: infoSlide 22s linear infinite;
}

.info-slider-wrap:hover .info-slider-track {
    animation-play-state: paused;
}

@keyframes infoSlide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.info-slide {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 48px;
    white-space: nowrap;
    flex-shrink: 0;
}

.info-slide-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
    color: #fff;
}

.info-slide-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.info-slide-text strong {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2px;
}

.info-slide-text span {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.82);
}

.info-slide-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    margin: 0 8px;
}

/* ══════════════════════════════════════
   FRAGRANCE SWATCHES (shop page)
══════════════════════════════════════ */
.fragrance-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 6px;
}

.fragrance-swatch {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11.5px;
    font-weight: 600;
    border-radius: 20px;
    border: 1.5px solid #d33b3b;
    color: #d33b3b;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.18s, color 0.18s;
}

.fragrance-swatch:hover,
.fragrance-swatch.active {
    background: #d33b3b;
    color: #fff;
    text-decoration: none;
}

/* ── Product view fragrance pills ── */
.fragrance-pill {
    display: inline-block !important;
    background: #fff !important;
    cursor: pointer;
    padding: 5px 15px !important;
    border: 1px solid lightgrey !important;
    margin: 0 3px !important;
    border-radius: 45px !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    transition: border 0.18s, background 0.18s, color 0.18s;
}

.fragrance-pill:hover,
.fragrance-pill.active {
    border: 1px solid #7aa32a !important;
    color: #222f09 !important;
    background: #819f4624 !important;
    text-decoration: none !important;
}

/* ══════════════════════════════════════
   ABOUT US PAGE
══════════════════════════════════════ */
.about-section-wrap {
    padding: 72px 0 90px;
    background: #fdfcf8;
}

/* ── Section blocks ── */
.about-block {
    margin-bottom: 64px;
}

.about-block p {
    font-size: 16.5px;
    line-height: 1.9;
    color: #4a4a4a;
    margin-bottom: 16px;
    text-align: justify;
}

.about-block-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}

.about-block-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 3px;
    background: #d33b3b;
    border-radius: 2px;
}

/* ── Mission + Vision ── */
.about-mv-row {
    display: flex;
    gap: 32px;
    margin-bottom: 64px;
    flex-wrap: wrap;
}

.about-mv-card {
    flex: 1;
    min-width: 260px;
    background: #fff;
    border: 1px solid #f0d0d0;
    border-radius: 18px;
    padding: 40px 36px;
    box-shadow: 0 4px 24px rgba(211, 59, 59, 0.07);
    transition: transform 0.22s, box-shadow 0.22s;
}

.about-mv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(211, 59, 59, 0.13);
}

.about-mv-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e84a4a, #c02b2b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px rgba(211, 59, 59, 0.3);
}

.about-mv-card h3 {
    font-size: 21px;
    font-weight: 800;
    color: #d33b3b;
    margin-bottom: 14px;
    letter-spacing: 0.2px;
}

.about-mv-card p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* ── Why Hii Speed ── */
.about-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 16px;
    margin-top: 12px;
}

.about-why-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-left: 4px solid #d33b3b;
    border-radius: 10px;
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}

.about-why-item:hover {
    box-shadow: 0 6px 20px rgba(211, 59, 59, 0.1);
    transform: translateY(-2px);
}

/* ── Highlights ── */
.about-highlights {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.about-highlight-card {
    flex: 1;
    min-width: 220px;
    background: linear-gradient(135deg, #e84a4a, #c02b2b);
    border-radius: 18px;
    padding: 36px 28px;
    text-align: center;
    color: #fff;
    box-shadow: 0 6px 24px rgba(211, 59, 59, 0.25);
    transition: transform 0.22s, box-shadow 0.22s;
}

.about-highlight-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(211, 59, 59, 0.32);
}

.about-highlight-icon {
    font-size: 32px;
    margin-bottom: 14px;
    display: block;
    opacity: 0.9;
}

.about-highlight-card p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.about-highlight-card strong {
    color: #fff;
    font-size: 16px;
}

/* ── Hero banner carousel ── */
.hero-swiper {
    width: 100%;
    line-height: 0;
}

.hero-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.hero-swiper .swiper-button-prev::after,
.hero-swiper .swiper-button-next::after {
    font-size: 16px;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #d33b3b;
}

/* ── Videos section (home + videos page) ── */
.home-videos-out {
    padding: 60px 0 50px;
    background: #f9f9f2;
}

.home-videos-head {
    text-align: center;
    margin-bottom: 36px;
}

.home-videos-head h2 {
    font-family: "Marcellus", serif;
    font-size: 32px;
    color: #222;
    position: relative;
    display: inline-block;
}

.home-videos-head h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #d33b3b;
    margin: 8px auto 0;
    border-radius: 2px;
}

.video-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s, box-shadow 0.2s;
}

.video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.13);
}

.video-embed-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* YouTube — fixed 16:9 height */
.video-embed-wrap.is-youtube {
    background: #000;
}

.video-embed-wrap.is-youtube>iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: none;
}

/* Reel — natural height, no background */
.video-embed-wrap.is-reel>blockquote,
.video-embed-wrap.is-reel>div,
.video-embed-wrap.is-reel>iframe {
    margin: 0;
    width: 100%;
}

.video-card-title {
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-top: 1px solid #f0f0e8;
}

.home-videos-more {
    text-align: center;
    margin-top: 30px;
}

.btn-view-more {
    display: inline-block;
    padding: 11px 36px;
    background: #d33b3b;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.4px;
    transition: background 0.2s;
}

.btn-view-more:hover {
    background: #b52e2e;
    color: #fff;
    text-decoration: none;
}

/* Videos full page */
.videos-page-out {
    padding: 60px 0 70px;
}

.videos-page-head {
    text-align: center;
    margin-bottom: 40px;
}

.videos-page-head h1 {
    font-family: "Marcellus", serif;
    font-size: 36px;
    color: #222;
}

.videos-page-head p {
    color: #777;
    font-size: 15px;
    margin-top: 6px;
}