@charset "utf-8";
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix")
        format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2")
        format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Black.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix")
        format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2")
        format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix")
        format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2")
        format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix")
        format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2")
        format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_Light.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
        format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2")
        format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/
        url("../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot");
    src: url("../fonts/eot/IRANSansWeb(FaNum).eot?#iefix")
        format("embedded-opentype"),
        /* IE6-8 */ url("../fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
        /* FF39+,Chrome36+, Opera24+*/ url("../fonts/woff/IRANSansWeb(FaNum).woff")
        format("woff"),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url("../fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
}
/* #root
================================================== */
:root {
    --primary-color: #156c5f;
    --secondary-color: #f4faf1;
    --primary-text: #222;
    --secondary-text: #5d697d;
    --color-text: #fff;
    --menu-bg: rgba(0, 0, 0, 0.8);
    --border-radius: 0.5rem;
    --bg-color:#fff
}
/* #Primary
================================================== */

body {
    font-family: IRANSans, Tahoma;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--primary-text);
    overflow-x: hidden;
    background-color: var(--bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    margin-bottom: 0.6rem;
    line-height: 1.8;
    color: #212121;
}

h1,
.h1 {
    font-size: 2.8rem;
}

h2,
.h2 {
    font-size: 2.3rem;
}

h3,
.h3 {
    font-size: 2rem;
}

h4,
.h4 {
    font-size: 1.7rem;
}

h5,
.h5 {
    font-size: 1.25rem;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 1.1rem;
}

::selection {
    background-color: var(--primary-color);
    color: var(--color-text);
}

::-moz-selection {
    background-color: var(--primary-color);
    color: var(--color-text);
}
*::placeholder {
    color: var(--primary-color);
}

mark {
    background-color: var(--primary-color);
    color: var(--color-text);
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.45;
    font-style: italic;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* #Menu
================================================== */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 5px 0 15px;
    transition: all 0.4s ease;
}

.main-header.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.main-header.scrolled-down {
    transform: translateY(-100%);
}

.main-header.scrolled-up {
    transform: translateY(0);
    background-color: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar-brand {
    padding: 0;
    margin: 0;
    margin-left: 40px;
}
.navbar-brand img {
    width: auto;
    height: 40px;
}
.menu-soot .navbar-nav-wb {
    margin-top: 12px;
}
.menu-soot .nav-link {
    font-size: 16px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
    color: var(--secondary-text);
}
.menu-soot .dropdown-toggle::after {
    border-color: var(--secondary-text);
}

.menu-soot .nav-item {
    margin-left: 10px;
}
.nav-item:hover .nav-link,
.nav-item.active .nav-link {
    color: var(--primary-color);
}

.dropdown-toggle::after {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    border: solid var(--primary-text);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-4px);
    transition: transform 0.3s ease;
    vertical-align: 0;
}

.nav-item.dropdown:hover .dropdown-toggle::after,
.nav-item.show .dropdown-toggle::after {
    transform: rotate(-135deg) translateY(-2px);
    border-color: var(--primary-color);
}

.navbar-nav .nav-item.dropdown {
    position: relative;
}

.navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
    padding-top: 15px;
}

.navbar-nav .nav-item.dropdown .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 15px;
    background-color: transparent;
}

.navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: navMenuAppear 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes navMenuAppear {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.01);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.user-dropdown:hover .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.nav-item.dropdown .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: navMenuAppear 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 15px 0;
    margin-top: 10px;
    transform: translateY(15px) scale(0.95);
    transition: all 0.3s ease;
    background-color: #fff;
    min-width: 200px;
}

.dropdown-menu:before {
    display: none;
}
.menu-soot .dropdown-item {
    padding: 12px 25px;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: var(--secondary-text);
    font-size: 0.95rem;
    overflow: hidden;
}

.wallet-menu-items .dropdown-item,
.dropdown-item {
    transition: all 0.3s ease-in-out;
}

.dropdown-item:before {
    display: none;
}

.menu-soot .navbar-nav-wb .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: var(--primary-color);
}

.wallet-menu-items {
    padding: 10px 0;
}

.wallet-menu-items .dropdown-item:active,
.dropdown-item:active {
    position: relative;
    overflow: hidden;
}

.wallet-menu-items .dropdown-item:active::after,
.dropdown-item:active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(21, 108, 95, 0.3);
    opacity: 1;
    border-radius: 100%;
    transform: scale(1) translate(-50%, -50%);
    animation: clickWave 0.5s ease-out;
}

@keyframes clickWave {
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 0.8;
    }
    100% {
        transform: scale(20) translate(-50%, -50%);
        opacity: 0;
    }
}

.navbar-nav.ml-auto {
    margin-right: auto;
    margin-left: 0 !important;
}

.reservation-btn {
    background-color: var(--primary-color);
    border: 1px solid transparent;
    border-radius: var(--border-radius);
    padding: 8px 12px 8px 25px;
    margin-left: 15px;
    transition: all 0.4s ease-in-out;
    color: #fff;
    font-weight: 500;
}

.reservation-btn:hover {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.reservation-btn svg {
    width: 25px;
    height: 25px;
    transition: all 0.4s ease-in-out;
}
.reservation-btn svg path {
    stroke: #fff;

    transition: all 0.4s ease-in-out;
}
.reservation-btn:hover svg path {
    stroke: var(--primary-color);
}
.user-dropdown {
    position: relative;
}

.user-dropdown .btn ,.user-dropdown .login{
    border-radius: var(--border-radius);
    padding: 11px 20px;
    border: 1px solid var(--primary-color) !important;
    transition: all 0.3s ease;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    min-width: 160px;
    position: relative;
    overflow: hidden;
    color: var(--primary-color) !important;
}

.user-dropdown .btn .user-icon ,.user-dropdown .login .user-icon{
    margin-left: 10px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}
.user-dropdown .dropdown-toggle::after {
    border-color: var(--primary-color);
    margin-right: 10px;
}
.user-dropdown .btn:hover::before,
.user-dropdown.show .btn::before {
    opacity: 1;
}

.user-dropdown .wallet-menu {
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transform-origin: top left;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    width: 280px;
    background-color: #fff;
    border: 1px solid rgba(21, 108, 95, 0.1);
    overflow: hidden;
    left: 0;
    right: auto;
    z-index: 1050;
}

.user-dropdown .wallet-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    animation: menuAppear 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes menuAppear {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(-10px);
    }
    70% {
        opacity: 1;
        transform: scale(1.02) translateY(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.wallet-header {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.wallet-menu-items .dropdown-item {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    background: transparent;
    color: #444;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.wallet-menu-items .dropdown-item .icon {
    margin-left: 15px;
    color: #666;
    transition: all 0.3s ease;
    min-width: 16px;
}

.user-dropdown .wallet-menu-items .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: var(--primary-color);
}

.user-name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    color: #333;
}

.wallet-balance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.balance-label {
    color: #666;
    font-size: 13px;
}

.balance-amount {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.increase-balance-btn {
    display: inline-block;
    background-color: #00c37a;
    color: white;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 13px;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
    text-decoration: none;
}

.increase-balance-btn:hover {
    background-color: #00a66a;
    text-decoration: none;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 195, 122, 0.2);
}

/* Estilos especiales para elementos específicos */
.refer-item {
    color: #00c37a !important;
}

.refer-item .icon {
    color: #00c37a !important;
}

.refer-item:hover {
    background-color: rgba(0, 195, 122, 0.05) !important;
}

.logout-item .icon {
    color: #e74c3c;
}

.logout-item:hover {
    background-color: rgba(231, 76, 60, 0.05);
}

.logout-item:hover .icon {
    color: #e74c3c;
}

.navbar-collapse-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 1040;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navbar-collapse-overlay.show {
    display: block;
    opacity: 1;
}

/* # Main Top Content Styles
================================================== */

main {
    padding-top: 80px;
}

.main-content {
    padding: 30px 0;
}

.main-content h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.main-content p {
    color: var(--secondary-text);
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}

.main-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.main-image img {
    max-width: 100%;
    height: 500px;
    border-radius: 10px;
}

.trust-badge {
    position: relative;
    display: flex;
    justify-content: start;
    margin: 20px 0 10px;
}
.trust-badge-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding: 0 30px;
}
.trust-badge-item::after {
    content: "";
    position: absolute;
    background: url("../images/svg/wbg.svg") no-repeat center center;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    transform: scaleX(-1);
}
.trust-badge-item::before {
    content: "";
    position: absolute;
    background: url("../images/svg/wbg.svg") no-repeat center center;
    top: 0;
    left: 0;
    width: 23px;
    height: 100%;
}

.trust-badge-item-line {
    width: 1px;
    height: 100%;
    background-color: #dee2ee;
    margin: 0 10px;
}
.trust-badge-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-badge-item-img img {
    width: 40px;
    height: 40px;
}
.trust-badge-item-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trust-badge-item-text p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: var(--secondary-text);
    margin: 0;
}
.main-content-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.btn-primary-lg-sooth {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    width: 100%;
    max-width: 250px;
}
.btn-primary-lg-sooth svg {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}
.btn-primary-lg-sooth svg path {
    stroke: #fff;
    transition: all 0.3s ease;
}
.btn-primary-lg-sooth:hover svg path {
    stroke: var(--primary-color);
}
.btn-primary-lg-sooth:hover {
    background-color: #fff;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.counseling-steps {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f4faf1;
    padding: 40px;
    border-radius: var(--border-radius);
    margin: 100px 0;
}
.counseling-steps .counseling-steps-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.counseling-steps .counseling-steps-description {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-text);
}

/* # Main Counseling Steps Cards
================================================== */

.step-card {
    background-color: #ffffff;
    border-radius: var(--border-radius);
    padding: 30px 25px;
    margin-top: 40px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-in-out;
    min-height: 290px;
    overflow: hidden;
    cursor: pointer;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(21, 108, 95, 0.15);
}

.step-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, #81c6ba 100%);
    top: 0;
    left: 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.step-card:hover:before {
    opacity: 1;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.step-icon {
    position: relative;
}

.icon-container {
    width: 70px;
    height: 70px;
    background-color: #f4faf1;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

.step-card:hover .icon-container {
    background-color: var(--primary-color);
}

.icon-container svg {
    width: 40px;
    height: 40px;
    transition: all 0.4s ease-in-out;
}
.step-card:hover .icon-container svg path {
    stroke: #ffffff;
    fill: #ffffff;
}
.wb-step-content {
    display: flex;
    flex-direction: column;
}
.step-number {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 900;
    transition: all 0.4s ease-in-out;
}

.step-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #333;
    transition: all 0.4s ease-in-out;
    text-align: right;
}

.step-card:hover h3 {
    color: var(--primary-color);
}

.step-card p {
    font-size: 16px;
    color: var(--secondary-text);
    margin: 0;
    text-align: justify;
}

/* # Main Services
================================================== */
.main-services {
    position: relative;
    margin-bottom: 100px;
}
.title-main-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.title-main-services .main-services-title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
    color: var(--primary-color);
}
.title-main-services .main-services-description {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--secondary-text);
}

.service-card {
    background-color: #ffffff;
    border-radius: var(--border-radius);
    padding: 30px 25px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease-in-out;
    min-height: 270px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(21, 108, 95, 0.15);
}

.service-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, #81c6ba 100%);
    top: 0;
    left: 0;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.service-card:hover:before {
    opacity: 1;
}
.service-card-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}
.service-icon {
    width: 70px;
    height: 70px;
    background-color: #f4faf1;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.service-icon img {
    width: 50px;
    height: 50px;
    transition: all 0.4s ease-in-out;
}

.service-card:hover .service-icon svg path {
    fill: #ffffff;
    stroke: #ffffff;
}

.service-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    transition: all 0.4s ease-in-out;
}

.service-card:hover h3 {
    color: var(--primary-color);
}

.service-card p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--secondary-text);
    margin: 0;
}

.reservation-link {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 20px;
    left: 40px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.reservation-link::before {
    content: "";
    position: absolute;
    background: url("../images/svg/down-small.svg") no-repeat center center;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease-in-out;
    left: -15px;
}

.service-card:hover .reservation-link::before {
    left: -20px;
}

/* # Main Shop
================================================== */
.shop-main {
    position: relative;
    background-color: #f4faf1;
    padding: 80px 0 60px;
    margin-bottom: 100px;
    overflow: hidden;
}
.shop-sidebar {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--primary-color);
    border-radius: var(--border-radius);
    padding: 30px 15px;
    margin-bottom: 30px;
    height: 395px;
}
.shop-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.shop-title {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    color: var(--color-text);
    margin: 10px 0 20px;
}

.shop-description {
    font-size: 14px;
    color: var(--color-text);
    text-align: center;
}

.shop-actions .all-products-btn {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: var(--border-radius);
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin: 15px 0 0;
}

.shop-actions .all-products-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(204, 245, 239, 0.2);
}

.products-slider {
    position: relative;
    margin: 0 -15px;
}

.product-item {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(21, 108, 95, 0.15);
}

.product-image {
    height: 200px;
    overflow: hidden;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

.product-item:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 25px 15px 13px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}

.product-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    transition: all 0.3s ease;
    line-height: 1.4;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.product-item:hover .product-title {
    color: var(--primary-color);
}

.product-description {
    font-size: 14px;
    color: var(--secondary-text);
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
}

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.price-amount {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.add-to-cart-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.product-item:hover .add-to-cart-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.add-to-cart-btn svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.add-to-cart-btn svg path {
    stroke: #5d697d;
}
.product-item:hover .add-to-cart-btn svg path {
    stroke: #fff;
}

.slider-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
}

.slider-prev,
.slider-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d0e8c5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.slider-prev:hover,
.slider-next:hover {
    background-color: var(--primary-color);
    box-shadow: 0 8px 15px rgba(21, 108, 95, 0.2);
}
.slider-prev svg path,
.slider-next svg path {
    transition: all 0.3s ease-in-out;
}
.slider-prev:hover svg path,
.slider-next:hover svg path {
    stroke: #fff;
}

.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    bottom: -30px;
}

.slick-dots li button:before {
    font-size: 10px;
    color: rgba(21, 108, 95, 0.3);
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color);
}

/* # Main About
================================================== */
.about-main {
    position: relative;
    margin-bottom: 100px;
}

.about-image {
    position: relative;
    height: 450px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.about-main-img {
    width: 100%;
    display: block;
    border-radius: var(--border-radius);
    transition: transform 0.5s ease;
}

.about-image:hover .about-main-img {
    transform: scale(1.05);
}

.video-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-play-button::before {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    animation: pulse 2s ease-in-out infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(154, 171, 137, 0.4);
    }
    75%,
    100% {
        box-shadow: 0 0 0 2rem rgba(96, 106, 69, 0);
    }
}

.about-content {
    padding: 20px 0 20px 30px;
}

.about-content h2 {
    color: var(--primary-color);
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
}

.about-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.about-description {
    font-size: 16px;
    line-height: 1.8;
    color: #5d697d;
    margin-bottom: 20px;
    text-align: justify;
}

.about-cta {
    margin-top: 30px;
}

.whistle-text {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 5px;
}

/* # Main Blog
================================================== */
.blog-main {
    padding: 70px 0;
    background-color: #f6f8f7;
    margin-bottom: 80px;
    position: relative;
}

.title-main-blog {
    text-align: center;
    position: relative;
}

.blog-main-title {
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 900;
    margin-bottom: 10px;
}

.blog-main-description {
    font-size: 18px;
    color: var(--secondary-text);
    font-weight: 700;
    margin: 0 auto;
}

.blog-main-grid {
    margin-top: 30px;
}

.blog-main-main {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all 0.3s ease;
    height: auto;
    display: flex;
    flex-direction: column;
}

.blog-main-main:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.blog-main-img {
    position: relative;
    overflow: hidden;
}

.blog-main-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.blog-main-main:hover .blog-main-img img {
    transform: scale(1.05);
}

.blog-main-pattern {
    display: none;
}

.blog-main-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-main-tag {
    display: inline-block;
    width: fit-content;
    padding: 4px 15px;
    background-color: rgba(21, 108, 95, 0.1);
    color: var(--primary-color);
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
}

.blog-main-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.blog-main-main:hover .blog-main-content h3 {
    color: var(--primary-color);
}

.blog-main-content p {
    font-size: 14px;
    color: #5d697d;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-main-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f2f2f2;
}

.blog-main-date {
    font-size: 12px;
    color: #5d697d;
}

.blog-main-more {
    position: relative;
    display: flex;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.blog-main-more::before {
    content: "";
    position: absolute;
    background: url("../images/svg/down-small.svg") center center no-repeat;
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
    left: -15px;
}
.blog-main-more:hover {
    color: #0d4d44;
}
.blog-main-more::before:hover {
    left: -20px;
}

.blog-slider .blog-main-main {
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
}

.blog-slider .slick-track {
    display: flex;
    padding: 10px 0;
}

.blog-slider .slick-slide {
    height: auto;
    margin: 0 10px;
    display: flex;
}

.blog-slider .slick-slide > div {
    height: 100%;
    width: 100%;
}

.blog-slider-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0;
}

.blog-slider-prev,
.blog-slider-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    margin: 0 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.blog-slider-prev:hover,
.blog-slider-next:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.blog-slider-prev svg path,
.blog-slider-next svg path {
    transition: all 0.3s ease-in-out;
}

.blog-slider-prev:hover svg path,
.blog-slider-next:hover svg path {
    stroke: #fff;
}

.blog-main-action {
    text-align: center;
    margin-top: 30px;
}

.all-blogs-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.all-blogs-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.all-blogs-btn svg {
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
}

.all-blogs-btn:hover svg path {
    stroke: #fff;
}
/* # Main FAQ
================================================== */
.faq-main {
    position: relative;
}

.faq-title {
    text-align: center;
    margin-bottom: 50px;
}

.faq-title h2 {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 900;
}

.faq-title p {
    font-size: 16px;
    color: var(--secondary-text);
    font-weight: 700;
    margin: 0 auto;
}

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.faq-item.opening {
    animation: faqOpen 0.5s ease forwards;
}

.faq-item.closing {
    animation: faqClose 0.4s ease forwards;
}

@keyframes faqOpen {
    0% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transform: translateY(0);
    }
    30% {
        box-shadow: 0 5px 15px rgba(21, 108, 95, 0.15);
        transform: translateY(-3px);
    }
    70% {
        box-shadow: 0 5px 15px rgba(21, 108, 95, 0.15);
        transform: translateY(-3px);
    }
    100% {
        box-shadow: 0 4px 12px rgba(21, 108, 95, 0.1);
        transform: translateY(-2px);
    }
}

@keyframes faqClose {
    0% {
        box-shadow: 0 4px 12px rgba(21, 108, 95, 0.1);
        transform: translateY(-2px);
    }
    100% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transform: translateY(0);
    }
}

.faq-question {
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.faq-question h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    transition: color 0.4s ease;
}

.faq-item.active .faq-question h3 {
    color: var(--primary-color);
}

.faq-icon {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

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

.faq-item.opening .faq-answer {
    animation: faqAnswerOpen 1.2s ease-out forwards;
    transform-origin: top center;
}

@keyframes faqAnswerOpen {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }
    30% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.17, 0.67, 0.21, 0.97);
    padding: 0 24px;
    opacity: 0;
    position: relative;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    transition: max-height 1.5s cubic-bezier(0.17, 0.67, 0.21, 0.97);
    opacity: 1;
}

.faq-answer p {
    padding: 0 0 20px;
    color: var(--secondary-text);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease 0.4s,
        transform 1.2s cubic-bezier(0.17, 0.67, 0.21, 0.97) 0.2s;
    opacity: 0;
}

.faq-item.active .faq-answer p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

/* # Main Footer
================================================== */
.footer-main {
    background-color: var(--primary-color);
    color: #fff;
    padding: 50px 0 30px;
    margin-top: 60px;
}

.support-banner {
    background-color: #d0e8c5;
    border-radius: var(--border-radius);
    padding: 50px 40px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.support-content {
    display: flex;
    gap: 12px;
    width: 85%;
}

.support-content img {
    width: 120px;
    height: 100%;
    object-fit: contain;
}

.support-content-text {
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 500px;
}

.support-content-text h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 900;
}

.support-content-text p {
    font-size: 16px;
    color: var(--secondary-text);
    line-height: 1.8;
    font-weight: 500;
}

.support-content-button {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
}

.support-content-button .tel-footer {
    font-size: 30px;
    font-weight: 900;
    color: var(--primary-color);
    white-space: nowrap;
}

.support-content-button .button-telegram-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: var(--border-radius);
    color: #d0e8c5;
    width: 200px;
    height: 70px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.support-content-button .button-telegram-footer span {
    width: 2px;
    height: 80%;
    background-color: #d0e8c5;
    border-radius: 25px;
}

.support-content-button .button-telegram-footer img {
    width: 35px;
    height: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-about {
    width: 50%;
}

.footer-logo {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    max-width: 200px;
}

.footer-description {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
}

.footer-stats {
    width: 45%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
}

.stats-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.stats-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    text-align: center;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.stat-item {
    text-align: center;
}

.stat-number {
    direction: ltr;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-links {
    margin-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
}

.footer-column-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-column h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}

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

.footer-column ul li {
    margin-bottom: 15px;
}

.footer-column ul li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #fff;
}

.namads-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.namad-item {
    width: 100px;
    height: 120px;
    background-color: #fff;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.namad-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(21, 108, 95, 0.15);
}
.namads-footer img {
    width: 60px;
    height: auto;
}
.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.social-icon {
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.social-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* # Main Bottom Navigation Bar
================================================== */
.bottom-nav {
    display: none;
    align-items: center;
    background-color: white;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.05);
    height: 70px;
    position: fixed;
    bottom: 10px;
    width: calc(100% - 20px);
    right: 10px;
    left: 10px;
    padding: 0 15px;
    z-index: 1000;
    border-radius: 12px;
}

.mobile-nav-items {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.mobile-nav-item .icon-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
}

.mobile-nav-item svg {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.mobile-nav-item .icon-label {
    font-size: 14px;
    margin-top: 8px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: var(--primary-color);
    font-weight: 500;
    position: absolute;
    bottom: -5px;
    text-align: center;
    width: 100%;
}

.mobile-nav-item:hover .icon-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-color: rgba(21, 108, 95, 0.1);
    border-radius: 50%;
    z-index: 1;
}

.mobile-nav-item:hover .icon-wrapper {
    transform: translateY(-10px);
}

.mobile-nav-item:hover svg {
    transform: scale(0.8);
}

.mobile-nav-item:hover .icon-label {
    opacity: 1;
    transform: translateY(0);
}

.mobile-nav-item:active .icon-wrapper {
    transform: translateY(-3px);
}

.mobile-appointment-button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 255, 153, 0.3);
    margin-right: auto;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.mobile-appointment-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 255, 153, 0.4);
}

.mobile-appointment-button:active {
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(0, 255, 153, 0.3);
}

.mobile-appointment-button svg {
    margin-left: 8px;
    width: 25px;
    height: 25px;
}

@media (max-width: 480px) {
    .bottom-nav {
        padding-right: 5px;
    }
    .mobile-nav-items {
        gap: 0;
    }
    .mobile-appointment-button {
        font-size: 14px;
        padding: 10px 15px;
    }
    .mobile-appointment-button svg {
        width: 22px;
        height: 22px;
    }
}
@media (max-width: 400px) {
    .mobile-nav-item {
        width: 55px;
        height: 55px;
    }
}

.slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 20px 0;
    overflow-y: auto;
    direction: rtl;
    display: flex;
    flex-direction: column;
    transition: opacity 0.4s ease, right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overscroll-behavior: contain;
    opacity: 0;
}

.slide-menu.open {
    right: 0;
    opacity: 1;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    z-index: 9998;
    pointer-events: none;
}

.menu-overlay.open {
    background: rgba(0, 0, 0, 0.5) !important;
    pointer-events: auto;
}

.slide-menu-logo {
    text-align: center;
    margin: 10px 0 30px;
    padding: 0 20px;
    animation: fadeInDown 0.6s ease forwards;
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-menu-logo img {
    max-width: 120px;
    height: auto;
}

.close-menu {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: rgba(21, 108, 95, 0.05);
    border-radius: 8px;
    z-index: 10;
    transition: all 0.3s ease;
}

.close-menu:hover {
    transform: rotate(90deg);
    background: rgba(21, 108, 95, 0.1);
}

.close-menu::before,
.close-menu::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 1px;
    transition: all 0.3s ease;
}

.close-menu::before {
    transform: rotate(45deg);
}

.close-menu::after {
    transform: rotate(-45deg);
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
    overflow-y: visible;
}

.main-menu li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(93, 105, 125, 0.08);
    transform: translateX(20px);
    opacity: 0;
    animation: menuItemFadeIn 0.4s ease forwards;
}

@keyframes menuItemFadeIn {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.main-menu li:nth-child(1) {
    animation-delay: 0.1s;
}
.main-menu li:nth-child(2) {
    animation-delay: 0.15s;
}
.main-menu li:nth-child(3) {
    animation-delay: 0.2s;
}
.main-menu li:nth-child(4) {
    animation-delay: 0.25s;
}
.main-menu li:nth-child(5) {
    animation-delay: 0.3s;
}
.main-menu li:nth-child(6) {
    animation-delay: 0.35s;
}

.main-menu li:last-child {
    border-bottom: none;
}

.main-menu li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: #5d697d;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    font-weight: 500;
}

.main-menu li a:hover {
    color: var(--primary-color);
    background-color: rgba(21, 108, 95, 0.05);
    padding-right: 25px;
}

.main-menu li.active a {
    color: var(--primary-color);
    background-color: rgba(21, 108, 95, 0.08);
    border-right: 3px solid var(--primary-color);
}

.main-menu .menu-icon {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    stroke: currentColor;
}

.main-menu li.has-submenu > a {
    position: relative;
}

.main-menu li.has-submenu.active > a {
    color: var(--primary-color);
}

.has-submenu > a {
    justify-content: space-between;
}

.toggle-submenu {
    margin-right: auto;
    transition: transform 0.3s ease;
}

li.active .toggle-submenu {
    transform: rotate(180deg);
    color: var(--primary-color);
}

.submenu {
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #f9f9f9;
    list-style: none;
    padding: 0;
    opacity: 0;
    transform: translateY(-5px);
    position: relative;
}

.submenu.active {
    max-height: 400px;
    opacity: 1;
    transform: translateY(0);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: visible;
}

.submenu li {
    margin: 0;
    border-bottom: none;
    animation: none;
    transform: translateX(10px);
    opacity: 0;
}

.submenu.active li {
    animation: submenuItemSlideIn 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.submenu.active li:nth-child(1) {
    animation-delay: 0.1s;
}
.submenu.active li:nth-child(2) {
    animation-delay: 0.2s;
}
.submenu.active li:nth-child(3) {
    animation-delay: 0.3s;
}
.submenu.active li:nth-child(4) {
    animation-delay: 0.4s;
}
.submenu.active li:nth-child(5) {
    animation-delay: 0.5s;
}

@keyframes submenuItemSlideIn {
    0% {
        opacity: 0;
        transform: translateX(15px);
    }
    70% {
        opacity: 0.9;
        transform: translateX(2px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.submenu li a {
    padding: 10px 20px 10px 35px;
    font-size: 13px;
    color: #5d697d;
    background: transparent;
    transition: all 0.2s ease;
    position: relative;
}

.submenu li a:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ddd;
    transform: translateY(-50%);
    transition: background-color 0.2s ease;
}

.submenu li a:hover:before {
    background-color: var(--primary-color);
}

.submenu li a:hover {
    color: var(--primary-color);
    background-color: rgba(21, 108, 95, 0.05);
    padding-right: 25px;
}

.submenu li.active a {
    color: var(--primary-color);
    font-weight: 500;
}

.menu-help-container {
    padding: 20px;
    margin-top: auto;
}

.menu-help {
    margin: 0;
    padding: 20px;
    background: linear-gradient(
        135deg,
        rgba(21, 108, 95, 0.15) 0%,
        rgba(21, 108, 95, 0.05) 100%
    );
    border-radius: 12px;
    color: #5d697d;
    box-shadow: 0 3px 10px rgba(21, 108, 95, 0.1);
    transform: translateY(20px);
    opacity: 0;
    animation: helpBoxFadeIn 0.6s ease forwards;
    animation-delay: 0.7s;
    border-right: 3px solid var(--primary-color);
    position: relative;
    overflow: hidden;
}

@keyframes helpBoxFadeIn {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.menu-help:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(21, 108, 95, 0.15);
    z-index: 0;
}

.menu-help h4 {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: var(--primary-color);
    font-weight: 600;
    position: relative;
}

.menu-help p {
    font-size: 13px;
    margin: 0 0 12px 0;
    color: #5d697d;
    line-height: 1.5;
    position: relative;
}

.menu-help a {
    color: var(--primary-color);
    font-weight: 900;
    text-decoration: none;
    font-size: 18px;
    display: block;
    direction: ltr;
    text-align: center;
    position: relative;
    padding: 8px 0;
    border-top: 1px dashed rgba(21, 108, 95, 0.2);
    margin-top: 5px;
    transition: all 0.2s ease;
}

.menu-help a:hover {
    color: #0c443b;
    transform: translateX(-5px);
}

.mobile-nav-item.menu-toggle .icon-wrapper {
    position: relative;
}

.mobile-nav-item.menu-toggle.active .icon-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    background-color: rgba(21, 108, 95, 0.15);
    border-radius: 50%;
    z-index: 1;
}

.mobile-nav-item.menu-toggle.active svg {
    stroke: var(--primary-color);
    transform: scale(0.8);
}

.mobile-nav-item.menu-toggle.active .icon-label {
    opacity: 1;
    transform: translateY(0);
    color: var(--primary-color);
}

@media (max-width: 576px) {
    .slide-menu {
        width: 100%;
        right: -100%;
    }
}

@media (max-width: 480px) {
    .bottom-nav {
        padding: 0 10px;
    }

    .mobile-nav-items {
        gap: 5px;
    }

    .mobile-nav-item {
        width: 50px;
    }

    .mobile-appointment-button {
        font-size: 13px;
        padding: 8px 12px;
    }

    .mobile-appointment-button svg {
        width: 18px;
        height: 18px;
    }
}
#wbmenu-icon {
    width: 35px;
    height: 35px;
}

._collapz_parant._close:after {
    content: "\F618";
    font-family: bootstrap-icons !important;
    font-size: 30px;
    position: relative;
    top: 8px;
    font-style: normal;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

._collapz_parant._open:after {
    content: "\F62A";
    font-family: bootstrap-icons !important;
    font-size: 30px;
    position: relative;
    top: 8px;
    font-style: normal;
    color: #fff;
    transition: 0.3s;
}

._collapz_parant {
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    float: left;
    -webkit-transition: -webkit-transform 0.1s linear 0ms;
    -moz-transition: -moz-transform 0.1s linear 0ms;
    transition: transform 0.1s linear 0ms;
    /* transform: rotate(44deg); */
}

._collapz_parant._close {
    background-color: #e45353;
}

._collapz_parant._close:after {
    right: 0;
}

._collapz_parant._open {
    background-color: #2f353e;
}

._child_collapzion {
    padding-right: 0;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

._child_collapzion li a._collapz_child {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #e45353;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

._child_collapzion li {
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

._child_collapzion li:hover {
    background-color: #f8fefd;
}

._child_collapzion li:hover a {
    color: #515151;
}

._child_collapzion li:nth-last-child(1) {
    margin-bottom: 0;
    border-bottom: none;
}

._child_collapzion li a._collapz_child i {
    font-size: 18px;
    color: #fff;
}

._child_collapzion li span._title {
    position: relative;
    right: 8px;
    top: -6px;
    padding: 3px;
    font-size: 14px;
    font-weight: 800;
}

._col_shadow {
    box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.14), 0 1px 32px 0 rgba(0, 0, 0, 0.12),
        0 2px 9px -1px rgba(0, 0, 0, 0.2);
}

.float-contact {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.float-contact .icon {
    width: 40px;
    height: 40px;
    background: #ffa41b;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-contact .icon i {
    color: #fff;
}
li:nth-child(2) .float-contact .icon {
    background: #ffa41b;
    display: flex;
    justify-content: center;
    align-items: center;


}
.bi-eitaa {
    background: url('{THEME}/assets/images/svg/eitaa.svg') no-repeat;
    height: 25px;
    width: 25px;
    background-size: contain;
}
.bi-rubika {
    background: url('{THEME}/assets/images/svg/rubik-cube.svg') no-repeat;
    height: 25px;
    width: 25px;
    background-size: contain;
}
li:nth-child(1) .float-contact .icon {
    background: #3a3b9c;
}
li:nth-child(6) .float-contact .icon {
    background: #4d3482;
}
li:nth-child(3) .float-contact .icon {
    background: #2aabee;
}

li:nth-child(5) .float-contact .icon i {
    color: #fff;

}
li:nth-child(4) .float-contact .icon {
    background: #2bb741;
}

.float-contact .icon i {
    font-size: 20px;
    display: inherit;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 800;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

.contactFire {
    transform: scale(1);
    animation: pulse 3s infinite;
    transition: 0.3s all ease-in-out;
    animation-delay: 10s;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(1, 106, 13, 0.775);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/* Blog Detail Specific Styles */
.blog-detail-header {
    padding: 60px 0;
    background: #f8f9fa;
    margin-bottom: 40px;
}

.blog-detail-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
    color: #5d697d;
    font-size: 14px;
}

.blog-detail-meta > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3142;
}

.blog-detail-content p {
    margin-bottom: 24px;
}

.blog-detail-content h2 {
    font-size: 24px;
    margin: 40px 0 20px;
    color: #156c5f;
}

.blog-detail-content img {
    max-width: 100%;
    border-radius: 12px;
    margin: 30px 0;
}

.blog-detail-tags {
    display: flex;
    gap: 10px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.blog-detail-tag {
    padding: 6px 16px;
    background: #f0f4f3;
    color: #156c5f;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.blog-detail-tag:hover {
    background: #156c5f;
    color: #fff;
    text-decoration: none;
}

.blog-author {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px;
    margin: 40px 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.blog-author-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

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

.blog-author-info h4 {
    color: #156c5f;
    margin-bottom: 10px;
}

.blog-author-info p {
    color: #5d697d;
    font-size: 14px;
    margin: 0;
}

.blog-share {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 30px 0;
}

.blog-share-title {
    font-weight: bold;
    color: #2d3142;
}

.blog-share-buttons {
    display: flex;
    gap: 10px;
}

.blog-share-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f4f3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.blog-share-button:hover {
    background: #156c5f;
}

.blog-share-button:hover svg {
    fill: #fff;
}

.blog-comments {
    margin: 60px 0;
}

.blog-comment {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.blog-comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.blog-comment-author {
    font-weight: bold;
    color: #156c5f;
}

.blog-comment-date {
    color: #5d697d;
    font-size: 14px;
}

.blog-comment-content {
    color: #2d3142;
    line-height: 1.6;
}

.blog-comment-form {
    margin-top: 40px;
}

.blog-comment-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    min-height: 120px;
}

.related-posts {
    background: #f8f9fa;
    padding: 60px 0;
    margin-top: 60px;
}

.related-posts-title {
    text-align: center;
    margin-bottom: 40px;
    color: #156c5f;
}

/* Sidebar Styles */
.blog-sidebar {
    position: sticky;
    top: 30px;
}

.sidebar-widget {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.widget-title {
    color: #156c5f;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background: #156c5f;
}

/* Search Widget */
.search-input {
    position: relative;
}

.search-input input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 14px;
}

.search-input button {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #5d697d;
    cursor: pointer;
}

/* Popular Posts */
.popular-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.popular-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.post-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

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

.post-content h4 {
    font-size: 15px;
    margin-bottom: 8px;
}

.post-content h4 a {
    color: #2d3142;
    text-decoration: none;
    transition: color 0.3s;
}

.post-content h4 a:hover {
    color: #156c5f;
}

.post-date {
    color: #5d697d;
    font-size: 13px;
}

/* Categories */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 12px;
}

.category-list li:last-child {
    margin-bottom: 0;
}

.category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #2d3142;
    text-decoration: none;
    transition: color 0.3s;
}

.category-list a:hover {
    color: #156c5f;
}

.category-list ul li a span {
    background: #f0f4f3;
    color: #156c5f;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

/* Tags */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    padding: 6px 12px;
    background: #f0f4f3;
    color: #156c5f;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
}

.tag:hover {
    background: #156c5f;
    color: #fff;
    text-decoration: none;
}
    .search-wb-results {
        padding: 20px 0;
    }

    .search-wb-stats {
        margin-bottom: 40px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .search-wb-stats-text {
        color: #666;
        font-size: 16px;
    }
.ui-dialog-buttonset{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}
