/* :root {
    --specialcolor: #007582;
    --specialphasecolor: #016874;
    --goldcolor: #f3b13f;
    --textcolor: #222;
    --bodycolor: #f1f2f3;
	--boxcolor: #fff;
} */
:root {
    --specialcolor: #142a5b;
    --specialphasecolor: #142a5b;
    --specialgradiantcolor: #016874;
    --goldcolor: #f2b03f;
    --textcolor: #222;
    --textlightcolor: #fff;
    --bodycolor: #f1f2f3;
	--boxcolor: #fff;
    --boxborderradius:30px;
    --buttonborderradius:23px;
}
@font-face {
    font-family: "Samim";
    font-weight: normal;
    src: url("../fonts/Samim-FD-WOL.ttf");
    src: url("../fonts/Samim-FD-WOL.eot");
    src: url("../fonts/Samim-FD-WOL.woff");
    src: url("../fonts/Samim-FD-WOL.woff2");
}
@font-face {
    font-family: "Samim";
    font-weight: bold;
    src: url("../fonts/Samim-Bold-FD-WOL.ttf");
    src: url("../fonts/Samim-Bold-FD-WOL.eot");
    src: url("../fonts/Samim-Bold-FD-WOL.woff");
    src: url("../fonts/Samim-Bold-FD-WOL.woff2");
}
@font-face {
    font-family: "Tanha";
    font-weight: normal;
    src: url("../fonts/Tanha-FD-WOL.ttf");
    src: url("../fonts/Tanha-FD-WOL.eot");
    src: url("../fonts/Tanha-FD-WOL.woff");
    src: url("../fonts/Tanha-FD-WOL.woff2");
}
@font-face {
    font-family: "Vazir";
    font-weight: normal;
    src: url("../fonts/Vazir-FD-WOL.ttf");
    src: url("../fonts/Vazir-FD-WOL.eot");
    src: url("../fonts/Vazir-FD-WOL.woff");
    src: url("../fonts/Vazir-FD-WOL.woff2");
}
@font-face {
    font-family: "Vazir";
    font-weight: bold;
    src: url("../fonts/Vazir-Bold-FD-WOL.ttf");
    src: url("../fonts/Vazir-Bold-FD-WOL.eot");
    src: url("../fonts/Vazir-Bold-FD-WOL.woff");
    src: url("../fonts/Vazir-Bold-FD-WOL.woff2");
}
html,
body {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-family: 'Vazir', Arial, Helvetica, sans-serif;
    background-color: var(--bodycolor);
}
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: transparent;
    transition: #fff 0.3s ease-in-out;
}
.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.nav-link {
    font-weight: bold;
}

/* تنظیمات مخصوص موبایل */
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        width: 85%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
        padding: 20px;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }
    .navbar-collapse.show {
        transform: translateX(0);
    }
    .header-logo {
        height: 40px;
    }
    .header-call {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    .header-call img {
        width: 33px;
    }
    .close-menu {
        display: inline-block !important;
        font-size: 24px;
        font-weight: bold;
        color: var(--textcolor);
        border: none;
        background: none;
        cursor: pointer;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .navbar-toggler {
        border: none;
        /* حذف بوردر همبرگری */
        padding: 5px;
    }
    .navbar-brand {
        margin-right: 10px;
    }
    .navbar-nav {
        margin-top: 30px;
        text-align: right;
    }
    .nav-item {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    .nav-item:last-child {
        border-bottom: none;
    }
    .contact-info a {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}
/* باکس‌های منو مخصوص موبایل */
.mobile-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
}
.mobile-box {
    background: #f0f0f0;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
}
.mobile-box:hover {
    background: #e0e0e0;
}
.mobile-box img {
    height: 35px;
    margin: 7px auto;
    margin-bottom: 15px;
}
.mobile-box a {
    text-decoration: none;
    color: var(--textcolor);
    font-weight: bold;
    display: block;
}
.gray-box{
    background: var(--boxcolor);
}
.gray-box img{
    height: 45px;
}
.gray-box a{
    color: var(--textcolor);
    display: block;
    padding-top: 15px;
    text-decoration: none;
}
/* نمایش فقط در لپتاپ */
@media (min-width: 992px) {
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        background: transparent;
        /* بدون رنگ پس‌زمینه */
        transition: #fff 0.3s ease-in-out;
    }
    .scrolled {
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    .header-call {
        padding-right: 0.5rem;
    }
    .header-call img {
        width: 30px;
    }
    .close-menu {
        display: none;
    }
    .header-logo {
        height: 50px;
    }
    .mobile-boxes {
        display: none;
    }
    .navbar-collapse {
        position: static;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        box-shadow: none;
        padding: 0;
    }
    .nav-item {
        padding: 0 15px;
        border: none;
    }
    .navbar-toggler {
        display: none;
        /* مخفی کردن منوی همبرگری در لپتاپ */
    }
}

.banner{
    margin-top: 80px;
}
.banner-big-image{
    position: relative;
}
.banner-text{
    position: absolute;
    padding: 100px 20px 20px 20px;
    bottom: 0px;
    right: 10px;
    width: 719px;
    height: 365px;
    background:url(../images/home-top-bg.svg) no-repeat;
}
.banner-text h1{
    margin-top: 90px;
    font-size: 2rem;
    font-weight: bold;
}
.banner-text p{
    margin-top: 15px;
    padding-left: 120px;
}
.banner-button{
    text-align: center;
    width: 40%;
}
.resume-year{
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}
.resume-text{
    padding-top: 15px;
    text-align: center;
}
.demo-box{
    position: absolute;
    top: 30%;
}

/* تنظیمات مخصوص موبایل */
@media (max-width: 991px) {
    .banner-big-image{
        position: inherit;
    }
    .banner-text{
        position: inherit;
        background: none;
        width: auto;
        height: auto;
        padding: 40px 0px 20px 0px;
    }
    .banner-text h1{
        margin-top: 30px;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .banner-text p{
        margin-top: 15px;
        padding-left: 0px;
    }
    .banner-button{
        text-align: center;
        width: 100%;
    }
}
.desc-box h2{
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: var(--goldcolor);
    padding: 20px 15px 10px 15px;
    border-top-left-radius: var(--boxborderradius);
    border-top-right-radius: var(--boxborderradius);
    margin-bottom: 0;
}
.desc-box div{
    border:var(--goldcolor) solid 2px;
    padding-bottom: 20px;
    border-bottom-left-radius: var(--boxborderradius);
    border-bottom-right-radius: var(--boxborderradius);
    background-color: var(--boxcolor);
}
.desc-box ul {
    list-style-image: url(../images/information.svg);
    list-style-position: inside;
    padding: 0;
}
.desc-box ul li{
    padding: 7px 0 7px 0;
    padding-right: 10px;
}
.desc-box ul li:nth-child(even){
    background-color: cornsilk;
}
.clinic-box{
    border:var(--specialcolor) solid 2px;
    border-radius: var(--boxborderradius);
    padding: 20px 15px 20px 15px;
    background-color: var(--boxcolor);
}
.clinic-box:hover{
    border:none;
    border-radius: var(--boxborderradius);
    padding: 20px 15px 20px 15px;
    color: var(--textlightcolor);
    background: linear-gradient(60deg, var(--specialcolor), var(--specialgradiantcolor));;
}
.clinic-box h2{
    font-size: 1.2rem;
    font-weight: bold;
}
.clinic-box p{
    line-height: 30px;
    text-align: justify;
}
.gr-rounded{
    border-radius: var(--boxborderradius);
}
.gr-button-rounded{
    border-radius: var(--buttonborderradius);
}
.bg-special{
    background-color: var(--specialcolor);
}
.bg-green-gradient{
    position: relative;
    background: linear-gradient(45deg, var(--specialcolor), var(--specialgradiantcolor));
}
.bg-green-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: url('../images/ecg.svg') no-repeat center 100%;
}
.btn-outline-green{
    border: var(--specialcolor) 2px solid;
    color: var(--specialcolor);
    border-radius: var(--buttonborderradius);
}
.btn-outline-green:hover{
    border: var(--specialcolor) 2px solid;
    background-color: #fff;
}
.btn-green{
    background-color: var(--specialcolor);
    color: #fff;
    border-radius: var(--buttonborderradius);
}
.btn-green:hover{
    background-color: var(--specialphasecolor);
    color: #fff;
    border-radius: var(--buttonborderradius);
}
.accordion-item{
    margin-top: 15px;
}
.accordion-button:focus{
    border:none;
}

/* حذف فلش پیش‌فرض بوت‌استرپ */
.accordion-button::after {
    display: none !important;
}

/* تنظیمات آیکون */
.accordion-button .toggle-icon {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px; /* فاصله از متن */
    transition: transform 0.3s ease-in-out;
}

