/* =========================================================
   Fonts
   ========================================================= */

@font-face {
    font-family: "Peyda";
    src: url("fonts/peydaweb/PeydaWeb-Regular.woff2") format("woff2");
    font-weight: 100;
    /* font-style: normal; */
    font-display: swap;
}

@font-face {
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
	font-display: swap;
}

/* =========================================================
   Reset and General
   ========================================================= */
:root {
    /*--uxweb-dark: #061c1c;*/
    /*--uxweb-dark-2: #0a2423;*/
    /*--uxweb-dark-3: #102b29;*/
    
    --uxweb-dark:   #1f0103;
    --uxweb-dark-2: #320104;
    --uxweb-dark-3: #490105;
    
    /*#092321*/
    /*#230104*/
    
    /*--uxweb-dark:   #240103;*/
    /*--uxweb-dark-2: #380104;*/
    /*--uxweb-dark-3: #490105;*/

    --uxweb-gold: #f3d6a5;
    --uxweb-gold-dark: #a9864f;
    --uxweb-cream: #f3efe8;
    --uxweb-paper: #fbfaf7;
    --uxweb-text: #17201f;
    --uxweb-muted: #8b9691;
    --uxweb-line: rgba(213, 178, 118, 0.24);
    --uxweb-radius: 2px;
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea,
.widget,
.woocommerce,
#mega-menu-wrap-primary,
#mega-menu-wrap-mobile {
    font-family: "Peyda"
}

body {
    direction: rtl;
    text-align: right;
    margin: 0;
    color: var(--uxweb-text);
    background: var(--uxweb-paper);
    font-size: 16px;
    line-height: 1.9;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
p {
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Peyda", Tahoma, Arial, sans-serif;
    line-height: 1.35;
    font-weight: 700;
    margin-top: 0;
}

a {
    color: inherit;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

a:hover,
a:focus {
    color: var(--uxweb-gold-dark);
    text-decoration: none;
}

button,
a,
input,
textarea,
select {
    outline: none;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid var(--uxweb-gold);
    outline-offset: 3px;
}

img,
video {
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
}

p:last-child {
    margin-bottom: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background: #fff;
    clip: auto !important;
    clip-path: none;
    color: #111;
    display: block;
    font-size: 14px;
    height: auto;
    right: 10px;
    padding: 12px 16px;
    top: 10px;
    width: auto;
    z-index: 100000;
}

.uxweb-dark-section {
    background: var(--uxweb-dark);
    color: #fff;
}

.uxweb-light-section {
    background: var(--uxweb-paper);
    color: var(--uxweb-text);
}

.uxweb-section-space {
    padding: 92px 0;
}

.uxweb-section-space-sm {
    padding: 58px 0;
}

.uxweb-flex-row {
    display: flex;
    flex-wrap: wrap;
}

.uxweb-flex-center {
    align-items: center;
}

.uxweb-button,
.uxweb-hero-content .widget_text a[href],
.uxweb-about-copy .widget_text a[href],
.uxweb-header-action .widget_text a[href],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wpcf7 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 20px;
    border: 1px solid var(--uxweb-gold);
    border-radius: var(--uxweb-radius);
    color: var(--uxweb-dark);
    background: var(--uxweb-gold);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}
.uxweb-topbar-info .fa:nth-child(2) {
    margin-right: 18px;
}
.uxweb-button:hover,
.uxweb-button:focus,
.uxweb-hero-content .widget_text a[href]:hover,
.uxweb-about-copy .widget_text a[href]:hover,
.uxweb-header-action .widget_text a[href]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wpcf7 input[type="submit"]:hover {
    background: transparent;
    color: var(--uxweb-gold);
    border-color: var(--uxweb-gold);
}

.uxweb-button-outline {
    background: transparent;
    color: var(--uxweb-gold);
}

/* =========================================================
   Bootstrap Adjustments
   ========================================================= */
.container {
    max-width: 1170px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

[class*="col-"] {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* =========================================================
   Header and Top Bar
   ========================================================= */
.uxweb-topbar {
    min-height: 30px;
    padding: 5px 0;
    background: var(--uxweb-gold);
    color: #14201f;
    font-size: 11px;
    font-weight: 600;
}

.uxweb-topbar .widget,
.uxweb-topbar p {
    margin: 0;
}

.uxweb-topbar a {
    color: #14201f;
}

.uxweb-main-header {
    position: relative;
    z-index: 90;
    min-height: 76px;
    padding: 5px 0;
    background: var(--uxweb-dark-2);
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.uxweb-brand-area {
    min-height: 48px;
    display: flex;
    align-items: center;
}

.uxweb-brand-area .widget,
.uxweb-brand-area p {
    margin: 0;
}

.uxweb-brand-area img,
.custom-logo {
    max-height: 90px;
    width: auto;
}

.uxweb-site-title {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.4px;
}

.uxweb-site-title:hover,
.uxweb-site-title:focus {
    color: var(--uxweb-gold);
}

.uxweb-header-action {
    text-align: left;
}

.uxweb-header-action .widget,
.uxweb-header-action p {
    margin: 0;
}

.uxweb-header-action .widget_text a[href], .uxweb-hero-content a, .uxweb-about-copy a {
    /* min-height: 36px; */
    padding: 8px 6px !important;
    font-size: 15px;
}
.uxweb-header-action .widget_text a[href]::after, .uxweb-hero-content a::after, .uxweb-about-copy a::after {
    color: #d5b276;
    content: "\f177";
    font-size: 22px;
    margin-right: 8px;
    font-family: "FontAwesome";
    font-weight: 100;
    background: var(--uxweb-dark-2);
    padding: 7px 9px;
}

/* =========================================================
   Navigation
   ========================================================= */
.uxweb-primary-navigation {
    text-align: center;
}

.uxweb-menu,
.uxweb-menu ul,
.uxweb-mobile-nav-list,
.uxweb-mobile-nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.uxweb-menu > li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.uxweb-menu > li > a {
    position: relative;
    display: block;
    padding: 13px 2px;
    font-size: 17px;
    /* font-weight: 600; */
}

.uxweb-menu > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 0;
    height: 1px;
    background: var(--uxweb-gold);
    transition: width 0.25s ease;
}

.uxweb-menu > li:hover > a,
.uxweb-menu > li.current-menu-item > a,
.uxweb-menu > li.current-menu-ancestor > a {
    color: var(--uxweb-gold);
}

.uxweb-menu > li:hover > a::after,
.uxweb-menu > li.current-menu-item > a::after {
    width: 100%;
}

.uxweb-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 210px;
    padding: 8px 0;
    background: #0d2927;
    border: 1px solid var(--uxweb-line);
    box-shadow: 0 18px 35px rgba(0,0,0,0.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    text-align: right;
}

.uxweb-menu li:hover > .sub-menu,
.uxweb-menu .uxweb-submenu-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.uxweb-menu .sub-menu a {
    display: block;
    padding: 9px 16px;
    color: #e9efec;
    font-size: 12px;
}

.uxweb-menu .sub-menu a:hover {
    color: var(--uxweb-gold);
    background: rgba(255,255,255,0.03);
}

.uxweb-mobile-toggle {
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 1px solid rgba(213,178,118,0.45);
    background: transparent;
}

.uxweb-mobile-toggle span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: var(--uxweb-gold);
}

.uxweb-mobile-menu {
    padding: 12px 0 2px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.uxweb-mobile-nav-list li {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.uxweb-mobile-nav-list a {
    display: block;
    padding: 10px 4px;
    color: #fff;
}

.uxweb-mobile-nav-list .sub-menu {
    padding-right: 16px;
}

.uxweb-mobile-action {
    padding-top: 14px;
}

/* Max Mega Menu */
#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary {
    background: transparent;
}

/* =========================================================
   Hero
   ========================================================= */
.uxweb-hero {
    position: relative;
    overflow: hidden;
    padding: 100px 0 38px;
    min-height: 72vh;
}

.uxweb-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -170px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213,178,118,0.10) 0, rgba(213,178,118,0) 68%);
    pointer-events: none;
}

.uxweb-hero .widget_media_image img {
    border-radius: 50% 50% 10px 10px;
}

.uxweb-hero-content {
    position: relative;
    z-index: 2;
    padding-left: 48px;
}

.uxweb-hero-content .widget_text {
    max-width: 540px;
}

.uxweb-hero-content .widget-title,
.uxweb-hero-content h1,
.uxweb-hero-content h2 {
    color: #fff;
    font-size: clamp(35px, 5vw, 49px);
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 18px;
    letter-spacing: -1.2px;
}

.uxweb-hero-content strong,
.uxweb-hero-content em {
    color: var(--uxweb-gold);
    font-style: normal;
}
.uxweb-hero-content em {
    font-size: 26px;
}
.uxweb-hero-content p {
    color: #b7c2bd;
    max-width: 500px;
    margin-bottom: 24px;
    font-size: 20px;
}

.uxweb-hero-media {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.uxweb-hero-media::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 420px;
    left: 11%;
    bottom: 0;
    /*background: rgba(255,255,255,0.028);*/
    border-radius: 45% 45% 0 0;
}

.uxweb-hero-media .widget {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    text-align: center;
}

.uxweb-hero-media img {
    max-height: 500px;
    width: auto;
    margin: auto;
    object-fit: contain;
    object-position: bottom center;
}

/* MetaSlider */
.uxweb-hero-media .metaslider,
.uxweb-hero-media .metaslider .slides img {
    width: 100%;
}

/* =========================================================
   Marquee
   ========================================================= */
.uxweb-marquee-section {
    overflow: hidden;
    padding: 12px 0;
    background: var(--uxweb-gold);
    color: #101b1a;
    text-align: center;
}
.uxweb-marquee-section li {
    display: inline;
    font-size: 20px;
}
.uxweb-marquee-section li::before {
    content: "\f00c";
    margin-left: 8px;
    font-family: "FontAwesome";
}
.uxweb-marquee-section .widget,
.uxweb-marquee-section p {
    margin: 0;
}

.uxweb-marquee-section .widget_text {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 600;
    letter-spacing: -0.7px;
    white-space: nowrap;
}

/* =========================================================
   Section Headings
   ========================================================= */
.uxweb-section-heading {
    max-width: 730px;
    margin: 0 auto 42px;
    text-align: center;
}

.uxweb-section-heading .widget,
.uxweb-section-heading p:last-child {
    margin-bottom: 0;
}

.uxweb-section-heading .widget-title,
.uxweb-section-heading h2,
.uxweb-section-heading h3 {
    font-size: clamp(28px, 4vw, 34px);
    margin-bottom: 10px;
}

.uxweb-heading-light em {
    color: var(--uxweb-gold);
    font-style: normal;
    font-size: 16px;
}
.uxweb-heading-light strong {
    color: var(--uxweb-gold);
}

.uxweb-heading-light,
.uxweb-heading-light .widget-title,
.uxweb-heading-light h2,
.uxweb-heading-light h3 {
    color: #fff;
}

.uxweb-heading-light p {
    color: #9fb0aa;
}

.uxweb-heading-dark p {
    color: #68716e;
}

/* =========================================================
   About
   ========================================================= */
.uxweb-about {
    padding-top: 82px;
}

.uxweb-about a {
    margin-bottom: 20px;
}

.uxweb-about img{
    width: 100%;
}

.uxweb-about-main-image img {
    width: 100%;
    min-height: 440px;
    object-fit: cover;
    filter: saturate(0.8) contrast(1.04);
}

.uxweb-about-copy {
    padding-right: 34px;
    padding-left: 20px;
}

.uxweb-about-copy .widget-title,
.uxweb-about-copy h2,
.uxweb-about-copy h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 16px;
}

.uxweb-about-copy p {
    color: #aab7b2;
}

.uxweb-about-copy strong, .uxweb-about-copy em {
    color: var(--uxweb-gold);
}

.uxweb-about-side-image img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

/* =========================================================
   Service Cards
   ========================================================= */
.uxweb-card-column {
    margin-bottom: 30px;
}

.uxweb-services .uxweb-card-widget,
.uxweb-team .uxweb-team-card-widget {
    height: 100%;
    margin: 0;
}

.uxweb-team a {
    border: 1px solid #cba672;
    padding: 10px;
    border-radius: 4px;
    display: block;
    max-width: 157px;
    margin: auto;
    margin-top: 20px;
}

.uxweb-services .uxweb-card-column,
.uxweb-team .uxweb-card-column {
    min-height: 100%;
}

.uxweb-services .widget_media_image,
.uxweb-team .widget_media_image {
    margin-bottom: 0;
    overflow: hidden;
}

.uxweb-services .widget_media_image img,
.uxweb-team .widget_media_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.uxweb-services .widget_text,
.uxweb-team .widget_text {
    position: relative;
    margin: 0;
    padding: 20px 2px 0;
    background: transparent;
}

.uxweb-services .widget_text .widget-title,
.uxweb-services .widget_text h3,
.uxweb-team .widget_text .widget-title,
.uxweb-team .widget_text h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--uxweb-gold);
}

.uxweb-services .widget_text p,
.uxweb-team .widget_text p {
    color: #92a19c;
    font-size: 15px;
}

.uxweb-services .uxweb-card-column:hover .widget_media_image img,
.uxweb-team .uxweb-card-column:hover .widget_media_image img {
    transform: scale(1.045);
}
.uxweb-services .uxweb-card-column section {
    padding: 20px;
    background: var(--uxweb-dark-2);
}

/* =========================================================
   Practice Areas
   ========================================================= */
.uxweb-practice strong {
    color: var(--uxweb-gold);
}
.uxweb-practice .uxweb-card-column section:nth-child(1) {
    border-radius: 7px 7px 0px 0px;
}
.uxweb-practice .uxweb-card-column section:nth-child(2) {
    border-radius: 0px 0px 7px 7px;
}
.uxweb-practice {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e7e2da;
    border-bottom: 1px solid #e7e2da;
}

.uxweb-practice::before {
    content: "⚖";
    position: absolute;
    right: -25px;
    bottom: -45px;
    font-size: 180px;
    line-height: 1;
    color: rgba(8, 31, 30, 0.045);
}

.uxweb-practice .uxweb-section-heading {
    margin-right: 0;
    text-align: right;
}

.uxweb-practice-card-widget {
    overflow: hidden;
    margin: 0;
    background: #ebeae7;
    border: 1px solid #e1ded8;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.uxweb-practice-card-widget.widget_media_image {
    min-height: auto;
    border-bottom: 0;
    margin-bottom: 0px !important;
}

.uxweb-practice .widget_media_image + .widget_text {
    margin-top: -1px;
}

.uxweb-practice .widget_media_image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.uxweb-practice .widget_text {
    padding: 18px 18px 20px;
}

.uxweb-practice .widget-title,
.uxweb-practice h3 {
    font-size: 17px;
    margin-bottom: 8px;
}

.uxweb-practice .widget_text p {
    color: #68716e;
    font-size: 15px;
}

.uxweb-practice .uxweb-card-column:hover .uxweb-practice-card-widget {
    border-color: #c6ad82;
    box-shadow: 0 14px 28px rgba(20,31,29,0.08);
    transform: translateY(-5px);
}

/* =========================================================
   Statistics
   ========================================================= */
.uxweb-stats-frame {
    padding: 28px 20px;
    border-top: 1px solid rgba(213,178,118,0.75);
    border-right: 1px solid rgba(213,178,118,0.16);
    border-left: 1px solid rgba(213,178,118,0.16);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.uxweb-stat-widget {
    margin: 0;
    padding: 8px 16px;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.06);
}

.uxweb-stats .col-lg-3:last-child .uxweb-stat-widget {
    border-left: 0;
}

.uxweb-stat-widget .widget-title,
.uxweb-stat-widget h3,
.uxweb-stat-widget strong {
    display: block;
    color: var(--uxweb-gold);
    font-size: 45px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 7px;
}

.uxweb-stat-widget p {
    color: #a5b2ad;
    font-size: 16px;
}

/* =========================================================
   Team
   ========================================================= */
.uxweb-team .widget_media_image img {
    max-height: 448px;
    overflow: hidden;
}

.uxweb-team .widget_text {
    text-align: center;
}

.uxweb-team .widget_text .widget-title,
.uxweb-team .widget_text h3 {
    color: var(--uxweb-gold);
    font-size: 16px;
}

/* =========================================================
   Testimonials
   ========================================================= */
.uxweb-testimonials {
    padding-top: 50px;
}
.uxweb-testimonials em {
    color: var(--uxweb-gold);
    font-size: 16px;
}
.uxweb-testimonials strong {
    color: var(--uxweb-gold);
}

.uxweb-testimonial-title .uxweb-section-heading-widget,
.uxweb-testimonial-title .widget {
    margin: 0;
}

.uxweb-testimonial-title .widget-title,
.uxweb-testimonial-title h2,
.uxweb-testimonial-title h3 {
    color: #fff;
    font-size: 38px;
}

.uxweb-testimonial-title p {
    color: #9ca9a4;
}

.uxweb-testimonial-content {
    border-right: 1px solid rgba(213,178,118,0.22);
    padding-right: 34px;
}

.page-short-description, .uxweb-about-page-content, #text-6, .uxweb-practice .widget_text p,
.uxweb-post-card-excerpt p, .uxweb-post-card-excerpt p, .uxweb-prose  {
    text-align: justify;
}


.uxweb-testimonials blockquote,
.uxweb-testimonials .testimonial,
.uxweb-testimonials .testimonial-item {
    margin: 0 0 18px;
    padding: 22px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.05);
    color: #c8d1cd;
}

/* =========================================================
   Process
   ========================================================= */
.uxweb-process {
    background: url(./images/workflow-bg-1.png);
    background-size: cover;
    border-top: 1px solid #dededb;
    border-bottom: 1px solid #dededb;
}

.uxweb-process .uxweb-section-heading {
    margin-right: 0;
    text-align: right;
}

.uxweb-process-widget {
    position: relative;
    min-height: 140px;
    margin: 0;
    padding: 18px 0 15px 24px;
    border-top: 1px solid #c8cbc8;
}

.uxweb-process-widget::before {
    content: counter(uxweb-process-counter);
    counter-increment: uxweb-process-counter;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 50%;
    color: #fff;
    background: var(--uxweb-dark);
    font-size: 12px;
    font-weight: 700;
}

.uxweb-process-row {
    counter-reset: uxweb-process-counter;
}

.uxweb-process-widget .widget-title,
.uxweb-process-widget h3 {
    font-size: 16px;
    margin-bottom: 7px;
}

.uxweb-process-widget p {
    color: #66706c;
    font-size: 12px;
}

/* =========================================================
   Blog Cards
   ========================================================= */
.uxweb-post-card {
    height: 100%;
    margin-bottom: 0;
    background: transparent;
    transition: transform 0.28s ease;
}

.uxweb-post-card:hover {
    transform: translateY(-5px);
}

.uxweb-post-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--uxweb-dark-2);
}

.uxweb-post-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.uxweb-post-card:hover .uxweb-post-card-image img {
    transform: scale(1.05);
}

.uxweb-image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #143533, #0c2927);
}

.uxweb-post-card-body {
    padding: 16px 0 0;
}

.uxweb-post-card-meta {
    color: var(--uxweb-gold);
    font-size: 14px;
    margin-bottom: 12px;
}
.uxweb-post-card-meta::before {
    content: "\f073";
    margin-left: 10px;
    font-family: "FontAwesome";
}

.uxweb-post-card-title {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.uxweb-post-card-title a {
    color: inherit;
    height: 54px;
    display: block;
}

.uxweb-post-card-excerpt {
    color: #94a29d;
    font-size: 12px;
    line-height: 1.8;
}

.uxweb-post-card-excerpt p {
    margin-bottom: 10px;
    min-height: 90px;
}

.uxweb-text-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--uxweb-gold);
    font-size: 12px;
    font-weight: 600;
}

/* =========================================================
   Brands
   ========================================================= */
.uxweb-brands {
    direction: ltr;
    padding: 15px 0 54px;
}

.uxweb-brands .widget {
    margin: 0;
    padding: 18px 22px;
    background: rgba(255,255,255,0.018);
    border: 1px solid rgba(255,255,255,0.045);
    text-align: center;
}

.uxweb-brands img {
    opacity: 0.55;
    filter: grayscale(1);
    transition: opacity 0.25s ease, filter 0.25s ease;
}

.uxweb-brands img:hover {
    opacity: 1;
    filter: grayscale(0);
}
.carousel-slider .carousel-slider__item img {
    max-height: 82px;
    width: auto !important;
}
/* =========================================================
   Widgets
   ========================================================= */
.widget {
    margin: 0 0 24px;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 14px;
}

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

.widget li {
    margin-bottom: 7px;
}

.widget_media_image img {
    display: block;
}

.widget_search .uxweb-search-form {
    display: flex;
}

.tagcloud a {
    display: inline-block;
    margin: 0 0 6px 4px;
    padding: 4px 9px;
    border: 1px solid #deddd8;
    font-size: 12px !important;
}

/* =========================================================
   Internal Page Header
   ========================================================= */
.uxweb-page-header {
    position: relative;
    overflow: hidden;
    padding: 52px 0 56px;
    color: #fff;
    background: var(--uxweb-dark);
    border-bottom: 1px solid rgba(213,178,118,0.17);
}

.uxweb-page-header::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -100px;
    top: -190px;
    border-radius: 50%;
    border: 1px solid rgba(213,178,118,0.09);
}

.uxweb-page-title {
    position: relative;
    z-index: 2;
    margin: 8px 0 0;
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 700;
}

.uxweb-breadcrumbs {
    position: relative;
    z-index: 2;
    color: #8fa19a;
    font-size: 12px;
}

.uxweb-breadcrumbs a {
    color: var(--uxweb-gold);
}

.uxweb-breadcrumb-sep {
    display: inline-block;
    padding: 0 8px;
    opacity: 0.45;
}

/* =========================================================
   Pages, Posts and Prose
   ========================================================= */
.uxweb-content-section {
    padding: 70px 0 90px;
    background: var(--uxweb-paper);
}

.uxweb-page-article,
.uxweb-single-article,
.uxweb-about-page-content {
    padding: 38px;
    background: #fff;
    border: 1px solid #ebe8e1;
    box-shadow: 0 18px 40px rgba(19, 35, 32, 0.045);
}

.uxweb-featured-image {
    margin: -38px -38px 32px;
}

.uxweb-featured-image img {
    width: 100%;
}

.uxweb-post-meta {
    margin-bottom: 20px;
    color: #7d8884;
    font-size: 12px;
}

.uxweb-meta-sep {
    padding: 0 7px;
    color: var(--uxweb-gold-dark);
}

.uxweb-prose {
    color: #313b38;
    font-size: 15px;
    line-height: 2;
}

.uxweb-prose > *:first-child {
    margin-top: 0;
}

.uxweb-prose h2,
.uxweb-prose h3,
.uxweb-prose h4 {
    color: #112220;
    margin: 34px 0 13px;
}

.uxweb-prose h2 {
    font-size: 28px;
}

.uxweb-prose h3 {
    font-size: 22px;
}

.uxweb-prose p {
    margin: 0 0 18px;
}

.uxweb-prose ul,
.uxweb-prose ol {
    margin: 0 0 20px;
    padding-right: 24px;
}

.uxweb-prose blockquote {
    margin: 28px 0;
    padding: 18px 24px;
    color: #48524f;
    background: #f4f1eb;
    border-right: 3px solid var(--uxweb-gold);
    border-left: 0;
    font-size: 17px;
}

.uxweb-prose a {
    color: #9a733a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.entry-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #ece9e2;
    color: #7c8582;
    font-size: 12px;
}

/* =========================================================
   About Page
   ========================================================= */
.uxweb-about-page-header {
    padding: 70px 0;
}

.uxweb-page-intro {
    max-width: 620px;
    margin-top: 16px;
    color: #a6b4af;
    font-size: 15px;
}

.uxweb-about-page-featured {
    position: relative;
    z-index: 2;
    padding: 12px;
    border: 1px solid rgba(213,178,118,0.24);
}

.uxweb-about-page-featured img {
    width: 100%;
    max-height: 380px;
    object-fit: cover;
}

/* =========================================================
   Contact Page and Forms
   ========================================================= */
.uxweb-contact-info-box,
.uxweb-contact-form-box {
    min-height: 100%;
    padding: 34px;
    background: #fff;
    border: 1px solid #ebe7de;
    box-shadow: 0 18px 42px rgba(22,36,33,0.05);
}

.uxweb-contact-form-box label {
    width: 100%;
}

.uxweb-contact-info-box {
    background: var(--uxweb-dark);
    color: #c3ceca;
    border-color: var(--uxweb-dark);
}

.uxweb-contact-info-box .widget-title,
.uxweb-contact-info-box h2,
.uxweb-contact-info-box h3 {
    color: #fff;
}

.uxweb-contact-info-box a {
    color: var(--uxweb-gold);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    color: #24302d;
    background: #fff;
    border: 1px solid #dcdedb;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

textarea,
.woocommerce form .form-row textarea {
    min-height: 135px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--uxweb-gold-dark);
    box-shadow: 0 0 0 3px rgba(213,178,118,0.12);
}

.wpcf7-form p {
    margin-bottom: 15px;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #a83c3c;
    font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 14px;
}

/* =========================================================
   Archives, Search and Pagination
   ========================================================= */
.uxweb-archive-grid .uxweb-post-card {
    padding: 14px;
    background: #fff;
    border: 1px solid #e9e6df;
    box-shadow: 0 8px 22px rgba(18, 32, 29, 0.04);
}

.uxweb-archive-grid .uxweb-post-card-title {
    color: #182522;
}

.uxweb-archive-grid .uxweb-post-card-excerpt {
    color: #6c7773;
}

.navigation.pagination {
    display: block;
    margin: 38px 0 0;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    margin: 2px;
    padding: 7px 10px;
    border: 1px solid #dedbd4;
    background: #fff;
    color: #2a3532;
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
    color: #fff;
    background: var(--uxweb-dark);
    border-color: var(--uxweb-dark);
}

.uxweb-no-results {
    padding: 40px;
    background: #fff;
    border: 1px solid #e9e6df;
    text-align: center;
}

/* =========================================================
   Search Form
   ========================================================= */
.uxweb-search-form {
    display: flex;
    max-width: 620px;
    margin: 0 auto;
}

.uxweb-search-form label {
    flex: 1 1 auto;
    margin: 0;
}

.uxweb-search-form .search-field {
    border-left: 0;
}

.uxweb-search-submit {
    min-width: 92px;
    border: 1px solid var(--uxweb-gold);
    color: #101b1a;
    background: var(--uxweb-gold);
    font-weight: 700;
}

/* =========================================================
   Sidebar
   ========================================================= */
.uxweb-sidebar {
    padding-right: 15px;
}

.uxweb-sidebar .widget {
    margin-bottom: 24px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e9e6df;
}

.uxweb-sidebar .widget-title {
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
}

.uxweb-sidebar .widget-title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 1px;
    background: var(--uxweb-gold);
}

.uxweb-sidebar li {
    padding-bottom: 7px;
    border-bottom: 1px solid #eeece7;
}

/* =========================================================
   Comments
   ========================================================= */
.uxweb-comments-area {
    margin-top: 30px;
    padding: 34px;
    background: #fff;
    border: 1px solid #e9e6df;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list .comment-body {
    margin-bottom: 18px;
    padding: 18px;
    background: #f7f5f0;
}

.comment-author .avatar {
    float: right;
    margin-left: 12px;
    border-radius: 50%;
}

/* =========================================================
   Tables
   ========================================================= */
.uxweb-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 24px;
}

.uxweb-prose table,
.woocommerce table.shop_table,
.woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dedfdc;
    background: #fff;
}

.uxweb-prose th,
.uxweb-prose td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding: 12px 13px;
    border-bottom: 1px solid #e7e8e5;
    text-align: right;
    vertical-align: middle;
}

.uxweb-prose th,
.woocommerce table.shop_table th,
.woocommerce-product-attributes th {
    background: #f2eee6;
    color: #14211e;
    font-weight: 700;
}

/* =========================================================
   WooCommerce General
   ========================================================= */
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 16px;
    color: #8a9691;
    font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--uxweb-gold-dark);
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
    min-width: 210px;
}

.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 0;
    background: var(--uxweb-gold);
    color: var(--uxweb-dark);
    font-size: 11px;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    clear: both;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none;
}

.woocommerce ul.products li.product {
    float: none;
    width: 25%;
    margin: 0 0 30px;
    padding: 0 15px;
}

.woocommerce ul.products li.product .uxweb-product-card-inner,
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
    display: block;
}

.woocommerce ul.products li.product {
    transition: transform 0.28s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
}

.woocommerce ul.products li.product img {
    width: 100%;
    margin-bottom: 14px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f0efeb;
    transition: transform 0.45s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.025);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #14221f;
    font-size: 16px;
    padding: 0;
    margin: 0 0 7px;
}

.woocommerce ul.products li.product .price {
    color: #936e37;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce ul.products li.product .button {
    margin-top: 10px;
    font-size: 12px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: 0;
    margin: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 38px;
    min-height: 38px;
    padding: 9px;
    border: 1px solid #dedbd4;
    background: #fff;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--uxweb-dark);
    color: #fff;
}

/* =========================================================
   WooCommerce Single Product
   ========================================================= */
.woocommerce div.product {
    color: #26312e;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 45px;
}

.woocommerce div.product .product_title {
    font-size: 34px;
    color: #13221f;
    margin-bottom: 14px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #9c753b;
    font-size: 22px;
    font-weight: 700;
}

.woocommerce-product-details__short-description {
    margin: 18px 0 22px;
    color: #55605c;
    line-height: 2;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol {
    padding-right: 22px;
}

.woocommerce div.product form.cart .button {
    min-height: 46px;
}

.woocommerce .quantity .qty {
    width: 76px;
    min-height: 46px;
    border: 1px solid #d9dad7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 24px;
    border-bottom: 1px solid #dadbd8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    border-radius: 0;
    background: transparent;
    margin: 0 0 0 22px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 0;
    color: #66706c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #13221f;
    border-bottom: 2px solid var(--uxweb-gold);
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 26px;
    background: #fff;
    border: 1px solid #e9e6df;
    box-shadow: none;
}

/* =========================================================
   WooCommerce Cart, Checkout, Account
   ========================================================= */
.woocommerce-cart .uxweb-content-section,
.woocommerce-checkout .uxweb-content-section,
.woocommerce-account .uxweb-content-section {
    background: #f7f5f0;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce form.login,
.woocommerce form.register {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e3dc;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 46%;
}

.woocommerce .coupon {
    display: flex;
    gap: 8px;
}

.woocommerce .coupon .input-text {
    min-width: 180px;
}

.woocommerce-checkout #payment {
    background: #f2f0ea;
    border-radius: 0;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: right;
    width: 27%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: left;
    width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
    border-bottom: 1px solid #eceae4;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 11px 4px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--uxweb-gold);
    background: #fff;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--uxweb-gold-dark);
}

/* =========================================================
   Footer
   ========================================================= */
.uxweb-site-footer {
    position: relative;
    overflow: hidden;
    color: #8f9f99;
    
    background-image: url(./images/footer-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;

    border-top: 1px solid rgba(213,178,118,0.13);
}

.uxweb-site-footer::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -170px;
    bottom: -250px;
    border-radius: 50%;
    border: 1px solid rgba(213,178,118,0.06);
    box-shadow: 0 0 0 55px rgba(213,178,118,0.02), 0 0 0 110px rgba(213,178,118,0.014);
}

.uxweb-footer-main {
    position: relative;
    z-index: 2;
    padding: 70px 0 48px;
}

.uxweb-footer-col .widget-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}

.uxweb-footer-col p,
.uxweb-footer-col li,
.uxweb-footer-col a {
    font-size: 15px;
}

.uxweb-footer-col a {
    color: #9dacA6;
}

.uxweb-footer-col a:hover {
    color: var(--uxweb-gold);
}

.uxweb-footer-col .widget_media_image img {
    max-height: 136px;
    width: auto;
    margin-bottom: 18px;
}

.uxweb-footer-bottom {
    position: relative;
    z-index: 2;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,0.045);
    color: #74847e;
    text-align: center;
    font-size: 11px;
}

.uxweb-footer-bottom .widget,
.uxweb-footer-bottom p {
    margin: 0;
}
.uxweb-footer-bottom strong {
    color: var(--uxweb-gold);
}

/* =========================================================
   404
   ========================================================= */
.uxweb-404-section {
    min-height: 72vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    color: #fff;
    background: var(--uxweb-dark);
}

.uxweb-404-box {
    max-width: 760px;
    margin: 0 auto;
    padding: 52px;
    text-align: center;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(213,178,118,0.24);
}

.uxweb-404-number {
    color: var(--uxweb-gold);
    font-size: clamp(90px, 16vw, 180px);
    line-height: 0.9;
    font-weight: 300;
}

.uxweb-404-box h1 {
    margin: 24px 0 12px;
    font-size: 32px;
}

.uxweb-404-box p {
    max-width: 590px;
    margin: 0 auto 26px;
    color: #a8b5b0;
}

.uxweb-404-actions {
    margin-top: 22px;
}

.uxweb-404-actions .uxweb-button {
    margin: 4px;
}

.uxweb-topbar-social li, #nav_menu-3 li {
    display: inline-block;
    font-size: 0px;
    font-weight: 100;
}
.uxweb-topbar-social li:nth-child(1) a::before,
.uxweb-topbar-social li:nth-child(2) a::before,
.uxweb-topbar-social li:nth-child(3) a::before {
    font-family: FontAwesome;
    font-size: 18px;
}
#nav_menu-3  li:nth-child(1) a::before,
#nav_menu-3  li:nth-child(2) a::before,
#nav_menu-3  li:nth-child(3) a::before
{
    font-family: FontAwesome;
    font-size: 30px;
    margin: 6px;
}
.uxweb-topbar-social li:nth-child(1) a::before, #nav_menu-3  li:nth-child(1) a::before {
    content: "\f2c6";
}
.uxweb-topbar-social li:nth-child(2) a::before, #nav_menu-3  li:nth-child(2) a::before {
    content: "\f16d";
}
.uxweb-topbar-social li:nth-child(3) a::before, #nav_menu-3  li:nth-child(3) a::before {
    content: "\f232";
}

.uxweb-topbar-social li:nth-child(4) a::before, 
.uxweb-topbar-social li:nth-child(5) a::before
{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
}
#nav_menu-3 {
    text-align: center;
}
#nav_menu-3 li:nth-child(4) a::before, 
#nav_menu-3 li:nth-child(5) a::before  {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 6px;
    margin-bottom: -3px;
}
.uxweb-topbar-social li:nth-child(4) a::before, #nav_menu-3 li:nth-child(4) a::before {
    background: url(./images/Bale_logo.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.uxweb-topbar-social li:nth-child(5) a::before, #nav_menu-3 li:nth-child(5) a::before {
    background: url(./images/Rubika_new_icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
}

#backToTopBtn {
    display: none;
    text-align: center;
    transition: 0.5s;
    position: fixed;
    right: 18px;
    z-index: 99;
    font-size: 23px;
    border: none;
    outline: none;
    background-color: #CBA672;
    color: white;
    cursor: pointer;
    padding: 11px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 0;
    bottom: 100px;
}
.fix-menu {
	top: 0;
    position: fixed;
    clear: both;
    display: block;
    width: 100%;
    z-index: 100000;
    transition: 0.5s;
	background: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
}

/**** Department ***/
/* توضیحات داخل کارت اصلاً نمایش داده نشود */
.department-description {
    display: none;
}

/* کارت */
.department-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 390px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 28px;
}

.department-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.department-item img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 10px;
    margin: 0 0 15px;
}

.department-item > br {
    display: none;
}

.department-item > p:empty {
    display: none;
}

.department-item > strong {
    display: block;
    min-height: 34px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #222;
}

/* دکمه */
.department-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;

    margin-top: auto;
    padding: 8px 18px;

    border: 1px solid #b18a48;
    border-radius: 8px;

    background: transparent;
    color: #b18a48;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;

    cursor: pointer;
    transition: all 0.25s ease;
}

.department-more-btn::after {
    content: "←";
    margin-right: 7px;
}

.department-more-btn:hover {
    background: #b18a48;
    color: #fff;
}


/* مودال */
.department-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(0, 0, 0, 0.55);

    opacity: 0;
    visibility: hidden;

    transition: 0.25s ease;
}

.department-popup.active {
    opacity: 1;
    visibility: visible;
}

.department-popup-content {
    position: relative;

    width: 100%;
    max-width: 520px;
    max-height: 80vh;

    overflow-y: auto;

    padding: 35px 30px 30px;

    background: #fff;
    border-radius: 16px;

    direction: rtl;
    text-align: right;

    transform: translateY(20px) scale(0.97);
    transition: transform 0.25s ease;
}

.department-popup.active .department-popup-content {
    transform: translateY(0) scale(1);
}

.department-popup-title {
    margin: 0 0 15px;
    padding-left: 35px;

    font-size: 19px;
    font-weight: 700;
    color: #222;
}

.department-popup-description {
    font-size: 14px;
    line-height: 2.2;
    color: #555;
}

.department-popup-close {
    position: absolute;
    top: 12px;
    left: 12px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #f4f4f4;
    color: #555;

    font-size: 22px;

    cursor: pointer;
}

.department-popup-close:hover {
    background: #222;
    color: #fff;
}

body.department-popup-open {
    overflow: hidden;
}
/*******/

/* =========================================================
   Reduced Motion
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
    }
}

.uxweb-main-header {
    transition: all 0.3s ease;
}

.uxweb-main-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

/* ==============================
   Mobile Bottom Navigation
   ============================== */

.mobile-bottom-menu {
    display: none;
}


/* فقط نسخه موبایل */
@media (max-width: 767px) {

    .mobile-bottom-menu {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;

        height: 68px;

        background: #320104;

        display: flex;
        align-items: center;
        justify-content: space-around;

        z-index: 99999;

        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.18);

        direction: rtl;
    }


    /* لینک‌ها */
    .mobile-menu-item {
        width: 33.333%;
        height: 100%;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 4px;

        color: #f3d6a5;

        text-decoration: none;

        font-size: 12px;
        font-weight: 500;

        transition: all 0.2s ease;
    }


    /* آیکون */
    .mobile-menu-icon {
        width: 23px;
        height: 23px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-menu-icon svg {
        width: 23px;
        height: 23px;
    }


    /* حالت لمس */
    .mobile-menu-item:active {
        transform: scale(0.94);
    }


    /* دکمه تماس */
    .mobile-call-button {
        position: relative;

        width: 62px;
        height: 62px;

        margin-top: -30px;

        border-radius: 50%;

        background: #f3d6a5;
        color: #320104;

        display: flex;
        align-items: center;
        justify-content: center;

        text-decoration: none;

        border: 5px solid #320104;

        box-shadow:
            0 4px 15px rgba(0, 0, 0, 0.3);

        transition: transform 0.2s ease;
    }


    .mobile-call-icon {
        width: 28px;
        height: 28px;

        display: flex;
        align-items: center;
        justify-content: center;
    }


    .mobile-call-icon svg {
        width: 28px;
        height: 28px;
    }


    .mobile-call-button:active {
        transform: scale(0.9);
    }


    /* جلوگیری از قرار گرفتن محتوا زیر منو */
    body {
        padding-bottom: 75px;
    }
}

/****** End Navigation Mobile ****8/

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1199px) {
    .uxweb-menu > li {
        margin: 0 6px;
    }

    .uxweb-hero {
        min-height: 460px;
    }

    .uxweb-hero-content .widget-title,
    .uxweb-hero-content h1,
    .uxweb-hero-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .uxweb-section-space {
        padding: 72px 0;
    }

    .uxweb-primary-navigation {
        text-align: left;
    }

    .uxweb-menu > li {
        margin: 0 3px;
    }

    .uxweb-menu > li > a {
        font-size: 11px;
    }

    .uxweb-hero-content {
        padding-left: 15px;
    }

    .uxweb-about-copy {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 28px;
    }

    .uxweb-about-side-image {
        margin-top: 28px;
    }

    .uxweb-stats .col-sm-6:nth-child(2n) .uxweb-stat-widget {
        border-left: 0;
    }

    .uxweb-stat-widget {
        margin-bottom: 20px;
    }

    .woocommerce ul.products li.product {
        width: 50%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .uxweb-sidebar {
        padding-right: 0;
        margin-top: 30px;
    }
}

@media (min-width: 767px) {
    .uxweb-topbar-social li {
        margin: 0px 10px;
    }
    .uxweb-marquee-section li {
        margin: 0 16px;
    }
}
    
@media (max-width: 767px) {
    .uxweb-about-page-content, #text-6, .uxweb-practice .widget_text p, .uxweb-post-card-excerpt p, .uxweb-post-card-excerpt p, .uxweb-prose {
        text-align: right !important;
    }
    .page-short-description h2 {
         text-align: right !important;
    }
    .uxweb-prose p {
        text-align: justify;
    }
    .uxweb-marquee-section li {
        margin: 0 4px;
        font-size: 16px !important;
    }
    .uxweb-topbar-social li {
        margin: 0px 3px;
    }
    body {
        font-size: 14px;
    }

    .uxweb-topbar,
    .uxweb-topbar-social {
        text-align: center;
    }

    .uxweb-topbar-social {
        margin-top: 3px;
    }

    .uxweb-main-header {
        padding: 10px 0;
    }

    .uxweb-flex-row {
        display: flex;
    }

    .uxweb-hero {
        padding: 54px 0 0;
        text-align: center;
    }

    .uxweb-hero-content .widget_text {
        margin: 0 auto;
    }

    .uxweb-hero-content .widget-title,
    .uxweb-hero-content h1,
    .uxweb-hero-content h2 {
        font-size: 39px;
    }

    .uxweb-hero-content p {
        margin-right: auto;
        margin-left: auto;
    }

    .uxweb-hero-media {
        min-height: 300px;
        margin-top: 25px;
    }

    .uxweb-hero-media img {
        max-height: 330px;
    }

    .uxweb-marquee-section .widget_text {
        white-space: normal;
        font-size: 23px;
    }

    .uxweb-section-space {
        padding: 58px 0;
    }

    .uxweb-section-heading,
    .uxweb-practice .uxweb-section-heading,
    .uxweb-process .uxweb-section-heading {
        text-align: center;
        margin-right: auto;
    }

    .uxweb-about-main-image img {
        min-height: 340px;
    }

    .uxweb-about-side-image img {
        max-height: 280px;
    }

    .uxweb-testimonial-content {
        border-right: 0;
        border-top: 1px solid rgba(213,178,118,0.22);
        padding-right: 15px;
        padding-top: 28px;
        margin-top: 28px;
    }

    .uxweb-process-widget {
        min-height: auto;
        margin-bottom: 20px;
    }

    .uxweb-page-article,
    .uxweb-single-article,
    .uxweb-about-page-content,
    .uxweb-comments-area,
    .uxweb-contact-info-box,
    .uxweb-contact-form-box {
        padding: 24px;
    }

    .uxweb-featured-image {
        margin: -24px -24px 24px;
    }

    .uxweb-contact-form-box {
        margin-top: 24px;
    }

    .uxweb-footer-main {
        padding: 52px 0 30px;
    }

    .uxweb-footer-col {
        margin-bottom: 28px;
    }

    .woocommerce ul.products {
        margin-right: -8px;
        margin-left: -8px;
    }

    .woocommerce ul.products li.product {
        width: 50%;
        padding: 0 8px;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    .woocommerce .coupon {
        display: block;
    }

    .woocommerce .coupon .input-text {
        width: 100%;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    
    .uxweb-hero-content .widget-title,
    .uxweb-hero-content h1,
    .uxweb-hero-content h2 {
        font-size: 33px;
    }

    .uxweb-page-title {
        font-size: 34px;
    }

    .uxweb-404-box {
        padding: 30px 18px;
    }

    .woocommerce ul.products li.product {
        width: 100%;
    }
}
