/********** Template CSS **********/


.hm_testimonial_wrapper {
    width: 100%;
    background-image: url(../images/customer_bg.jpg);
    background-size: cover;
    padding: 72px 0px 80px;
    position: relative;
}
.hm_testimonial_wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.78);
}
.hm_testimonial_wrapper .container {
    position: relative;
}
.hm_test_inner {
    width: 100%;
    margin-top: 60px;
    display: flex;
    z-index: 1;
}
.hm_testi_box {
    text-align: center;
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
}
.hm_test_img {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.hm_test_img img {
    border-radius: 100%;
}
.hm_test_img:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hm_testi_box:hover .hm_test_img:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.hm_testi_box h2 {
    color: #fc5a6d;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.hm_testi_box p {
    color: #ffffff;
    font-size: 16px;
    margin: 0px;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc5a6d, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc5a6d, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc5a6d, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc5a6d, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
.hm_testimonial_wrapper {
    padding: 60px 0px 40px 0px;
}
/*----shop single page css start----*/

.sidebar-widget.sidebar_tags li {
    display: inline-flex;
    width: auto;
}
.sidebar-widget.sidebar_tags li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 8px 19px;
    margin-right: 4px;
    margin-bottom: 6px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #fc5a6d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.sidebar-widget.sidebar_tags li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fc5a6d;
    -webkit-transform: scale(1);
    transform: scale(1);
    -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;
    border: 1px solid transparent;
}
.sidebar-widget.sidebar_tags li a:hover:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sidebar-widget.sidebar_tags li a:hover {
    color: #fc5a6d;
}
.sidebar .sidebar_search .form-group input[type="text"],
.sidebar .sidebar_search .form-group input[type="search"] {
    position: relative;
    line-height: 24px;
    padding: 12px 10px 12px 20px;
    border: 1px solid #ccc;
    color: #222222;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 46px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .sidebar_search .form-group button {
    position: absolute;
    right: 4px;
    top: 0px;
    width: 40px;
    height: 46px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #484848;
    background: none;
    font-weight: normal;
    border: 1px solid transparent;
}
.sidebar .sidebar_search .form-group button:focus {
    outline: none;
}
.sidebar {
    margin-top: 8px;
}
.sidebar-widget {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.hm_shop_single {
    width: 100%;
}
.hm_product_details {
    width: 100%;
    display: flex;
}
.hm_product_details .img_box {
    width: 100%;
    overflow: hidden;
}
.hm_product_details .img_box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.hm_product_details .img_box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.quantity-spinner {
    position: relative;
    display: block;
    width: 150px;
}
.quantity-spinner_main {
    display: flex;
}
.quantity-spinner {
    margin-bottom: 15px;
    margin-right: 15px;
}
.quantity-spinner input {
    position: relative;
    display: block;
    width: 60px;
    line-height: 24px;
    padding: 12px 10px;
    margin: 0px 44px;
    font-weight: 500;
    height: 45px;
    border: 1px solid #e0e0e0;
    text-align: center;
    border-radius: 2px;
}
.quantity-spinner button:focus {
    outline: none;
}
.quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 45px;
    line-height: 22px;
    padding: 12px 10px;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: #484848;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 45px;
    line-height: 22px;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    background: #ffffff;
    color: #484848;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.hm_product_info {
    width: 100%;
}
.hm_product_info h2 {
    margin: 0px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
}
.item_price {
    font-size: 16px;
    font-weight: 700;
    color: #777777;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 10px 0px;
}
.hm_product_info .rating {
    width: 100%;
    margin-bottom: 10px;
}
.hm_product_info .rating span.fa.fa-star {
    font-size: 16px;
    color: #FFC107;
}
a.add-fav {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 45px;
    background-color: #000000;
    margin-left: 11px;
    color: #ffffff;
    font-size: 16px;
}
p.item_text {
    width: 100%;
    margin-bottom: 15px;
}
.item-categories {
    width: 100%;
}
.item-categories a {
    color: #fc5a6d;
    text-decoration: none;
}
.hm_pro_tab {
    width: 100%;
    margin-top: 50px;
}
.hm_pro_tab .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    color: #484848;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fc5a6d;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}
.nav-tabs .nav-link {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    color: #484848;
}
.hm_pro_tab .nav-tabs > li > a:hover {
    background-color: transparent;
}
.tab-content {
    width: 100%;
    border: 1px solid #dddddd;
    padding: 20px;
    border-top: none;
}
.hm_pro_tab .tab-content h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 20px;
}
.hm_pro_tab .tab-content h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 15px;
}
.hm_pro_tab .reviews-container {
    position: relative;
}
.hm_pro_tab .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 100px;
    min-height: 100px;
}
.hm_pro_tab .reviews-container .rev-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-radius: 3px;
}
.hm_pro_tab .reviews-container .rev-thumb img {
    display: block;
    width: 80px;
    height: 80px;
}
.hm_pro_tab .reviews-container .rev-content {
    position: relative;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}
.hm_pro_tab .reviews-container .rating {
    color: #FFC107;
    font-size: 13px;
}
.hm_pro_tab .reviews-container .rating .fa {
    margin-right: 1px;
}
.hm_pro_tab .reviews-container .rev-info {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.hm_pro_tab .reviews-container .rev-text {
    font-size: 14px;
}
.hm_pro_tab .add-review {
    position: relative;
    margin: 30px 0px 20px;
    font-size: 14px;
}
.hm_pro_tab .add-review .rating {
    position: relative;
    padding-top: 8px;
}
.hm_pro_tab .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}
.hm_pro_tab .add-review .rating .rate-box:hover,
.hm_pro_tab .add-review .rating .rate-box:focus,
.hm_pro_tab .add-review .rating .rate-box:active {
    color: #FFC107;
}
.hm_pro_tab .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}
.hm_pro_tab .add-review h3 {
    margin-bottom: 20px;
}
.hm_pro_tab .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}
.hm_pro_tab .add-review .form-group input[type="text"],
.hm_pro_tab .add-review .form-group input[type="password"],
.hm_pro_tab .add-review .form-group input[type="tel"],
.hm_pro_tab .add-review .form-group input[type="email"],
.hm_pro_tab .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.hm_pro_tab .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.hm_pro_tab .add-review button {
    padding: 8px 35px;
}
.hm_related_product {
    width: 100%;
    margin-top: 30px;
}
.hm_color {
    color: #fc5a6d;
}
.hm_shop_single h1.hm_heading {
    text-align: left;
    font-size: 25px;
    margin-top: 50px;
}
h5.hm_heading {
    width: 100%;
    /* text-align: center; */
    color: #ffffff;
    font-size: 35px;
    /* margin: 0px;
    font-weight: bold;
    text-transform: capitalize;
    text-transform: capitalize; */
}
.hm_choose_wrapper h1.hm_heading {
    color: #484848;
    text-align: left;
}.hm_related_product .hm_pro_data p {
    padding: 0px 0px;
}
.hm_related_product .hm_pro_data {
    padding: 15px 20px;
}
.side_filter .ui-widget-header {
    background: rgba(252, 90, 109, 0.51);
}
.side_filter .ui-widget.ui-widget-content {
    border: 1px solid #fc5a6d;
}
.side_filter .ui-slider .ui-slider-handle {
    border-radius: 100%;
}
.side_filter .ui-state-hover,
.side_filter .ui-widget-content .ui-state-hover,
.side_filter .ui-widget-header .ui-state-hover,
.side_filter .ui-state-focus,
.side_filter .ui-widget-content .ui-state-focus,
.side_filter .ui-widget-header .ui-state-focus,
.side_filter .ui-button:hover,
.side_filter .ui-button:focus {
    border: 1px solid #fc5a6d;
    background: #fc5a6d;
    outline: none;
}
.side_filter .ui-state-default,
.side_filter .ui-widget-content .ui-state-default,
.side_filter .ui-widget-header .ui-state-default,
.side_filter .ui-button,
.side_filter .ui-button.ui-state-disabled:hover,
.side_filter .ui-button.ui-state-disabled:active {
    border: 1px solid #fc5a6d;
    background: #fc5a6d;
    outline: none;
}
.range_value {
    width: 100%;
    margin-top: 15px;
}
.range_value #amount {
    text-align: right;
    color: #fc5a6d;
    font-weight: bold;
    border: none;
}
.range_value input:focus {
    outline: none;
}
:root {
    --primary: #FEA116;
    --success: #198754;
    --light: #F1F8FF;
    --dark: #0F172B;
}
.gallery_img {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.gallery_img img {
    width: 100%;
}
.gallery_img_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.overlay_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.overlay_buttons .fa {
    background-color: #fc5a6d;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.2s;
    -moz-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}
.overlay_buttons a:focus {
    outline: none;
}
.gallery_img:hover .gallery_img_overlay {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.gallery_img:hover .overlay_buttons .fa {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.gallery_img:hover .overlay_buttons .fa {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.mfp-with-zoom .mfp-container {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.mfp-with-zoom.mfp-removing .mfp-container {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
.mfp-with-zoom .mfp-image-holder .mfp-content {
    max-width: 100%;
    animation: flipinY 1s 1;
}
.overlay_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.new_pro_inner {
    width: 100%;
    margin-top: 50px;
}
.new_pro_box {
    width: 100%;
    margin-bottom: 30px;
}
.new_pro_data {
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    padding: 20px 30px;
}
.new_pro_data h3 {
    margin: 0px;
    padding-bottom: 20px;
}
.new_pro_data h3 a {
    color: #484848;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    text-transform: capitalize;
}
.new_pro_box:hover h3 a {
    color: #fc5a6d;
    text-decoration: none;
}
.new_pro_data p {
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    margin-bottom: 15px;
}
.new_pro_data_dollar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_price {
    font-size: 24px;
    color: #fc5a6d;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
    line-height: 33px;
}
.new_pro_img {
    position: relative;
}
.new_pro_img img {
    width: 100%;
}
span.cart_icon {
    padding-left: 0 !important;
}
.cart_icon a {
    padding: 5px 10px;
    color: #ffffff;
    display: block;
    position: relative;
    line-height: 23px;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid #fc5a6d;
}
/* .cart_icon a:hover,
.cart_icon a:focus {
    color: #ffffff;
    background-color: white;
} */


.add_cart span {
    color: #fff;
    line-height: 45px;
    padding-left: 20px;
}

.hm_btn {
    color: #ffffff;
    height: 45px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 12px 41px;
    line-height: 19px;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fc5a6d;
    z-index: 1;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
}

.hm_btn:before,
.cart_icon a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fc5a6d;
    border-radius: 0px;
    -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;
    border: 1px solid transparent;
}

.hm_btn:hover,
.cart_icon a:hover{
    background-color: #ffffff;


}
.ff-secondary {
    font-family: 'Pacifico', cursive;
}
.bg-success2{
    background-color: #036b2f74;
}
.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    font-size: 15px;
    color: var(--light) !important;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
    }

    .navbar-dark .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-nav .nav-link,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
    }

    .navbar-dark .navbar-brand img {
        max-height: 45px;
    }
}


.cart-btn {
    position: relative;
}

/* Cart badge */
#cart_count {
    position: absolute;
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 10;
}


#cart_count:empty {
    display: none;
}

@media (min-width: 768px) {
    #cart_count {
        top: 8px ;
        right: 35px ;
    }
}
@media (max-width: 767px) {
    #cart_count {
        top: 14px;
        right: 11px;
        font-size: 17px;
        min-width: 22px;
        height: 22px;
    }
}
@media (min-width: 992px) {
    
    #cart_count {
        top: 18px;
        right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: transparent !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--dark) !important;
    }

}

.hero-header h1 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    color:rgb(249, 249, 226);
}

.hero-header h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1.5;
    color:rgb(249, 249, 226);

}

@media (max-width: 768px) {
    .hero-header h1 {
        font-size: 2rem;
    }
    .hero-header h2 {
        font-size: 1rem;
    }
}

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(16, 2, 2, 0.1), rgba(21, 1, 1, 0.598)), 
    url(../ImageBanner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-header img {
    animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate { 
    100% { 
        transform: rotate(360deg); 
    } 
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--success);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--success);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}


/*** Service ***/
.service-item {
        transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

     /* transition: background 0.5s ease-in-out, box-shadow 0.5s ease; */
    background: white;
    transition: .5s;
        min-height: 200px !important;
}

.service-item:hover {
    background: rgb(206, 241, 246);
   
}
.new_pro_img img {
            transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
    transition: .5s;


}

.new_pro_img img:hover {
    transform: scale(1.05); /* Slight zoom */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Depth effect */
    border-radius: 10px;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
     color:rgb(0, 10, 46) !important
}

.click_image{
    cursor: pointer;
}
/*** Food Menu ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.course_description{
    font-weight: 500 ;
    text-decoration: wavy;
}
/*** Youtube Video ***/
.video {
    position: relative;
    height: 100%;
    min-height: 500px;

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

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--dark);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(19, 2, 81, 0.08);
    /* height: calc(100% - 38px); */
    /* background-color: #bfdd9b; */
    background: radial-gradient(circle,rgb(175, 232, 178) 0%, rgb(182, 211, 243) 100%);

    height: 100%;
    transition: .5s;
    font-weight: bold;
}
.team-item_course{
   
background: radial-gradient(rgb(231, 200, 168), rgb(114, 3, 75));
color:white;
font-size: 20px;
font-weight: bold;
font-family: 'Lobster', cursive;


}
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);

    
}

.team-item:hover {
    height: 100%;
}

.team-item .btn {
    border-radius: 38px 38px 0 0;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/* ====== GLOBAL ====== */
body {
    background: #f5f7fa;
    font-family: 'Inter', sans-serif;
}

/* ====== SIDEBAR ====== */
.navArea {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    height: 100%;
}

.navArea h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.navArea .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 5px;
}

.navArea .nav-link.active {
    background: #eef2ff;
    color: #4f46e5;
    font-weight: 600;
}

.navAreaFooter a {
    display: block;
    padding: 10px;
    color: #dc2626;
    text-decoration: none;
    font-weight: 500;
}

/* ====== RIGHT CONTENT CARD ====== */
.tab-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ====== HEADER ====== */
.tab-contentHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tab-contentHeader h3 {
    font-size: 20px;
    font-weight: 600;
}

/* ====== FORM ====== */
.form-floating > label {
    font-size: 13px;
    color: #777;
}

.form-control,
.form-select {
    border-radius: 8px;
    border-color: #e5e7eb;
}

.form-control:focus,
.form-select:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 0.15rem rgba(99,102,241,.25);
}



/* ====== BOOKING CARDS ====== */
.booking-history-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.booking-history-card h5 {
    font-size: 16px;
    margin-bottom: 5px;
}



/* ====== VOUCHERS ====== */
.vCard {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.vCard h5 {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .navArea {
        margin-right: 16px;
    }
}
/* Default (desktop) */
.table {
    font-size: 14px;
}

/* Tablet & Mobile */
@media (max-width: 767px) {
    .table {
        font-size: 12px;
    }

    .table th,
    .table td {
        padding: 6px 4px;
        white-space: nowrap;
    }

    .table img {
        width: 22px;
        height: 22px;
    }

    .qty-input {
        font-size: 12px;
        padding: 2px;
    }

    .btn {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .table strong {
        font-size: 12px;
        display: block;
    }

    .unit-price,
    .row-total {
        font-size: 12px;
    }
}
@media (max-width: 575px) {
    .table {
        font-size: 11px;
    }

    .input-group .btn {
        padding: 1px 5px;
    }

    .qty-input {
        width: 35px;
    }
}
/* =========================
   YOUR EXISTING STYLES
   ========================= */

#bookingModal .modal-body {
   padding: 0.9rem;
   background-color: rgb(194, 232, 243);
   color: #000000;
}

#bookingModal h6 {
    margin-bottom: 1rem;
}

#bookingModal .row {
    margin-bottom: 1rem;
}

#bookingModal .form-control {
    padding: 0.4rem;
    border-radius: 8px;
}

#bookingModal .payment-box {
    background: #cef0bb;
    color: black;
    padding: 0.5rem;
    border-radius: 14px;
    margin-top: 1rem;
}

#bookingModal .modal-footer {
    padding: 0.5rem;
}

#bookingModal .modal-content {
    border-radius: 18px;
    display: flex;
    flex-direction: column;
}

#bookingModal .modal-header {
    padding: 0.5rem;
}

#bookingModal .modal-title {
    font-size: 1.1rem;
    color: #bcf5d1;
}

/* =========================
   DESKTOP (DEFAULT)
   ========================= */

#bookingModal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

/* =========================
   MOBILE FIX (IMPORTANT)
   ========================= */

@media (max-width: 576px) {

  /* ✅ Fix left margin issue */
  #bookingModal .modal-dialog {
    margin: 0.5rem auto;               /* center horizontally */
    max-width: calc(100% - 1rem);      /* equal left & right gap */
  }

  #bookingModal .modal-content {
    max-height: calc(100vh - 1rem);
    border-radius: 16px;
  }

  /* Header fixed */
  #bookingModal .modal-header {
    flex-shrink: 0;
  }

  /* Footer fixed */
  #bookingModal .modal-footer {
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid #dee2e6;
  }

  /* ✅ Only body scrolls */
  #bookingModal .modal-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.price-badge {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff9800, #ff5722);
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 10;
}

/* Blink / Highlight Animation */
.blink {
    animation: blinkGlow 1.5s infinite;
}
.coupon-item img {
    max-height: 200px;
    margin: auto;
}
/* Coupon Carousel Image Styling */
.coupon-carousel .coupon-item {
    padding: 10px;
}

.coupon-carousel .coupon-item img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

/* Hover effect (desktop only feel) */
@media (hover: hover) {
    .coupon-carousel .coupon-item img:hover {
        transform: scale(1.05);
    }
}

/* Tablets */
@media (max-width: 992px) {
    .coupon-carousel .coupon-item img {
        max-height: 180px;
    }
}

/* Mobile devices */
@media (max-width: 576px) {
    .coupon-carousel .coupon-item {
        padding: 6px;
    }

    .coupon-carousel .coupon-item img {
        max-height: 140px;
        border-radius: 8px;
    }
}

@keyframes blinkGlow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 5px #ff9800;
    }
    50% {
        transform: scale(1.08);
        box-shadow: 0 0 20px #ff5722;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 5px #ff9800;
    }
}
.badge{
    border: none;
}
.couponcode_bg{
    background: linear-gradient(135deg, #e9ece5, #f09dcc);
}
.custom-font-size{
    font-size:10px
}
.dottet_border{
    border: 1px dotted #0c5604;
    
    padding: 2px;
}

.add-to-cart{
    font-size: 14px;
    font-weight: bold;
}


hr {
    margin: 0.5rem 0 !important;
}

