﻿:root {
    --global--color-primary: #ff6d00;
    --global--color-secondary: #4aab3d;
    --global--color-body: #383838;
    --global--color-white: #ffffff;
    --global--color-white-90: rgba(255, 255, 255, 0.9);
    --global--color-gray: #f9f9f9;
    --global--font-body: "Inria Serif", serif;
    --global--font-heading: "Inria Serif", serif;
    --global--font-secondary: "Inria Serif", serif;
    --bg-light-color: #bed7dc67;
    --bg-theme-color-p-dark: #7A8688;
    --bg-background-light-color: #B3C8CF;
    --bg-background-light-transpernt-color: rgb(179 200 207 / 52%);
    --bg-back-color-p-light-cream: rgb(230 221 196 / 100%);
}

*,
a,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

i{
    line-height: 0
}

*,
:active,
:focus {
    outline: 0 !important;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

::-moz-selection {
    text-shadow: none;
}

::-webkit-selection {
    text-shadow: none;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0;
    padding: 0;
}

.fw-600{
    font-weight: 600 !important;
}

fw-500{
    font-weight: 500 !important;
}
/*body,
html {
    overflow-x: hidden;
}*/

body {
    background-color: var(--global--color-white);
    font-family: var(--global--font-body);
    color: var(--global--color-body);
    margin: 0;
    letter-spacing: 0.5px;
}

::-moz-selection {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    text-shadow: none;
}

::selection {
    background-color: var(--global--color-primary);
    color: var(--global--color-white);
    text-shadow: none;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

p {
    font-family: var(--global--font-body);
    font-weight: 400;
}

.header .navbar-brand .logo {
    max-width: 100%;
    width: 130px;
}

.header .navbar.navbar-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999!important;
    background: var(--global--color-white);
    -webkit-animation: fadeInDown 1s ease-in-out;
    animation: fadeInDown 1s ease-in-out;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fs-12{
    font-size: 12px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}

.fs-15{
    font-size: 15px !important;
}

.fs-18{
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.aux-menu-label:hover {
    border-bottom: 3px solid #ff6d00 !important;
    transition: all 0.5s linear;
    border-color: #ff6d00 !important;
    position: relative;
    font-weight: 600;
}

.aux-menu-label {
    border-bottom: hidden;
    transition: all 0.5s linear;
    color: #000 !important;
    position: relative;
    font-weight: 500;
}

.nav-item .aux-menu-label::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: -3px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    z-index: 99;
    background-color: #000;
    transition: all 0.2s linear;
}

.nav-item .aux-menu-label::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: -3px;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    z-index: 99;
    background-color: #000;
    transition: all 0.2s linear;
}

    .nav-item:hover .aux-menu-label::before {
        content: '';
        position: absolute;
        bottom: -6px;
        left: -3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        z-index: 99;
        background-color: #ff6d00;
        transition: all 0.2s linear;
    }

    .nav-item:hover .aux-menu-label::after {
        content: '';
        position: absolute;
        bottom: -6px;
        right: -3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        z-index: 99;
        background-color: #ff6d00;
        transition: all 0.2s linear;
    }

.nav-item.active .aux-menu-label {
    border-bottom: 3px solid #ff6d00 !important;
    transition: all 0.5s linear;
    color: #000 !important;
    font-weight: 600;
    position: relative;
}

    .nav-item.active .aux-menu-label::before {
        content: '';
        position: absolute;
        bottom: -6px;
        left: -3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        z-index: 99;
        background-color: #ff6d00;
        transition: all ease 0.2s;
    }

    .nav-item.active .aux-menu-label::after {
        content: '';
        position: absolute;
        bottom: -6px;
        right: -3px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        z-index: 99;
        background-color: #ff6d00;
        transition: all ease 0.2s;
    }

.search-icon,
.nav-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFF !important;
    background-color: var(--bg-background-light-color) !important;
}

.cart-conter{
    position:relative;
}

.count_number{
    width:20px;
    height:20px;
    border-radius: 50%;
    background-color:red;
}
.appoinment_btn {
    height: 40px;
    border-radius: 50px;
    background-color: var(--bg-theme-color-p-dark) !important;
    color: #FFF !important;
}

.profile_button{
    width:40px;
    height:40px;
    border-radius:50%;
}
.profile_button img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}

.hero_section_video {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    position: relative;
}

    .hero_section_video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        object-position: center;
    }
video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-picture-in-picture-button {
    display: none !important;
}

.title_section img{
    width:250px;
    height:100%; 
}

.title_section p,
.title_text {
    font-size: 30px;
    text-align:center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.vibe_images {
    width:300px;
    height: 300px;
}

.object {
    object-fit: cover;
    object-position: center;
}

.ocation_slider a.outfit_title:hover {
    color: var(--global--color-primary) !important;
}

.outfit_ocation {
    background-color: var(--bg-light-color, 32%);
}

.offer_slider, .new_collection_banner, .product_slider {
    position: relative;
}

    .offer_slider .owl-nav,
    .product_slider .owl-nav {
        position: absolute !important;
        width: 95%;
        display: flex;
        justify-content: space-between;
        margin: 0px auto !important;
        top: 50%;
        transform: translateY(-50%) !important;
    }
        .offer_slider .owl-nav .owl-prev i,
        .offer_slider .owl-nav .owl-next i,
        .product_slider .owl-nav .owl-prev i,
        .product_slider .owl-nav .owl-next i {
            background-color: #ffffff8f;
            color: #000;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50% !important;
            transition: all 0.2s linear;
        }

            .offer_slider .owl-nav .owl-prev i.active,
            .offer_slider .owl-nav .owl-prev i:hover,
            .offer_slider .owl-nav .owl-next i.active,
            .offer_slider .owl-nav .owl-next i:hover,
            .product_slider .owl-nav .owl-prev i.active,
            .product_slider .owl-nav .owl-prev i:hover,
            .product_slider .owl-nav .owl-next i.active,
            .product_slider .owl-nav .owl-next i:hover {
                background-color: var(--bg-theme-color-p-dark);
                color: #FFF;
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50% !important;
            }
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}
.offer_slider .owl-dots, .new_collection_banner .owl-dots {
    position: absolute !important;
    display: flex;
    justify-content: space-between;
    margin: 0px auto !important;
    bottom: 5%;
    transform: translateY(-50%) !important;
    transition: all 0.2s linear;
}

    .offer_slider .owl-dots .owl-dot span, .new_collection_banner .owl-dots .owl-dot span {
        background-color: #ffffff8f;
    }

    .offer_slider .owl-dots .owl-dot.active span,
    .offer_slider .owl-dots .owl-dot:hover span,
    .new_collection_banner .owl-dots .owl-dot.active span,
    .new_collection_banner .owl-dots .owl-dot:hover span {
        background-color: #ffffff !important;
    }
#testimonial-slider .owl-dots .owl-dot span,
.ocation_slider .owl-dots .owl-dot span,
.blog_slider .owl-dots .owl-dot span,
.video_slider .owl-dots .owl-dot span {
    background-color: #0000004a;
}

#testimonial-slider .owl-dots .owl-dot.active span,
#testimonial-slider .owl-dots .owl-dot:hover span,
.ocation_slider .owl-dots .owl-dot.active span,
.ocation_slider .owl-dots .owl-dot:hover span,
.blog_slider .owl-dots .owl-dot.active span,
.blog_slider .owl-dots .owl-dot:hover span,
.video_slider .owl-dots .owl-dot.active span,
.video_slider .owl-dots .owl-dot:hover span {
    background-color: #000 !important;
}

.about_section, .outfite_movement {
    background-color: var(--bg-back-color-p-light-cream);
}

.about_image_wh {
    width: 300px;
    height: 300px;
    bottom: 0%;
    right: -25%;
}

.offer_about{
    font-size: 18px; 
}

.outline_dot {
    width: 137px;
    height:5px;
    position: relative;
    background-color: var(--bg-background-light-color);
}

.outline_dot::before {
    content: '';
    position: absolute;
    width: 20px;
    height:20px;
    top:50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--bg-background-light-color);
}

.about_pargraf{
    font-size:20px;
}

.btn-primary {
    font-size: 22px;
    background-color: var(--bg-theme-color-p-dark) !important;
    border-color: var(--bg-theme-color-p-dark) !important;
}
.btn-secondary {
    font-size: 22px;
    background-color: var(--bg-background-light-color) !important;
    border-color: var(--bg-background-light-color) !important;
}
.nav-link {
    color: #7d7d7d !important;
}
    .nav-link.active, .nav-link:hover {
        color: #000 !important;
    }

.btn-white {
    background-color: #FFF!important;
    border-color: #FFF!important;
    width: 40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.outfit_text{
    font-size:22px;
}

.form-select:focus,
.form-control:focus {
    border-color: var(--global--color-primary) !important;
    outline: 0;
    box-shadow: none !important;
}

.outfite_image{
    height:380px;
}

.find_ocation_movment {
    background-color: var(--bg-background-light-color);
}
.testimonial {
    background: var(--bg-theme-color-p-dark);
    text-align: center;
    padding: 35px 15px 50px;
    margin: 0 0px 106px;
    position: relative;
}

    .testimonial:before,
    .testimonial:after {
        content: "";
        border-top: 40px solid var(--bg-theme-color-p-dark);
        border-right: 125px solid transparent;
        position: absolute;
        bottom: -40px;
        left: 0;
    }

    .testimonial:after {
        border-right: none;
        border-left: 125px solid transparent;
        left: auto;
        right: 0;
    }

    .testimonial .icon {
        display: inline-block;
        width:65px !important;
        height:65px !important;
        margin-bottom: 20px;
    }

    .testimonial .icon img {
        width: 100% !important;
        height: 100% !important;
    }

    .testimonial .description {
        font-size: 15px;
        color: #777;
        margin-bottom: 30px;
    }

    .testimonial .testimonial-content {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content:center;
        align-items: center;
        flex-direction: column;
        left: 0;
        z-index:1;
    }

    .testimonial .pic {
        width:100px !important;
        height: 100px !important;
    }

        .testimonial .pic img {
            width: 100%;
            height: 100%;
        }

.line_clamp_1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_clamp_2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_clamp_3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line_clamp_4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line_clamp_6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.banner-image {
    height: 400px;
}

.stylist-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000004a;
}

/* Dashed Border (No ::before / ::after) */
.dashed-border {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 2px dashed rgba(255, 255, 255, 0.9);
    z-index: 1;
    pointer-events: none;
}

/* Content Position */
.banner-content {
    position: absolute;
    top: 50%;
    padding: 50px;
    transform: translateY(-50%);
    z-index: 2;
}

    .banner-content p,
    .banner-content a {
        font-size: 17px;
    }

.blog-link a{
    color: #000 !important;
}

.blog-link a img{
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.blog-link:hover a {
    color: var(--global--color-primary) !important;
}

/* ------------- footer -----------------*/

.footer {
    background: var(--bg-theme-color-p-dark) !important;
    color: #fff;
    padding: 60px 0 60px;
}

.footer-logo {
    width: 160px;
}

.footer h5 {
    font-size: 26px;
    font-weight: 600;
    color: #111;
}

.underline_border{
    width : 90px;
    height: 5px;
    background-color : var(--bg-background-light-color);
}
.footer a:hover {
    color: var(--global--color-primary);
}

.subscribe-box button {
    background: var(--bg-background-light-color);
    border: none;
    border-radius: 20px;
    padding: 8px 25px;
    font-weight: 600;
    transition: 0.3s;
}

    .subscribe-box button:hover {
        background: var(--global--color-primary);
        color: #fff;
    }

.map-section iframe {
    width: 100%;
    height: 347px;
    object-fit: cover;
    margin-top: 35px;
}

.social-section {
    margin-top: 35px;
    text-align: center;
    position: relative;
}

    .social-section::before,
    .social-section::after {
        content: "";
        position: absolute;
        top: 22px;
        width: 33%;
        height: 2px;
        background: #FFF;
    }

    .social-section::before {
        left: 0;
    }

    .social-section::after {
        right: 0;
    }

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

    .social-icons a {
        width: 42px;
        height: 42px;
        background: #cfd5d5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #222;
        transition: 0.3s;
    }

        .social-icons a:hover {
            background: var(--bg-background-light-color);
            color: #fff !important;
            transform: translateY(-3px);
        }

.keep-touch {
    font-style: italic;
    color: #111;
    font-size: 28px;
    font-weight: 600;
}


.category-title {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}
.subcategory-label {
    font-weight: 700;
    color: #000;
    margin-right: 5px;
    font-size: 15px;
}

.subcategory-links a {
    color: #8a8a8a;
    text-decoration: underline;
    font-size: 15px;
    transition: 0.3s ease;
}

    .subcategory-links a:hover {
        color: var(--global--color-primary);
    }

.separator {
    color: #8a8a8a;
    margin: 0 4px;
}

.copy_right {
    font-style: italic;
}

ul.dropdown-menu.show {
    left: -120px;
    font-size:14px;
}

.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    background-color: var(--bg-background-light-color);
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}
.searchbar:hover > .search_input {
    padding: 0 10px;
    width: 200px;
    caret-color: red;
    transition: width 0.4s linear;
}

.searchbar:hover > .search_icon{
    background: var(--bg-theme-color-p-dark);
    color: #FFF;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

.search_input::placeholder{
    color: #FFF;
    opacity: 1; /* Ensures color is solid in Firefox */
}

.bg-breadcrumb{
    background-color: var(--bg-background-light-transpernt-color);
}

.coupen_code {
    background-color: rgb(230 221 196 / 50%);
}

.stylist-siders .dashed-background {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background-color: rgb(0 0 0/42%);
    z-index: 1;
    pointer-events: none;
}

/* Content Position */
.banner-content {
    position: absolute;
    top: 50%;
    padding: 50px;
    transform: translateY(-50%);
    z-index: 2;
}

    .stylist-siders .banner-content p {
        font-size: 14px;
    }

.border_line_title{
    width:117px;
    height:3px;
    position:relative;
    background-color: var(--bg-background-light-color);
}
    .border_line_title::before {
        content: "";
        bottom: -4px;
        left: -3px;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--bg-background-light-color);
    }

    .border_line_title::after {
        content: "";
        bottom: -4px;
        right: -3px;
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--bg-background-light-color);
    }

.bg-light-cream {
    background-color: var(--bg-back-color-p-light-cream) !important;
}

/*============== product card ====================*/

/* Image Wrapper */
.product-img-wrapper {
    position: relative;
    overflow: hidden;
}

.product_img_card {
/*    width: 100%;*/
    height: 310px;
}
/* Fixed Image Size */
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-wrapper::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    z-index: 1;
    pointer-events: none;
}

/* Hover Zoom */
.product-card:hover .product-img {
    transform: scale(1.05);
}

/* Action Buttons (Heart + Eye) */
.product-actions {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

/* Show Buttons on Hover */
.product-card:hover .product-actions {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* Individual Action Button */
.action-btn {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .action-btn:hover {
        transform: translateY(-3px);
        background: #fff;
    }

/* Book Button */
.book-btn {
    position: absolute;
    bottom: 25px;
    width:70%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.offer_item{
    position: absolute;
    left:0px;
    top: 20px;
    z-index:1;
}
/* Show Book Button on Hover */
.product-card:hover .book-btn {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.product-card .book-btn:hover {
    color: #FFF;
    border-color: var(--global--color-primary);
    background-color: var(--global--color-primary);
}

.progress, .progress-stacked {
    height: 6px !important;
}

.product_review_img{
    width: 50px;
    height:50px;
}

.pagination .page-item .page-link {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    font-weight:600;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
}
    .pagination .page-item .page-link.active {
        background-color: var(--bg-background-light-color);
        border-color: var(--bg-background-light-color);
        color: #FFF;
    }
.card-sticky-top {
    position: sticky;
    top: 130px;
    z-index: 99;
/*    max-height: 78vh;*/
}
.card-sticky-top2 {
    position: sticky;
    top: 109px;
    z-index: 99;
    /*    max-height: 78vh;*/
}

.list_blog_img{
    width:100px;
    height:100px;
}

.list_blog_img img {
    width: 100%;
    height: 100%;
}
.blog_list_card {
    max-height: 500px;
    overflow-y: auto;
}
.shar_button{
    width: 38px;
    height:38px;
    top:10px;
    right:10px;
    border-color: var(--global--color-primary) !important;
    background-color: var(--global--color-primary) !important;
}
.share_button {
    top: 10px;
    right: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: var(--global--color-primary) !important;
}

.theme-20-slider.vertical.carousel .carousel-indicators [data-bs-target] {
    height: 15px;
    width: 15px;
    border-radius: 0%;
}

/*========================== vertical slider ======================*/

    .vertical-carousel img {
        object-fit: cover;
    }

    /* Vertical Slide Animation */
    .vertical-carousel .carousel-item-next:not(.carousel-item-start),
    .vertical-carousel .active.carousel-item-end {
        transform: translateY(100%);
    }

    .vertical-carousel .carousel-item-prev:not(.carousel-item-end),
    .vertical-carousel .active.carousel-item-start {
        transform: translateY(-100%);
    }

    .vertical-carousel .carousel-item-next,
    .vertical-carousel .carousel-item-prev,
    .vertical-carousel .carousel-item.active {
        transition: transform 0.8s ease-in-out;
    }

    /* Vertical Indicators (Right Side) */
    .vertical-carousel .carousel-indicators {
        top: 50%;
        right: 20px;
        left: auto;
        bottom: auto;
        transform: translateY(-50%);
        flex-direction: column;
        margin: 0px !important;
    }

        .vertical-carousel .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            margin: 0px !important;
        }

.carousel-indicators [data-bs-target]{
    background-color: #FFFFFF !important;
}
/*============================= Vertical slider ===========================*/
.vertical-carousel, .vertical-carousel .carousel-caption, .vertical-carousel img {
    height: 100vh !important;
    object-fit: cover;
    z-index: 1;
}
.vertical-carousel .carousel-caption {
        z-index: 1;
    }
.layer {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home_banner_slider {
    font-size: 22px;
    color: #E5DDC5;
}

.border_line_slider{
    width: 235px;
    height: 6px;
    background-color: var(--bg-background-light-color);
}

.hero_title{
    font-size: 50px;
    color: #FFFFFF;
}

.hero_description{
    font-size: 18px;
}

.video_image {
    width: 100%;
    height: 320px;
}

.video_play{
    width: 60px;
    height: 60px;
    background-color: rgb(0 0 0/ 50%)
}

/*============================= Prodect Detail ===========================*/
/* =============================== LEFT SIDE IMAGE GALLERY =================================*/
.main-product-image {
    width: 100%;
    height: 650px;
    object-fit: cover;
    background: #f8f8f8;
}

.thumb-img {
    width: 100%;
    height: 100px;
    cursor: pointer;
    transition: all .3s ease;
}

/* =============================== TOP INFO =================================*/
.order-badge {
    border: 2px dashed #2e7d32;
    border-radius: 40px;
    color: #2e7d32;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}

.icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: 0.3s;
}

    .icon-circle:hover {
        transform: translateY(-2px);
    }

    .icon-circle.heart {
        color: #fff;
        background: #ff1f1f;
    }

.product-title {
    font-size: 32px;
}


.new-price {
    font-size: 30px;
}

.old-price {
    font-size: 22px;
    color: #888;
    text-decoration: line-through;
}

/* ===============================
   OPTIONS
=================================*/
.option-title {
    font-size: 22px;
}

.color-list {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.color-item {
    cursor: pointer;
    position: relative;
}

    .color-item input {
        display: none;
    }

    .color-item span {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: block;
        border: 1px solid transparent;
        transition: 0.3s;
    }

    /* Selected Radio */
    .color-item input:checked + span {
        border-color: #000;
        transform: scale(1.1);
    }

.size-btn {
    border: 1px solid #ccc;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    background: #fff;
    min-width: 70px;
    height: 42px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: .3s;
}

/* Hide Radio Button */
.btn-check {
    display: none;
}

    /* Active Checked Style */
    .btn-check:checked + .size-btn {
        background: #e7dfc8;
        border-color: #d4c7a2;
        color: #000;
    }
/* ===============================
   DESCRIPTION
=================================*/
.product .description {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* ===============================
   FEATURES
=================================*/
.feature-box {
    text-align: center;
    height: 100%;
    background-color: #FFF;
    padding:14px;
    transition: .3s;
}

    .feature-box:hover {
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        transform: translateY(-3px);
    }

    .feature-box i {
        font-size: 30px;
        margin-bottom: 10px;
        display: block;
    }

    .feature-box h6 {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

/* ===============================
   CART SECTION
=================================*/

.qty-box {
    border: 1px solid #ccc;
    border-radius: 40px;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
}

.btn-cart {
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
    border: 1px solid #cfd8dc !important;
    background-color: #eef5f7 !important;
}

.btn-buy {
    border-radius: 40px;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
    border: 1px solid #d7caa8 !important;
    background-color: #ddd4b6 !important;
}
    .custom-tabs .nav-link {
        border: 1px solid #999;
        border-radius: 40px;
        padding: 8px 15px;
        color: #222;
        font-size: 16px;
        font-weight: 700;
        background: #fff;
        transition: 0.3s;
    }

        .custom-tabs .nav-link.active {
            background: #e7e2d6;
            border-color: #7d776c;
            color: #000;
        }

        .custom-tabs .nav-link:hover {
            background: #f1ede4;
        }

/* Rating */
.rating-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

    .rating-wrapper input {
        display: none;
    }

    .rating-wrapper label {
        font-size: 32px;
        color: #d6d6d6;
        cursor: pointer;
        transition: 0.3s ease;
    }

        .rating-wrapper label:hover,
        .rating-wrapper label:hover ~ label {
            color: #ffc107;
            transform: scale(1.08);
        }

    .rating-wrapper input:checked ~ label {
        color: #ffc107;
    }

/* Progress Bar */
.review-progress-wrapper .progress {
    height: 10px;
    overflow: hidden;
}

.review-progress-wrapper .progress-bar {
    animation: progressAnimate 2s ease;
}

@keyframes progressAnimate {
    from {
        width: 0;
    }
}
.premium_cloth{
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(242, 238, 226, 0.5) 50%, rgba(242, 238, 226, 1) 100%);
}
.thumb-imgs-scroll{
    overflow: auto;
}
/* ===============================
   RESPONSIVE
=================================*/


/*========================== About us page ========================*/
.about-img {
    position: relative;
}
.about-hero {
    background: linear-gradient(rgb(0 0 0 /0%), rgba(0,0,0,0.75)), url('../images/banner_image_2.png');
    background-size: cover;
    background-position: center;
    position: relative;
}
    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.floating-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    .floating-box h3 {
        color: var(--global--color-primary);
        font-size: 40px;
        font-weight: 700;
    }

.main-timeline {
    margin: 20px 0;
    position: relative;
}

    .main-timeline:before {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        background: var(--global--color-primary);
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .main-timeline .timeline {
        margin-bottom: 40px;
        position: relative;
    }

        .main-timeline .timeline:after {
            content: "";
            display: block;
            clear: both;
        }

    .main-timeline .icon {
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .main-timeline .icon:before,
        .main-timeline .icon:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.33s ease-out 0s;
        }

        .main-timeline .icon:before {
            background: #fff;
            border: 2px solid #00a79c;
            left: -3px;
        }

        .main-timeline .icon:after {
            border: 2px solid var(--global--color-primary);
            left: 3px;
        }

    .main-timeline .timeline:hover .icon:before {
        left: 3px;
    }

    .main-timeline .timeline:hover .icon:after {
        left: -3px;
    }

    .main-timeline .date-content {
        width: 50%;
        float: left;
        position: relative;
    }

        .main-timeline .date-content:before {
            content: "";
            width: 35.5%;
            height: 2px;
            background: var(--global--color-primary);
            margin: auto 0;
            position: absolute;
            top: 0;
            right: 10px;
            bottom: 0;
        }

    .main-timeline .date-outer {
        width: 160px;
        height: 160px;
        font-size: 16px;
        color: #000;
        text-align: center;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main-timeline .date-outer:before,
        .main-timeline .date-outer:after {
            content: "";
            width: 160px;
            height: 160px;
            margin: 0 auto;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            transition: all 0.33s ease-out 0s;
        }

        .main-timeline .date-outer:before {
            background: #fff;
            border: 2px solid #00a79c;
            left: -6px;
        }

        .main-timeline .date-outer:after {
            border: 2px solid var(--global--color-primary);
            left: 6px;
        }

    .main-timeline .timeline:hover .date-outer:before {
        left: 6px;
    }

    .main-timeline .timeline:hover .date-outer:after {
        left: -6px;
    }

    .main-timeline .date {
        width: 100%;
        margin: auto;
        position: absolute;
        left: 0;
    }

    .main-timeline .month {
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }

    .main-timeline .year {
        display: block;
        font-size: 30px;
        font-weight: 700;
        color: #111;
    }

    .main-timeline .timeline-content {
        width: 50%;
        padding: 20px 0 20px 50px;
        float: right;
    }

    .main-timeline .title {
        font-size: 20px;
        font-weight: 700;
        color: #111;
        text-transform: capitalize;
    }

    .main-timeline .description {
        color: #787878;
    }
        .main-timeline .timeline:nth-child(2n) .date-content:before {
            left: 10px;
        }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 20px 50px 20px 0;
        text-align: right;
    }

.service-section {
    background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('../images/background_image.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.service-card {
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.25);
    text-align: center;
    height: 100%;
    transition: 0.4s;
    color: #fff;
}

    .service-card:hover {
        background: #fff;
        color: #222;
    }

.service-icon {
    width: 70px;
    height: 70px;
    background: #d9e4ea;
    color: #5f7078;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* ========================= WHY CHOOSE US ==========================*/
.why-section {
    background: #ece5d2;
}

.why-content p {
    color: #666;
}

.why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.counter_number {
    background-color: var(--bg-background-light-transpernt-color);
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
    z-index: 1;
}

.counter_number .partener_count h3 {
    font-size:40px
}

.counter-box {
    position: relative;
}

    .counter-box::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 60px;
        background: #fff;
    }

    .counter-box.last::after {
        display: none;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #000;
    transition: 0.4s;
}

    .play-btn:hover {
        background: #fff;
        transform: translate(-50%, -50%) scale(1.08);
    }

.about-caption {
    width: 90%;
    background-color: #FFF;
}

    .about-caption p {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
    }

.title-line {
    width: 120px;
    height: 6px;
    background: var(--bg-background-light-color);
    border-radius: 30px;
    margin-bottom: 30px;
}

.border_line_dark{
    width: 30%;
    height:4px;
    background-color: #000;
}


/*===================== franchaisy form ===================*/

/* Left Image */
.image-box {
    position: relative;
    height: 100%;
    overflow: hidden;
}

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

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.50);
}

.border-frame {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 4px solid #fff;
}

.image-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    color: #fff;
    z-index: 2;
}

/* Form Box */
.form-area {
    background: var(--bg-background-light-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.required {
    color: red;
}

.form-area .form-control,
.form-area .form-select {
    box-shadow: none !important;
}

.custom_hight {
    height:40px;
}

/*======================== Cart items ======================*/

.cart-card {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
    transition: 0.3s;
}

    .cart-card:hover {
        transform: translateY(-3px);
    }

.cart_item .product-img {
    width: 150px;
    height: 217px;
    object-fit: cover;
}

.product-text {
    font-size: 14px;
}

.product-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.price-box {
    font-size: 18px;
    font-weight: 600;
}

.qty-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

    .qty-btn:hover {
        background: #222;
        color: #fff;
    }

.remove-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    background: red;
    color: #fff;
}

.best-seller {
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #ff4b4b;
    color: #fff;
    padding: 4px 14px;
    font-size: 13px;
}

.best-seller2 {
    background: #ff4b4b;
    color: #fff;
    padding: 4px 14px;
    font-size: 13px;
}

.summary-box {
    background-color: var(--bg-back-color-p-light-cream);
}

.summary-btns {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.btn-custom {
    width: 100%;
    border: none;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-checkout {
    background-color: var(--bg-back-color-p-light-cream) !important;
}

.btn-custom:hover {
    transform: translateY(-2px);
}

.summary-note {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 15px;
}

.bottom-note {
    text-align: center;
    color: #4c9f51;
    font-size: 14px;
    font-weight: 600;
}
.btn-fashion-outline {
    border: 1px solid var(--bg-background-light-color) !important;
    color: var(--bg-background-light-color);
    border-radius: 0px;
    font-size: 14px;
    color: #000 !important;
    font-weight: 600;
    text-transform: capitalize;
    padding: clamp(0.625rem, 0.5673rem + 0.2564vw, 0rem) clamp(1.25rem, 0.9904rem + 1.1538vw, 0rem);
}

    .btn-fashion-outline:hover {
        background-color: var(--bg-background-light-color);
    }
.btn-fashion {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding: clamp(0.625rem, 0.5673rem + 0.2564vw, 0rem) clamp(1.25rem, 0.9904rem + 1.1538vw, 0rem);
    border-radius: 0px;
    background-color: var(--bg-back-color-p-light-cream) !important;
    color: #000 !important;
    border: 1px solid var(--bg-back-color-p-light-cream) !important;
}

.model-close-btn{
    width:30px;
    height:30px;
    border-radius: 50%;
}
/* =============== checkout page ==================== */
.form-check-input:checked {
    background-color: var(--global--color-primary) !important;
    border-color: var(--global--color-primary) !important;
}
.form-check-input:focus {
    border-color: var(--global--color-primary) !important;
    outline: 0;
    box-shadow: none !important;
}
.section-box {
    background-color: var(--bg-back-color-p-light-cream);
}

.offer_button {
    position: fixed;
    top: 50%;
    right: -55px;
    padding: 8px 35px;
    background-color: var(--global--color-primary);
    color: #FFF;
    transform: translateY(-50%) rotate(270deg);
}
.coupon-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.payment-check {
    display: none;
}

.payment-card {
    border: 1px solid #e4e4e4;
    background: #fff;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}
.payment-content img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.payment-content span {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
}

/* Hover */
.payment-card:hover {
    border-color: var(--global--color-primary);
}

/* Active Checked */
.payment-check:checked + .payment-card {
    border: 1px solid var(--global--color-primary);
    background: #fff;
}

.continue-btn {
    border-color: #00a71c !important;
    background-color: #00a71c !important;
    color: #fff !important;
}

.copy-button{
    width:34px;
    height:34px;
}

/* ============================== pravicy and policy =============================== */

/* HERO SECTION */
.privacy-hero {
    background: linear-gradient(rgb(0 0 0 /0%), rgba(0,0,0,0.75)), url('../images/about_franchaisy.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.privacy-badge {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 7px 9px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    backdrop-filter: blur(10px);
    margin-bottom: 25px;
}
.privacy-hero p, .about-hero p, .contact-hero p, .Refundpolicy-hero p, .conditions-hero p, .shipping-hero p, .wholesale-hero p {
    color: #ddd;
    max-width: 680px;
    margin: auto;
}

.hero-info span {
    display: inline-block;
    margin: 10px;
    background: #fff;
    color: #000;
    padding: 7px 9px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

/* MAIN SECTION */
.policy-wrapper {
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.policy-card {
    background: #fff;
    box-shadow: 0 15px 60px rgba(0,0,0,0.08);
}

.section-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--global--color-primary), rgb(154 87 0));
    flex-shrink: 0;
}

.policy-list {
    padding-left: 0;
    list-style: none;
}

    .policy-list li {
        position: relative;
        padding-left: 25px;
        color: #555;
    }

        .policy-list li::before {
            content: "\F26E";
            font-family: "bootstrap-icons";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--global--color-primary);
            font-size: 18px;
        }

/* INFO BOX */
.info-box {
    background: linear-gradient(135deg, rgb(255 227 206 / 50%), #fff);
    border: 1px solid var(--bg-theme-color-p-dark);
}

    .info-box h5 {
        color: var(--global--color-primary);
    }

/* CONTACT BOX */
.contact-box {
    background: linear-gradient(135deg,#1d1d1d,#2c2c2c);
}
.contact-item i {
    color: var(--global--color-primary);
    line-height: 1.5;
}

    .contact-item p {
        color: #FFF;
        line-height: 1.8;
    }

.policy-card .title_text {
    font-size:24px;
}

/* ============================== Contact Us =============================== */
.contact-hero {
    background: linear-gradient(rgb(0 0 0 /35%), rgba(0,0,0,0.75)), url('../images/slider_image/menswear_3.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

/* CONTACT CARD */
.contact-card {
    transition: 0.4s;
}

    .contact-card:hover {
        transform: translateY(-8px);
    }

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: var(--global--color-primary);
    color: #fff;
}

.contact-card p {
    color: #666;
}

.info-item i {
    color: var(--global--color-primary);
    font-size: 24px;
}

/* FORM */
.form-input-height {
    height: 55px;
}

.submit-btn {
    background: var(--global--color-primary) !important;
    border: none;
    padding: 14px 35px;
    font-weight: 600;
    transition: 0.4s;
}

/* HELP SECTION */
.help-box {
    transition: 0.4s;
}

    .help-box:hover {
        transform: translateY(-5px);
    }

/* WHATSAPP BUTTON */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    z-index: 999;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ============================== pravicy and policy =============================== */

/* HERO SECTION */
.Refundpolicy-hero {
    background: linear-gradient(rgb(0 0 0 /0%), rgba(0,0,0,0.75)), url('../images/about_franchaisy.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.conditions-hero {
    background: linear-gradient(rgb(0 0 0 /0%), rgba(0,0,0,0.75)), url('../images/slider_image/menswear_2.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

/* ============================== FAQ's =============================== */

#accordions .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}

    #accordions .panel:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        border: 1px dashed #6e8898;
        position: absolute;
        top: 25px;
        left: 18px;
    }

    #accordions .panel:last-child:before {
        display: none;
    }

#accordions .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}

#accordions .panel-title a {
    display: block;
    padding: 5px 0px 5px 50px;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    border-radius: 0;
    position: relative;
}

    #accordions .panel-title a:before,
    #accordions .panel-title a.collapsed:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--global--color-primary);
        border: 1px solid #8a8ac3;
        font-size: 15px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        left: 4px;
        transition: all 0.3s ease 0s;
    }

    #accordions .panel-title a.collapsed:before {
        content: "\f105";
        background: #fff;
        border: 1px solid var(--global--color-primary);
        color: #000;
    }

#accordions .panel-body {
    padding: 10px 0px;
    margin-left: 50px;
    border-top: none;
    font-size: 15px;
    color: #111;
}

/*=========================== wholsale Inquiry =================================*/

.wholesale-hero {
    background: linear-gradient(rgb(0 0 0 /0%), rgba(0,0,0,0.75)), url('../images/slider_image/partener_slider.png');
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

/* Main Card */
.policy-card {
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

/* Section Title */
.section-title {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
}

    .section-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: var(--global--color-primary);
        border-radius: 10px;
    }

ul.custom-list {
    padding-left: 18px;
}

    ul.custom-list li {
        margin-bottom: 10px;
    }

.process-step {
    background: #f9f9f9;
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 15px;
    border-left: 4px solid var(--global--color-primary);
}

.contact-box {
    background: linear-gradient(135deg,var(--global--color-primary),#C9A66B);
    color: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
}

    .contact-box h3 {
        font-weight: 700;
    }

    .contact-box a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }
/*=========================== Shippingpolicy  =================================*/

.shipping-hero {
    background: linear-gradient(rgb(0 0 0 /0%), rgba(0,0,0,0.75)), url('../images/blog_images/blog_img_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.note-box {
    background: #fff8e1;
    border-left: 4px solid #ffc107;
    padding: 15px;
    border-radius: 8px;
}
/*=========================== login and singup  =================================*/

.login_form {
    background: #ffffff;
    background: linear-gradient(380deg, var(--bg-background-light-color) 0%, rgba(242, 238, 226, 1) 50%, var(--bg-background-light-color) 100%);
}

.login-wrapper {
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.12);
}

.banner-section {
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .banner-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.login-section {
    position: relative;
}

.logo img {
    width: 140px;
}

.login-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.orange-line {
    width: 70px;
    height: 3px;
    background: var(--global--color-primary) !important;
}

.btn-login {
    background: var(--global--color-primary) !important;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    width: max-content;
    padding: 12px 55px;
    font-weight: 600;
    margin: auto;
}

    .btn-login:hover {
        background: #e06f0f !important;
        color: #fff !important;
    }

.social-btn {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    transition: .3s;
}

    .social-btn:hover {
        background: #f8f8f8;
    }
.link_account {
    color: var(--global--color-primary) !important;
    border-bottom: 1px solid var(--global--color-primary) !important;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
}

    .divider::before,
    .divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .divider span {
        padding: 0 10px;
        color: #666;
    }

.content_text {
    bottom: 40px;
    width: 85%;
    text-align: center;
}

.login_slider img {
    height: 94vh !important;
}

.flip_img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fix_image {
    width: 30px;
    height: 30px;
}

.login_form {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*============================== Otp verify ================================*/

.inputs input {
    width: 40px;
    height: 40px
}

.order-success-img .success-img {
    width: 420px;
}

.order_icon{
    width: 45px;
    height: 45px;
}