/*
* ------------------------------------------------------------------
*
* Project: Hantus - Spa and Beauty HTML template
* Version: 1.0
* Created : 25/04/2017
* Template URI: 
* Author Name: NayraThemes
* Author URI: http://nayrathemes.com/
* Description: Spa and Beauty HTML template
* Developer: Aminul Haque Chowdhury;
*
*
* -------------------------------------------------------------------
*
============================================
*   [Table of contents]
* ==========================================

    ** Fonts + Include CSS
    ** Theme Reset Css
    ** Preloader
    01. Homepage
        01. Header Top
        02. Navbar
        03. Slider
        04. Slider Contact
        05. Our Service
        06. Portfolio
        07. Feature
        08. Pricing
        09. Counter
        10. Product
        11. Testimonial
        12.Appoinment
        13.Expert Beauticians
        14. Partner
        15. Subscribe
        16.footer-copyright
        17. Breadcrumb

    02. About us page
        01. Welcome
        02. Why choose us
        03. About-partner

    03. Gallery Page
    04. Contact page
    04. Portfolio page
    05. Blog Page
        01. Single Post
        02. Post Comment Area
    07. 404 Page
    08. Coming Soon Page

/* ========================================== */

/*
==========================================
    Fonts + Include CSS
============================================
*/

@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Rubik:300,400,500,700,900');
@import url('fontawesome-all.min.css');
@import url('elegant-icons.min.css');
@import url('bootstrap.min.css');
@import url('meanmenu.min.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('typography/typograhpy.css');
@import url('colors/default.css');
@import url('widget.css');
/*
==========================================
    Theme Reset Css
==========================================
*/

body {
    background: #fff;
    color: #5e6271;
}

* {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3145;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

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

img {
    max-width: 100%;
}

/* Helper class*/

.section-padding {
    padding: 45px 0;
}

.section-padding-top {
    padding: 80px 0 0;
}




.section-title h1 {
    margin-bottom: 10px;
    color: #074425;
}

.section-title hr {
    width: 20px;
    height: 20px !important;
    background: url(../img/section-icon.png) no-repeat;
    background-size: cover;
    border: none;
    position: relative;
    margin: 0 auto;
    opacity: 1;
}

.section-title p {
    margin-top: 16px;
}

.section-title hr:after {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    left: -80px;
    top: 50%;
}

.header0946 {
    box-shadow: 0px 3px 10px #0000001f;
}

.section-title hr:before {
    content: '';
    width: 70px;
    height: 1px;
    position: absolute;
    right: -80px;
    top: 50%;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-nav {
    display: none;
}

/* Button Style */

.boxed-btn {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    padding: 11px 34px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.boxed-btn:before,
.boxed-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: #fff;
    will-change: transform;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.boxed-btn:before {
    right: 75%;
    margin-right: -1px;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.boxed-btn:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}

.boxed-btn:hover {
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.boxed-btn:hover:before,
.boxed-btn:hover:after {
    -webkit-transform: skew(-45deg) scaleX(1.5);
    transform: skew(-45deg) scaleX(1.5);
}

/* Input Style */

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #aaa;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 0.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.input--hantus {
    margin-bottom: 40px;
    border: 1px solid #999;
}

.input__field--hantus {
    width: 100%;
    background: transparent;
    color: #2c3145;
}

.input__label--hantus {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #2c3145;
    cursor: text;
}

.input__label-content--hantus {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.graphic--hantus {
    -webkit-transform: scale3d(1, -1, 1);
    transform: scale3d(1, -1, 1);
    -webkit-transition: stroke-dashoffset 0.3s;
    transition: stroke-dashoffset 0.3s;
    pointer-events: none;
    stroke: #d9d9d9;
    stroke-width: 4px;
    stroke-dasharray: 962;
    stroke-dashoffset: 558;
}

.textarea .graphic--hantus {
    stroke-width: 2px;
}

.input__field--hantus:focus+.input__label--hantus,
.input--filled .input__label--hantus {
    cursor: default;
    pointer-events: none;
}

.input__field--hantus:focus+.input__label--hantus .graphic--hantus,
.input--filled .graphic--hantus {
    stroke-dashoffset: 0;
}

.input__field--hantus:focus+.input__label--hantus .input__label-content--hantus,
.input--filled .input__label-content--hantus {
    -webkit-transform: scale3d(0.81, 0.81, 1) translateY(-50px);
    transform: scale3d(0.81, 0.81, 1) translateY(-50px);
}

/*
==========================================
    Preloader
==========================================
*/

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.wrapper {
    height: 50px;
    margin-top: calc(50vh - 25px);
    margin-left: calc(50vw - 100px);
    width: 180px;
}

.circle {
    border-radius: 50%;
    border: 3px #fff solid;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px;
}

.circle-1 {
    -webkit-animation: move 1s ease-in-out infinite;
    animation: move 1s ease-in-out infinite;
}

.circle-1a {
    -webkit-animation: fade 1s ease-in-out infinite;
    animation: fade 1s ease-in-out infinite;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.circle-2 {
    -webkit-animation: move 1s ease-in-out infinite;
    animation: move 1s ease-in-out infinite;
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }
}

.circle-1a {
    margin-left: -55px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.circle-3 {
    -webkit-animation: circle-3 1s ease-in-out infinite;
    animation: circle-3 1s ease-in-out infinite;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes circle-3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes circle-3 {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.preloader h1 {
    color: #fff;
    margin: 40px auto;
    text-align: center;
}

/*
==========================================
    01. Header top
==========================================
*/

header {
    padding-top: 75px;
}

#header-top {
    padding: 2px 0 2px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: #11630E;
    color: #fff;
}

#header-top ul {
    padding: 0px;
}

#header-top li {
    margin-left: 0px !important;
    margin-top: 10px;
    margin-right: 20px
}

.contact-wrapper .single-contact:hover h4 {
    font-size: 18px;
}

.contact-wrapper .single-contact:hover p {
    font-size: 16px;
}

#header-top p {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}

#header-top p:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #cacaca;
}

#header-top i {
    margin-right: 6px;
}

#header-top ul li {
    display: inline-block;
}

#header-top .header-social li {
    margin-right: 10px;
    margin-left: 0;
}

.header-social li a {
    text-align: center;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #5e6271;
    -webkit-transition: .3s all;
    transition: .3s all;
    overflow: hidden;
}

#header-top .header-social i {
    color: #fff;
    margin-right: 0;
}

.header-social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
    animation: socialFxD .3s forwards
}

@-webkit-keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

#header-top li {
    margin-left: 30px;
}

#header-top li a,
#header-top li a i {
    color: #ffffff;
}

.header-top-right {
    -webkit-transform: translateY(-30%);
    transform: translateY(12%);
}

/*
==========================================
    02. Navbar
==========================================
*/

.navbar-area {
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
}

.navbar-area .logo img {
    padding: 9px 0;
}

.main-menu li {
    display: inline-block;
    margin-left: 18px;
}

.main-menu li a {
    color: #11630E;
    display: block;
    padding: 38px 0;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.main-menu li.c-dropdowns.active li a {
    color: #11630E;
}

.main-menu li.active a:before,
.main-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    content: "";
    height: 2px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.main-menu li.active a:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-menu li a:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Drop Down */

.main-menu li.c-dropdowns {
    position: relative;
}

.main-menu li.c-dropdowns li a {
    padding: 5px 20px;
}

.main-menu ul li ul.cr-dropdown-menu {
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    width: 220px;
    background: #ffffff;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;
}

.main-menu ul li ul.cr-dropdown-menu li {
    display: block;
    margin-left: 0;
}

.main-menu ul li ul.cr-dropdown-menu li a:hover {
    padding-left: 23px;
}

.main-menu ul li ul.cr-dropdown-menu li a:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 0%;
    top: auto;
    bottom: 0;
    margin-left: 20px;
}

.main-menu ul li ul.cr-dropdown-menu li.active a:before,
.main-menu ul li ul.cr-dropdown-menu li a:hover:before {
    width: 80%;
}

.main-navigation ul li.last-elements .cr-dropdown-menu {
    right: 0;
    left: auto;
}

.main-menu ul li:hover ul.cr-dropdown-menu {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-menu ul li ul.cr-dropdown-menu li {
    position: relative;
}

.main-menu ul li ul.cr-dropdown-menu li ul {
    position: absolute;
    right: calc(100% + 0px);
    top: 0;
    width: 275px;
    padding: 3px 0;
    background: #fff;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 999;
}

.main-menu ul li ul.cr-dropdown-menu li:hover ul {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Cart */

.cart-icon {
    padding: 38px 0;
}

.cart-icon-wrapper {
    cursor: pointer;
    position: relative;
}

.cart-count {
    text-align: center;
    position: absolute;
    top: 0;
    display: inline-block;
    right: -15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2c3145;
    color: #fff;
    border: 2px solid #fff;
}

.sidenav {
    background-color: #fff;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    left: calc(100% - 350px);
    top: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 350px;
    z-index: -1;
    padding: 0px 15px 20px;
    z-index: 9999999999;
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
}

.sidenav .sidenav-header {
    overflow: hidden;
    padding: 0;
    padding-left: 30px;
    padding-top: 5px;
    margin-bottom: 30px;
}

.sidenav .sidenav-header h3 {
    margin-left: 20px;
    position: relative;
    padding-top: 7px;
    padding-bottom: 5px;
}

.sidenav .sidenav-header h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #eee;
}

.sidenav .close-sidenav {
    background-color: #f7f7f7;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5em;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 6px;
    margin-left: 6px;
    border: 1px solid #eee;
}

.sidenav .cart-item {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    position: relative;
}

.sidenav .cart-item-thumb {
    margin-right: 10px;
}

.cart-remove {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.sidenav .cart-item-description {
    display: inline-block;
    vertical-align: top;
}

.sidenav .cart-item-description p {
    margin-top: 25px;
}

.sidenav.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 99999999999999999999999;
    box-shadow: -5px 0 30px 0 rgba(100, 100, 100, 0.2);
}

.sidenav.active .cart-item {
    font-size: 0;
}

.sidenav.active .cart-item .cart-item--thumb {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
}

.sub-total span {
    float: right;
}

.sub-total {
    margin-top: 14px;
    border-bottom: 2px solid #999;
    padding-bottom: 11px;
}

.fl {
    float: right;
}

.cart-buttons {
    margin-top: 20px;
    display: block;
}

.cart-overlay {
    background-color: transparent;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    visibility: hidden;
}

.cart-overlay.active {
    background-color: rgba(50, 50, 50, 0.5);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 99;
}

/* Mean menu */

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    min-height: 50px;
    padding: 0;
    margin: 15px 15px !important;
    position: absolute;
    left: 0;
    width: 90%;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid;
    margin-top: 15px;
    margin-right: 10px;
    padding: 4px 5px;
    position: absolute;
    z-index: 99;
}

.mean-container .mean-nav ul {
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav {
    margin-top: -14px;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 22px;
}

.mean-container .mean-nav ul li a {
    text-transform: capitalize;
}

/* Sticky */

div#sticky-wrapper.is-sticky .sticky-nav {
    background: #fff !important;
    background-image: none;
    box-shadow: 0px 0 1px rgba(0, 0, 0, .2);
}

.is-sticky .sticky-nav {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
    z-index: 999;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer;
}

.is-sticky .cart-icon,
.is-sticky .main-menu li a {
    padding: 38px 0;
}

.is-sticky .navbar-area .logo img {
    padding: 6px 0;
}

/* Search */

.search-button {
    position: relative;
}

.sb-search {
    position: relative;
    top: 2px;
    left: 10px;
    width: 0;
    height: 36px;
    float: right;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 10;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    padding: 15px;
    margin-right: -15px;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-icon-search,
.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #000;
    z-index: 10;
    font-size: 16px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open input[type="search"].sb-search-input {
    width: 300px;
    background: #f7f7f7;
}

ul.mbl {
    margin-right: 30px;
}

ul.mbl li {
    display: inline-block;
    margin-right: 20px;
}

/*
==========================================
    03. Slider
==========================================
*/

header {
    overflow: hidden;
}

.header-slider {
    cursor: crosshair;
}

.header-single-slider figure {
    position: relative;
    margin: 0;
}

.header-single-slider figure img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.header-single-slider .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 1;
}

.header-single-slider .container.inner-content {
    width: 100%;
}

.header-single-slider .container.inner-content p {
    width: 50%;
    margin-bottom: 30px;
}

.header-single-slider .container.inner-content.text-center p,
.header-single-slider .container.inner-content.text-center {
    margin: 0 auto;
    margin-bottom: 30px;
}

.header-single-slider .container.inner-content.text-right p {
    margin-left: auto;
}

.header-slider h3 {
    margin-bottom: 16px;
}

.header-slider h1 {
    margin-bottom: 24px;
}

.header-slider .boxed-btn {
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
}

.header-slider .owl-nav {
    display: block;
}

.header-slider .owl-next,
.header-slider .owl-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #004205;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: .7s;
    transition: .7s;
}

.header-slider .owl-next:hover,
.header-slider .owl-prev:hover {
    color: #fff;
}

.header-slider .owl-prev {
    left: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-prev {
    left: 15px;
    visibility: visible;
}

.header-slider .owl-next {
    right: -200px;
    visibility: hidden;
}

.header-slider:hover .owl-next {
    right: 15px;
    visibility: visible;
}

/*
==========================================
    04. Slider Contact
==========================================
*/

.contact-wrapper {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0.5px 0.866px 1px 0px rgba(42, 57, 63, 0.15);
    margin-top: -80px;
}

.single-contact {
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 0 20px 50px;
}

.single-contact h4 {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.contact-wrapper .single-contact p {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.contact-wrapper i,
.contact-wrapper img {
    float: left;
    margin-right: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.contact-wrapper .single-contact:hover i,
.contact-wrapper .single-contact:hover img {
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
}

.contact-wrapper .single-contact:hover p {
    color: #2c3145;
}

/*
==========================================
    05. Our Service
==========================================
*/

.service-box figure {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-box:hover figure {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.service-box figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0 15px;
    z-index: 2;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.service-box:hover figure figcaption {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-box figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c3145;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.service-box:hover figure:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    visibility: visible;
}

.service-box figure figcaption .boxed-btn {
    padding: 14px 24px;
    color: #fff;
}

.service-box h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.service-box p {
    margin-bottom: 14px;
}

.service-box p.price {
    margin-bottom: 0;
}

/*
==========================================
    06. Portfolio
==========================================
*/

#portfolio {
    background: #f7f7f7;
}

.portfolio-tabs {
    margin-bottom: 50px;
}

.nav-tabs {
    border: none;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    border-radius: 20px;
}

.nav-tabs .nav-item:first-child .nav-link {
    border-radius: 20px 0 0 20px;
}

.nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 20px 20px 0;
}

.nav-tabs .nav-item {
    width: 16.666666666%;
}

.nav-tabs a.nav-link {
    color: #5e6271;
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    border: none;
}

.nav-tabs .nav-link.active {
    border: none;
    color: #fff;
    border-radius: 0;
}

.nav-tabs .nav-link.active:hover {
    color: #fff;
}

.tab-pane.active {
    -webkit-animation: slide-down .3s ease-in;
    animation: slide-down .3s ease-in;
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes slide-down {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.tab-content ul li {
    width: 46%;
    float: left;
    padding: 15px;
    -webkit-transition: .3s all;
    transition: .3s all;
    border-bottom: 1px dashed #dedede;
    margin-right: 30px;
}

.tab-content ul li:hover {
    border-radius: 2px;
    background: #fff;
    box-shadow: -2.505px 17.825px 23px 0px rgba(42, 57, 63, 0.15);
    border-color: #fff;
}

.tab-content ul li img {
    float: left;
    margin-right: 20px;
}

.tab-content ul li h4 {
    margin-top: 14px;
    margin-bottom: 8px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.tab-content ul li h4 .price {
    float: right;
}

.tab-content ul li:nth-child(7),
.tab-content ul li:nth-child(8) {
    border-bottom: 0;
}

/*
==========================================
    07. Feature
==========================================
*/

#feature {
    background: url(../../images/panchkarma-bg-1.png) no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

#feature .section-title h2,
#feature h4 {
    color: #fff;
}

#feature h4 {
    margin-bottom: 10px;
}

.feature-icon {
    width: 85px;
    height: 85px;
    text-align: center;
    border: 1px solid #675d56;
    border-radius: 50%;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.feature-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
}

.feature-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}

.feature-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.feature-box:hover .feature-icon {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.feature-box:hover .feature-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }
    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px transparent, 0 0 0 10px rgba(236, 85, 152, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px transparent, 0 0 0 10px rgba(236, 85, 152, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    }
    40% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px rgba(0, 0, 0, .3), 0 0 0 10px rgba(236, 85, 152, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(236, 85, 152, 0.1), 0 0 10px 10px rgba(0, 0, 0, .3), 0 0 0 10px rgba(236, 85, 152, 0.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/*
==========================================
    08. Pricing
==========================================
*/

.pricing-box {
    padding: 50px 0;
    height: 560px;
    border-radius: 15px;
    box-shadow: 0px 1px 1px 0px rgba(44, 49, 59, 0.15);
    position: relative;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -ms-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
    -o-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.pricing-box h3 {
    margin-bottom: 15px;
}

.pricing-box hr {
    width: 20px;
    height: 20px;
    background: url(../img/section-icon.png) no-repeat;
    background-size: cover;
    border: none;
    position: relative;
    margin: 0 auto;
    margin-bottom: 30px;
}

.pricing-box hr:after {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    left: -60px;
    top: 50%;
}

.pricing-box hr:before {
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    right: -60px;
    top: 50%;
}

.pricing-box .price span {
    color: #2c3145;
}

.pricing-content {
    margin-top: 40px;
}

.pricing-box .boxed-btn {
    border: 1px solid;
    border-radius: 23px;
    padding: 12px 30px;
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pricing-box:hover .boxed-btn {
    color: #fff;
}

.recomended-text {
    width: 250px;
    padding: 10px 0;
    color: #fff;
    position: absolute;
    top: 16px;
    left: -65px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.recomended {
    overflow: hidden;
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.recomended .boxed-btn {
    color: #fff;
}

/*
==========================================
    09. counter
==========================================
*/

#counter {
    background: url(../img/bg/counter-bg.jpg) no-repeat center / 100% 100%;
    padding: 75px 0;
}

#counter .single-box img {
    margin-bottom: 15px;
}

#counter .single-box i {
    margin-bottom: 20px;
}

#counter .single-box h3 {
    margin-bottom: 5px;
    color: #191919;
}

#counter .single-box p {
    color: #707070;
}

/*
==========================================
    10. Product
==========================================
*/

#product {
    overflow: hidden;
}

#product.section-padding {
    padding-bottom: 35px;
}

.single-product {
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    border-radius: 5px;
    margin: 5px 5px 45px;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 2px 0;
}

.owl-item .single-product {
    margin: 5px 5px 20px;
}

.single-product:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.single-product .sale {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 6px 16px;
    color: #fff;
}

.product-img {
    height: 250px;
    line-height: 250px;
}

.rate {
    margin-bottom: 20px;
}

.rate li {
    display: inline-block;
    color: #f68e56;
}

.single-product h5 {
    margin-bottom: 10px;
}

.single-product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 49, 69, .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.single-product:hover .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.single-product .overlay li {
    display: inline-block;
}

.single-product .overlay .icons {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
}

.single-product .overlay li a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.single-product .overlay li a:hover {
    color: #fff;
}

.product-carousel .owl-nav {
    display: block;
}

.product-carousel .owl-next,
.product-carousel .owl-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #074425;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: .7s;
    transition: .7s;
    line-height: 50px;
}

.product-carousel .owl-next:hover,
.product-carousel .owl-prev:hover {
    color: #fff;
}

.product-carousel .owl-prev {
    left: -50px;
}

.product-carousel .owl-next {
    right: -50px;
}








/* ===== PREMIUM CONTACT SECTION ===== */

.contact-premium-section{
background:#f9f9f6;
padding:100px 5%;
}

.contact-container{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:50px;
align-items:stretch;
}

/* ===== Opening Hours Card ===== */

.opening-hours-card{
background:linear-gradient(135deg,#0f5a0c,#11630E);
color:#fff;
padding:60px 60px;
border-radius:30px;
box-shadow:0 25px 60px rgba(0,0,0,0.2);
position:relative;
overflow:hidden;
}

/* Golden Accent Strip */
.opening-hours-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:8px;
height:100%;
background:linear-gradient(to bottom,#9D7F16,#d4af37);
}

/* Heading Fix */
.opening-hours-card h2{
color:#ffffff;   /* FIXED */
font-size:34px;
margin-bottom:50px;
letter-spacing:1px;
}

/* List Style */
.opening-hours-card ul{
list-style:none;
padding:0;
margin:0;
}

.opening-hours-card li{
display:flex;
justify-content:space-between;
padding:12px 0;
font-size:17px;
border-bottom:1px solid rgba(255,255,255,0.15);
}

.opening-hours-card li:last-child{
border-bottom:none;
}

/* Week Off Highlight */
.opening-hours-card .closed{
color:#ffd700;
font-weight:600;
}

/* Subtle Hover Effect */
.opening-hours-card li:hover{
transform:translateX(5px);
transition:0.3s ease;
}
/* ===== Contact Form Card ===== */

.contact-form-card{
background:#ffffff;
padding:50px;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.contact-form-card h2{
color:#11630E;
font-size:30px;
margin-bottom:30px;
}

.form-row{
display:flex;
gap:20px;
margin-bottom:20px;
}

.contact-form-card input,
.contact-form-card textarea{
width:100%;
padding:15px;
border:1px solid #ddd;
border-radius:12px;
outline:none;
font-size:15px;
transition:0.3s;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus{
border-color:#11630E;
box-shadow:0 0 0 2px rgba(17,99,14,0.2);
}

/* ===== Button ===== */

.premium-btn{
background:#11630E;
color:#fff;
padding:15px 35px;
border:none;
border-radius:40px;
font-weight:600;
cursor:pointer;
transition:0.3s ease;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.premium-btn:hover{
background:#9D7F16;
transform:translateY(-3px);
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

/* ===== Responsive ===== */

@media(max-width:1024px){
.contact-container{
grid-template-columns:1fr;
}
}









/*
==========================================
    13.Expert Beauticians
==========================================
*/

.single-beauticians {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.single-beauticians .img-wrapper img {
    margin: auto;
    -webkit-perspective: inherit;
    perspective: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.single-beauticians .img-wrapper {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: PRESERVE-3D;
    transform-style: PRESERVE-3D;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    height: auto;
    height: 285px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    overflow: hidden;
}

.beautician-footer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 20px 30px;
    border-radius: 0 0 5px 5px;
}

.beautician-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    height: 285px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 100%;
    color: #fff;
    background: #2c3145;
    padding: 30px;
    border-radius: 5px;
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-beauticians:hover .img-wrapper,
.single-beauticians:hover .beautician-content {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1)
}

.single-beauticians:hover .img-wrapper {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.single-beauticians:hover .beautician-content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.single-beauticians .beautician-content .inner-content {
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
    transform: translateY(0%) translateZ(60px) scale(0.94);
}

.single-beauticians .beautician-content p {
    margin: 0;
}

.single-beauticians .beautician-content .inner-content {
    padding: 7% 0
}

.single-beauticians .social li {
    display: inline-block;
    margin-right: 10px;
}

.single-beauticians .social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    display: block;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.single-beauticians .social li a:hover {
    color: #fff;
}

.single-beauticians .social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
    animation: socialFxD .3s forwards
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.single-beauticians h5 {
    color: #fff;
}

.single-beauticians .beautician-content p {
    margin-bottom: 10px;
}

/*
==========================================
    14. Partner
==========================================
*/

#partner {
    background: #fff;
}

.single-partner {
    height: 120px;
    text-align: center;
    position: relative;
    cursor: crosshair;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.inner-partner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-partner img {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    max-width: 150px
}

.single-partner:hover img {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

/*
==========================================
    15. Subscribe
==========================================
*/

#subscribe {
    padding: 50px 0;
    color: #fff;
}

#subscribe i {
    float: left;
    margin-right: 20px;
    -webkit-transition: .5s all;
    transition: .5s all;
    margin-top: -9px;
}

#subscribe:hover i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

#subscribe h3 {
    margin-bottom: 6px;
    color: #fff;
}

#subscribe-form input[type=email] {
    background: rgba(255, 255, 255, .3);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 23px;
    float: right;
    width: 70%;
}

#subscribe-form input[type=email]::-webkit-input-placeholder {
    color: #fff;
}

#subscribe-form input[type=email]::-moz-placeholder {
    color: #fff;
}

#subscribe-form {
    position: relative;
}

#subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    border: none;
    padding: 12px 20px 10px;
    border-radius: 0 23px 23px 0;
    cursor: pointer;
}

/*
==========================================
    16.footer-copyright
==========================================
*/

.footer-added-para {
    margin-top: 50px;
    text-align: center;
}

.footer-added-para * {
    font-size: 17px;
}

@media (max-width: 767.98px) {
    .footer-added-para {
        text-align: justify;
    }
}

#footer-copyright {
    padding: 20px 0;
    background: linear-gradient(90deg,#004205,#11630E);
    color: #fff;
}


.copyright-text a {
    color: #fff;
}

.copyright-text a:hover {
    color: #AC8111;
}

.copyright-text ul li {
    display: inline-block;
}

.copyright-text a {
    color: #000;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-right: 20px;
}

.payment-method li {
    display: inline-block;
    margin-right: 20px;
}

.payment-method li a {
    width: 50px;
    height: 30px;
    display: block;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgba(44, 49, 59, 0.55);
    -webkit-transition: .3s all;
    transition: .3s all;
    color: #000;
}

.payment-method li a:hover {
    box-shadow: 1px 5px 5px 1px rgba(44, 49, 59, 0.55);
}

/* Scroll Up */

.scrollup {
    width: 50px;
    height: 50px;
    border-radius: 23px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    color: #fff;
    z-index: 888;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .5)
}

.scrollup:hover {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .5)
}

/*
==========================================
    17. Breadcrumb
==========================================
*/

#breadcrumb-area {
            position: relative;
            background: url(assets/img/background/breadcramp.jpg)!important;
            background-size: cover;
            background-position: center;
            z-index: 2;
            padding: 100px 0 100px;
            color: #fff;
            padding-top: 190px;
        }

#breadcrumb-area h2 {
    color: #fff;
    margin-bottom: 10px;
}

#breadcrumb-area ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#breadcrumb-area ul li:after {
    /*content: '\f105';
    font-family: FontAwesome;*/
    margin-left: 10px;
    content: "|";
}

#breadcrumb-area ul li:last-child:after {
    display: none;
}

#breadcrumb-area ul li {
    color: #fff;
}

/*
=================================================================
    02. About Us page
================================================================
*/

/*
==========================================
    01. Welcome
==========================================
*/

#welcome .section-title h3 {
    margin-bottom: 5px;
}

.welcome-box {
    background: #fff;
    -webkit-transition: .3s all;
    transition: .3s all;
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
}

.welcome-box:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.welcome-content {
    padding: 30px;
    overflow: hidden;
}

.welcome-box img {
    width: 100%;
}

.welcome-box h4 {
    margin-bottom: 10px;
}

.welcome-box p {
    margin-bottom: 20px;
}

.welcome-box a:hover {
    color: #ad0b53;
}

.welcome-box a {
    color: #dd3b09;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.welcome-box a i {
    margin-left: 5px;
}

/*
==========================================
    02. Why choose us
==========================================
*/

#wcu {
    background: #f7f7f7;
    position: relative;
}

.video-section {
    background: url(../img/about-page/wcu.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 45%;
}

.video-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
    background: #2c3145;
}

.video-section .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    transition: .5s;
}

.video-section .play-icon:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.watch-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.watch-more a {
    color: #fff;
}

.wcu-content {
    padding: 60px 0;
}

#wcu h2 {
    margin-bottom: 20px;
}

#wcu ul {
    margin: 16px 0 30px;
}

#wcu ul li {
    margin-bottom: 8px;
    list-style: disc;
    margin-left: 25px;
}

/*#wcu ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 10px;
}*/

#wcu .fun-fact h2 {
    margin-bottom: 5px;
}

/*
==========================================
    03. About-partner
==========================================
*/

#about-partner {
    padding: 80px 0;
}

#about-partner .single-partner {
    width: 100%;
    float: left;
    background: #f7f7f7;
    border: 0px solid rgba(0, 0, 0, .1);
}

#about-partner .single-partner:nth-child(1),
#about-partner .single-partner:nth-child(2),
#about-partner .single-partner:nth-child(3),
#about-partner .single-partner:nth-child(4) {
    border-bottom-width: 1px;
}

#about-partner .single-partner:nth-child(2) {
    border-left-width: 1px;
    border-right-width: 1px;
}

#about-partner .single-partner:nth-child(3) {
    border-right-width: 1px;
}

#about-partner .single-partner:nth-child(6) {
    border-left-width: 1px;
    border-right-width: 1px;
}

#about-partner .single-partner:nth-child(7) {
    border-right-width: 1px;
}

#portfolio.pricing-page {
    background: #fff;
}

/*
=================================================================
    03. Gallery page
================================================================
*/

.gallery-tab-sorting {
    margin-bottom: 40px;
}

.gallery-tab-sorting li {
    display: inline-block;
    padding: 0 10px;
}

.gallery-tab-sorting li a {
    color: #5e6271;
    padding: 0 5px 5px;
    display: block;
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.gallery-tab-sorting li a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.gallery-tab-sorting li a.active:after,
.gallery-tab-sorting li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-page .gallery-item figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    -webkit-transform: scale(1.1, 1.05);
    transform: scale(1.1, 1.05);
}

.gallery-page .gallery-item figure img {
    height: 100%;
    width: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.gallery-page .gallery-item figure:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.gallery-page .gallery-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    padding: 0 15px;
    z-index: 2;
    background: rgba(44, 49, 69, .7);
}

.gallery-page .gallery-item:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gallery-page .gallery-item figcaption ul li {
    display: inline-block;
    margin-right: 5px;
}

.gallery-page .gallery-item figcaption ul li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: block;
    text-align: center;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.gallery-page .gallery-item figcaption ul li a:hover {
    color: #fff;
}

.gallery-page .gallery-item figcaption h4 {
    color: #fff;
    margin: 15px 0 0;
}

.gallery-page .gallery-item figcaption h4,
.gallery-page .gallery-item figcaption ul li,
.gallery-page .gallery-item figcaption p {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.gallery-page .gallery-item figure:hover figcaption h4,
.gallery-page .gallery-item figure:hover figcaption ul li,
.gallery-page .gallery-item figure:hover figcaption p {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*
=================================================================
    04. Contact page
================================================================
*/

#map {
    height: 400px;
    margin-bottom: 50px;
}

#contact h2 {
    margin-bottom: 50px;
}

.contact-form textarea:focus,
.contact-form input:focus {
    border-style: 0;
}

.contact-form .input__label--hantus {}

.contact-form .input__field {
    padding: 10px 15px;
    border: 1px solid #eee;
}

.contact-form .input__field:focus {
    border-color: transparent;
}

.contact-form .graphic--hantus {
    stroke: transparent;
}

.contact-form button {
    border: none;
    cursor: pointer;
}

.info-box {
    padding: 30px 40px;
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    margin-bottom: 20px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.info-box:hover {
    box-shadow: 0px 4px 30px 0px rgba(44, 49, 59, 0.15);
}

.contact-info .info-box:last-child {
    margin-bottom: 0;
}

.info-box i {
    float: left;
    margin-right: 10px;
}

.info-box h4 {
    margin-bottom: 10px;
}

/*
=================================================================
    05. Portfolio page
================================================================
*/

.portfolio-tab-sorting {
    border: 1px solid #ebebeb;
    width: 100%;
    margin: 0 auto 50px;
    border-radius: 23px;
    overflow: hidden;
}

.portfolio-tab-sorting li {
    display: inline-block;
}

.portfolio-tab-sorting li a {
    padding: 10px 25px;
    color: #5e6271;
    -webkit-transition: .3s all;
    transition: .3s all;
    display: block;
    margin-right: -4px;
}

.portfolio-tab-sorting li a:hover,
.portfolio-tab-sorting li a.active {
    color: #fff;
}

.portfolio-item {
    margin-bottom: 15px;
}

.portfolio-page .portfolio-item figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border-radius: 5px;
    background: rgba(44, 49, 69, .7);
    -webkit-transition: .3s all;
    transition: .3s all;
}

.portfolio-page .portfolio-item figure:hover {
    box-shadow: -3.758px 15px 30px 0px rgba(42, 57, 63, 0.15);
}

.portfolio-page .portfolio-item figure img {
    max-height: 100%;
    width: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.portfolio-page .portfolio-item figure:hover img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.portfolio-page .portfolio-item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    padding: 0 15px;
    z-index: 2;
    border-radius: 5px;
}

.portfolio-page .portfolio-item figure:hover figcaption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-page .portfolio-item figcaption h4 {
    color: #fff;
    margin: 0 0 5px;
}

.portfolio-page .portfolio-item figure:hover figcaption h4 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio-page .portfolio-item figcaption h6 {
    color: #fff;
    margin: 0 0 12px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.portfolio-page .portfolio-item figure:hover figcaption h6 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.05s;
}

.portfolio-page .portfolio-item figcaption p {
    margin-bottom: 10px;
}

.portfolio-page .portfolio-item figure:hover figcaption p {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.1s;
}

.portfolio-page .portfolio-item figcaption a {
    display: inline-block;
    color: #fff;
    text-decoration: underline;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.portfolio-page .portfolio-item figure:hover figcaption a {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.15s;
}

.portfolio-page .portfolio-item figure figcaption a:hover {
    color: rgba(255, 255, 255, .7);
}

.portfolio-page .portfolio-item figcaption p,
.portfolio-page .portfolio-item figcaption a,
.portfolio-page .portfolio-item figcaption h6,
.portfolio-page .portfolio-item figcaption h4 {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

.portfolio-page .portfolio-item figure:hover figcaption h4,
.portfolio-page .portfolio-item figure:hover figcaption h6,
.portfolio-page .portfolio-item figure:hover figcaption p,
.portfolio-page .portfolio-item figure:hover figcaption a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
=============================
    Pagination
=============================
*/

li.page-item .page-link {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-right: 10px;
    border-radius: 5px;
    color: #5e6271;
    padding: 10px 16px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

li.page-item .page-link:hover,
li.page-item.active .page-link {
    color: #fff;
}

nav.portfolio-pagination {
    margin-top: 30px;
}

/*
=================================================================
    06. Blog page
================================================================
*/

.full-width.section-padding {
    padding-bottom: 50px;
}

.blog-post {
    box-shadow: 0px 1px 4px 0px rgba(44, 49, 59, 0.15);
    border-radius: 5px;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-bottom: 30px;
}

.blog-post:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
}

.post-thumb {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.post-thumb img {
    -webkit-transition: all ease-in .28s;
    transition: all ease-in .28s;
    width: 100%;
}

.blog-post:hover .post-thumb img {
    -webkit-transform: scale(1.15) rotate(-4deg);
    transform: scale(1.15) rotate(-4deg);
}

.post-content {
    padding: 20px 30px;
}

.meta-info li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}

.meta-info li:after {
    content: '';
    height: 16px;
    width: 2px;
    position: absolute;
    right: 0;
    top: 4px;
    background: #c2c2c2;
}

.meta-info li:last-child:after {
    display: none;
}

.meta-info li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.meta-info li a {
    color: #c2c2c2;
}

.meta-info li a:hover {
    color: #2c3145;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.blog-post .post-title a {
    color: #2c3145;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.blog-post p {
    margin-bottom: 10px;
}

.blog-post a.read-more {
    color: #c2c2c2;
}

/*
=======================================
    01. Single Post
=======================================
*/

.single-post .blog-post {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.single-post .blog-post .post-thumb {
    border-radius: 0;
}

.single-post .blog-post .post-content {
    padding: 30px 0;
}

.single-post .post-header {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}

.single-post .post-header ul {
    display: inline-block;
}

.single-post .post-header .text-right {
    float: right;
}

.single-post .post-header .text-right li {
    display: inline-block;
    margin-left: 15px;
}

.single-post .post-header .text-right li a {
    color: #c2c2c2;
}

.single-post .post-header .text-right li a i {
    margin-right: 5px;
}

.meta-data ul {
    display: inline-block;
}

.meta-data ul.text-right {
    float: right;
}

.meta-data ul li {
    display: inline-block;
    color: #2c3145;
}

.meta-data ul li a {
    color: #c2c2c2;
}

.meta-data ul.share li a {
    padding-left: 15px;
}

.post-new-comment h4 {
    margin-bottom: 10px;
}

.media p.comment {
    margin-bottom: 6px;
}



/* Count area */

.count-area {
    padding: 60px 0;
}

.count-area .time-wrap {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-top: 24px;
}

.count-area .time-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
}

.count-area .time-wrap:hover:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.count-area .time-wrap span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: rotate(-45deg);
    transform: rotate(90deg);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.count-area .text {
    margin-top: 35px;
    color: #fff;
}

/* Subscribe */

.subscribe-wrapper {
    position: relative;
}

.subscribe-wrapper .form-control {
    border: none;
    box-shadow: none;
    background: rgba(255, 255, 255, .3);
    border-radius: 0;
    height: 60px;
    border-radius: 0;
    color: #fff;
    padding: 20px;
}

.subscribe-wrapper button {
    border: none;
    box-shadow: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 20px;
    cursor: pointer;
}

.subscribe-wrapper .form-control::-webkit-input-placeholder {
    color: #fff;
}

.coming-soon-wrapper footer {
    margin-top: 50px;
    margin-bottom: 80px;
}

.coming-soon-wrapper footer .social li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.coming-soon-wrapper footer .social a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #2c3145;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.coming-soon-wrapper .social a:hover i {
    -webkit-animation: socialFxD .3s forwards;
    animation: socialFxD .3s forwards
}

@keyframes socialFxD {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    51% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.coming-soon-wrapper .social a:hover i.fa-facebook-f {
    color: #3A589B;
}

.coming-soon-wrapper .social a:hover i.fa-twitter {
    color: #1CB7EB;
}

.coming-soon-wrapper .social a:hover i.fa-linkedin-in {
    color: #1686B0;
}

.coming-soon-wrapper .social a:hover i.fa-google-plus-g {
    color: #E3411F;
}

.coming-soon-wrapper .social a:hover i.fa-instagram {
    color: #6C27B3;
}

.coming-soon-wrapper .social a:hover i.fa-whatsapp {
    color: #75B73B;
}

.coming-soon-wrapper .social {
    margin-bottom: 15px;
}

/* ---- particles.js container ---- */

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.featuresbottom-carousel .owl-nav {
    display: block !important;
}

.featuresbottom-carousel .owl-prev {
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: #074425;
    color: #fff;
    float: left;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin-left: 37%;
    cursor: pointer;
}

.featuresbottom-carousel .owl-next {
    width: 37px;
    height: 37px;
    line-height: 37px;
    background-color: #074425;
    color: #fff;
    float: right;
    display: block;
    border-radius: 50%;
    text-align: center;
    margin-right: 37%;
    cursor: pointer;
}

.contact-form {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 15px;
}

/*custom css starts*/

nav {
    width: 100% !important;
}

/*custom css ends*/

/*faq section starts*/

.faq-section {
    margin: 50px auto;
}

.faq-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #333;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    text-align: left;
    background: #00420d;
    border: none;
    padding: 15px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    color: #fff;
    transition: 0.2s;
}

.faq-question:hover {
    background-color: #9E7F15;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    padding: 0 15px;
}

.faq-answer p::before {
    content: "Ans : ";
}

.faq-answer p {
    margin: 10px 0;
}

.faq-question.active+.faq-answer {
    max-height: 200px;
    /* Adjust this based on your content */
}

.icon {
    font-size: 1.2rem;
    color: #fff;
    transition: transform 0.3s;
}

.faq-question.active .icon {
    transform: rotate(45deg);
}

/*faq section ends*/

/*contact us starts*/

.contact-us-page-heading-content h1 {
    padding: 10px 0 20px 0;
}

/*contact us ends*/

/*sitemap section starts*/

.sitemap-content {
    padding: 50px 0;
    height: 100%;
    width: 100%;
    background-color: #6fbe7e2b;
}

.sitemap-page {
    max-width: 800px;
    margin: 0px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sitemap-title {
    text-align: center;
    font-size: 36px;
    color: #ff0018;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .sitemap-title {
        font-size: 28px;
    }
    .copyright-text {
        text-align: center;
    }
}

.sitemap-page .section {
    margin-bottom: 40px;
}

.sitemap-page .section-title {
    font-size: 24px;
    color: #ff0018;
    margin-bottom: 10px;
}

.sitemap-page .section ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.sitemap-page .section ul ul li::before {
    content: "\2192";
    font-size: 24px;
    color: #ff0018;
    margin-right: 0px;
}

.sitemap-page .section ul li {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}

.sitemap-page .section ul li a {
    color: #00420d;
    text-decoration: none;
    padding: 5px 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 5px;
}

.sitemap-page .section ul li a:hover {
    background-color: #004205;
    color: #fff;
}

.sitemap-page .section ul ul {
    margin-left: 20px;
}

.sitemap-page .section ul ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #FF4500;
    color: #000000;
}

.sitemap-page .section ul ul li a:hover {
    background-color: #ff0018;
    color: #fff;
}

/* sitemap section ends */



.fa-phone,
.fa-calendar {
    color: #fff;
}


            /*mobile-header*/

            .mobile-header {
                display: none;
            }

            .header0946 {
                display: block;
            }

            /*mobile-header*/

            .header0946 {
                margin: 0;
                padding: 0;
                background: #fff;
                position: relative;
            }

            /*.header0946 .container { position: relative; }*/

            .header0946 .logo-lt {
                margin: 0;
                padding: 0;
                width: 20%;
                float: left;
            }

            .header0946 .logo-lt img {
                width: 100%;
            }

            .header0946 .rt-manu {
                margin: 0;
                padding: 0;
                width: 80%;
                float: left;
            }

            .header0946 .rt-manu ul {
                margin: 0;
                padding: 0;
                text-align: right;
            }

            .header0946 .rt-manu ul li {
                margin: 0;
                padding: 0;
                display: inline-block;
            }

            .header0946 .rt-manu ul li a {
                margin: 0;
                padding: 21px 10px;
                display: block;
                font-size: 15px;
                color: #000;
                line-height: 21px;
                text-decoration: none;
            }

            /*-- full-sub-block-manu --*/

            .header0946 .rt-manu ul li {
                /*position: relative; */
            }

            .header0946 .rt-manu ul li .full-sub-block-manu {
                margin: 0;
                padding: 12px 0;
                width: 100%;
                position: absolute;
                left: 0;
                top: 80px;
                background: #fff;
                opacity: 0;
                visibility: hidden;
                transition: all 0.6s;
                border-top: 1px solid #ccc;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu li {
                margin: 0;
                padding: 0;
                width: 20%;
                float: left;
                text-align: left;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu li a {
                margin: 0;
                padding: 0;
            }

            .item h3 a {
                padding: 0px !important;
                font-size: 18px !important;
            }

            /*-- full-sub-block-manu End--*/

            /*full-sub-sub-2 start*/

            .header0946 .rt-manu ul li:hover .full-sub-block-manu {
                opacity: 1;
                visibility: visible;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 63px;
                z-index: 9999;
                box-shadow: 9px 12px 9px 0px #ccc
            }

            .header0946 .rt-manu ul li .full-sub-block-manu .sub-manu-container {
                max-width: 1140px;
                width: 100%;
                padding-right: var(--bs-gutter-x, .75rem);
                padding-left: var(--bs-gutter-x, .75rem);
                margin-right: auto;
                margin-left: auto;
                display: flex;
                flex-flow: row wrap;
                align-content: flex-start;
                align-items: stretch;
                margin: auto;
                height: auto;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu .item {
                margin: 0;
                padding: 0;
                float: left;
                text-align: left;
                padding: 4px;
                flex: 25%;
                max-width: 25%;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu .item h3 {
                margin: 0;
                padding: 0;
                font-size: 18px;
                color: #000;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu .item ul {
                margin: 0;
                padding: 0;
                display: block;
                width: 100%;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu .item ul li {
                margin: 0;
                padding: 0;
                display: block;
                width: 100%;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu .item ul li a {
                margin: 0;
                padding: 0;
                display: block;
                font-size: 15px;
                color: #999;
                line-height: 25px;
                transition: all 0.6s;
            }

            .header0946 .rt-manu ul li .full-sub-block-manu .item ul li a:hover {
                color: #000;
                transition: all 0.3s;
            }

            /*full-sub-sub-2 end*/

            /*-- single-submanu start --*/

            .header0946 .rt-manu ul .single-sub {
                position: relative;
            }

            .header0946 .rt-manu ul .single-sub ul {
                margin: 0;
                padding: 10px;
                display: block;
                width: 250px;
                position: absolute;
                left: 0;
                top: 62px;
                background: #eee;
                text-align: left;
                opacity: 0;
                visibility: hidden;
                transition: all 0.6s;
                z-index: 9999;
            }

            .header0946 .rt-manu ul .single-sub:hover ul {
                position: absolute;
                position: absolute;
                left: 0;
                top: 62px;
                opacity: 1;
                visibility: visible;
                transition: all 0.6s;
            }

            .header0946 .rt-manu ul .single-sub ul li {
                margin: 0;
                padding: 0;
                display: block;
                width: 100%;
            }

            .header0946 .rt-manu ul .single-sub ul li a {
                margin: 0;
                padding: 4px 0px;
                display: block;
                font-size: 16px;
                color: #444;
                line-height: 21px;
            }

            .header0946 .rt-manu ul .single-sub ul li a:hover {
                color: #000;
                transition: all 0.3s;
            }

            .header0946 .rt-manu ul .single-sub ul li a:hover {
                color: #000;
                transition: all 0.6s;
            }

            /*-- single-submanu end--*/

            /*-- mediaquery --*/

            /*start*/

            @media screen and (max-width:1200px) {
                .header0946 .rt-manu ul li a {
                    padding: 34px 15px;
                }
                /**/
            }

            /*end*/

            /*start*/

            @media screen and (max-width:991px) {
                .header0946 .rt-manu ul li a {
                    padding: 34px 6px;
                    font-size: 13px;
                }
                .header0946 .rt-manu ul li .full-sub-block-manu .item {
                    padding: 4px;
                    flex: 25%;
                    max-width: 25%;
                }
                /**/
            }

            /*end*/

            /*start*/

            @media screen and (max-width:767px) {
                /*mobile-header*/
                .mobile-header {
                    display: block;
                }
                .header0946 {
                    display: none;
                }
                /*mobile-header*/
            }

            /*end*/

            /*start*/

            @media screen and (max-width:552px) {}

            /*end*/

            /*-- mediaquery --*/

            .logo-lt img {
                height: 100%;
                width: 100%;
                object-fit: contain;
            }


            .modal {
            pointer-events: none;
        }



        .about-doctor-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Image */
.about-image {
  flex: 1;
  background: #f6f9f3;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

/* Content */
.about-content {
  flex: 1;
}

.section-tag {
  display: inline-block;
  background: #1f6a3a;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.about-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #1f3d1f;
  margin-bottom: 5px;
}

.about-content h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #d4af37;
  margin-bottom: 20px;
}

.about-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

.about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #1f6a3a;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

.about-btn:hover,
.about-btn:focus {
    background-color: #AC8111;
    color: #ffffff;
    border-color: #AC8111;
    box-shadow: none;
}



@media (max-width: 768px) {
  .about-wrapper {
    flex-direction: column;
  }

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

.why-ayurveda {
    padding: 90px 0;
    background: linear-gradient(
        135deg,
        #e4f0d8,
        #cfe6b8
    );
}

.why-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Left Visual */
.why-visual {
  flex: 1;
  display: flex;
  justify-content: center;
}

.visual-image {
  width: 440px;
  height: 440px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  background: #e6f0dc;
}

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

/* Content */
.why-content {
  flex: 1.2;
}

.why-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  color: #1f3d1f;
  margin-bottom: 30px;
}

.why-content h2 span {
  color: #AC8111;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.why-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.why-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #1f6a3a;
  margin-bottom: 10px;
}

.why-card p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}


@media (max-width: 768px) {
  .why-wrap {
    flex-direction: column;
    text-align: center;
  }

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

  .why-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .visual-image {
    width: 100%;
    height: 260px;
  }
}

      .visual-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(31,106,58,0.15),
    rgba(172,129,17,0.1)
  );
}

.why-card {
  transition: all 0.35s ease;
  border: 1px solid transparent;
}

.why-card:hover {
  border-color: #AC8111;
  box-shadow: 0 18px 40px rgba(172, 129, 17, 0.25);
  transform: translateY(-6px);
}

.why-card {
  transition: all 0.35s ease;
  border: 1px solid transparent;
}

.why-card:hover {
  border-color: #AC8111;
  box-shadow: 0 18px 40px rgba(172, 129, 17, 0.25);
  transform: translateY(-6px);
}



/* ===============================
   OUR SERVICES – FINAL VERSION
================================ */

.services-modern {
  padding: 90px 0;
  background: #fff8eb;
}

/* Header */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #1f3d1f;
}

.services-header h2 span {
  color: #236B39;
}

.services-header p {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

/* Cards layout */
.services-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.service-box {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  border: 2px solid transparent;
}

/* Icons */
.service-box i {
  font-size: 46px;
  margin-bottom: 20px;
  color: #AC8111;   /* default icon color */
  transition: all 0.3s ease;
}

/* Text */
.service-box h4 {
  font-size: 18px;
  color: #1f3d1f;
  margin-bottom: 12px;
}

.service-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* HOVER – SAME FOR ALL */
.service-box:hover {
  background: #236B39;
  border-color: #236B39;
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(35, 107, 57, 0.35);
}

.service-box:hover i,
.service-box:hover h4,
.service-box:hover p {
  color: #ffffff;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .services-cards {
    grid-template-columns: 1fr;
  }

  .services-header h2 {
    font-size: 28px;
  }
}





/* ===============================
   OUR TREATMENTS – FINAL VERSION
================================ */


.our-treatments {
  padding: 100px 0;
  background:
    linear-gradient(rgba(255,255,255,0.88), rgba(255,255,255,0.88)),
    url("../assets/img/bg/why-ayurveda-bg.jpg") center center / cover no-repeat;
}

.treatment-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 70px;
}

.treatment-title h2 {
  font-size: 40px;
  color: #236B39;
  font-family: 'Playfair Display', serif;
}

.treatment-title p {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

/* Grid */
.treatment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Card */
.treatment-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  text-align: center;
}

.treatment-card img {
  width: 100%;
  height: 220px;
  object-fit: contain; /* 👈 NO IMAGE CROP */
  background: #f6fbf5;
  padding: 20px;
}

.treatment-card h4 {
  padding: 22px;
  font-size: 20px;
  color: #236B39;
  font-weight: 600;
}

/* GOLDEN PREMIUM HOVER */
.treatment-card:hover {
  transform: translateY(-10px);
  border-color: #AC8111;
  box-shadow: 0 25px 50px rgba(172,129,17,0.35);
}

.treatment-card:hover h4 {
  color: #AC8111;
}



/* Responsive */
@media (max-width: 992px) {
  .treatment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .treatment-grid {
    grid-template-columns: 1fr;
  }

  .treatment-title h2 {
    font-size: 28px;
  }
}

.section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #1f3d1f;
}

.section-title h2 span {
  color: #236B39;
}









/* ===== PRODUCT SECTION ===== */

.premium-products{
padding:60px 5%;
background:#f9f9f6;
}

.product-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.product-card{
background:#fff;
padding:25px;
border-radius:18px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,0.06);
transition:0.3s ease;
}

.product-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,0.12);
}

.product-card img{
width:150px;
height:150px;
object-fit:contain;
margin-bottom:15px;
}

.price{
color:#b88a44;
font-weight:600;
margin:10px 0;
}

.add-btn{
background:#2f6f4e;
color:#fff;
padding:10px 22px;
border:none;
border-radius:30px;
cursor:pointer;
transition:0.3s;
}

.add-btn:hover{
background:#1c3b2f;
}

.view-btn{
display:block;
margin:40px auto 0;
background:linear-gradient(135deg,#cfa25f,#b88a44);
color:#fff;
border:none;
padding:12px 28px;
border-radius:30px;
cursor:pointer;
}

.hidden{
display:none;
}

/* ===== TOAST ===== */

.toast{
position:fixed;
top:90px; /* header ke neeche show hoga */
right:20px;
background:linear-gradient(135deg,#11630E,#2f6f4e);
color:#fff;
padding:14px 26px;
border-radius:50px;
display:none;
z-index:99999; /* very high so header ke upar aaye */
box-shadow:0 12px 30px rgba(0,0,0,0.2);
font-weight:500;
letter-spacing:0.5px;
animation:slideIn 0.4s ease;
}

/* Mobile me thoda adjust */
@media(max-width:768px){
.toast{
top:80px;
right:10px;
left:10px;   /* full width pill effect */
text-align:center;
}
}

@keyframes slideIn{
from{
transform:translateY(-20px);
opacity:0;
}
to{
transform:translateY(0);
opacity:1;
}
}

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

.cart-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.4);
backdrop-filter:blur(6px);
opacity:0;
visibility:hidden;
transition:0.3s;
z-index:998;
}

.cart-overlay.active{
opacity:1;
visibility:visible;
}

/* ===== MINI CART ===== */

.cart-sidebar{
position:fixed;
top:0;
right:-420px;
width:380px;
height:100%;
background:#fff;
box-shadow:-10px 0 40px rgba(0,0,0,0.15);
transition:all 0.5s cubic-bezier(.68,-0.55,.27,1.55);
z-index:99999;
display:flex;
flex-direction:column;
}

.cart-sidebar.active{
right:0;
}

/* Header */
.cart-header{
background:#11630E;
color:#fff;
padding:22px 20px;   /* thoda extra padding for mobile */
display:flex;
justify-content:space-between;
align-items:center;
}

.cart-header h3{
color:#fff;
margin:0;
font-size:20px;
line-height:1.3;
}


.cart-header span{
color:#fff;
font-size:22px;
cursor:pointer;
}


.apply-btn{
width:100%;
padding:12px;
background:#11630E;
color:#fff;
border:none;
border-radius:8px;
cursor:pointer;
transition:0.3s ease;
}

.apply-btn:hover{
background:#9D7F16;
}



.checkout-btn{
width:100%;
padding:14px;
margin-top:12px;
background:#9D7F16;
color:#fff;
border:none;
border-radius:10px;
font-weight:600;
cursor:pointer;
transition:0.3s ease;
}

.checkout-btn:hover{
background:#11630E;
}






/* Items */
.cart-items{
flex:1;
overflow-y:auto;
padding:18px;
}

.cart-item{
display:flex;
gap:12px;
align-items:center;
background:#f9f9f6;
padding:12px;
border-radius:12px;
margin-bottom:15px;
}

.cart-item img{
width:55px;
height:55px;
object-fit:contain;
border-radius:8px;
background:#fff;
padding:4px;
}

.cart-item strong{
color:#1c3b2f;
}

.cart-item button{
background:#e6e6e6;
border:none;
padding:4px 8px;
border-radius:6px;
cursor:pointer;
}

.cart-item span{
cursor:pointer;
}

/* Summary */
.cart-summary{
padding:18px;
border-top:1px solid #eee;
background:#fff;
}

.cart-summary div{
margin-bottom:6px;
}

.grand-total{
font-weight:700;
font-size:18px;
color:#1c3b2f;
margin-top:10px;
}

/* Coupon */
#couponInput{
width:100%;
padding:8px;
margin-top:10px;
border:1px solid #ddd;
border-radius:6px;
}

.apply-btn{
margin-top:8px;
width:100%;
background:#2f6f4e;
color:#fff;
padding:8px;
border:none;
border-radius:6px;
cursor:pointer;
}

.apply-btn:hover{
background:#1c3b2f;
}

/* Checkout */
.checkout-btn{
width:100%;
padding:12px;
margin-top:10px;
background:linear-gradient(135deg,#cfa25f,#b88a44);
color:#fff;
border:none;
border-radius:10px;
cursor:pointer;
font-weight:600;
transition:0.3s;
}

.checkout-btn:hover{
opacity:0.9;
}

/* Mobile */
@media(max-width:768px){

.cart-sidebar{
top:70px; /* header height ke barabar */
height:calc(100% - 70px);
width:100%;
}

}


.header-cart{
position:absolute;
right:0;
cursor:pointer;
font-size:22px;
color:#1c3b2f;
}

.cart-count{
position:absolute;
top:-8px;
right:-10px;
background:#cfa25f;
color:#fff;
font-size:12px;
padding:3px 7px;
border-radius:50%;
}

@media(max-width:768px){
.header-cart{
right:10px;
}
}


.products-header{
display:flex;
align-items:center;
justify-content:center;
position:relative;
margin-bottom:40px;
}

.products-header h2{
text-align:center;
font-size:38px;
color:#11630E;
margin-bottom:10px;
}






/* ===== TESTIMONIAL SECTION ===== */

.testimonial-section{
background:#E6E6D2;
padding:100px 5%;
}

.testimonial-header{
text-align:center;
margin-bottom:60px;
}

.testimonial-header h2{
font-size:38px;
color:#11630E;
margin-bottom:10px;
}

.testimonial-header p{
color:#333;
}

/* Grid 4 Column */
.testimonial-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

/* Card */
.testimonial-card{
background:#ffffff;
padding:30px;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
transition:all 0.4s ease;
position:relative;
overflow:hidden;

/* NEW */
border-left:3px solid #11630E;
}

/* Hover Golden Glow */
.testimonial-card:hover{
transform:translateY(-8px);
background:linear-gradient(135deg,#9D7F16,#c8a93c);
color:#fff;
box-shadow:0 25px 60px rgba(0,0,0,0.2);
}

.testimonial-card:hover .stars{
color:#fff;
}

.testimonial-card:hover .review-name{
color:#fff;
}

/* Stars */
.stars{
color:#9D7F16;
font-size:18px;
letter-spacing:3px;
margin-bottom:15px;
}

/* Text */
.testimonial-card p{
font-size:15px;
line-height:1.7;
margin-bottom:20px;
}

/* Name */
.review-name{
font-weight:600;
color:#000;
}

/* Responsive */
@media(max-width:1024px){
.testimonial-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:768px){
.testimonial-grid{
grid-template-columns:1fr;
}
.testimonial-header h2{
font-size:26px;
}
}


.google-review-btn-wrapper{
text-align:center;
margin-top:50px;
}

.google-review-btn{
display:inline-block;
background:#11630E;
color:#fff;
padding:14px 32px;
border-radius:40px;
text-decoration:none;
font-weight:600;
letter-spacing:0.5px;
transition:all 0.3s ease;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.google-review-btn:hover{
background:#AC8111;
color:#fff !important;   /* IMPORTANT */
transform:translateY(-3px);
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}








/* ===== PREMIUM LOCATION SECTION ===== */

.premium-location-section{
background:#E3E5D1;
padding:120px 5%;
}

.location-container{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:60px;
align-items:center;
}

/* LEFT CARD */
.location-card{
background:rgba(255,255,255,0.95);
padding:60px;
border-radius:30px;
box-shadow:0 25px 60px rgba(0,0,0,0.1);
position:relative;
overflow:hidden;
}

/* Golden Accent */
.location-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:6px;
height:100%;
background:linear-gradient(to bottom,#9D7F16,#d4af37);
}

.location-card h2{
color:#11630E;
font-size:20px;
letter-spacing:2px;
margin-bottom:15px;
text-transform:uppercase;
}

.location-card h3{
font-size:34px;
color:#000;
margin-bottom:20px;
}

.location-address{
color:#444;
line-height:1.8;
margin-bottom:40px;
}

/* Buttons */
.location-buttons{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.location-btn{
padding:14px 35px;
border-radius:40px;
text-decoration:none;
font-weight:600;
transition:all 0.3s ease;
}

/* Primary */
.primary-btn{
background:#11630E;
color:#fff;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.primary-btn:hover{
background:#9D7F16;
color:#fff;
transform:translateY(-3px);
}

/* Outline */
.outline-btn{
border:2px solid #11630E;
color:#11630E;
}

.outline-btn:hover{
background:#11630E;
color:#fff;
transform:translateY(-3px);
}

/* MAP */
.location-map iframe{
width:100%;
height:400px;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,0.15);
border:none;
}

/* Responsive */
@media(max-width:1024px){
.location-container{
grid-template-columns:1fr;
}
.location-map iframe{
height:350px;
}
}




/* ===== Footer SECTION ===== */

@media (max-width:768px){

.premium-location-section{
padding:60px 20px;
}

.location-container{
grid-template-columns:1fr;
gap:40px;
}

.location-card{
padding:40px 25px;
border-radius:25px;
}

/* Golden strip thinner on mobile */
.location-card::before{
width:4px;
}

/* Heading size adjust */
.location-card h3{
font-size:28px;
line-height:1.3;
}

/* Address spacing */
.location-address{
font-size:15px;
line-height:1.7;
}

/* Buttons full width */
.location-buttons{
flex-direction:column;
gap:15px;
}

.location-btn{
width:100%;
text-align:center;
}

.location-map iframe{
height:280px;
border-radius:20px;
}
}






#footer-widgets .widget_about{
    text-align:left !important;
}

#footer-widgets .footer-logo{
    text-align:left !important;
}

#footer-widgets .footer-logo img{
    width:210px !important;
    height:auto !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-bottom:30px !important;
    display:block;
}









/* ===== IMAGE WRAPPER ===== */
.dr-luxury-image{
    width:45%;
    flex-shrink:0;
    position:relative;   /* IMPORTANT - badge positioning ke liye */
}

/* ===== IMAGE ===== */
.dr-luxury-image img{
    width:100%;
    height:auto;
    border-radius:20px;
    display:block;
    transition:0.4s ease;
}

/* Image Hover */
.dr-luxury-image img:hover{
    transform:translateY(-8px);
}

/* ===== PREMIUM GLASS BADGE ===== */
.luxury-badge{
    position:absolute;
    bottom:35px;
    left:-30px;   
    
    padding:14px 30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.5px;
    border-radius:50px;

    color:#fff;

    /* Glass Effect */
    background:rgba(204,154,30,0.75);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,0.3);
    box-shadow:0 15px 35px rgba(0,0,0,0.25);

    transition:0.4s ease;
}

/* Hover Lift Effect */
.dr-luxury-image:hover .luxury-badge{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,0.35);
}


/* ===== CONTENT ===== */
.dr-luxury-content{
    width: 55%;
}
.luxury-tag{
    display:inline-block;
    font-size:13px;
    letter-spacing:2px;
    color:#11630E;
    font-weight:600;
    margin-bottom:12px;
    text-transform:uppercase;


    
}

.dr-luxury-content h2{
    font-size:34px;
    font-weight:700;
    color:#11630E;
    margin-bottom:8px;
}

.luxury-subtitle{
    font-size:16px;
    font-weight:500;
    color:#CC9A1E;
    margin-bottom:12px;
}

.luxury-divider{
    width:60px;
    height:3px;
    background:#11630E;
    margin-bottom:25px;
}

.dr-luxury-content p{
    font-size:15px;
    line-height:1.8;
    color:#2a2a2a;
    margin-bottom:18px;
}

/* ===== HIGHLIGHTS GRID ===== */
.luxury-highlights{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 25px;
    margin:25px 0;
}

.luxury-highlights div{
    font-size:14px;
    font-weight:500;
    color:#11630E;
    position:relative;
    padding-left:20px;
}

.luxury-highlights div:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#CC9A1E;
    font-weight:700;
}

/* ===== BUTTONS ===== */
.luxury-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-top:25px;
}

/* PRIMARY (CALL BUTTON) */
.lux-btn-primary{
    background:#11630E;
    color:#fff !important;
    padding:12px 26px;
    border-radius:35px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s ease;
    display:inline-block;
}

.lux-btn-primary:hover{
    background:#CC9A1E;   /* ✅ Golden hover */
    color:#fff !important; /* ✅ Text white fix */
    transform:translateY(-3px);
}

/* WHATSAPP BUTTON */
.lux-btn-whatsapp{
    background:#25D366;
    color:#fff !important;
    padding:12px 26px;
    border-radius:35px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s ease;
    display:inline-block;
}

.lux-btn-whatsapp:hover{
    background:#1ebe5d;
    color:#fff !important;  /* ✅ Prevent blue text */
    transform:translateY(-3px);
}

.lux-btn-outline{
    border:2px solid #CC9A1E;
    color:#CC9A1E;
    padding:10px 24px;
    border-radius:35px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.lux-btn-outline:hover{
    background:#CC9A1E;
    color:#fff;
    transform:translateY(-3px);
}










/* Best Ayurvedic Doctor Section Background */
#services{
    background-color: #ffffff !important;
}

/* Thoda premium spacing */
#services.section-padding{
    padding: 80px 0;
}

/* Heading styling premium feel ke liye */
#services .section-title h2{
    color: #11630E;
    font-weight: 700;
}

#services .section-title h2 span{
    color: #CC9A1E;
}

/* Subtitle paragraph inside h2 ko proper style */
#services .section-title h2 p{
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin-top: 10px;
}

/* Content paragraph styling */
#services .why_ayurveda p{
    color: #333;
    line-height: 1.8;
}

/* Read More button premium look */
#services .about-btn{
    background: #11630E;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s ease;
}

#services .about-btn:hover{
    background: #CC9A1E;
    color: #fff;
}



/* SECTION TITLE */
.treatment-title{
    text-align:center;
    margin-bottom:60px;
}

.treatment-title h2{
    font-size:36px;
    font-weight:700;
    color:#11630E;
}

.treatment-title p{
    color:#555;
    margin-top:10px;
}

/* GRID */
.treatment-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

/* CARD */
.treatment-card{
    background:#ffffff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.4s ease;
    display:flex;
    flex-direction:column;
}

.treatment-card:hover{
    transform:translateY(-10px);
}

/* IMAGE BOX */
.treatment-img{
    height:300px;
    overflow:hidden;
}

.treatment-img img{
    width:100%;
    height:100%;
    object-fit:cover;  /* Important for 900x700 image */
    transition:0.5s ease;
}

.treatment-card:hover img{
    transform:scale(1.05);
}

/* CONTENT */
.treatment-content{
    padding:25px;
    text-align:center;
}

.treatment-content h4{
    color:#11630E;
    font-size:22px;
    margin-bottom:10px;
    font-weight:600;
}

.treatment-content p{
    font-size:14px;
    color:#666;
    line-height:1.6;
    margin-bottom:20px;
}

/* BUTTONS */
.treatment-buttons{
    display:flex;
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}

/* Book Button */
.btn-book{
    background:#11630E;   /* same as heading */
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    text-decoration:none;
    transition:0.3s ease;
}

.btn-book:hover{
    background:#9D7F15;
    color:#fff;
}

/* Call Button */
.btn-call{
    background:#9D7F15;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    text-decoration:none;
    transition:0.3s ease;
}

.btn-call:hover{
    background:#11630E;
    color:#fff;
}

.treatment-card{
    border:2px solid #11630E;   /* Premium Green */
}




/* PRODUCT CARD PREMIUM STYLE */
.product-card {
    background: #f4f4f4;
    border: 3px solid #1f6b3c;   /* green border */
    border-radius: 28px;
    padding: 25px 20px 35px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}

/* Golden Hover Effect */
.product-card:hover {
    border-color: #c8a44d;
    box-shadow: 0 15px 35px rgba(200, 164, 77, 0.35);
    transform: translateY(-8px);
}

/* Image Box */
.product-card img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    padding: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 15px;
    background: #fafafa;
    transition: 0.3s ease;
}

/* Image Hover Glow */
.product-card:hover img {
    border-color: #c8a44d;
}

/* Heading Style */
.product-card h4 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 18px;
    color: #1e2d3b;
    position: relative;
    padding-bottom: 10px;
}

/* Line under heading */
.product-card h4::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #2e6b4f;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 5px;
    transition: 0.3s ease;
}

.product-card:hover h4::after {
    background: #c8a44d;
    width: 60px;
}

/* Price */
.price {
    font-size: 18px;
    font-weight: 600;
    color: #2e6b4f;
    margin: 15px 0;
}

/* Button */
.add-btn {
    background: #2e6b4f;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    transition: 0.3s ease;
}

.add-btn:hover {
    background: #c8a44d;
}


.product-buttons{
    display:flex;
    gap:10px;
    margin-top:10px;
}

.add-btn{
    flex:1;
    background:#0f5f1c;
    color:#fff;
    border:none;
    padding:8px 12px;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
}

.add-btn:hover{
    background:#0a4a15;
}

.buy-now-btn{
    flex:1;
    background:#947D17;
    color:#fff;
    border:none;
    padding:8px 12px;
    border-radius:6px;
    cursor:pointer;
    transition:0.3s;
}

.buy-now-btn:hover{
    background:#11630E;
}

.treatment-view-more{
    display:flex;
    justify-content:center;
    margin:60px 0 20px 0;
}

.view-more-btn{
    display:inline-block;
    background:#11630E;
    color:#fff;
    padding:14px 36px;
    border-radius:40px;
    font-size:15px;
    font-weight:600;
    letter-spacing:0.5px;
    text-decoration:none;
    transition:all 0.3s ease;
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.view-more-btn:hover{
    background:#9D7F15;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(0,0,0,0.2);
}

.footer-map iframe {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.footer-map iframe:hover {
    transform: scale(1.02);
}





/* ============================= */
/* DESKTOP HEADER ADJUSTMENT    */
/* ============================= */

@media (min-width: 992px){

    /* White header height increase */
    .header0946{
        padding: 22px 0 !important;   /* height increase */
    }

    /* Logo size thoda adjust */
    .logo-lt img{
        height: 80px;
    }

    /* Menu vertically center */
    .rt-manu{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
    }

    .rt-manu ul{
        display: flex;
        align-items: center;
        gap: 35px;
        margin: 0;
        padding: 0;
    }

    .rt-manu ul li{
        list-style: none;
    }

    .rt-manu ul li a{
        display: inline-block;
        padding: 12px 0;
    }

}









/* Remove green separator in treatments page */
body.treatments-page section {
    margin-bottom: 0 !important;
}

body.treatments-page section + section {
    margin-top: 0 !important;
}


body {
    background-color: #fff !important;
}

section {
    margin-bottom: 0 !important;
}

.faq-section,
.about-section,
.contact-section,
.product-section {
    margin-bottom: 0 !important;
}







/* Award and recogniation */


.award-section {
  padding: 80px 0 40px 0;
  background: linear-gradient(to bottom, #f7f9f6, #ffffff);
}

/* Heading */
.award-heading {
  text-align: center;
  margin-bottom: 70px;
}

.award-heading h2 {
  font-size: 38px;
  font-weight: 700;
  margin: 15px 0;
}

.heading-line {
  width: 60px;
  height: 3px;
  background: #6B8E23;
  margin: 0 auto;
  border-radius: 3px;
}

/* Block Layout */
.award-block {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

/* Reverse Layout for Second Block */
.award-block.reverse {
  flex-direction: row-reverse;
}

.award-block:last-child {
  margin-bottom: 0;
}

/* Image */
.award-image {
  flex: 1.3;
}

.award-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
  transition: 0.4s ease;
}

.award-image img:hover {
  transform: scale(1.02);
}

/* Content Card */
.award-content {
  flex: 1;
  background: #FFF8E8;
  padding: 45px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.award-content h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 600;
}

.award-content p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
}

/* ========================================= */
/* ===== AWARD & RECOGNITION MOBILE FIX ==== */
/* ========================================= */

@media (max-width: 768px) {

  /* Remove side gap */
  html, body {
    overflow-x: hidden;
  }

  .award-section {
    padding: 60px 15px !important;
  }

  .award-section .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  /* Stack both Award & Recognition */
  .award-block,
  .award-block.reverse {
    flex-direction: column !important;
    gap: 25px;
    width: 100%;
    margin-bottom: 50px;
  }

  /* Full width image */
  .award-image {
    width: 100% !important;
    flex: unset !important;
  }

  .award-image img {
    width: 100%;
    border-radius: 14px;
  }

  /* Full width content */
  .award-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 25px !important;
    border-radius: 14px;
    box-sizing: border-box;
  }

  /* Heading spacing */
  .award-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  /* Text formatting */
  .award-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
    text-align: left;
    word-break: normal;
    white-space: normal;
  }

}




.products-intro {
    max-width: 1400px;   /* Pehle 1000px tha */
    width: 90%;          /* Screen ka 90% cover karega */
    margin: 40px auto 60px;
    padding: 0;
}

.products-intro p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: justify;
    color: #333;
}



/* ============================= */
/* ===== PRODUCTS MOBILE FIX ==== */
/* ============================= */

@media (max-width: 768px) {

  .products-intro {
    width: 100% !important;
    max-width: 100% !important;
    margin: 25px 0 40px 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .products-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .products-intro p {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;   /* Mobile me justify avoid karein */
  }

}


.dr-luxury-section{
    padding: 80px 0;
    background: #f9f9f7;
}

.dr-luxury-wrapper{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

/* Premium Image Box */
.dr-luxury-image{
    flex: 0 0 380px;  /* controlled size */
    max-width: 380px;
    position: relative;
}

.dr-luxury-image img{
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    display: block;
}

/* Elegant frame effect */
.dr-luxury-image::after{
    content:"";
    position:absolute;
    top:20px;
    left:20px;
    width:100%;
    height:100%;
    border:2px solid #c8a23a;
    border-radius:16px;
    z-index:-1;
}

/* Content */
.dr-luxury-content{
    flex:1;
}

.dr-luxury-content h2{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

.luxury-subtitle{
    color:#777;
    font-weight:400;
    margin-bottom:20px;
}

.luxury-divider{
    width:60px;
    height:3px;
    background:#c8a23a;
    margin-bottom:25px;
}

/* Button Premium */
.lux-btn-primary{
    background:#1e7e34;
    padding:12px 28px;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.lux-btn-primary:hover{
    background:#145c26;
}









/* ===== New About Section Styling ===== */

.abt2-wrapper-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.abt2-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* Left Image */
.abt2-image-box {
  flex: 1;
  text-align: left;
}

.abt2-image {
  width: 303px;   /* 300px se 3px bada */
  height: 403px;  /* 400px se 3px bada */
  object-fit: cover;
  border-radius: 10px;
}

/* Right Content */
.abt2-content-box {
  flex: 1.5;
}

.abt2-tagline {
  display: inline-block;
  font-size: 14px;
  color: #b22222;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.abt2-title {
  font-size: 32px;
  margin-bottom: 5px;
}

.abt2-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}

.abt2-content-box p {
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.7;
  color: #444;
}

.abt2-readmore-btn {
  display: inline-block;
  padding: 10px 22px;
  background-color: #b22222;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.abt2-readmore-btn:hover {
  background-color: #8b1a1a;
}











@media(max-width:768px){

  /* About Us center */
  .abt2-tagline{
    text-align:left;
    padding-left:2px;   /* thoda adjust */
    letter-spacing:1px;
    margin-bottom:8px;
}

  /* Make a row */
  .abt2-container{
    display:flex;
    flex-direction:column;
  }

  /* Image + Content row wrapper */
  .abt2-image-box{
    order:2;
  }

  .abt2-content-box{
    order:3;
  }

  /* Create side-by-side layout */
  .abt2-wrapper-section .abt2-container{
    display:block;
  }

  .abt2-image-box{
    float:left;
    width:120px;
    margin-right:15px;
  }

  .abt2-image{
    width:100%;
    height:auto;
    border-radius:12px;
    display:block;
  }

  /* Title */
  .abt2-title{
    font-size:18px;
    margin:0 0 5px 0;
  }

  .abt2-subtitle{
    font-size:11px;
    margin-bottom:8px;
  }

  .abt2-content-box p{
      text-align:left !important;   /* justify hatao */
      word-spacing:0px;
      letter-spacing:0px;
  }

}
  /* After image height, full width */
  /* Important: Clear after image */
.abt2-content-box::after{
    content:"";
    display:block;
    clear:both;
}



/* Desktop only */
@media(min-width:992px){

  .abt2-image{
      height: 570px;        /* thoda bada karo (adjust 400–450 as needed) */
      object-fit: cover;    /* image stretch nahi hogi */
      width: 100%;
      
  }

}
