/*
Theme Name: ifar hairbeuty
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: team of work company hesam
Author URI: https://wordpress.org
Description: hair beuty ifar
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0.0
Text Domain: cp_ifar 
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}
:root {
    --light-goldd: #ffd60a;
    --dark-gold: #ffc300;
    --navy-blue: #001d3d;
    --dark0: #000814;
    --navy-low-blue: #003566;
    --dark-text: #2d232e;
    --light-text: #6c757d;
    --primary-gold: #d4af37;
    --light-gold: #f1e5ac;
    --dark-gold: #b8860b;
    --navy-bluee: #2c3e50;
    --light-navy: #3a506b;
    --cream: #fff8e7;
    --dark-text: #2c3e50;
    --light-text: #6c757d;
}
@font-face {
    font-family: "hesam";
    src: url("fonts/Sahel-FD-WOL.woff") format("woff");
}
body,
html {
    font-family: "hesam";
    color: var(--dark-text);
    background-color: #fff;
    /* padding-top: 80px; */
    overflow-x: hidden;
}
body h1,
h2,
h3,
h4,
h5 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
}
li {
    list-style: none;
}
.root {
    --var51: #515151;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.navbar-brand {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: var(--dark-gold) !important;
    font-size: 1.8rem;
    align-items: center;
}
.main-menu {
    height: 75px;
    z-index: 1000;
}

.main-menu .menu-box {
    width: 100%;
    text-align: center;
}
.main-menu .menu-box ul {
    position: relative;
}
.main-menu .menu-box ul li {
    position: relative;
    padding-left: 10px;
    display: inline-block;
}
.main-menu .menu-box ul li a {
    position: relative;
    display: inline-block;
    padding: 15px 0 0px 12px;
    color: #fff;
    font-weight: 800;
     transition: all 0.4s ease;
}

    .main-menu .menu-box ul li a::after {
        content:"";
        position:absolute;
        bottom:-4px;
        left:0;
        width:100%;
        height:2px;
        background:var(--dark-gold);
        border-radius:5px;
        transform: scaleX(0);
    transition: all 0.4s ease;
    }
     .main-menu .menu-box ul li:last-child a::after {  
     height:0;
 }

    .main-menu .menu-box  ul li a:hover::after {
    transform: scaleX(1);
    transition: all 0.4s ease;
}
    
    
    .main-menu .menu-box ul li a:hover {
        transition: all 0.4s ease;
        color: var(--light-goldd); 
    }


.main-menu .menu-box ul li ul {
    position: absolute;
    top: 75px;
    right: 0;
    width: 200px;
    background-color: #000000a0;
    padding: 0 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    padding: 0 10px;
    z-index: 100;
    text-align: right;
}
.main-menu .menu-box ul li ul::before {
    content: "";
    position: absolute;
    top: -19px;
    right: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #6c757d;
    border-left: 8px solid transparent;
}
.main-menu .menu-box ul li ul li ul::before {
    border-color: transparent;
}
.main-menu .menu-box ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    top: 65px;
}
.main-menu .menu-box ul li ul li {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 0;
}
.main-menu .menu-box ul li ul li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 2px;
    background-color: #fff;
    top: 22px;
    right: -3px;
    transition: all 0.4s ease;
}
.main-menu .menu-box ul li ul li:hover::before {
    transition: all 0.4s ease;
    width: 6px;
}
.main-menu .menu-box ul li ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    position: relative;
    right: 0;
    transition: all 0.4s ease;
}
.main-menu .menu-box ul li ul li a:hover {
    right: 6px;
    transition: all 0.4s ease;
}
.main-menu .menu-box ul li ul li ul {
    right: 100%;
    top: 0 !important;
}
.index-top {
    min-height: 100vh;
    background-image: url("img/hesam.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
    z-index: 1;
}

.index-top:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #00000040;
    z-index: -1;
}

/* 2.top-wrap */
.index-top .form-search input {
    border-radius: 25px;
    height: 40px;
    padding-right: 48%;
    border: 1px solid #b8b8b8;
}
.index-top .form-search button {
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, var(--dark-gold) 0%, #735F32 100%);
}

.index-top .form-search select {
    top: 0px;
    left: 54%;
    border: 0;
    width: 47%;
    height: 40px;
    border-radius: 25px;
    background-color: #290001;
    background-image: linear-gradient(90deg, var(--dark-gold) 0%, #735F32 100%);
    padding-right: 6px;
    position: absolute;
    color: var(--light-gold);
}

/* 2.top-wrap */
.index-topp .form-search input {
    border-radius: 25px;
    height: 40px;
    padding-right: 48%;
    border: 1px solid #b8b8b8;
}
.index-topp .form-search button {
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: var(--cream);
    background-image: linear-gradient(135deg, var(--dark-gold) 0%, var(--primary-gold) 100%);
     
}

.index-topp .form-search select {
    top: 5px;
    left: 54%;
    border: 0;
    width: 45%;
    height: 30px;
    border-radius: 25px;
    background-color: var(--cream);
    background-image: linear-gradient(135deg, var(--dark-gold) 0%, var(--primary-gold) 100%);
    padding-right: 6px;
    position: absolute;
}

.index-topp .form-search input {
    border-radius: 25px;
    height: 40px;
    padding: 15px;
    border: 1px solid #b8b8b8;
}
.index-topp .form-search button {
    border: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #444;
    
}

.index-topp .form-search select {
    top: 5px;
    left: 41px;
    border: 0;
    width: 40%;
    height: 30px;
    border-radius: 0;
    border-right: 1px solid #ddd;
    padding-right: 5px;
}

.btn-gold {
    background-image: linear-gradient(90deg, var(--dark-gold) 0%, #735F32 100%);
    color: var(--cream);
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-gold::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(135deg, var(--dark-gold) 0%, var(--primary-gold) 100%);
    transition: all 0.4s;
    z-index: -1;
}

.btn-gold:hover::before {
    width: 100%;
}

.btn-gold:hover {
   transform: translateY(-3px);
   box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
   color: white;
}
.btn-gold {
    padding: 10px 25px;
}

.index-top a i.baskket {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.8rem;
    align-items: center;
}

/* Hero Section */
.hero {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 160px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 34px;
    margin-bottom: 20px;
    color: var(--light-gold);
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: var(--cream);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
/* درباره ما */

.introo {
    width: 100%;
    display: inline-block;
    background: linear-gradient(90deg, #87431D 0%, #735F32 100%);
    padding: 25px 0;
}
.introo .text {
    color: var(--cream);
    line-height: 2.2;
}

.introo .section-title {
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    max-width: fit-content;
    margin: 10px auto;
    padding-bottom: 10px;
    color: var(--cream);
}

.introo .text span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 30px;
    line-height: 56px;
}

.introo .text span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #888;
    border-radius: 50%;
    top: -10px;
    right: -10px;
}

.introo .text p {
    color: var(--cream);
    font-size: 15px;
    text-align: justify;
}
.introo .text h6 {
    text-align: justify;
    color: var(--cream); 
    
}

.introo .text h6::before {
    content: "\f26b";
    font-family: bootstrap-icons !important;
    position: relative;
    top: 4px;
    right: -2px;
    margin-left: 8px;
}

.img-rr {
    position: relative;
    padding: 20px;
    padding-right: 0;
    width: 100%;
}

.img-rr .img-1 {
    position: relative;
    right: 10px;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position:center center;
    background-repeat: no-repeat;
}

.img-rr .img-2 {
    position: absolute;
    right: -100px;
    bottom: -15px;
    width: 280px;
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    z-index: 3;
    border: 5px solid #282A3A;
}

/* درباره ما */

/* بخش اسلایدر مدل مو */

.slider-gallery .product-item {
    overflow: hidden;
}
.slider-gallery .product-item figure {
    border: 1px solid #ddd;
    padding: 5px;

    height: 400px;
    border-radius: 15px;
    transition: all 0.6s ease;
}

.slider-gallery .product-item figure:hover {
    border: 1px solid #c09957;
    transition: all 0.6s ease;
}
.slider-gallery .product-item figure img {
    height: 388px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.slider-gallery .product-item figure img:hover {
    transform: scale(0.9);
    transition: all 0.6s ease;
}

.owl-theme .owl-nav {
    display: none;
}
/* بخش اسلایدر مدل مو */

/* Section Titles */
.section-title {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.section-title h4 {
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    color: var(--navy-blue);
}

.section-title h4::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--dark0), var(--dark-gold));
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.section-title p {
    color: var(--dark0);
    max-width: 600px;
    margin: 25px auto;
}

/* 4.product-item */
.product-item {
    position: relative;
}

.product-item::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 1px;
    background-color: #ddd;
    top: 25px;
    left: -6px;
}

.product-item figure {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.product-item figure figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    transition: all 0.4s ease;
}

.product-item figure figcaption img {
    height: 175px;
    object-fit: contain;
    display: table;
    margin: 0 auto;
}

.product-item figure figcaption.fig-2 {
    opacity: 0;
}

.product-item figure:hover figcaption.fig-1 {
    opacity: 0;
    transition: all 0.4s ease;
}

.product-item figure:hover figcaption.fig-2 {
    opacity: 1;
    transition: all 0.4s ease;
    cursor: pointer;
}

.product-item .pro-excp {
    padding: 0 8px 8px 8px;
    overflow: hidden;
    line-height: 2;
}

.product-item .pro-excp h6 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;

    font-weight: 700;
}

.product-item .pro-excp .pr-price span {
}

.product-item .pro-excp .pr-price bdi {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #17516b;
    height: 32px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
    text-align: center;
    text-decoration: none;
}

.product-item .pro-excp .pr-price del {
    display: block;
    font-size: 13px;
    color: #4f3d3dc3;
    height: 32px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
    text-align: center;
}

.product-item .pro-excp a.a-buy {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    color: #515151;
    margin: 10px auto;
    display: table;
    transition: all 0.4s ease;
    font-size: 13px;
}

.product-item .pro-excp a.a-buy:hover {
    border-color: #000;
    background-color: #969494;
    color: #fff;
    transition: all 0.4s ease;
}
/* Section Titles */

/* 6.last-product-cat بخش اسلایدر های آخرین محصولات */
.last-product-cat .sl-bx {
    padding: 20px 30px;
    position: relative;
    border: 1px solid var(--dark-text);
    border-radius: 15px;
}

.last-product-cat .title-box span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: #1385ff;
    bottom: 0;
    right: 11px;
}
.last-product-cat .title-box span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #1385ff;
    bottom: 0;
    right: 30px;
}
.last-product-cat .sl-bx a.see-all-a {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 13px;
    color: var(--dark0);
    cursor: pointer;
}
.last-product-cat .sl-bx a.see-all-a i {
    font-size: 12px;
    position: relative;
    right: 0;
    transition: all 0.4s ease;
}
.last-product-cat .sl-bx a.see-all-a:hover i {
    transition: all 0.4s ease;
    right: 3px;
    color: #000;
}

.section-title h2 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    color: var(--navy-blue);
}

.section-title h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--dark0), var(--dark-gold));
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.owl-theme .owl-nav {
    display: none;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 5px;
}
/* بخش اسلایدر های آخرین محصولات */

/* Services */
.service-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    position: relative;
    z-index: 1;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(to bottom, var(--light-gold), var(--dark-gold));
    transition: all 0.5s;
    z-index: -1;
}

.service-card:hover::before {
    height: 100%;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.service-img {
    height: 220px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.service-card:hover .service-img {
    transform: scale(1.05);
}

.service-content {
    padding: 25px;
}

.service-icon {
    font-size: 2.8rem;
    color: var(--dark-gold);
    margin-bottom: 20px;
    transition: all 0.4s;
    display: inline-block;
    transition: all 0.6s ease;
}

.service-card:hover .service-icon {
    color: white;
    transform: rotateY(180deg);
    transition: all 0.6s ease;
}

.service-card:hover h3,
.service-card:hover p {
    color: white;
    transition: all 0.6s ease;
}

/* Services */

/* Testimonials */
.testimonials {
    background-color: var(--cream);
    padding: 100px 0;
    position: relative;
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 15px;
    position: relative;
    transition: all 0.4s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.testimonial-card::before {
    content: "\201C";
    font-size: 6rem;
    color: var(--primary-gold);
    position: absolute;
    top: -20px;
    right: 20px;
    font-family: "Playfair Display", serif;
    line-height: 1;
    opacity: 0.7;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-gold);
    transition: all 0.4s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover .testimonial-img {
    border-color: var(--dark-gold);
    transform: scale(1.1);
}
/* Testimonials */

.booking-card {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.booking-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.booking-status {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* Booking Section */
.booking {
    background-color: var(--cream);
    background-size: cover;
    background-position: center;
    color: var(--dark0);
    padding: 100px 0;
    position: relative;
}

.instagram-post {
    width: 100%;
}

.instagram-post .item figure {
    width: 100%;
    height: 152px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    opacity: 0.9;
    margin: 0 !important;
}
.instagram-post .item figure img {
    width: 100%;
    height: 152px;
}
.instagram-post .item figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: transparent;
    outline: 1px solid #fff;
    outline-offset: -5px;
    color: #fff;
    text-align: center;
    padding-top: 60px;
    transition: all 0.4s ease;
    opacity: 0;
}

.instagram-post .item figure:hover figcaption {
    transition: all 0.4s ease;
    opacity: 1;
    cursor: pointer;
}
.instagram-post .insta_title {
    position: absolute;
    right: 0;
    left: 0;
    margin: -33px auto;
    text-align: center;
    z-index: 100;
    font-size: 18px;
}
.instagram-post .insta_title span {
    display: inline-block;
    background: #fff;
    padding: 12px;
}

/* Footer */
footer {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--dark-text) 100%);
    color: white;
    padding: 80px 0 30px;
    position: relative;
}

.footer-title {
    color: var(--primary-gold);
    margin-bottom: 25px;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
}

.footer-title::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--primary-gold);
    bottom: -8px;
    right: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: var(--primary-gold);
    padding-right: 8px;
}
.footer-desc p {
    line-height: 2.5;
    text-align: justify;
    font-size: 13px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: white;
    margin-left: 12px;
    transition: all 0.4s;
}

.social-icons a:hover {
    background: var(--primary-gold);
    transform: translateY(-5px) rotate(5deg);
    color: var(--navy-blue);
}
.social-icons ul.menu {
    display: flex !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    margin-top: 50px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.single-tmp {
    width: 100%;
    
    display: inline-block;
    margin: 15px 0 15px 0;
    background-color: #fff;
}

.single-tmp .auth {
    width: 100%;
    display: inline-block;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    padding: 25px 0;
}

.single-app .product-exp h1 {
    font-size: 18px !important;
    border-bottom: 1px solid #ddd;
}

.single-app .product-exp .prod-meta {
    padding: 0 15px 0 15px;
    border-bottom: 1px solid #ddd;
}

.single-app .product-exp .prod-meta a {
    font-size: 13px;
    color: #777;
}

.single-app .product-exp .prod-meta span.si-price {
    display: block;
    margin: 18px 0;
    font-size: 25px;
    color: #1385ff;
}
.single-app .product-exp .prod-meta span.si-price del {
    display: block;
    color: #444;
}

.single-app .product-exp .prod-meta span.si-commenta-c {
    color: #515151;
    margin-right: 10px;
    font-size: 13px;
}

.single-app .product-exp .si-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    text-align: justify;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}

.single-app .product-exp .si-text p {
    margin-bottom: 0;
}

.single-app .product-exp .si-buy {
    padding: 15px 5px;
}

.single-app .product-exp .si-buy .si-buy-btn a {
    display: inline-block;
    padding: 10px 32px;
    background-color: #ae2729;
    border-radius: 20px;
    color: #fff;
}
.single-app .product-exp .si-buy .si-buy-btn input {
    display: inline-block;
    height: 40px;
    width: 165.33px;
    border: 1px solid #c3c2c2;
    padding-right: 8px;
    padding-left: 8px;
    background: #fff;
}

.single-app .product-exp .si-buy .si-buy-btn button {
    height: 40px;
    width: 165.33px;
    border: 0;
    padding: 10px 27px;
    color: #fff;
    background-color: #54a3e6;
    margin-top: 8px;
}

.single-app .product-exp .si-tags {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 20px;
    margin-bottom: 20px;
}

.single-app .product-exp .si-tags a {
    font-size: 13px;
    color: #333;
}

.single-app .produt-gallery > figure {
    background-color: #f5f5f5;
    text-align: center;
}

.single-app .produt-gallery figure img {
    display: table;
    margin: 0 auto;
    max-height: 400px;
}

.single-app .produt-gallery .gallery-items figure {
    text-align: center;
}

.single-app .produt-gallery .gallery-items figure img {
    display: table;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
}

.single-app .sidebar-product .prod-sidebar-bx {
    margin-bottom: 30px;
    padding-left: 10px;
}

.single-app .sidebar-product .prod-sidebar-bx span.title {
    display: block;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.single-app .sidebar-product .prod-sidebar-bx span.title::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    right: 0;
    bottom: -2px;
    background-color: #1385ff;
}

.single-app .sidebar-product .prod-sidebar-bx ul li {
    width: 100%;
    margin: 2px 0;
}

.single-app .sidebar-product .prod-sidebar-bx ul li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    color: #999;
}
.single-app .sidebar-product .prod-sidebar-bx ul li a:hover {
    color: #000;
}

.single-app .sidebar-product .prod-sidebar-bx ul li a::before {
    content: "\f284";
    position: relative;
    font-family: bootstrap-icons !important;
    right: -5px;
    top: 5px;
    transition: all 0.4s ease;
}

.single-app .sidebar-product .prod-sidebar-bx ul li a:hover::before {
    right: 0;

    transition: all 0.4s ease;
}

.single-app .sidebar-product .prod-sidebar-bx ul li:last-child a {
    border-bottom: 0;
}

.single-app .releated-products {
    padding: 0 10px;
    margin: 25px 0 10px 0;
}

.single-app .releated-products .releated-sliders .product-item {
    margin: 20px;
}

.single-app .releated-products .releated-sliders .product-item::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 1px;
    background-color: #ddd;
    top: 25px;
    left: -21px;
}

.single-app .releated-products span.title {
    display: block;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.single-app .releated-products span.title::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    right: 0;
    bottom: -2px;
    background-color: #1385ff;
}

.product-review {
    padding: 10px;
}
.product-review .tab-content {
    line-height: 2.2;
    font-size: 15px;
    color: #515151;
    text-align: justify;
    padding: 15px 15px;
}
.single-category .product-item {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.single-category .product-item:hover {
    border-color: #444;
    transition: all 0.5s ease;
}
.single-category .product-item::after {
    width: 0;
}

/* Contact */
.contact-info {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.contact-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.contact-icon {
    font-size: 2.5rem;
    color: var(--primary-gold);
    margin-bottom: 15px;
}

.map-container {
    height: 100%;
    min-height: 300px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.map-placeholder {
    text-align: center;
    color: var(--light-text);
}

.map-placeholder i {
    font-size: 3rem;
    color: var(--primary-gold);
    margin-bottom: 15px;
}

.page-body {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.page-body .blog-bx {
    margin-bottom: 30px;
}

.single-tmp .blog-bx {
    margin-bottom: 30px;
}
.page-body .item-pro {
    margin-bottom: 30px;
}

.index-blog {
    width: 100%;
    display: inline-block;
    padding: 35px 0;
}
.index-blog .blog-bx {
    padding: 20px;
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}
.index-blog .blog-bx:hover {
    border-color: #999;
}
.index-blog .blog-bx figure {
    width: 100%;
    height: 200px;
    background-color: #000;
    position: relative;
}
.index-blog .blog-bx figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.9;
}
.index-blog .blog-bx figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00000075;
    color: #d6cfcf;
    padding: 5px;
    font-size: 12px;
}
.index-blog .blog-bx .content span {
    display: inline-block;
    padding: 20px 10px 5px 10px;
    color: #666;
}
.index-blog .blog-bx .content h4 {
    margin: 10px 0;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-bottom: 18px;
}
.index-blog .blog-bx .content h4:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 15px;
    height: 2px;
    background-color: #a98963;
}
.index-blog .blog-bx .content p {
    line-height: 2;
    color: #515151;
    height: 56px;
    overflow: hidden;
    padding-left: 10px;
}
.blog-bx figure figcaption a {
    color: #fff;
    
}

.single-bodys .content h1 {
    margin: 20px 0;
    font-size: 20px !important;
    color: #212121;
    position: relative;
}
.single-bodys .content h1:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc8c8;
    top: 4px;
    right: -23px;
}
.single-bodys .content p {
    line-height: 2.2;
    color: #515151;
    padding-bottom: 15px;
    font-size: 15px;
}
.single-bodys .content img {
    display: table;
    margin: 10px auto;
}
.single-bodys .post-tags a {
    display: inline-block;
    padding: 3px 7px;
    background-color: var(--light-navy);
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 3px;
}
.single-bodys .auther span {
    display: inline-block;
    padding: 3px 7px;
    background-color: var(--light-navy);
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 3px;
}
.single-bodys .auther a {
    display: inline-block;
    background-color: var(--light-navy);
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 3px;
}
.tooltip-inner {
    font-family: "seo90" !important;
}
.page-side span.author-post {
    border-top: 0 !important;
}

.single-bodys .content h1 {
    margin: 20px 0;
    font-size: 20px !important;
    color: #212121;
    position: relative;
}
.single-bodys .content h1:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc8c8;
    top: 4px;
    right: -23px;
}
.single-bodys .content p {
    line-height: 2.2;
    color: #515151;
    padding-bottom: 15px;
    font-size: 15px;
}
.single-bodys .content img {
    display: table;
    margin: 10px auto;
}
.tooltip-inner {
    font-family: "seo90" !important;
}
.page-side span.author-post {
    border-top: 0 !important;
}
.side-search {
    width: 100%;
    margin-bottom: 15px;
}
.side-search form {
    width: 100%;
    position: relative;
}
.side-search form input {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #eee;
    padding-right: 5px;
    background-color: #fff;
    outline: 0;
}
.side-search form button {
    background-color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    color: #a09e9e;
    outline: 0;
    font-size: 20px;
}

.portfolio-body {
}
.portfolio-body .portfolio-sidebar {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background-color: #333;
    background-image: url("img/bg-pinfo-min.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-bottom: 30px;
}
.portfolio-body .portfolio-sidebar ul li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 1px dashed #484545;
}
.portfolio-body .portfolio-sidebar ul li:last-child {
    border-bottom: 0;
}
.portfolio-body .portfolio-sidebar ul li span:nth-child(1) {
    display: block;
    padding: 5px;
}
.portfolio-body .portfolio-sidebar ul li span:nth-child(2) {
    display: block;
    padding: 5px 25px 0 0;
}
.portfolio-body .portfolio-content h1 {
    font-size: 20px !important;
    color: #333;
    position: relative;
    margin-bottom: 25px;
}
.portfolio-body .portfolio-content h1:before {
    content: "P";
    position: absolute;
    top: 0;
    right: -20px;
    border: 1px solid #999;
    text-align: center;
}
.portfolio-body .portfolio-content .meta {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.portfolio-body .portfolio-content .meta a,
.portfolio-body .portfolio-content .meta span {
    font-size: 12px;
    color: #666;
    padding: 0 10px;
}
.portfolio-body .portfolio-content p {
    line-height: 2.2;
    font-size: 15px;
    color: #515151;
    padding-bottom: 15px;
}
.portfolio-body .portfolio-content img {
    display: table;
    margin: 10px auto;
}

.portfolio-body .portfolio-gallery {
    margin: 15px 0;
}

.portfolio-body .portfolio-gallery .gallery-item {
    margin-bottom: 30px;
}
.portfolio-body .portfolio-gallery .gallery-item img {
    height: 250px;
    object-fit: cover;
}

.sidebar-post .shaire-post {
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(135deg, var(--light-navy) 0%, var(--navy-low-blue) 100%);
    padding: 15px 0;
    border-radius: 4px;
}
.sidebar-post .shaire-post ul {
    margin: 0;
}
.sidebar-post .shaire-post ul li {
    display: inline-block;
    margin-right: 5px;
}
.sidebar-post .shaire-post ul li a {
    width: 30px;
    height: 30px;
    line-height: 35px;
    color: #1385ff;
    background-color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 20px;
}

.sidebar-post .sidebar-post-content span.title {
    display: block;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-post .sidebar-post-content span.title::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    right: 0;
    bottom: -2px;
    background-color: #1385ff;
}
.sidebar-post .sidebar-post-content > ul {
    padding-top: 20px;
    margin-bottom: 30px;
}
.sidebar-post .sidebar-post-content ul li {
    width: 100%;
    line-height: 2;
    margin-bottom: 5px;
}
.sidebar-post .sidebar-post-content ul li a {
    position: relative;
    display: block;
    padding: 5px 10px 5px 0;
    color: #444;
    font-size: 13px;
}
.sidebar-post .sidebar-post-content > ul > li > a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #1385ff;
    top: 0;
    right: 0;
    background-color: #1385ff;
    transition: all 0.4s ease;
}
.sidebar-post .sidebar-post-content > ul > li > a:hover::before {
    background-color: #000000;
    border: 2px solid #000000;
    transition: all 0.4s ease;
}
.sidebar-post .sidebar-post-content > ul > li > a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background-color: #1385ff;
    top: 7px;
    right: 2px;
}
.sidebar-post .sidebar-post-content .side-post-ads {
    margin-bottom: 30px;
}
.sidebar-post .sidebar-post-content .side-post-ads img {
    margin: 10px auto;
    display: table;
    border-radius: 4px;
}

.sidebar-post .side-post-cats span.title {
    display: block;
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-post .side-post-cats span.title::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    right: 0;
    bottom: -2px;
    background-color: #1385ff;
}
.sidebar-post .side-post-cats ul {
    padding-top: 20px;
}
.sidebar-post .side-post-cats ul li {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.sidebar-post .side-post-cats ul li:last-child {
    border-bottom: 0;
}
.sidebar-post .side-post-cats ul li a {
    display: block;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 8px 12px 8px 0;
    transition: all 0.4s ease;
}
.sidebar-post .side-post-cats ul li a:hover {
    padding-right: 18px;
    transition: all 0.4s ease;
}
.sidebar-post .side-post-cats ul li a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 6px;
    background-color: #1385ff;
    top: 0;
    right: 0;
    border-radius: 50% 0 0 50%;
}

.single-category .product-item {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}
.single-category .product-item:hover {
    border-color: #444;
    transition: all 0.5s ease;
}
.single-category .product-item::after {
    width: 0;
}

.single-tmp .post-search-box form {
    width: 100%;
    position: relative;
}
.single-tmp .post-search-box form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    padding-right: 10px;
}
.single-tmp .post-search-box form button {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #5368b3;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.forse-b .not-found {
    margin: 50px 0;
}

.forse-b .not-found span.num {
    font-size: 60px;
}

.forse-b .not-found a {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    margin: 10px 3px;
    background-color: #5368b3;
    color: #fff;
}

.forse-b .not-found form {
    width: 50%;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}
.index-blog {
    padding: 10px;
    width: 100%;
    display: inline-block;
}

.index-blog .index-blog-img figure {
    width: 100%;
    height: 200px;
    background-color: #000;
    position: relative;
}

.index-blog .index-blog-img figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    opacity: 0.8;
}

.index-blog figure figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #00000075;
    color: #eee;
    width: 100%;
    padding: 5px;
    font-size: 12px;
}
.index-blog .content span {
    display: inline-block;
    padding: 20px 10px 5px 10px;
    color: #666;
}
.index-blog .sl-bx {
    padding: 20px 30px;
    position: relative;
    border: 1px solid var(--dark-text);
    border-radius: 15px;
}

.index-blog .title-box span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    background-color: #1385ff;
    bottom: 0;
    right: 11px;
}
.index-blog .title-box span::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #1385ff;
    bottom: 0;
    right: 30px;
}
.index-blog .sl-bx a.see-all-a {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 13px;
    color: var(--dark0);
    cursor: pointer;
}
.index-blog .sl-bx a.see-all-a i {
    font-size: 12px;
    position: relative;
    right: 0;
    transition: all 0.4s ease;
}
.index-blog .sl-bx a.see-all-a:hover i {
    transition: all 0.4s ease;
    right: 3px;
    color: #000;
}

.index-topp {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}
/* Page Header */
.page-header {
    background: linear-gradient(120deg, rgba(44, 62, 80, 0.85) 0%, rgba(58, 80, 107, 0.8) 100%), url("img/test10.jpeg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
}
.page-header nav p#breadcrumbs span a {
    color: var(--light-gold) !important;
    text-decoration: none;
    font-size: 18px;
}

.breadcrumb {
    background: transparent;
    justify-content: center;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: var(--light-gold);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light-gold);
}

.paginate-box li a,
.paginate-box li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.paginate-box ul {
    display: table;
    margin: 0 auto;
}
.paginate-box li {
    float: right;
}
.paginate-box li a,
.paginate-box li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.5;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.paginate-box li span.current {
    color: #000;
    font-weight: bold;
}

.auther .author-name .author-box {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    border-right: 4px solid #d4af37;
}

.auther .author-name {
    display: inline-block;
    padding: 3px 7px;
    background-color: var(--light-navy);
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 3px;
}
.index-topp a i.baskket {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: var(--light-gold) !important;
    font-size: 1.8rem;
    align-items: center;
}

ul.hesamz li {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);
    text-align: center;
}
ul.hesamz li a {
    color: var(--light-gold);
    display: block;
    padding: 10px;
    transition: all 0.8s ease;
}

ul.hesamz li a:hover {
    background: var(--cream);
    transition: all 0.8s ease;
    color: var(--navy-blue);
    border-radius: 50%;
}

.hesam {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);
    color: var(--cream);
    padding: 40px;
}
.hesam a {
    color: var(--light-gold);
}

ul.hesamzz li {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);
    display: block;
    padding: 10px;
    color: var(--cream);
    border-color: var(--cream);
}
.hesamzzzzzz {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);
    display: block;
    padding: 10px;
    color: var(--cream);
    border-color: var(--cream);
}
button.bttn {
    color: #000;
    background-color: var(--light-gold);
    border-color: transparent;
    border-radius: 6px;
    padding: 12px 15px;
    position: relative;
    bottom: 27px;
}
.hesamzzzz {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);
    color: var(--cream) !important;
    border: none;
    padding: 12px 30px;
    font-weight: 500;
}

.hesamzzzzz {
    background: linear-gradient(135deg, var(--navy-blue) 0%, var(--light-navy) 100%);
    color: var(--cream) !important;
    border: none;
    padding: 12px 30px;
    font-weight: 500;
}
.hesamzzz {
    background: linear-gradient(135deg, var(--dark-gold) 0%, var(--light-gold) 100%);
    color: var(--dark0) !important;
    border: none;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.4s;
    overflow: hidden;
    z-index: 1;
}
.btn-info {
    color: #000;
    background-color: var(--light-gold);
    border-color: transparent;
    transition: all 0.8s ease;
}
.btn-info:hover {
    background: linear-gradient(135deg, var(--dark-gold) 0%, var(--light-gold) 100%);
    transition: all 0.8s ease;
    border-color: transparent;
}
.bg-auth {
    min-height: 100vh;
    background-image: url("img/test-pic-1920-size.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.woocommerce-form .woocommerce-form-row label {
    margin: 12px 0;
    color: var(--cream);
}

.form-row > button {
    width: 50%;
    padding: 15px;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    color: var(--cream);
    border: none;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.4s;
}

.woocommerce-privacy-policy-text p {
    color: #fff;
}
.woocommerce-privacy-policy-text a {
    color: #ffc107 !important;
}

.nopadding {
    padding: 0;
}

.bg-gallery img {
    width: 450px;
    height: 450px;
    object-fit: cover;
    display: table;
    margin: 20px auto;
    border-radius: 6px;
}

.team-member {
    text-align: center;
    margin-bottom: 40px;
}

.team-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid var(--cream);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.team-social a {
    width: 40px;
    height: 40px;
    background: var(--light-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-blue);
    text-decoration: none;
    transition: all 0.3s;
}

.team-social a:hover {
    background: var(--primary-gold);
    transform: translateY(-3px);
}

.team-social ul {
    display: flex;
}
.team-social ul li {
    margin-left: 15px;
}
/* About Content */
.about-content {
   padding: 30px 0;
}
.text h6 {
    text-align: justify;
}

.we_person > h6::before {
    content: "\F3E6";
    font-family: bootstrap-icons !important;
    position: relative;
    top: 4px;
    right: -2px;
}

.section-titlee {
    text-align: center;
    font-size: 27px;
    font-weight: 300;
    max-width: fit-content;
    margin: 10px auto;
    padding-bottom: 10px;
    color: var(--dark0);
}

.social-iconss a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    color: var(--dark0);
    margin-left: 12px;
    transition: all 0.4s;
}

.social-iconss a:hover {
    background: var(--dark-gold);
    transform: translateY(-5px) rotate(5deg);
    color: var(--navy-blue);
}

.container-fluid .fullscreen-video-container {
 position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    
}
 .container-fluid .fullscreen-video-container h1 { 
     position: absolute; 
     width: 100%; 
    height: 100%; 
     top: 45px; 
     right: 45%; 
     z-index: 999;
     color: #fff;
 } 

.container-fluid .fullscreen-video {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
/* overlay برای تاریک کردن ویدیو */
.container-fluid .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* تنظیم opacity اینجا */
    z-index: 2;
}

.btn-outline-secondary:hover {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
}
.btn-outline-secondary {
    border-color: transparent;
    outline: 0;
}
 
.textwidget {
    
}

.logo1 img  {
    vertical-align: middle;
    width: 95px;
    height: 95px;
}
.logo2 img  {
    vertical-align: middle;
    width: 95px;
    height: 70px;
}
.hesam1255 p {
  
  
}
table.hesam1266 {
    border: 1px solid #000000;
}
table.hesam1266 th {
    border: 1px solid #000000;
}
table.hesam1266 td {
    border: 1px solid #000000;
}
.shop-sidebar {
    border: 1px solid #999;
    border-radius: 8px;
    padding: 15px;
}
.shop-sidebar h2 {
    font-size: 23px;
    position: relative;
}
.shop-sidebar h2::after {
   content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 44px;
    height: 2px;
    background-color: var(--dark-gold);
}
.shop-sidebar ul.product_list_widget li a {
    display:  block;
    color: #000;
}
.shop-sidebar ul.product_list_widget li del , .shop-sidebar ul.product_list_widget li ins {
    display:  none;
    
}
.shop-sidebar ul.product_list_widget div.star-rating {
    display: none;
}
.shop-sidebar ul.product_list_widget a{
    font-size: 12px;
    font-weight: 500;
    margin: 20px auto;
    border-bottom: 1px solid #999;
    padding: 20px 0;
         overflow: hidden;
 text-overflow:ellipsis;
white-space: nowrap;
    
}
.shop-sidebar ul.product_list_widget li:last-child a{ 
    
    border-bottom: transparent;
    
}


.shop-sidebar ul.product_list_widget li a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.detail {
    border: 1px solid #999;
    padding: 20px 10px;
}
.detail span.det h2 {
    font-size: 23px;
    border-bottom: 1px solid #666;
        padding: 0 0 15px 0;
        text-align: center;
}

.detail span.det table tr th {
    padding: 20px;
    border-left: 1px solid #ccc;
}
.detail span.det table tr td p {
   margin: 0;
   margin: 0 10px 0 0;
}

.zoom {
  display: inline-block;
}


table.hesam133 tr th {
    border: 1px solid #000;
padding:20px;
border-color: var(--cream);
}
table.hesam133 tr th a {
    color: var(--light-gold);
}
table.hesam133 tr td {
    border: 1px solid #000;
    border-color: var(--cream);
    padding:20px;
}

.woocommerce-info {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
     background-color: #ffffff; 
    color: #515151;
    border-top: 3px solid #720eec;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-info a {
    color: #21aeea;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    content: "\e028" / "";
    display: inline-block;
    position: absolute;
    top: 1em;
    right: 1.5em;
     color: #21aeea !important;
}

.woocommerce img, .woocommerce-page img {
   width: 150px;
   height: 150px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--light-navy);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
    text-align: center;
    
}

.woocommerce table.shop_table tbody tr td a {
    color: var(--light-navy);
}

.woocommerce table.shop_table td {
   
    padding: 20px 12px;
  
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]
 {
    background-color: var(--light-navy);
    color: #fff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    color: #515151;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    text-align: center;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    /*background-color: #ffffff;*/
    color: #515151;
    border-top: none;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border: 1px solid #ddd;
}

.woocommerce-message .button {
    color: #1385ff;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: left;
    
  
  
}

#sb_instagram .sb_instagram_header, .sb_instagram_header {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
    display: table;
    margin: 0 auto;
}


form.fluent_form_4 .wpf_has_custom_css.ff-btn-submit {
    background-color: rgba(80, 117, 163, 1);
    border-color: rgba(78, 94, 114, 1);
    color: #ffffff;
    width: 100%;
}

.terms-conditions {
    line-height: 1.8;
    font-family: 'Vazir', sans-serif;
}

.highlight-box {
    background: #e8f5e9;
    padding: 20px;
    border-right: 4px solid #4caf50;
    border-radius: 8px;
    margin-bottom: 20px;
}

.warning-box {
    background: #ffebee;
    padding: 20px;
    border-right: 4px solid #f44336;
    border-radius: 8px;
        margin: 20px 0;
}

.finance-box, .content-box, .contact-box {
    background: #e3f2fd;
    padding: 20px;
    border-radius: 8px;
    margin: 15px 0;
}

.final-note {
    background: #fff3e0;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
}

/* 24.comments */
.mycomments-body {
	margin: 30px 0;
}
.comment-author {
	margin-bottom: 10px;
	color: #222;
	display: inline-block;
}
.comments h3#comments {
	font-size: 16px !important;
	margin-bottom: 18px;
}
#comments h2.comments-title {
	font-size: 16px !important;
	margin-bottom: 18px;
}
#respond #reply-title {
	font-size: 17px !important;
}
#respond #reply-title:before {
	content: "\f0e5";
	font-family: FontAwesome;
	margin-left: 5px;
	color: #21aeea;
}
#respond p.comment-notes {
	padding-right: 20px !important;
	margin-bottom: 17px !important;
	line-height: 2;
}
#commentform label {
	display: inline-block;
	width: 15%;
}
#commentform input::placeholder,
#commentform textarea::placeholder {
	color: rgb(143, 141, 141);
}
#commentform textarea {
	width: 100%;
	resize: none;
	background-color: #fdfcfc6b;
	border: 1px solid #e2e0e0;
	padding: 8px;
	border-radius: 4px;
}
#commentform textarea:focus {
	outline: 0 !important;
}
#commentform input {
	width: 100%;
	height: 40px;
	background-color: #fdfcfc6b;
	border: 1px solid #e2e0e0;
	padding-right: 8px;
	border-radius: 4px;
}
.comment-form-cookies-consent {
	display: none;
}
#commentform input[type="submit"] {
	width: auto;
	height: 35px;
	padding: 0 5px;
	color: #fff;
	background-color: #21aeea;
	border-radius: 4px;
	border: 1px solid #21aeea;
	margin: 0 0 20px 14px;
	font-size: 13px;
	float: left;
}
#commentform input[type="submit"]:hover {
	color: #21aeea;
	background-color: #fff;
}
.comment-meta {
	border-bottom: 1px dotted #f3efef;
	padding-bottom: 10px;
	display: inline-block;
	float: left;
}
.comment-meta a {
	color: #21aeea;
}
.comment-body {
	width: 100%;
	background-color: #f7f3f32e;
	margin: 5px 0;
	padding: 12px;
	border: 1px solid #f4f4f4;
	border-right: 3px solid #c5c01c;
}
h3#comments {
	margin-bottom: 25px;
}
ul.children .comment-body {
	border-right: 3px solid #d7e6f5 !important;
}
.comment-body p {
	color: #616161;
	font-size: 13px;
	line-height: 2;
	padding: 0px 0;
	margin-bottom: 0;
}
.comment-notes span {
	width: 100% !important;
}
.comment-notes .required {
	display: none !important;
}
.comment-reply-link {
	padding: 6px;
	margin: 8px 0;
	color: rgb(8, 211, 238);
	background-color: transparent;
	border-radius: 2px;
	width: 60px;
	display: inline-block;
	text-align: center;
	height: 33px;
	font-size: 15px;
	border: 1px solid rgb(8, 211, 238);
	display: none;
}
.avatar {
	width: 55px;
	height: 55px;
	margin-left: 8px;
	border-radius: 3px;
}
.comments-body #comments {
	font-size: 20px;
}
.comments-body #comments:before {
	content: "\f112";
	font-family: FontAwesome;
	margin-left: 5px;
	color: #21aeea;
}
.commentlist ul.children {
	width: 98%;
	margin-right: 2%;
}
.commentlist ul.children li {
	padding: 0;
}
.comment-body cite.fn {
	font-style: normal !important;
}
.comment-body span.says {
	display: none;
}
.vc_tta-panel-body p {
	padding-bottom: 0 !important;
}
#learning-comments-box h3#comments {
	margin-bottom: 20px;
	font-size: 15px !important;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
    margin-left:-5px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals h2 {
    text-align: center;
}

.woocommerce ul.products li.product a img {
     width: auto ;
    /*height: 250px;*/
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.on-sale {
position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    background: teal;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    padding: 0 3px;
 
}


.product_list_widget li span bdi {
    display:none;
}


@supports (-webkit-touch-callout: none) {
    .fullscreen-video-container {
        height: -webkit-fill-available;
    }
}

@media only screen and (max-width: 992px) {
    .img-rr .img-2 {
        right: 0;
        width: 200px;
        height: 200px;
    }
}
@media only screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .index-topp .form-search input , .index-topp .form-search button {
        display: none;
}
}
@media only screen and (max-width: 992px) {
    .product-item .pro-excp .pr-price bdi {
    font-size: 16px;
}}
@media only screen and (max-width: 992px) {
.last-product-cat .sl-bx a.see-all-a {
   
    left: -8px;
    top: 2px; 
}
}
@media only screen and (max-width: 992px) {
    .map iframe {
        width: 400px;
    }
}
@media only screen and (max-width: 992px) {
    .section-title p {
        margin: 14px 0 auto;
}
}
@media only screen and (max-width: 992px) {
.booking {
    
    padding:  0; 
   
}
}
@media only screen and (max-width: 992px) {
.index-blog .sl-bx a.see-all-a {
     left: -8px;
 top: 2px;
   
}
}
@media only screen and (max-width: 992px) {
    .map-placeholder iframe {
        width: 350px;
    }
}
@media only screen and (max-width: 992px) {
    .container-fluid .fullscreen-video-container h1 { 
    right: 35%; 
     z-index: 999;
} 
}
/* برای موبایل - اصلاح مهم */
@media only screen and (max-width: 992px) {
   .container-fluid .fullscreen-video {
        width: 100%;
        height: 100%;
        object-fit: fill;
         object-position: center center;
        
    }
}
@media only screen and (max-width: 992px) {
   .col-md-3.hesi1255 {
        border-bottom: 2px dashed;
    border-top: 2px dashed;
    margin: 20px 0 20px 0;

    }
}






















