@font-face {
    font-family:yekanbakh ;
    src: url(../font/Yekan-Bakh-FaNum-04-Regular.woff) format(woff);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family:yekanbakh ;
    src: url(../font/Yekan-Bakh-FaNum-05-Medium.woff) format(woff);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family:yekanbakh ;
    src: url(../font/Yekan-Bakh-FaNum-06-Bold.woff) format(woff);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family:yekanbakh ;
    src: url(../font/Yekan-Bakh-FaNum-07-Heavy.woff) format(woff);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:yekanbakh ;
    src: url(../font/Yekan-Bakh-FaNum-08-Fat.woff) format(woff);
    font-weight: 800;
    font-style: normal;
}

*{
    direction: rtl;
    font-family: 'yekanbakh';
}
/* ----------fontclass---------- */
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
    line-height: 1.7em;
}
.f17{
    font-size: 17px;
    line-height: 1.8em;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.f25{
    font-size: 25px;
}
.f30{
    font-size: 30px;
}
.w400{
    font-weight: 400;
}
.w500{
    font-weight: 500;
}
.w600{
    font-weight: 600;
}
.w700{
    font-weight: 700;
}
.black-color{
    color: black;
}
.main-color{
    color: #007BFF;
}
.white-color{
    color: white;
}
.gray-color{
    color: #7D7D7D;
}
/* ----------------------------------- */
a{
    text-decoration: none;
}
h1,h3,h5,h6,p{
    margin: 0;
}
body{
    margin: 0;
}
/* -------------------------------Header------------------------------------- */
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 100px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999999;
}
.header-sec1{
    display: flex;
    align-items: center;
}
.header-sec1 img{
    width: 95px;
    margin-left: 20px;
}

.header-sec2
{
    display: flex;
    align-items: center;
}

.header-sec2 a{
    border-radius: 6px;
    padding: 8px 16px;
    margin-right: 6px;
}
.header-add-bussiness{
    background-color: #007BFF;
}
.header-login{
    background-color: #CFE6FF;
}
.header-login-mob{
    display: none;
}
.header-location{
    border: solid 1px #007BFF;
}
.header-menu a{
    margin-right: 20px;
}
.header-login::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/solar_user_rounded_linear.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.header-location::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/solar_map_point_linear.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.header-hamburger-menu{
    display: none;
}
.header-side-menu{
    display: none;
}

.reserve-btn
{
    display: block;
    text-align: center;
    background-color: #007BFF;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #007BFF;
    transition: all 0.3s ease;
}

.reserve-btn:hover
{
    background-color: #fff;
    color: #007BFF;
    border: solid 1px #007BFF;

}

.home-ad-box-cat-location
{
    display: flex;
        align-items: center;
        width: 100%;
}

.home-ad-box-star
{

    /* position: absolute;
    bottom: 15px;
    right: 5px; */
    background: #ffffff61;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(200px);


}
/* ----------location-------- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999;
  }

  .popup-content {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    min-width: 500px;
    max-width: 90%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    height: 80%;
    overflow: auto;
  }
  .popup-content input{
    padding: 10px;
    border: solid 1px #c7c7c7;
    border-radius: 6px;
    margin: 10px 0 0px 0;
  }
  .header-popup-city{
    /* display: flex; */
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
  }

  .close-btn {
    position: absolute;
    top: 8px;
    left: 20px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
  }

  .hidden {
    display: none;
  }


  .popular-cities {
    margin: 15px 0;
}

.popular-cities-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popular-city-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.popular-city-item {
    display: block;
    padding: 8px 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 30%;
    transition: all 0.3s ease;
}

.popular-city-item:hover {
    background-color: rgba(235, 228, 255, 0.333);
    color: #007BFF;
}

  .selected-city {
    color: #007BFF !important;
    font-weight: 500 !important;
}

.header-city-select {
    display: flex;
    align-items: center;
}

.city-selector {
    display: flex;
    align-items: center;
    gap: 5px;
}

.province-accordion {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
}

.province-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #ffffff;
    cursor: pointer;
}

.province-cities {
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    border-top: none;
}

.province-cities a {
    padding: 0px 25px;
    margin-bottom: 10px;
    text-decoration: none;
}

.dropdown-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #666;
    font-weight: 300;
    margin-left: 8px;
}
.dropdown-icon img{
    width: 20px;
}

.active .dropdown-icon {
    transform: rotate(180deg);
}

.active + .province-cities {
    display: flex;
}

/* ---------------------------------Footer---------------------------------------- */
footer{
    background-image: url(../img/footer_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 100px 5px 100px;
}
.footer-sec1{
    display: flex;
}
.footer-logo{
    width: 80px;
}
.footer-div5 img{
    width: 80px;
}
.footer-div5 , .footer-div4 , .footer-div2 , .footer-div1{
    width: 16%;
    padding: 10px;
    margin-top: 15px;
}
.footer-div1 ul , .footer-div2 ul{
    padding-right: 20px;
    margin: 0;
}
.footer-div3-mob{
    display: none;
}
.footer-div3{
    width: 36%;
    text-align: center;
    padding: 10px;
}
.footer-img-box img{
    width: 30px;
    margin-left: 7px;
}
.div4-text{
    margin-bottom: -6px;
}
.footer-social-media img{
    width: 18px;
    margin: 10px 5px;
}
.footer-img-box{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer-img-box-text{
    display: flex;
    flex-direction: column;
}
.footer-text{
    color: #605F5F;
}
.footer-title{
    margin: 0 0 20px 0;
}
footer li{
    margin-bottom: 6px;
}
.footer-sec2{
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #dadada;
    padding: 15px 0 10px 0 ;
}


/* -----------------------------------Home----------------------------------------- */
.home-body{
    padding: 5px 100px;
}
.home-hero-title{
    display: flex;
    align-items: center;
}
.home-hero-title img{
    width: 90px;
    height: 20px;
}
.home-hero-sec{
    background-image: url(../img/hero-bg-v2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    border-radius: 15px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 280px;
    padding-top: 30px;
}
.home-hero-sec1 , .home-hero-sec2{
    width: 50%;
    margin: 40px 70px 70px 70px;

}

.home-hero-sec1
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

}

.home-hero-sec1 a
{
  background-color: #fff;
}

.home-search-box {
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
.home-dl-box{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.home-dl{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.home-dl img{
    width: 25px;
}
.home-dl span{
    margin-right: 4px;
}

.home-search-box-cat {
    width: 35%;
    background-color: #ffffff;
    border: none;
    padding: 12px 10px;
    border-radius: 10px;
    -webkit-appearance: none; /* غیرفعال‌کردن ظاهر پیش‌فرض در Safari و iOS */
    -moz-appearance: none;    /* برای فایرفاکس */
    appearance: none;
}

.input-wrapper {
    position: relative;
    width: 65%;
}

.single-cta-arta
{
    display: none;
}

.home-search-box-inp {
    width: 100%;
    background-color: #ffffff;
    border: none;
    padding: 12px 15px 12px 10px; /* فضای کافی برای دکمه از سمت چپ */
    border-radius: 10px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    padding: 0 15px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.home-cat-nav-container {
    position: relative;
}

.home-cat-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.home-cat-nav-btn:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.home-cat-nav-btn.prev {
    right: -45px;
}

.home-cat-nav-btn.next {
    left: -45px;
}

.home-cat-nav-btn svg {
    width: 20px;
    height: 20px;
    fill: #007BFF;
}

.home-cat-sec{
    display: flex;
    align-items: center;
    overflow-x: scroll;
    margin-top: 30px;
    gap: 7px;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.home-cat-sec::-webkit-scrollbar {
    display: none; /* WebKit */
}
.home-cat-sec-item{
    display: flex;
    align-items: center;
    box-shadow: 0px 9px 16px 0px #0505050d;
    padding: 5px 10px 5px 25px;
    border-radius: 10px;
}
.home-cat-sec-item img{
    width: 30px;
    height: 30px;
    margin-left: 8px;
    padding: 10px;
    border-radius: 11px;

}
.home-ad-sec{
    margin-top: 20px !important;
}
.home-ad-title{
    display: flex;
}
.home-ad-title img{
    width: 3px;
    height: 50px;
}
.home-ad-title-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}
.home-ad-sec1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-ad-btn a::after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../img/solar_square_alt_arrow_left_linear.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.star{
    width: 15px;
}
.home-ad-box{
    position: relative;
    box-shadow: 0px 10px 30px -2px #0000001a;
    padding: 10px;
    border-radius: 20px;
    min-width: 303px;
    max-width: 200px;
}

.home-ad-box-cat-artacode
{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 35ch;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home-ad-box p{
    /* min-height: 70px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-ad-box-item{
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    margin-top: 5px;
    border-top: solid 1px #F1F1F1;
}
.home-ad-box-img{
    width: 100%;
    height: 200px;
    object-fit: fill;
    border-radius: 15px;
}
.home-ad-box-img-arta{
    width: 100%;
    height: 200px;
    object-fit: fill;
    border-radius: 15px;
}
.home-ad-box-location::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../img/solar_map_point_black.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.home-ad-box-cat::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../img/solar_code_scan_linear.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.home-ad-sec2 {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 10px; */
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    gap: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.home-ad-sec2::-webkit-scrollbar {
    display: none; /* WebKit */
}

.home-ad-container {
    position: relative;
}

.home-ad-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.home-ad-nav-btn:hover {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.home-ad-nav-btn.prev {
    right: -45px;
}

.home-ad-nav-btn.next {
    left: -45px;
}

.home-ad-nav-btn svg {
    width: 20px;
    height: 20px;
    fill: #007BFF;
}



.home-ad-sec2
{
    padding: 20px 0;
    margin-top: 0 !important;
}
.absolut-icon{
    position: absolute;
left: 3px;
width: 100%;
display: block;
top: 3px;
text-align: left;
}
.absolut-icon img{
    width: 25px;
}




.home-ad-sec-v2-title{
    background-image: url(../img/group_322.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding: 25px;
    min-width: 270px;
}
.home-ad-btn-v2{
    border: solid 1px white;
    border-radius: 8px;
    padding: 6px 16px;
    background-color: rgba(255, 255, 255, 0.044);
}
.home-banner-sec{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
    margin-top: 70px;
}
.home-banner-sec img{
    width: 100%;
}
/* ---------------------------------------Single-------------------------------------------- */
.single-body{
    padding: 5px 100px;
}
.single-intro{
    display: flex;
    margin: 30px 0 50px 0;
}
.single-intro-right{
    width: 55%;
    margin-left: 40px;
}
.single-intro-left{
    width: 45%;
    margin-right: 40px;
}
.single-intro-right-sec1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    align-items: flex-end;
}
.single-intro-right p{
    text-align: justify;
}
.single-intro-info{
    display: flex;
}
.single-intro-location::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../img/solar_map_point_black.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
}
.single-intro-right-sec2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #E7E7E7;
    margin-top: 20px;
    padding: 18px 0 0 0 ;
}
.single-intro-btn-link{
    display: flex;
    align-items: center;
}
.single-intro-btn{
    background-color: #007BFF;
    padding: 8px 18px;
    border-radius: 6px;
}
.single-intro-star img{
    width: 20px;
}
.single-intro-cat-title{
    display: flex;
    flex-direction: column;
}
.single-intro-cat{
    background-color: #D1E7FF;
    border-radius: 100px;
    width: fit-content;
    padding: 1px 12px;
}
.single-intro-link{
    margin-bottom: -10px;
}
.single-intro-link img{
    width: 38px;
    margin-left: 7px;
}
.single-intro-info img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: solid 1px #d5d5d5;
    border-radius: 100px;
    margin-left: 8px;
}
.single-intro-left img{
    width: 100%;
}
.single-intro-service-option{
    display: flex;
}
.single-intro-service-option span{
    margin: 0 -4px 0 15px;
    z-index: 2;
}
.single-intro-service-option-call::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../img/onlinecall.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    /* margin:0 0 0 -5px; */

}
.single-intro-service-option-chat::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../img/chat.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    /* margin: 0 0 0 -5px; */

}
.single-intro-service-option-location::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../img/customerhome.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -5px 0 0 0;
}
.single-intro-service-option-clinic::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('../img/clinic.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -5px 0 0 0;
}
/* -----------gallery----------- */

.gallery {
    /* max-width: 500px; */
    width: 100%;
  }

  .main-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  }

  .carousel {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
  }

  .carousel-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
  }

  .thumb {
    flex: 0 0 auto;
    width: 100px;
    margin: 0 5px;
    cursor: pointer;
  }

  .thumb img {
    width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: border 0.2s;
  }

  .thumb img:hover {
    border-color: #007bff;
  }

  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }

  .arrow.left {
    left: 0; /* دکمه راست */
  }

  .arrow.right {
    right: 0; /* دکمه چپ */
  }
/* ------------------------------ */
.single-service-item{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 20px;
}
.single-service-box{
    border: solid 1px #DADADA;
    border-radius: 7px;
    padding: 11px;
}
.single-service-box p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.single-service-box-img{
    width: 55px;
    height: 55px;
    border-radius: 5px;
    margin-left: 8px;
}
.single-service-box-sec1{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.single-service-box-prices{
    display: flex;
    align-items: center;
}
.single-toman{
    width: 15px;
    margin-right: 5px;
}
.single-service-box-deposit{
    background-color: #D1E7FF;
    border-radius: 4px;
    padding: 4px 8px;
    margin-right: 5px;
}
.single-title img{
    width: 3px;
    height: 45px;
    margin-left: 7px;
}
.single-title{
    display: flex;
    align-items: center;
}
.single-cta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 50px;
}
.single-cta-btn{
    background-color: #007BFF;
    border-radius: 6px;
    padding: 6px 16px;
}
.single-contact-sec{
    display: flex;
    align-items: center;
}
.single-contact-sec-img img{
    width: 100%;
}
.single-contact-sec-img{
    width: 35%;
}
.single-contact-left {
    width: 65%;
    margin-right: 50px;

}
.single-contact-item{
    display: flex;
    align-items: center;
}
.single-contact-item img{
    width: 45px;
    height: 45px;
    margin-left: 5px;
}
.single-contact-item-title{
    display: flex;
    flex-direction: column;
}
.single-contact-item-span{
    margin-top: -8px;
}
.single-contact-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 40px 30px 0 30px;
}
.single-map{
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
}
.single-portfolio{
    margin: 70px 0;
}
/* --------PortfolioSlider----------- */
.single-carousel-container {
    position: relative;
    width: 100%;
    /* max-width: 1000px; */
    margin: auto;
    overflow: hidden;
  }

  .single-carousel-track {
    display: flex;
    transition: transform 0.5s ease;
  }

  .single-slide {
    min-width: 20%; /* 5 تا در یک صفحه */
    box-sizing: border-box;
    padding: 5px;
  }

  .single-slide img {
    width: 100%;
    height: 140px;
    border-radius: 8px;
    display: block;
  }

  .single-prev-btn, .single-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffffcc;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
    border-radius: 5px;
  }

  .single-prev-btn { right: 10px; }
  .single-next-btn { left: 10px; }

/* ---------------------- */
.single-comment{
    margin-top: 70px;
}
.single-comment-rating{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #DADADA;
    border-radius: 6px;
    padding: 10px;
    margin: 20px 0 10px 0;
}
.single-comment-rating-star img{
    width: 20px;
}
.single-comment-textarea{
    margin-bottom: 50px;
}
.single-comment-textarea textarea{
    width: 98%;
    border: solid 1px #DADADA;
    border-radius: 6px;
    padding: 1%;
    margin-bottom: 5px;
}
.single-comment-btn{
    background-color: #007BFF;
    border-radius: 6px;
    padding: 6px 25px;
    border: none;
}
.single-comment-item-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-comment-item-img img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    margin-left: 8px ;
}
.single-comment-item-img{
    display: flex;
    align-items: center;
}
.single-comment-item p{
    margin: 6px 0;
}
.comment-reply{
    margin-right: 50px;
}
.single-comment-box{
    margin-top: 15px;
}
/* -----------------------------------Service----------------------------------------- */
.service-body{
    padding: 5px 100px;
}
.service-intro{
    display: flex;
    margin-top: 30px;
}
.service-intro-right img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}
.service-intro-right{
    margin-left: 30px;
}
.service-intro-left{
    margin-right: 30px;
}
.service-intro-left , .service-intro-right{
    width: 50%;
}
.service-intro-cat{
    background-color: #D1E7FF;
    padding: 3px 8px ;
    border-radius: 20px;
}
.service-price-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.service-price{
    border-top: solid 1px #EDEDED;
    padding: 20px 0 0 0 ;
    margin: 20px 0 0 0 ;
}
.service-intro-btn{
    background-color: #007BFF;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    margin-top: 20px;
}
.service-price-item-clinic::before , .service-price-item-location::before , .service-price-item-call::before , .service-price-item-chat::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;

    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.service-price-item-clinic::before{
    background-image: url('../img/clinic.webp');
}
.service-price-item-location::before{
    background-image: url('../img/customerhome.webp');
}
.service-price-item-call::before{
    background-image: url('../img/onlinecall.webp');
}
.service-price-item-chat::before{
    background-image: url('../img/chat.webp');
}
.service-business-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px 0;
    padding: 35px;
    box-shadow: 0px 0 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.service-business-info-right{
    display: flex;
    align-items: center;
}
.service-business-info-star img{
    width: 18px;
    height: 18px;
}
.service-business-info-logo{
    width: 60px;
    height: 60px;
    border: solid 1px #DADADA;
    border-radius: 1000px;
    padding: 5px;
    margin-left: 8px;
}
.service-business-info-cat{
    display: flex;
}
.service-business-info-star{
    display: flex;
    align-items: center;
}
.service-business-info-cat span{
    background-color: #D1E7FF;
    padding: 3px 8px ;
    border-radius: 20px;
    margin-left: 5px;
}
.service-business-info-btn{
    border: solid 1px #007bff;
    padding: 12px 30px;
    border-radius: 7px;
}
/* -------------------------------Archive---------------------------------------- */
.archive-body{
    padding: 5px 100px;
}
.archive-sec1{
    display: flex;
    align-items: stretch;
    background-color: #007BFF;
    border-radius: 14px;
}
.archive-name{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.archive-name img{
    width: 40px;
    margin-left: 5px;
}
.archive-sec1-img img{
    width: 100%;
    height: 100%;
}
.archive-sec1-img-mob{
    display: none;
}
.archive-select{
    color: black;
}
.archive-select option{
    color: #333;
}
.archive-search-box-inp::placeholder{
    color: rgb(87, 87, 87);
}
.archive-sec1-data , .archive-sec1-img{
    width: 50%;
}
.archive-sec1-data{
    margin-left: 40px;
    padding: 40px;
}
.archive-sec1-img{
    margin: -1px 40px -4px -2px;
}
/* ---- */
.home-ad-box.hidden {
    display: none;
}
.archive-show-more{
    border: solid 1px #EDEDED;
    border-radius: 6px;
    padding: 6px 16px;
    background-color: white;
    display: block;
    margin: 40px auto 0 auto;
    cursor: pointer;

}

/* -----------accordion--------------- */
.archive-accordion {
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    font-family: sans-serif;
    margin: 20px auto;
  }

  .archive-accordion-item {
    margin-bottom: 6px;
  }

  .archive-accordion-title {
    background-color: #F2F8FF;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
  }

  .archive-accordion-content {
    display: none;
    padding: 12px 16px;
  }

  .archive-accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .archive-accordion-content ul li{
    margin-bottom: 6px;
  }

/* ------------------------------ */
.archive-sec2{
    display: flex;
    margin-top: 60px;
}
.archive-sec2-right{
    width: 25%;
    margin-left: 30px;
}
.archive-sec2-left{
    width: 75%;
    margin-right: 30px;
}
.archive-sec2-right-checkbox{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.archive-sec2-right-checkbox-item{
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.archive-sort span::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../img/sorticon.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.archive-sort a{
    background-color: #EFF6FF;
    border-radius: 6px;
    padding: 6px 16px;
    margin-right: 8px;
}
.archive-sort{
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.absolut-text{
    z-index: 9;
    position: absolute;
    background-color: #E6EDFB;
    border-radius: 7px;
    padding: 2px 8px;
    margin: 7px;
}
/* ---- */
.archive-ad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

}
.archive-sec2-right-mob{
    display: none;
}
.filter-mob-btn{
    display: none;
}
/* --------------------------------Reserve1-------------------------------------- */
.reserve-body{
    display: flex;
}
.reserve1-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #DADADA;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
}
.reserve1-item span{
    margin-right: 10px;
}
.reserve1-item-price{
    display: flex;
}
.reserve1-item-price a{
    background-color: #007BFF;
    padding: 6px 16px;
    border-radius: 4px;
    margin-right: 6px;
}
.reserve-data-sec{
    width: 70%;
    padding: 40px;
}
.reserve-info-sec{
    width: 25%;
    background-image: url(../img/reserve-bg.webp);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    /* padding: 40px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    height: 100vh;
    text-align: center;
}
.reserve-info-logo{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 1000px;
    margin-top: 50px;
}
/* .reserve-info-sec span{
    margin-bottom: 50px;
} */
.reserve-star img{
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.reserve-star
{
    align-items: center;
    display: flex
    ;
    justify-content: center;
}

/* ----------------------reserve2-------------------------------- */
.reserve-box-upload{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.reserve2-upload
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.reserve2-upload-box input{
    display: none;
}
.reserve2-upload-box{
    width: 98%;
    border: dashed 2px #d7d7d7;
    border-radius: 10px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.reserve2-upload-box img{
    width: 150px;
    padding: 30px 0;
}
/* ------------------------------Reserve3------------------------------------ */
.reserve-3-sec1{
    display: flex;
    justify-content: space-between;
}
.reserve-3-sec2{
    display: flex;
    align-items: center;
    border: solid 1px #DADADA;
    border-radius: 6px;
    padding: 40px;
    margin-top: 10px;
}
.reserve-3-sec2-right{
    width: 55%;
}
.reserve-3-sec2-left{
    width: 100%;
}
.reserve-3-dropdown{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 15px;
}
.reserve-3-dropdown select{
    width: 100%;
    border: solid 1px #DADADA;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.reserve-3-time{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.reserve-3-date
{

    margin-bottom: 20px;
    display: grid
;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    text-align: center;
}

.reserve-3-date-item
{
    background: #E6EDFB;
    color: #007BFF;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 500;
}

.reserve-3-date-item.active
{
    color: #fff;
    background: #007BFF;
}

/* .reserve-3-time-item
{
    width: 35%;
} */
/* .reserve-3-time-item input{
    display: none;
} */
.reserve-3-time-item input[type="checkbox"] {
    display: none;
}

.reserve-3-time-item label {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #007BFF;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 17px;
    color: #007BFF;
    width: -webkit-fill-available;
    text-align: center;
}

/* هاور */
/* .reserve-3-time-item label:hover {
    background-color: #e0f0ff;
} */

/* وقتی چک‌باکس انتخاب شده */
.reserve-3-time-item input[type="checkbox"]:checked + label {
    background-color: #007BFF;
    color: white;
    border-color: #007BFF;
}

/* وقتی چک‌باکس غیرفعاله */
.reserve-3-time-item input[type="checkbox"]:disabled + label {
    background-color: #f8f8f8;
    border-color: #ccc;
    color: #ccc;
    cursor: not-allowed;
}

.reserve-3-btn{
    background-color: #007BFF;
    padding: 10px 26px ;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    text-align: left;
    float: left;
    cursor: pointer;
}
.reserve-prv-btn{
    display: flex;
    align-items: center;
}
.reserve-prv-btn::after{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url('../img/solar_square_alt_arrow_left_blue.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
/* ---------------------------------------Reserve4------------------------------------- */
.reserve4-dashed-line-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 22px 0;
}

/* .reserve4-start-text,
.reserve4-end-text {
    white-space: nowrap;
    font-size: 16px;
} */

.reserve4-dashed-line {
    flex: 1;
    border-bottom: 1px dashed #c7c7c7;
    height: 1px;
}
.reserve-4-sec2{
    border: solid 1px #DADADA;
    border-radius: 6px;
    padding: 20px 30px;
    margin-top: 20px;
}
.reserve-4-btn{
    background-color: #007BFF;
    padding: 8px 20px ;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0 auto; /* این باعث میشه دکمه وسط قرار بگیره */
}
/* ----------------------------ReserveSuccess--------------------------------------- */
.reserve-success-body{
    padding: 50px 100px 5px 100px;
}
.reserve-success-sec1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.reserve-success-title{
    color: #449700;
}
.reserve-success-title::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/solar_verified_check_bold.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.reserve-success-link a{
    border: solid 1px #EDEDED;
    border-radius: 6px;
    padding: 11px 20px;
    margin-left: 10px;
}
.reserve-success-link a::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/tabler_cloud_download.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.reserve-success-link span{
    background-color: #EFF6FF;
    border-radius: 6px;
    padding: 11px 20px;
}
/* ---------------------------Fail----------------------------------- */
.reserve-fail-title{
    color: #CB0000;
}
.reserve-fail-title::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/solar_verified_error_bold.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.reserve-fail-tryagain{
    background-color: #EFF6FF;
    border-radius: 6px;
    padding: 11px 20px;
}
/* ---------------------------------َAbout------------------------------------------ */
.about-body{
    padding: 5px 100px;
}
.about-hero-sec{
    background-image: url(../img/about-img.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 300px;
    border-radius: 15px;
}
.about-hero-sec1{
    width: 30%;
}
.about-hero-sec2{
    width: 70%;
    padding-left: 65px;
}
.about-sec2{
    background-image: url(../img/about-bg2.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    border-radius: 15px;
    margin: 40px 0 0 0 ;
    padding: 10px 0 30px 0;
}
.about-sec2 img{
    width: 140px;
}
.about-sec2 p{
    text-align: center;
    width: 70%;
}
.about-sec3{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.about-sec3-right{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 0 0 0 80px;
}

.about-sec3-left{
    width: 40%;
}
.about-sec3-right-title{
    display: flex;
    align-items: center;
}
.about-sec3-btn{
    background-color: #007BFF;
    padding: 8px 16px;
    border-radius: 6px;
    margin-top: 20px;
}
.about-sec3-left{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.about-sec3-left img{
    width: 100%;
    filter: grayscale(1);
    transition: filter 0.6s ease;
}
.about-sec3-left img:hover{
    filter: grayscale(0);
    transition: filter 0.6s ease;
}
.about-sec4{
    display: flex;
    align-items: center;
}
.about-sec4-right , .about-sec4-left{
    width: 50%;
}
.about-sec4-right {
    margin-left: 30px;
}
.about-sec4-right img{
    width: 100%;
}
.about-sec4-left {
    margin-right: 30px;
}
/* --------------------------Contact--------------------------------------- */
.contact-body{
    padding: 5px 100px;
}
.contact-hero-sec{
    background-image: url(../img/contact-hero-bg.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 300px;
    border-radius: 15px;
}
.contact-hero-sec1{
    width: 40%;
}
.contact-hero-sec2{
    width: 60%;
    padding-left: 65px;
}
.contact-sec2{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 50px;
}
.contact-sec2-item{
    display: flex;
    align-items: center;
}
.contact-sec2-item img{
    width: 90px;
}
.contact-sec2-item-title{
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}
.contact-sec2-item-title-span{
    margin-top: -6px;
}
.contact-sec3{
    margin-top: 50px;
}
.contact-sec3 img{
    width: 100%;
}
.contact-sec4{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin-top: 50px;
}
.contact-socil-media{
    background-color: #EBF1FA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0;
}
.contact-socil-media img{
    width: 80px;
}








   /* Login Modal styles */
   .login-modal {
    backdrop-filter: blur(4px);
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* Initially hidden */
}

/* When login modal is shown */
.login-modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-modal-content {
    background-color: #fff;
    padding: 20px 100px;
    border-radius: 10px;
    width: 80%;
    max-width: 550px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.login-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.login-modal-close:hover {
    color: #333;
}







.home-cat-swiper {
    padding: 20px 10px !important;
    position: relative;
}
.swiper-button-next, .swiper-button-prev {
    color: #333;
}
.swiper-pagination {
    position: relative;
    margin-top: 10px;
}
.swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
{
    font-size: 30px !important;
}



.faq-container {
    margin-top: 30px ;
  }

  .faq-details {
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 15px;
    transition: all 0.3s ease;
  }

  .faq-details summary {
    font-weight: bold;
    cursor: pointer;
    outline: none;
    list-style: none;
    position: relative;
    padding-right: 25px;
  }

  .faq-details summary::before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 1;
    color: #666;
    transition: transform 0.3s;
  }

  .faq-details[open] summary::before {
    content: '-';
    color: #999;
  }

  .faq-details summary::-webkit-details-marker {
    display: none;
  }

  .faq-details[open] {
    border-color: #999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }

  .faq-details p {
    margin-top: 10px;
    line-height: 1.6;
    color: #333;
  }



  .image-box-circle
  {
    left: 0;
  }


  .checkout-body{
    margin-bottom: -60px;
    padding-bottom: 60px;
    background-color: #F6F6F6;
    display: flex;
    padding: 30px 100px;
}
.checkout-sec1{
    width: 60%;
    margin-left: 15px;
}
.checkout-sec2{
    width: 40%;
    margin-right: 15px;
}
.checkout-box{
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    margin-top: 15px;
}
.checkout-info-img{
    width: 70px;
    height: 70px;
    border-radius: 1000px;
    object-fit: cover;
    border: solid 1px #E6E6E6;
    margin-left: 10px;
}
.checkout-info-sec1{
    display: flex;
    align-items: center;
    padding: 0 0 15px 0;
    border-bottom:solid 1px #E6E6E6;

}
.checkout-info-sec2-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
}
.checkout-info-sec2{
    margin-top: 25px;
}
.checkout-inp{
    background-color: #F6F6F6;
    border-radius: 6px;
    width: 100%;
    border: none;
    padding: 10px;
}
.ckeckout-insurance-title , .ckeckout-cupon-title , .ckeckout-address-title , .checkout-wallet-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.checkout-cupon-btn{
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    width: 10%;
    padding: 5px 0;
}
.ckeckout-cupon-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ckeckout-cupon-form input{
    width: 85%;
}
.ckeckout-text-box-title{
    color: #449700;
}
.checkout-wallet-title-icon::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../../img/solar_wallet_outline.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
/* ------------------------- */
.checkout-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.checkout-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.checkout-slider {
    position: absolute;
    cursor: pointer;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.checkout-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .checkout-slider {
    background-color: #2196F3;
}

input:checked + .checkout-slider:before {
    transform: translateX(26px);
}
/* ----------------------------- */
.checkout-wallet-switch{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-pay-detail-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.checkout-pay-detail-item-total{
    padding: 10px 0 0 0 ;
    border-top: solid 1px #E6E6E6;
    margin: 10px 0 0 0 ;
}

.checkout-pay-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    margin-top: 10px;
}

/* تغییر رنگ بوردر وقتی radio انتخاب شده */
.checkout-pay-box-item:has(input:checked) {
    border-color: #007BFF;
}


.ap-pay-logo::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../../img/asanpardakht.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

.sep-pay-logo::before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../../img/sep.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

.checkout-final-submit-btn{
    background-color: #007BFF;
    border-radius: 6px;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    margin-top: 6px;
    cursor: pointer;
    border: none;
}
.checkout-final-submit{
    display: flex;
    flex-direction: column;

}
/* ------------------------------------------ */
.checkout-open-button {
    background-color: white;
    border: none;
    cursor: pointer;
}

.text-danger
{
    margin-top: 5px;
    font-size: 12px;
    color: red;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        max-height: 200px;
        transform: translateY(0);
    }
}

.checkout-modal-overlay.show {
    display: flex !important;
}

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

.checkout-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    justify-content: center;
    align-items: center;
}

.checkout-modal-content {
    background-color: white;
    padding: 20px;
    width: 50%;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.checkout-close-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
/* --------------------------------------------- */
.checkout-address-img{
    width: 100%;
}
.checkout-address-form-item{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    width: 100%;
}
.checkout-address-form-item-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.checkout-inp-address{
    background-color: #F2F2F2;
    padding: 10px;
    border:none;
    border-radius: 6px;
}
.checkout-address-form-item-left{
    margin-right: 5px;
}
.checkout-address-form-item-right{
    margin-left: 5px;
}
.checkout-address-form-btn{
    background-color: #007BFF;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    margin-top: 5px;
}

.checkout2-label{
    background-color: #E8F3FF;
    padding: 7px 15px 5px 15px;
    border-radius: 6px;
}
.checkout2-info-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.checkout-pay-box-item-img{
    width: 30px;
    margin-left: 8px;
}
.checkout-pay-box-item-img-text{
    display: flex;
    align-items: center;
}




@media only screen and (max-width: 600px) {

    .arta-logo-img
    {
        width: 80px !important;
        height: 80px !important;
    }
    .checkout-body{
        padding: 15px;
        flex-direction: column;
    }
    .checkout-sec1 , .checkout-sec2{
        width: 100%;
        margin: 0;
    }
    .checkout-cupon-btn{
        width: 20%;
    }
    .checkout-info-sec2-item-address{
        flex-direction: column;
        align-items: start;
    }
    .checkout-modal-content{
        width: 85%;
    }

    .home-ad-nav-btn {
       display: none !important;
    }



    .home-cat-nav-btn
    {
        display: none !important;
    }



    .home-ad-sec-v2-title
    {
        min-width: 160px;
    }
    .home-cat-sec-mobile
    {
        display: flex !important;
    }

    .home-cat-swiper
    {
        display: none !important;
    }

    .reserve-modal-content
    {
        bottom: 0px !important;
        position: absolute !important;
        border-radius: 10px 10px 0 0 !important;
        width: 100% !important;
        height: 600px !important;
    }

    .login-modal-content
    {
        padding: 0px;
        width: 100%;
        position: fixed;
        z-index: 9999999;
        bottom: 0px;
        border-radius: 10px 10px 0 0;
    }

    .login-modal-container
    {
        padding: 20px !important;
    }

    .verification-input
    {
        width: 30px !important;
        height: 30px !important;
    }
    .modal-description
    {
        font-size: 14px !important;
    }

    .login-footer
    {
        font-size: 12px !important;
    }

    .home-ad-box-cat-artacode
{

    max-width: 25ch;

}


    .reserve-3-dropdown
    {
        width: 100%;
    }

    .single-cta-arta
    {
        width: 100%;
        position: fixed;
        bottom: 0;
        background: #fff;
        left: 0;
        padding: 20px 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        z-index: 9998;
    }
    .reserve-3-date
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .f14{
        font-size: 12px;
    }
    .f15{
        font-size: 13px;
    }
    .f16{
        font-size: 14px;
    }
    .f17{
        font-size: 15px;
    }
    .f18{
        font-size: 16px;
    }
    .f20{
        font-size: 16px;
    }
    .f25{
        font-size: 22px;
    }
    /* -------------------------header--------------------------- */
    .header-menu , .header-add-bussiness , .header-login{
        display: none;
    }
    header{
        padding: 0px 10px;
    }
    .header-hamburger-menu{
        display: block;
    }
    .header-hamburger-menu img{
        width: 38px;
        margin: 0 0px -16px 6px;
    }
    .header-sec1{
        width: 40%;
    }
    .header-sec2{
        width: 60%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header-login-mob{
        display: block;
        padding: 7px 8px 0 7px !important;
        margin: 0;
        border: solid 1px #007BFF;
    }
    .header-login-mob img{
        width: 20px;
        height: 20px;
    }
    /* -----menu side----- */
    .header-side-menu{
        display: block;
    }
        /* همبرگر آیکن */
        #header-hamburger-menu {

            cursor: pointer;
            /* position: fixed;
            top: 20px;
            right: 20px; */
            z-index: 1001;
        }

        /* منو */
        .sidebar-menu {
            position: fixed;
            top: 0;
            right: -100%;
            width: 300px;
            height: 100vh;
            background-color: white;
            z-index: 1002;
            transition: right 0.3s ease;
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

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

        /* محتوای داخل منو */
        .menu-content {
            height: 100%;
            padding: 20px;
            display: flex;
            flex-direction: column;
        }

        .menu-image {
            width: 84px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .menu-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex-grow: 1;
            margin-top: 10px;
        }

        .menu-links a {
            text-decoration: none;
            color: #333;
            font-size: 1rem;
        }

        .menu-buttons {
            display: flex;

            gap: 10px;
        }
        .login-hamburger-menu::before{
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background-image: url('../img/solar_user_rounded_linear.webp');
            background-size: contain;
            background-repeat: no-repeat;
            vertical-align: middle;
        }
        .login-hamburger-menu{
            background-color: #CFE6FF;
            border: none;
            border-radius: 6px;
        }
        .bussines-hamburger-menu{
            background-color: #007BFF;
            border: none;
            border-radius: 6px;
        }

        .menu-buttons button {
            padding: 10px;
            font-size: 1rem;
            cursor: pointer;
        }

        /* افکت بلور پس‌زمینه */
        .overlay-blur {
            position: fixed;
            inset: 0;
            backdrop-filter: blur(6px);
            background: rgba(0, 0, 0, 0.2);
            z-index: 1000;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }

        .overlay-blur.active {
            opacity: 1;
            pointer-events: auto;
        }

    /* ---------- */

    .popup-content{
        width: 70%;
        min-width: auto;
    }
    /* -------------------------footer--------------------------- */
    footer{
        padding: 10px;
    }
    .footer-sec1{
        flex-wrap: wrap;
    }
    .footer-div3-mob{
        display: block;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    .footer-div3{
        display: none;

    }
    .footer-div1 , .footer-div2 ,  .footer-div4 , .footer-div5 {
        width: 44%;
    }
    /* --------------------------home------------------------ */
    .home-body{
        padding: 0px 10px;
    }
    .home-ad-sec2{
        overflow-x: scroll;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    .home-cat-sec{
        overflow: auto;
        padding: 22px 0;
        margin: 0 0 -35px 0;
    }
    /* .home-cat-sec-item span{
        white-space: nowrap;
    } */
    .home-cat-sec-item img{
        width: 20px;
        height: 20px;
        /* margin-right: 10px;
        margin-left: 2px; */
        margin: 0 10px 7px 2px;
        padding: 10px;
        /* box-shadow: 0px 4px 8px 0px #05050524; */
    }
    .home-hero-sec{
        background-image: url(../img/hero-sec-bg-mob.webp);
        background-position: bottom center;
        flex-direction: column;
        height: max-content;
        padding-bottom: 30px;
    }
    .home-hero-sec2{
        margin: 20px;
        width: auto;
        height: 250px;
    }

    .home-hero-sec1
{
    justify-items: center;
 padding: 0;
 margin: 0;
}
.arta-title{
   width: 150px;
}
.home-search-box form
{
    flex-direction: column;
}


    .home-hero-sec1, .home-hero-sec2
    {
        width: 100%;
        gap: 10px 0;
    }

    .home-hero-sec1
    {
        margin-top: 80px;
    }

    .home-hero-sec2 .home-hero-title, .home-hero-sec2 p
    {
        padding: 10px;
    }

    .home-cat-sec-item-arta
    {
        padding: 20px 10px !important;
        white-space: nowrap;
    }


    .home-cat-sec-item img
    {
        padding: 0;
        margin: 0 0 0 5px;
    }
    .home-hero-sec1 a{
        width: 65%;
        border-radius: 5px;
        padding: 16px 10px 16px 30px;
        justify-content: flex-start;
    }

    .home-dl-box{
        justify-content: center;
    }
    .home-search-box-cat ,.input-wrapper{
        width: 100%;
    }
    .home-banner-sec{
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .star{
        width: 10px;
    }
    .home-ad-box-location::before , .home-ad-box-cat::before{
        margin-left: 2px;
        width: 13px;
        height: 13px;
    }
    .home-ad-box{
        padding: 5px;
        border-radius: 8px;
        min-width: 200px;
        max-width: 200px;
        flex: 0 0 auto;
    }
    /* .image-box-circle img
    {
        height: 60px !important;
        width: 60px !important;
    } */
    .home-ad-box-img{
        height: 100px;
        border-radius: 5px;
    }

    .home-ad-box-img-arta{
        height: 90px !important;
    }
    .home-ad-box-item{
        flex-direction: column;
    }
    .home-ad-box p{
        /* min-height: 35px; */
        /* display: -webkit-box; */
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home-ad-sec-title{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* ----------------------single------------------------- */
    .single-body{
        padding: 0 10px;
    }
    .single-service-item{
        grid-template-columns: repeat(1, 1fr);
    }
    .single-intro{
        flex-direction: column-reverse;
    }
    .single-intro-left , .single-intro-right{
        width: 100%;
        margin: 0;
    }
    .single-intro-service-option-clinic::before , .single-intro-service-option-location::before {
        width: 28px;
        height: 28px;
    }
    .single-intro-service-option-chat::before ,.single-intro-service-option-call::before{
        width: 25px;
        height: 25px;
    }
    .single-intro-service-option{
        white-space: nowrap;
        display: flex;
        overflow: auto;
        margin-bottom: 40px;
    }
    .single-contact-sec{
        flex-direction: column;
    }
    .single-contact-left{
        width: 100%;
        margin: 0;
    }

    .single-contact-sec-img{
        width: 100%;
    }
    .single-contact-box{
        margin: 10px 20px 0 0 ;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }
    .single-contact-item img{
        width: 30px;
        height: 30px;
    }
    .single-intro-right-sec1{
        flex-direction: column;
        align-items: flex-start;
    }
    .single-intro-star img{
        width: 15px;
    }
    .single-intro-right-sec2{
        flex-direction: column-reverse;
    }
    .single-intro-btn-link{
        flex-direction: row-reverse;
        margin-bottom: 10px;
    }
    .single-intro-btn{
        margin: 0 0 0 6px;
    }
    .single-cta{
        flex-direction: column;
    }
    .single-slide {
        flex: 0 0 50%; /* یعنی فقط 2 اسلاید در هر ردیف برای موبایل */
    }
    /* --------------------------------service----------------------------------- */
    .service-body{
        padding: 0 14px;
    }
    .service-intro{
        flex-direction: column;
    }
    .service-intro-right , .service-intro-left{
        width: 100%;
        margin: 0;
    }
    .service-intro-right img{
        height: 250px;
        margin-bottom: 10px;
    }
    .service-intro-title{
        margin-top: 5px;
    }
    .service-business-info{
        flex-direction: column;
        margin: 40px 0;
    }
    .service-business-info-right{
        flex-direction: column;
        padding-bottom: 10px;
    }
    .service-business-info-cat{
        flex-direction: column-reverse;
        align-items: center;
    }
    .service-business-info-star , .service-business-info-title{
        margin: 7px 0;
    }
    /* --------------------archive--------------------------- */
    .archive-body{
        padding: 0 10px;
    }
    .archive-sec1{
        flex-direction: column;
    }
    .archive-sec1-data, .archive-sec1-img {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .archive-sec1-img-mob{
        display: block;
        margin: 10px 0 -5px 0;
    }
    .archive-sec1-img-main{
        display: none;
    }
    .home-search-box{
        padding: 10px;
        flex-direction: column;
    }
    .archive-name{
        padding: 15px ;
    }
    .archive-sec1-data p{
        padding: 15px 15px 0 15px;
    }
    .archive-sec2{
        flex-direction: column;
    }
    .archive-sec2-right{
        display: none;
    }
    .archive-sec2-right-mob{
        display: none;
        position: fixed;
        background-color: white;
        bottom: 0;
        right: 0;
        z-index: 20;
        padding: 70px 0 20px 0;
        box-shadow: 2px 0 30px rgba(0, 0, 0, 0.05);
        height: 450px;
        overflow: auto;
    }
    .archive-sec2-right-mob , .archive-sec2-left{
        width: 100%;
        margin: 0;
    }
    .archive-ad{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-items: center;
    }
    .archive-sort{
        overflow: auto;
        white-space: nowrap;
    }
    .archive-accordion-item , .single-title , .archive-sec2-right-checkbox{
        padding: 0 10px;
    }
    .archive-filter-close{
        position: absolute;
        left: 15px;
        width: 30px;
        top: 10px;
    }
    .archive-sort{
        display: none;
    }
    .archive-sort-mob{
        display: block;
    }
    .filter-mob-btn{
        display: block;
        margin-bottom: 20px;
    }
    .filter-mob-btn a{
        border: solid 1px #007BFF;
        padding: 4px 12px;
        border-radius: 6px;
    }
    .absolut-icon{
        left: 5px;
        margin: 5px;
    }
    .absolut-icon img{
        width: 22px;
    }
    .absolut-text{
        padding: 2px 4px;
        margin: 4px;
        border-radius: 4px;
    }

    .home-ad-nav-btn {
        display: none;
    }

    .home-cat-nav-btn {
        display: none;
    }
    /* -------------------------reserve1----------------------------- */
    .reserve-body{
        flex-direction: column;
        padding: 15px;
    }
    .reserve-data-sec{
        width: 100%;
        padding: 0 !important;
        padding-top: 40px !important;
        height: 60vh;
        overflow: auto;
    }
    .reserve-info-sec{
        bottom: 0;
        height: 37vh;
        width: 100%;
    }
    .reserve-info-logo{
        width: 50px;
        height: 50px;
    }
    .reserve1-item{
        flex-direction: column;
        align-items: flex-start;
    }
    .reserve1-item-price{
        width: 100%;
        justify-content: flex-end;
        margin-top: 6px;
    }
    /* ------------------------reserve3----------------------- */
    .reserve-3-sec2{
        flex-direction: column;
        padding: 15px;
    }
    .reserve-3-sec2-left , .reserve-3-sec2-right{
        width: 100%;
    }
    .reserve-3-time{
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    /* -----------------------reserve4---------------------------- */
    .reserve-4-sec2{
        padding: 10px 15px;
        margin-top: 15px;
    }
    /* -----------------------reservesuccess------------------------------ */
    .reserve-success-body{
        padding: 30px 15px 0 15px;
    }
    .reserve-fail-tryagain{
        padding: 8px 10px;
        white-space: nowrap;
    }
    .reserve-success-sec1{
        flex-direction: column;
    }
    .reserve-success-link , .reserve-fail-link  {
        margin-top: 15px;
    }
    /* ----------------------------about------------------------------------- */
    .about-body{
        padding: 10px;
    }
    .about-hero-sec{
        flex-direction: column;
        background-image: url(../img/about-bg-mob.webp);
        background-position: bottom center;
        min-height: 400px;
    }
    .about-hero-sec{
        pad: 10px;
    }
    .about-hero-sec2{
        width: 100%;
    }
    .about-hero-sec2{
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 20px 0;
    }
    .about-hero-sec2 p{
        margin: 20px 15px;
    }
    .about-sec2 p{
        width: 90%;
    }
    .about-sec3{
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }
    .about-sec3-right , .about-sec3-left{
        padding: 0;
        width: 100%;
        align-items: center;
    }
    .about-sec3-right-title{
        margin-top: 15px;
    }
    .about-sec4{
        flex-direction: column;
    }
    .about-sec4-right, .about-sec4-left{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    /* ----------------------contact--------------------------------- */
    .contact-body{
        padding: 10px;
    }
    .contact-hero-sec{
        flex-direction: column;
        background-image: url(../img/contact-img-mob.webp);
        background-position: bottom center;
        min-height: 400px;
    }
    .contact-hero-sec{
        pad: 10px;
    }
    .contact-hero-sec2{
        width: 100%;
    }
    .contact-hero-sec2{
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 20px 0;
    }
    .contact-hero-sec2 p{
        margin: 20px 15px;
    }
    .contact-sec2{
        grid-template-columns: repeat(1, 1fr);
        margin-right: 20px;
    }
    .contact-sec2-item{
        margin-bottom: 15px;
    }
    .contact-sec2-item img{
        width: 60px;
    }
    .contact-sec4{
        grid-template-columns: repeat(3, 1fr);
    }
    .contact-socil-media{
        padding: 25px 0;
    }
    .contact-socil-media img{
        width: 50px;;
    }

    .singlev2-portfolio-nav-btn,.singlev2-gallery-nav-btn
    {

        display: none !important;
    }

}

.reserve-3-time-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.reserve-3-time-item.disabled label {
    background-color: #f5f5f5;
    color: #999;
    border: 1px solid #ddd;
}

.reserve-3-time-item.disabled input[type="checkbox"] {
    cursor: not-allowed;
}


    /* Modal Styles */
    .reserve-modal {
        display: none;
        position: fixed;
        z-index: 9999999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        justify-content: center;
        align-items: center;
    }

    .reserve-modal-content {
        position: relative;
        background-color: #fff;
        width: 90%;
        max-width: 900px;
        height: 90%;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        overflow: auto;
    }

    .reserve-modal-close {
        position: absolute;
        left: 20px;
        top: 10px;
        color: #333;
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10;
    }

    .reserve-modal-close:hover {
        color: #000;
    }

/* Modal-specific override for reserve components */
#reserveModal .reserve-info-sec {
    position: relative;
    left: auto;
    height: auto;
}

#reserveModal .reserve-body {
    height: 100%;
}

#reserveModal .reserve-data-sec {
    height: 100%;
    overflow-y: auto;
}

@media only screen and (max-width: 600px) {
    #reserveModal .reserve-body {
        flex-direction: column;
        height: auto;
    }

    #reserveModal .reserve-data-sec {
        height: auto;
        max-height: 60vh;
    }

    #reserveModal .reserve-info-sec {
        height: auto;
    }
}




/* Modal-specific styles for the reservation form */
.reserve-body {
    display: flex;
    height: 100%;
}

.reserve-data-sec {
    width: 100%;
    padding: 40px;
    height: 100%;
    overflow-y: auto;
}

.reserve-info-sec {
    width: 30%;
    background-image: url(../img/reserve-bg.webp);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
    text-align: center;
    padding: 20px 0;
}

@media only screen and (max-width: 600px) {
    .reserve-body {
        flex-direction: column;
    }

    .reserve-data-sec {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .reserve-info-sec {
        width: 100%;
        height: auto;
        position: relative;
        padding: 20px 0;
    }
}


.singlev2-body{
    background-color: #F6F6F6;
    padding: 20px 100px;
    display: flex;
    margin-bottom: -70px;
    padding-bottom: 113px !important;
}
.singlev2-right{
    margin-left: 15px;
    width: 60%;
}
.singlev2-left{
    margin-right: 15px;
    width: 40%;
}
.singlev2-box{
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}
.singlev2-info-sec1{
    display: flex;
}
.singlev2-info-sec1 img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 1000px;
    border: solid 2px #F6F6F6;
    margin-left: 10px;
}
.singlev2-info-sec1-item{
    display: flex;
    flex-direction: column;
}
.singlev2-cat{
    background-color: #F7F7F7;
    border-radius: 100px;
    width: fit-content;
    padding: 3px 15px;
}
.singlev2-num::before , .singlev2-city::before , .singlev2-insurance::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.singlev2-num::before{
    background-image: url('../img/verify.webp');
}
.singlev2-city::before{
    background-image: url('../img/solar_map_point_linear.webp');
}
.singlev2-insurance::before{
    background-image: url('../img/streamline_insurance_hand.webp');
}
.singlev2-info-sec2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
    margin: 30px 0;
    border: solid 1px #E1E1E1;
    border-radius: 8px;
}
.singlev2-info-sec2-item{
    width: 31%;
    padding: 20px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.singlev2-info-sec2-item img{
    width: 22px;
    margin-left: 6px;
}
.singlev2-info-sec3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.singlev2-info-sec3-left{
    display: flex;
    align-items: center;
}
.singlev2-info-sec3-left a img{
    width: 40px;
    margin: 0 0 -9px 8px;
}
.singlev2-info-btn{
    background-color: #007BFF;
    border-radius: 6px;
    padding: 8px 20px;
}
.singlev2-service-opt{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.singlev2-service-opt-call::before , .singlev2-service-opt-chat::before , .singlev2-service-opt-userplace::before ,  .singlev2-service-opt-location::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;

    vertical-align: middle;
    margin-left: 0px;
}
.singlev2-service-opt-call::before{
    background-image: url('../img/onlinecall.webp');
}
.singlev2-service-opt-chat::before{
    background-image: url('../img/chat.webp');
}
.singlev2-service-opt-userplace::before{
    background-image: url('../img/customerhome.webp');
}
.singlev2-service-opt-location::before{
    background-image: url('../img/clinic.webp');
}
.singlev2-service-opt-hidden{
    filter: grayscale(11);
    color: #c0c0c0;
    opacity: 0.4;
}
/* ----------------------------------- */
.singlev2-show-less-text-container {
    position: relative;
}

.singlev2-show-less-text-container p {
   text-align: justify;
   line-height: 35px;
}


.singlev2-show-less-text-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* فقط 4 خط نمایش بده */
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    line-height: 1.8em;
    text-align: justify;
}

.singlev2-show-less-text-content.expanded {
    -webkit-line-clamp: unset;
}

.singlev2-show-less-toggle-button {
    color: #007BFF;
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 5px;
    padding: 0;
    font-size: 16px;
    display: block;
    margin: 10px auto 0;
}
.singlev2-title{
    display: flex;
    align-items: center;
}
.singlev2-title img{
    width: 3px;
    height: 45px;
    margin-left: 7px;
}
.singlev2-service-deposit{
    background-color: #E6EDFB;
    border-radius: 5px;
    padding: 6px 8px;
    margin-right: 5px;
}
.singlev2-service-item-sec1{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.singlev2-service-item-sec1-price img{
    width: 15px;
    margin-right: 5px;
}
.singlev2-service-item-sec1-price{
    display: flex;
    align-items: center;
}
.singlev2-service-img{
    width: 55px;
    height: 55px;
    border-radius: 5px;
    margin-left: 8px;
}
.singlev2-service-des , .singlev2-service-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.singlev2-service-item{
    /* width: 50%; */
    border: solid 1px #DADADA;
    border-radius: 10px;
    padding: 11px;
}
.singlev2-service-grid{
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 15px;
    margin-top: 10px;
}
.singlev2-comment-point{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #DADADA;
    border-radius: 6px;
    padding: 15px;
    margin-top: 10px;
}
.singlev2-comment-point-item{
    display: flex;
    align-items: center;
}
.singlev2-rating a img{
    width: auto !important;
    height: 13px !important;
}
.singlev2-comment-like ,.singlev2-comment-dislike{
    padding: 4px 10px;
    border-radius: 50px;
    margin-left: 8px;
}
.singlev2-comment-like{
    background-color: #EEF6E8;
    color: #449700;
}
.singlev2-comment-like:hover{
    background-color: #e4f1da;
}
.singlev2-comment-dislike:hover{
    background-color: #dedede;
}
.singlev2-comment-dislike{
    background-color: #F5F5F5;
    color: #515151;
}
.singlev2-comment-like::before , .singlev2-comment-dislike::before{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.singlev2-comment-like::before{
    background-image: url('../img/iconamoon_like_light.webp');
}
.singlev2-comment-dislike::before{
    background-image: url('../img/iconamoon_dislike_light.webp');
}
.singlev2-rating{
    margin-bottom: -7px;
}
.singlev2-comment textarea{
    border: solid 1px #DADADA;
    border-radius: 6px;
    padding: 10px;
    margin: 12px 0;
    width: -webkit-fill-available;
}
.singlev2-comment-btn{
    background-color: #007BFF;
    border-radius: 6px;
    padding: 10px 25px 7px 25px;
    margin-bottom: 40px;
    display: inline-block;
}
.singlev2-comment-box{
    margin-top: 50px;
}
.singlev2-comment-item{
    border: solid 1px #DADADA;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}
.singlev2-comment-item-sec1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.singlev2-comment-item-sec1-right , .singlev2-comment-item-sec1-left{
    display: flex;
    align-items: center;
    gap: 5px;
}
.singlev2-comment-item-sec1-right img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 1000px;
}
.singlev2-comment-reply{
    margin-right: 40px;
}
.main-img{
    width: 100%;
    border-radius: 10px;
    height: 230px;
    object-fit: cover;
}
.singlev2-image-slider{
    display: flex;
    align-items: center;
    margin-top: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.singlev2-image-slider img{
    width: 32%;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}
.singlev2-contact-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.singlev2-contact a{
    width: 33%;

}
.singlev2-contact-item{
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
}
.singlev2-contact-map{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.singlev2-contact-item img{
    width: 30px;
}
.singlev2-portfolio-slider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.singlev2-portfolio-slider img{
    width: 49%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}
/* ------------------------------- */
.singlev2-accordion {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    font-family: sans-serif;
    direction: rtl;
}

.singlev2-accordion input[type="checkbox"] {
    display: none;
}

.singlev2-accordion-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #DADADA;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 7px;
    position: relative;
}

.singlev2-accordion-label::before {
    content: '+';
    margin-left: 10px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.singlev2-accordion input:checked + .singlev2-accordion-label::before {
   content: '-';
}

.singlev2-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 10px;
}

.singlev2-accordion input:checked ~ .singlev2-accordion-content {
    max-height: 200px;
    padding: 10px;
}

.singlev2-info-star{
    border: dashed;
    border-width: 0 1px;
    padding: 0 !important;
    border-color: #E1E1E1;
}

.singlev2-info-star .arta-rate-arta-img img
{
    width: 22px !important;
}

.singlev2-info-star .arta-rate-arta
{
    font-size: 20px !important;
    color: #7D7D7D !important;


}


.singlev2-menu-img{
    width: 35px;
    position: absolute ;
    left: 0;
}
.singlev2-menu{
    position: relative;
}
.singlev2-modal {
    position: absolute;
    top: 45px; /* کمی پایین‌تر از آیکون */
    left: 0;
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}
.singlev2-modal-like , .singlev2-modal-share{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.singlev2-modal-like img , .singlev2-modal-share img{
    width: 20px;
    height: 20px;
    margin-left: 5px;

}
.singlev2-modal-like span:hover , .singlev2-modal-share span:hover{
    color: black;
}


.arta-expertise
{
    display: inline-block;
    max-width: 50ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    display: none;
    justify-content: space-around;
    align-items: center;
    z-index: 999999;
  }

  .bottom-nav a {
    text-decoration: none;
    color: #696969;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    gap: 1px;
  }

  .bottom-nav a i {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .bottom-nav a.active {
    color: #696969;
  }




@media only screen and (max-width: 600px){
    .bottom-nav
    {
        display: flex;
    }
    .singlev2-box{
        padding: 15px;
    }
    .singlev2-body{
        padding: 15px;
        flex-direction: column;
    }
    .singlev2-right , .singlev2-left{
        width: 100%;
        margin: 0;
    }
    .singlev2-info-sec1 img{
        width: 60px;
        height: 60px;
    }
    /* .singlev2-info-sec2{
        flex-direction: column;
    } */
    .singlev2-info-sec2-item{
        /* flex-direction: row;
        width: 90%; */
        margin: 5px auto;
        padding: 10px 5px;
    }
    .singlev2-rating{
    }
    .singlev2-info-sec3{
        flex-direction: column;
    }
    .singlev2-info-sec3-left{
        margin-top: 6px;
    }
    .singlev2-service-opt{
        overflow: scroll;
        white-space: nowrap;
    }
    .singlev2-service-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .singlev2-comment-point-item{
        margin-top: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .singlev2-comment-point{
        flex-direction: column;
    }
    .singlev2-comment-point{
        padding: 8px;
    }
    .singlev2-rating a img{
        width: 15px;
    }
    .singlev2-comment-like, .singlev2-comment-dislike{
        padding: 3px 6px;
    }
    .singlev2-comment-item-sec1-left{
        margin-top: 9px;
    }
    .singlev2-contact-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .singlev2-image-slider img{
        height: 70px;
        width: 31%;
    }
    .singlev2-portfolio-slider img{
        height: 110px;
        width: 48%;

    }

    .singlev2-info-text span
    {
        font-size: 13px;
    }
    .avatarbox .left-item{
        flex-direction: row !important;
    }
    .comment-service_type{
        font-size: 10px;
        font-weight: 500;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: rgb(52, 64, 84);
        flex-direction: column;
    }
}

/* Portfolio Carousel Container and Navigation Buttons */
.singlev2-portfolio-container {
    position: relative;
    margin-top: 10px;
}

.singlev2-portfolio-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.singlev2-portfolio-nav-btn:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.singlev2-portfolio-nav-btn.prev {
    right: -17px;
}

.singlev2-portfolio-nav-btn.next {
    left: -17px;
}

.singlev2-portfolio-nav-btn svg {
    width: 20px;
    height: 20px;
    fill: #666;
}

/* Portfolio carousel navigation buttons for mobile */
.singlev2-portfolio-nav-btn {
    width: 35px;
    height: 35px;
}

.singlev2-portfolio-nav-btn svg {
    width: 16px;
    height: 16px;
}


/* Portfolio Carousel Container and Navigation Buttons */
.singlev2-gallery-container {
    position: relative;
    margin-top: 10px;
}

.singlev2-gallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.singlev2-gallery-nav-btn:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.singlev2-gallery-nav-btn.prev {
    right: -17px;
}

.singlev2-gallery-nav-btn.next {
    left: -17px;
}

.singlev2-gallery-nav-btn svg {
    width: 20px;
    height: 20px;
    fill: #666;
}

.singlev2-gallery-slider img{
    height: 110px;

}



/* Portfolio carousel navigation buttons for mobile */
.singlev2-gallery-nav-btn {
    width: 35px;
    height: 35px;
}

.singlev2-gallery-nav-btn svg {
    width: 16px;
    height: 16px;
}


.singlev2-show-less-text-container.collapsed p:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}
.singlev2-show-less-text-container.collapsed p {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.singlev2-show-less-text-container p {
    transition: max-height 0.3s ease-out;
}
.singlev2-show-less-text-content {
    transition: max-height 0.3s ease-out;
}
.singlev2-show-less-toggle-button {
    cursor: pointer;
    margin-top: 10px;
}

/* Add styles for selected state */
.singlev2-comment-like.selected {
    border: 2px solid #449700;
}
.singlev2-comment-dislike.selected {
    border: 2px solid #515151;
}
.text-black{
    color: black;
}
.service-single-menu{
    position: sticky;
    top: 60px;
    z-index: 100;
    margin: 3px 0 0 0;
    background-color: white;
    border-radius: 0 0 12px 12px;
    padding: 10px;
}

.service-single-nav {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    white-space: nowrap;
}
.service-single-nav a {
    color: black;
}
.rounded-top{
    border-radius: 12px 12px 0 0 ;
}


.service-single-menu .underline {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #0d6efd;
    transition: all 0.3s ease;
    width: 0;
}

.service-single-nav {
    display: flex;
    gap: 10px;
}

.service-single-nav a {
    position: relative;
    padding-bottom: 6px;
    font-size: 12.5px;
}

.service-single-nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: transparent;
    transition: 0.3s;
}
section[id] {
    scroll-margin-top: 100px;
}
.mobile-hidden {
    display: block;
}
@media (max-width: 768px) {
    .mobile-hidden {
        display: none !important;
    }
}

.pc-hidden {
    display: block; /* در موبایل دیده شود */
}

@media (min-width: 768px) {
    .pc-hidden {
        display: none !important; /* در دسکتاپ پنهان شود */
    }
}
.date{
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: rgb(102, 112, 133);
}