/********** Template CSS **********/

/* iran sans fonts */

@font-face {
    font-family: IRANSans;
    src: url('../fonts/IranNastaliq.ttf');
    src: url('../fonts/IRANSansXFaNum-Bold.otf');
    src: url('../fonts/IRANSansXFaNum-Regular.otf');
    src: url('../fonts/Sans a4fran3 - Copy.ttf');
}


body {
    font-family: IRANSans;
}


:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
    font-family: IRANSans;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
    font-family: IRANSans;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
    font-family: IRANSans;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
    color: #f3f3f3;
}

.btn:hover {
    color: #ffffff;
}

/* .btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
} */

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) and (max-width: 1070px) {
    .navbar a {
        font-size: 14px !important;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .topbar-on-header {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.dropdown-item:hover {
    background-color: #348E38;
    color: white;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: rgba(15, 66, 41, .6); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width:1000px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

#header-carousel .carousel-item img {
    height: 500px;
    object-fit: cover;
}

.slider_text {
    font-size: 28px;
    line-height: 1.8;
}

.slider_btn {
    font-size: 18px;
    padding: 7px !important;
}

@media (max-width: 1050px) {
    #header-carousel .carousel-item img {
        height: 450px;
        object-fit: cover;
    }

    .slider_btn {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    #header-carousel .carousel-item img {
        height: 430px;
        object-fit: cover;
    }
}

@media (max-width: 800px) {
    #header-carousel .carousel-item img {
        height: 370px;
        object-fit: cover;
    }

    .slider_btn {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item img {
        height: 350px;
        object-fit: cover;
    }
}

@media (max-width: 550px) {
    #header-carousel .carousel-item img {
        height: 300px;
        object-fit: cover;
    }
    .slider_text {
        font-size: 24px;
    }
    .slider_btn {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    #header-carousel .carousel-item img {
        height: 250px;
        object-fit: cover;
    }
    .slider_text {
        font-size: 19px;
    }
}

@media (max-width: 400px) {
    #header-carousel .carousel-item img {
        height: 200px;
        object-fit: cover;
    }
    .slider_text {
        font-size: 16px;
    }
    .slider_btn {
        font-size: 10px;
    }
}

/* 
.page-header {
    background: linear-gradient(rgba(15, 66, 41, .6), rgba(15, 66, 41, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
} */

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (max-width: 1200px) {
    .top-feature h4 {
        font-size: 16px;
    }
    .top-feature span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .top-feature h4 {
        font-size: 22px;
    }
    .top-feature span {
        font-size: 16px;
    }
}

@media (max-width: 511px) {
    .top-feature h4 {
        font-size: 16px;
    }
    .top-feature span {
        font-size: 13px;
    }
}

@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: #0F4229
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    border-radius: 12px !important;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    border-radius: 10px !important;
    height: 405px;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, 0.555);
}

.service-item:hover .service-text h3 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 110px;
    height: 110px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: #0F4229;
}

.service-item .service-text .btn {
    width: 30px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 128px;
}

.pd-rt-srvc {
    padding-right: 5px;
}

.quote-title {
    color: #ffffff;
}

.home-quote-text {
    color: #f3f3f3;
}

@media (max-width:991.9px) {
    .service-img-hidn {
        display: none;
    }
}

.service-text .img-fluid {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 100%;
}

@media (min-width:992px) {
    .home-quote-text {
        width: 85%;
    }
}

@media (max-width:1200px) {
    .service-title-home {
        font-size: 17px !important;
    }

    .service-txt-home {
        font-size: 12px !important;
    }
}

.service-txt-home {
    color: #525368;
}

/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    width: 356px;
    height: 356px;
    border-radius: 10px !important;
}

.portfolio-inner img {
    object-fit: cover !important;
    width: 356px;
    height: 356px;
}

@media (min-width: 1400px) {
    .portfolio-inner {
        width: 405px;
        height: 405px;
    }
    .portfolio-inner img {
        width: 405px;
        height: 405px;
    }
}

@media (max-width: 1199px) {
    .portfolio-inner {
        width: 300px;
        height: 300px;
    }
    .portfolio-inner img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    .portfolio-inner {
        width: 335px;
        height: 335px;
    }
    .portfolio-inner img {
        width: 335px;
        height: 335px;
    }
}

@media (max-width: 767px) {
    .portfolio-inner {
        width: 400px;
        height: 400px;
        margin:  0 auto;
    }
    .portfolio-inner img {
        width: 400px;
        height: 400px;
    }
}

@media (min-width: 550px) and (max-width: 767px) {
    .portfolio-inner {
        width: 500px;
        height: 500px;
    }
    .portfolio-inner img {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 490px) {
    .portfolio-inner {
        width: 350px;
        height: 350px;
    }
    .portfolio-inner img {
        width: 350px;
        height: 350px;
    }
}

@media (max-width: 400px) {
    .portfolio-inner {
        width: 310px;
        height: 310px;
    }
    .portfolio-inner img {
        width: 310px;
        height: 310px;
    }
}

@media (max-width: 350px) {
    .portfolio-inner {
        width: 290px;
        height: 290px;
    }
    .portfolio-inner img {
        width: 290px;
        height: 290px;
    }
}

/* .portfolio-item {
    width: 400px !important;
    height: 400px !important;
} */

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.pr-card-hm-title {
    font-size: 17px;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Footer ***/
@media (max-width:767px) {
    .desk-footer-hid {
        display: none;
    }
}

@media (min-width:768px) {
    .phone-foote-dis {
        display: none;
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: right;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #072A19;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}


@media (max-width: 992px) {
    .about_container .row {
        flex-direction: column-reverse;
    }
    
    .about_container img {
        height: auto;
    }
    
    .about_container .col-lg-6, 
    .about_container .col-md-6 {
        text-align: center;
        padding: 15px 0;
    }
}


/* lable form in home page css */
.float-label-right {
    right: 0;
    padding-right: 10px;
    text-align: right;
    direction: rtl;
}
/* end lable fom in home page css */


/* start single page service slider css */
.pr-swiper-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    border-top-right-radius: 50px;
    margin-top: -1px !important;
}

@media (max-width: 991px) {
    .pr-swiper-container {
        border-top-left-radius: 50px;
    }
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease-in-out; /* افزودن انیمیشن به ترنسفورم */
}

.swiper-button-next {
    right: 0; /* قرار دادن دکمه بعدی در سمت راست */
}

.swiper-button-prev {
    left: 0; /* قرار دادن دکمه قبلی در سمت چپ */
}

.pr-swiper-container {
    overflow: hidden; /* اطمینان از اینکه تصاویر در داخل مرز اسلایدر محل نگهداری می‌شوند */
}

.content-wrapper {  
    display: flex;  
    flex-direction: row; /* حالت پیش‌فرض: کنار هم */  
    justify-content: space-between;  
}  

@media (min-width: 1130px) {  
    .pr-swiper-container {
    margin-top: 30px;
    }
}

@media (max-width: 1130px) {  
    .content-wrapper {  
        flex-direction: column; /* در عرض‌های کمتر، چیدمان عمودی */  
    }  
    
    .slider-container, .text-content {  
        width: 100%; /* در عرض‌های کمتر، هر کدام 100% */  
        margin-left: 0; /* حاشیه کنار برطرف می‌شود */  
    }  
    .pr-swiper-container {
    max-height: 400px;
    }
}

@media (max-width:760px) {
    .pr-swiper-container {
    max-height: 300px;
    }
}

@media (max-width: 508px) {
    .pr-swiper-container {
    max-height: 200px;
    }
}

@media (max-width: 430px) {
    .pr-swiper-container {
    max-height: 150px;
    }
}


.thumbnail-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* قابلیت برش */
    max-width: 100%; /* محدود کردن عرض */
    overflow-x: auto; /* پیمایش افقی */
}

.thumbnail {
    width: 50px; /* یا 60px */
    height: 50px; /* یا 60px */
    object-fit: cover;
    margin: 4px; /* فاصله‌ی عمودی و افقی برای جلوگیری از چسبیدن تصاویر به یکدیگر */
    cursor: pointer;
    transition: transform 0.2s;
}

@media (max-width: 767px) {
    .thumbnail {
        width: 40px !important;
        height: 40px !important;
    }
}

.thumbnail:hover {
    transform: scale(1.1); /* بزرگ‌نمایی هنگام هاور */
}

@media (max-width: 760px) {
    .thumbnail {
    width: 60px; /* کاهش اندازه */
    height: 60px; /* کاهش اندازه */
    }
}


.image-preview {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-preview img {
    max-width: 90%;
    max-height: 90%;
}
/* end single page service slider css */


/* start center-res-title css */

@media (max-width:991px) {
    .center-res-title {
        text-align: center;
    }
}

/* end center-res-title css */

/* start sml-font-title-res css */

@media (max-width:520px) {
    .sml-font-title-res {
        font-size: 19px !important;
    }
}

/* end sml-font-title-res css */

/* start responsive-hight for home page about image css */

@media (max-width:500px) {
    .responsive-hight {
        height: 200px !important;
    }
}

@media (max-width:370px) {
    .responsive-hight {
        height: 170px !important;
    }
}

/* end responsive-hight for home page about image css */


/* start product css for home page */

    
.hero {  
    display: inline-block;  
    position: relative;  
    width: 260px;  
    min-width: 260px;  
    height: 260px;  
    border-radius: 10px;  
    overflow: hidden;  
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);  
    margin: 12px;  
    transition: transform 0.3s, box-shadow 0.3s; /* برای انیمیشن نرم */  
}  

.hero:hover {  
    transform: translateY(-10px); /* حرکت به بالا */  
    box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.5); /* سایه بیشتر */  
    /* border-top-left-radius: 50px;
    border-top-right-radius: 50px; */
}


@media (min-width: 1399px) {
    .hero {
        width: 300px;
    }
}

@media (max-width: 1199px) {
    .hero {
        width: 295px;
    }
}

@media (max-width: 991px) {
    .hero {
        width: 335px;
    }
}


.image {
    height: 150px;
    object-fit: contain;
    width: 100%;
    margin-top: 25px;
}

.text {
    background-image: linear-gradient(0deg , #0F4229, #00c267, #0F4229, #00c267);
    border-radius: 25px;
    position: absolute;
    top: 75%;
    height: 65%;
    width: 100%;
    right: 0px;
}

.logo {
    height: 45px;
    width: 45px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    overflow:hidden;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
    top: 160px;
    justify-content: center;
    display: flex;
}


.logo img {
    height: 100%;
}

.main-text {
    position: absolute;
    color: #fff;
    top: 217px;
    font-size: 13px;
    margin-right: 20px;
}

.hero-btn {
    position: absolute;
    color: #fff;
    right: 30px;
    bottom: 10%;
    padding: 10px 20px;
    border: 1px solid #fff;
    animation: button-anim 2s ease 0s infinite normal forwards;
}

@keyframes button-anim {
    0% {
    transform: translate(0);
    }

    20% {
    transform: translate(-2px, 2px);
    }

    40% {
    transform: translate(-2px, -2px);
    }

    60% {
    transform: translate(2px, 2px);
    }

    80% {
    transform: translate(2px, -2px);
    }

    100% {
    transform: translate(0);
    }
}

.hero-btn:hover{
    animation: none;
}

.hero-btn a {
    color: #fff;
}

.date {
    position: absolute;
    color: #fff;
    left: 30px;
    bottom: 10%;
}

/* end product css for home page */



/* start Quote bckgrnd image css */
.qt-container-xxl {  
    background-size: cover; /* برای پوشش کامل */  
    background-attachment: fixed; /* برای ثابت نگه داشتن هنگام اسکرول */  
    background-position: center; /* وسط چیدمان */  
}

.quote-bckgrnd {
    background-color: #0f4229a1;
}

.quote-bckgrnd-abt {
    background-color: #0f4229b6;
}

.quote-bckgrnd-abt h1 {
    color: #e2fff1 !important;
}

.quote-bckgrnd-abt span {
    color: #e2fff1 !important;
}

.form-home-qt-clr {
    background-color: #0F4229;
    border-radius: 10px !important;
}

/* end Quote bckgrnd image css */




/* start blog in home page */

.hm-bl-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: 1500px;
margin-block: 2rem;
gap: 2rem;
}

.blog-home-card img {
width: 100%;
height: 220px;
display: block;
object-fit: cover;
}

.blog-home-card {
display: flex;
flex-direction: column;
width: clamp(20rem, calc(20rem + 2vw), 22rem);
overflow: hidden;
border-radius: 10px;
background: #ECE9E6;
background: linear-gradient(to right, #FFFFFF, #FFFFFF, #ccffe5, #a9ffd4);
transition: transform 0.3s, box-shadow 0.3s; /* برای انیمیشن نرم */
box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1400px) {
    .blog-home-card {
        width: 403px;
    }

    .blog-home-card img {
        height: 250px;
    }
}


@media (max-width: 1114px) {
    .blog-home-card {
        width: 94%;
    }

    .blog-home-card img {
        height: 380px;
    }
}

@media (max-width: 600px) {
    .blog-home-card img {
        height: 220px;
    }
}

.blog-home-card:hover {
    transform: translateY(-10px); /* حرکت به بالا */  
    box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.5); /* سایه بیشتر */  
}


.card__body {
padding: 1rem;
display: flex;
flex-direction: column;
gap: .5rem;
}


.tag {
align-self: flex-start;
padding: .45em .75em;
border-radius: 1em;
font-size: .75rem;
}

.tag + .tag {
margin-left: .5em;
}

.tag-blue {
background: #56CCF2;
background: linear-gradient(to bottom, #2F80ED, #56CCF2);
color: #fafafa;
}

.tag-brown {
background: #D1913C;
background: linear-gradient(to bottom, #FFD194, #D1913C);
color: #fafafa;
}

.tag-red {
background: #cb2d3e;
background: linear-gradient(to bottom, #ef473a, #cb2d3e);
color: #fafafa;
}

.card__body h4 {
font-size: 1.2rem;
text-transform: capitalize;
padding-top: 15px;
}

.card__body p {
    font-size: 14px;
    color: #525368;
}

.bl-hm-btn {
    color: #0f4229;
    width: 170px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 47px;
    margin-right: -12px;
}

.bl-hm-btn .fa-arrow-alt-circle-right {
    padding-right: 10px;
}

.card__footer {
display: flex;
padding: 1rem;
margin-top: auto;
}

.hm_blog_section_title {
    text-align: center;
    padding: 0 20px;
    position: relative;
}


.hm_blog_section_title h1 {
    font-size: 1.8em;
    font-weight: 600;
    color: #0f4229; /* رنگ متن سفید */
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 20px;
}

.hm_blog_section_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 99%;
    height: 3px;
    background-color: #0f4229;
    border-radius: 50%;
}
/* end blog in home page */

/* start welcome mesage css */
@media (min-width: 830px) {
    .wlcm-text {
        margin-top: -150px;
    }
}

@media (min-width: 800px) and (max-width: 990px) {
    .wlcm-text {
        margin-top: -130px;
    }
}

@media (min-width: 551px) and (max-width: 800px) {
    .wlcm-text {
        margin-top: -100px;
    }
}

@media (min-width: 500px) and (max-width: 550px) {
    .wlcm-text {
        margin-top: -60px;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    .wlcm-text {
        margin-top: -20px;
    }
}

@media (max-width:767px) {
    #typed-text {
        font-size: 13px !important;
        border-radius: 15px !important;
    }
    
    .typed-cursor {
        font-size: 13px !important;/* اندازه نشانگر */
    }
}

@media (max-width:760px) {
    #typed-text {
        font-size: 10px !important;
    }
    
    .typed-cursor {
        font-size: 10px !important;/* اندازه نشانگر */
    }
}

#typed-text {
    background-color: #0f4229;
    padding: 14px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    position: relative;
    opacity: 1;
    transition: opacity 0.5s ease-out; /* انیمیشن محو شدن نرم */
}

.green-text {
    color: #28a745; /* رنگ سبز برای "گل افروز" */
}

.typed-cursor {
    color: rgb(0, 75, 31); /* رنگ خط عمودی */
    font-size: 20px;/* اندازه نشانگر */
    animation: blink 0.7s infinite;
    background-color: #0f4229;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    opacity: 1;
    margin-right: 6px;
    border-radius: 50px;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* انیمیشن محو شدن برای متن */
@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation: fadeOutAnimation 1s forwards; /* انیمیشن محو شدن */
}

@media (max-width: 767px) {
    #typed-text {
        font-size: 1.8rem;
    }
}

/* end welcome mesage css */



/* start fixed right icon */
.fixed-icons {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.fixed-icons a {
    color: #ffffff;
}

.fixed-icons a:hover {
    color: #7fe088;
}

/* هر مربع بند انگشتی */
.icon-box {
    width: 50px;
    height: 50px;
    background-color: #348E38; /* رنگ پس‌زمینه */
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

/* انیمیشن شناور برای مربع‌ها */
.icon-box:hover {
    background-color: #0f4229;
}

/* آیکون‌ها */
.icon-box i {
    font-size: 24px;
}

/* بخش اطلاعات که کنار مربع باز می‌شود */
.info-box {
    position: absolute;
    top: 52%;
    right: 60px; /* فاصله از مربع */
    transform: translateY(-50%);
    background-color: #0f4229; /* رنگ پس‌زمینه بخش اطلاعات */
    color: #ffffff;
    padding: 15px 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: -1; /* مخفی باشد تا وقتی فعال شود */
    width: 250px;
    text-align: right;
}

/* نمایش اطلاعات در هاور */
.icon-box:hover .info-box {
    opacity: 1;
    visibility: visible;
    z-index: 1000; /* نمایش بخش اطلاعات */
    right: 70px; /* کمی فاصله از مربع */
}


@media (max-width:767px) {
    /* هر مربع بند انگشتی */
    .icon-box {
        width: 37px;
        height: 37px;
    }
    /* آیکون‌ها */
    .icon-box i {
        font-size: 20px;
    }

    /* بخش اطلاعات که کنار مربع باز می‌شود */
    .info-box {
        right: 50px !important; /* فاصله از مربع */
    }
}

/* end fixed right icon */



/* start select languege css */

.main-drop-lang {
    margin-left: 370px;
    margin-top: -39px;
    z-index: 10000;
    position: absolute;
}

.main-drop-lang .drop-btn {
    width: 150px;
    background: #ffffff;
    border-radius: 5px;
    line-height: 39px;
    font-size: 14px;
    font-weight: 500;
    color: #0f4229;
    padding: 0 20px;
}

.main-drop-lang .drop-btn span {
    float: right;
    line-height: 39px;
    font-size: 28px;
    cursor: pointer;
}

.main-drop-lang .tooltip {
    position: absolute;
    right: 65px;
    bottom: -28px;
    height: 15px;
    width: 15px;
    background: #005e2f;
    transform: rotate(45deg);
    display: none;
}

.main-drop-lang .tooltip.show {
    display: block;
}

.main-drop-lang .wrapper {
    position: absolute;
    top: 60px;
    display: flex;
    width: 150px;
    overflow: hidden;
    border-radius: 5px;
    padding-top: 15px;
    background: #005e2f;
    display: none;
    transition: all 0.3s ease;
}

.main-drop-lang .wrapper.show {
    display: block;
    display: flex;
}

.main-drop-lang .wrapper ul {
    width: 400px;
    list-style: none;
    padding: 10px;
    transition: all 0.3s ease;
}

.main-drop-lang .wrapper ul li {
    line-height: 55px;
}

.main-drop-lang .wrapper ul li a {
    position: relative;
    color: #b0b3b8;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    display: flex;
    border-radius: 8px;
    align-items: center;
    text-decoration: none;
}

.main-drop-lang .wrapper ul li:hover a {
    background: #ffffff;
    color: #0f4229;
}

.main-drop-lang ul li a .icon {
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin-right: 13px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.main-drop-lang ul li a .icon span {
    line-height: 40px;
    font-size: 20px;
    color: #b0b3b8;
}

.main-drop-lang ul li a i {
    position: absolute;
    right: 10px;
    font-size: 25px;
    pointer-events: none;
}

.main-drop-lang .wrapper ul.setting-drop,
.main-drop-lang .wrapper ul.help-drop {
    display: none;
}

.main-drop-lang .wrapper .arrow {
    padding-left: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #b0b3b8;
    cursor: pointer;
}

.main-drop-lang .wrapper .arrow span {
    margin-right: 15px;
}

/* end select languege css */


/* start mouse scroling animation in home page slider */

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 100px;
	/* margin-top: 40px; */
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

@media (max-width: 1050px) {
    .hid-scrl-titl {
        display: none;
    }
    .mouse_scroll {
        margin-top: 15px;
    }
}


@media (max-width: 551px) {
    .mouse_scroll {
        display: none;
    }
}


@media (min-width: 552px) {
    .margin-top-crcl-hom {
        padding-top: 80px;
    }
}

.hid-scrl-titl {
    color: #2e2e2e;
    font-size: 15px;
}

/* end mouse scroling animation in home page slider */



/* start search css */
/* فرم جستجو مخفی باشد */
.search-container {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    display: none;
    width: 100%;
}

/* دکمه ضربدر */
.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
}

/* آیکون ذره‌بین */
.search-toggle {
    top: 20px;
    right: 20px;
    z-index: 2000;
    color: #ffffff;
    font-size: 25px;
    cursor: pointer;
    margin-right: 20px;
}

.search-tx-toggle {
    font-size: 13px; 
    color:rgb(255, 255, 255); 
    padding-right: 10px;
    cursor: pointer;
}

/* لایه‌ی تیره */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.603);
    z-index: 10000;
    display: none; /* مخفی در حالت عادی */
}

/* نمایش لایه‌ی تیره */
body.overlay-active .overlay {
    display: block;
}

.search-card{
    border: none;
    background: #0f4229;
    border-radius: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.search {
    width: 100%;
    margin-bottom: auto;
    margin-top: 20px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.search-card .search-title {
    color: #caffe6;
    font-size: 20px;
}

.search-input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 5px;
    caret-color: transparent;
    line-height: 20px;
    transition: width 0.4s linear
}

.search .search-input {
    padding: 0 10px;
    padding-right: 50px;
    width: 100%;
    caret-color: #0f4229;
    font-size: 14px;
    font-weight: 300;
    color: #0f4229;
    transition: width 0.4s linear;
}


.search-icon {
    height: 34px;
    width: 34px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #0f4229;
    font-size: 15px;
    bottom: 30px;
    position: relative;
    border-radius: 5px;
}

.search-icon:hover{
    color: #fff !important;
}

.search-card a:link {
    text-decoration: none
}



.card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    border:none;
    cursor: pointer;
    transition: all 2s;
}

@media (max-width: 993px) {
    .search-card .search-title {
        font-size: 15px;
    }
}

@media (max-width: 423px) {
    .search-card .search-title {
        font-size: 11px;
    }
}

.card-inner:hover{

    transform: scale(1.1);

}

.mg-text span{

    font-size: 12px;

}

.mg-text{

    line-height: 14px;
}

.srch-fchr-titl {
    color: #0f4229;
    line-height: 2;
}

@media (max-width: 992px) {
    .srch-fchr-titl {
        font-size: 9px !important;
    }
}


@media (max-width: 767px) {
    .srch-fchr-titl {
        font-size: 17px !important;
    }
}

/* end search css */


/* start custom phon header */
@media (min-width: 992px) {
    .navbar-phone {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-des {
        display: none !important;
    }
    .sticky-header {
        display: none !important;
    }
    .navbar-phone {
        background-color: #348E38 !important;
    }
    .navbar-phone .navbar-brand {
        background-color: #ffffff;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .in-phn-header {
        background-color: #0F4229;
        border: none !important;
        text-align: center;
        color: #ffffff;
        padding: 5px;
        width: 100%;
    }
    
    .navbar-toggler-phone {
        border: none;
        background: none;
        font-size: 35px;
        margin-right: 7px;
        color: #ffffff !important;
    }
    .search-toggle {
        color: #ffffff;
        border-radius: 100%;
        margin-left: 10px;
        font-size: 36px;
    }

    /* start phone select languege css */

    .main-drop-lang-phone {
        margin-left: 70px;
        margin-top: 2px;
        z-index: 10000;
        position: absolute;
        top: 17px;
    }

    .main-drop-lang-phone .drop-btn-phone {
        background: #ffffff;
        border-radius: 100%;
        padding: 1px;
        margin-top: 2px;
    }

    .main-drop-lang-phone .drop-btn-phone img {
        background-color: #ffffff;
        border-radius: 100%;
        width: 35px; 
        height: 35px; 
        object-fit: contain;
    }

    .main-drop-lang-phone .drop-btn-phone span {
        float: right;
        line-height: 39px;
        font-size: 28px;
        cursor: pointer;
    }

    .main-drop-lang-phone .tooltip-phone {
        position: absolute;
        right: 11.5px;
        bottom: -29px;
        height: 15px;
        width: 15px;
        background: #005e2f;
        transform: rotate(45deg);
        display: none;
    }

    .main-drop-lang-phone .tooltip-phone.show {
        display: block;
    }

    .main-drop-lang-phone .wrapper-phone {
        position: absolute;
        top: 60px;
        display: flex;
        width: 120px;
        overflow: hidden;
        border-radius: 5px;
        padding-top: 15px;
        background: #005e2f;
        display: none;
        transition: all 0.3s ease;
    }

    .main-drop-lang-phone .wrapper-phone.show {
        display: block;
        display: flex;
    }

    .main-drop-lang-phone .wrapper-phone ul {
        padding: 7px;
        transition: all 0.3s ease;
    }

    .main-drop-lang-phone .wrapper-phone ul li a {
        position: relative;
        color: #b0b3b8;
        font-size: 13px;
        font-weight: 500;
        padding: 0 10px;
        display: flex;
        border-radius: 8px;
        align-items: center;
        text-decoration: none;
    }

    .main-drop-lang-phone .wrapper-phone ul li:hover a {
        background: #ffffff;
        color: #0f4229;
    }

    .main-drop-lang-phone ul li a .icon {
        height: 33px;
        width: 33px;
        object-fit: contain;
        margin-right: 13px;
        display: flex;
        justify-content: center;
        text-align: center;
        border-radius: 50%;
    }

    .main-drop-lang-phone ul li a .icon span {
        line-height: 40px;
        font-size: 20px;
        color: #b0b3b8;
    }

    .main-drop-lang-phone ul li a i {
        position: absolute;
        right: 10px;
        font-size: 25px;
        pointer-events: none;
    }

    .main-drop-lang-phone .wrapper-phone .arrow {
        padding-left: 10px;
        font-size: 20px;
        font-weight: 500;
        color: #b0b3b8;
        cursor: pointer;
    }

    .main-drop-lang-phone .wrapper-phone .arrow span {
        margin-right: 15px;
    }

    /* end phone select languege css */

}
/* end custom phon header */


/* start fixed header */
.sticky-header {
    position: fixed;
    top: -101px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 10000;
    transition: top 0.3s ease-in-out;
    height: 55px;
    display: flex;
}

.sticky-header.show {
    top: 0;
}

.sticky-header .nav-link {
    font-size: 14px;
    color: #333;
    margin: 0 10px;
    text-decoration: none;
    line-height: 1px;
}

.sticky-header .dropdown-menu {
    text-align: right;
    background: #ffffff;
    border-radius: 5px;
}


/* end fixed header */




/* start order form */

.servic-selector-ordr-form {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    background-color: #E8F5E9;
    color: #555555;
}

.order-form-container {
    width: 100% !important;
}

.fild-ordr-form {
    width: 50% !important;
    display: flex;

}

@media (max-width: 500px) {
    .order-hlp-img {
        width: 100% !important;
        height: 100% !important;
        padding-top: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .order-hlp-img {
        height: 480px !important;
    }
}

@media (max-width: 640px) {
    .fixed-icons-hdn {
        display: none;
    }
}

.option-top-contact {
    font-size:  18px;
    margin-top: 13px;
}

.cntct-option-bx {
    border-radius: 20px !important;  
    margin: 6px;  
    height: 130px !important;  
    margin-top: 10px;  
    background: linear-gradient(270deg, #259e2c, #0baa8f, #259e2c);
    background-size: 200% 200%;  
    background-size: 200% 200%;
    z-index: -1;
    animation: galaxyMove 10s linear infinite;
}  

@keyframes galaxyMove {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 200% 50%;
    }
}

.cntct-option-bx h4 {
    color: #ffffff;
    font-weight: normal !important;
}

.cntct-option-bx i {
    font-size: 50px;
    color: #ffffff !important;
}

@media (max-width: 511px) {
    .cntct-option-bx i {
        font-size: 40px;
        margin-right: -50px;
    }
    .cntct-option-bx h4 {
        margin-right: -20px;
    }
    .cntct-option-adrs {
        font-size: 12px;
    }
}

.top-feature {
    margin-top: -120px;
}

@media (max-width: 991px) {
    .top-feature {
        margin-top: -80px;
    }
}

.bg-light {
    background-color: #ffffff !important;
}

/* end order form */


/* start home abt animation */

.anime-home-abt {
    object-fit: cover; 
    height: 387px; 
    border-radius: 10px !important;
    border-top-right-radius: 135px !important;
    border-top-left-radius: 135px !important;
}

@media (max-width: 767px) {
    .anime-home-abt {
        border-top-right-radius: 165px !important;
        border-top-left-radius: 165px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .anime-home-abt {
        height: 413px; 
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .anime-home-abt {
        height: 470px; 
    }
}

/* end home abt animation */

/* start aboute page css */

.feature-abt-page {
    background: linear-gradient(270deg, #f6fff6, #61fa69, #f6fff6);
    background-size: 200% 200%;  
    background-size: 200% 200%;
    z-index: -1;
    animation: galaxyMove 10s linear infinite;
    border-radius: 20px !important; 
}

.abt-services-wrapper-container {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.abt-services-wrapper {
  width: 100%;
  position: relative;
}

.abt-services-wrapper h2 {
    text-align: center;
}

.abt-services-wrapper i {
  top: -3%;
  height: 40px;
  width: 40px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.abt-services-wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.abt-services-wrapper i:first-child{
  left: 0;
}
.abt-services-wrapper i:last-child{
  right: 0;
}
.abt-services-wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.abt-services-wrapper .carousel::-webkit-scrollbar {
  display: none;
}
.abt-services-wrapper .carousel.no-transition {
  scroll-behavior: auto;
}
.abt-services-wrapper .carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.abt-services-wrapper .carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.abt-services-wrapper .carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.abt-services-wrapper .carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.abt-services-wrapper .carousel .card .img {
  background: #0f4229;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}
.abt-services-wrapper .card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.abt-services-wrapper .carousel .card h2 {
  font-weight: 500;
  font-size: 1rem;
  margin: 30px 0 5px;
}
.abt-services-wrapper .carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

.abt-services-img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #0f4229;
  padding: 3px;
}

.abt-vid-styl {
    object-fit: cover; 
    width: 100%; 
    height: 580px; 
    border-radius: 20px !important; 
    border-top-left-radius: 50% !important; 
    border-top-right-radius: 50% !important;
}

@media screen and (max-width: 1000px) {
  .abt-services-wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media (max-width: 1200px) {
  .abt-services-wrapper-container .abt-services-wrapper .carousel .home-review {
    height: 290px !important;
  }
}

@media (max-width: 380px) {
  .abt-services-wrapper-container .abt-services-wrapper .carousel .home-review {
    height: 320px !important;
  }
}

@media screen and (max-width: 768px) {
  .abt-services-wrapper .carousel {
    grid-auto-columns: 100%;
  }
}

@media (max-width: 1000px) {
    .abt-sldr-btn {
        display: none !important;
    }

    .abt-vid-styl {
        width: 100%;
        height: 400px;
    }
}

.home-review {
    height: 260px !important;
    box-shadow: 1px 1px 15px rgba(177, 177, 177, 0.78);
}

.home-review-en {
    height: 260px !important; 
    box-shadow: 1px 1px 15px #3aa03a8a;
}

.home-review h3 {
    position: absolute; 
    top: 30px;
    right: 90px; 
    line-height: 1.8;
    font-size: 12.5px !important;
    text-align: right;
}

.home-review p {
    padding: 10px; 
    text-align: justify; 
    line-height: 1.8; 
    word-spacing:0%;
    position: absolute; 
    top: 85px; 
    font-size: 13px;
}

.home-review .home-review-image {
    position: absolute; 
    top: 7px; 
    right: 7px;
}

.home-review .home-review-image img {
    width: 70px; 
    height: 70px; 
    object-fit: cover; 
    border-radius: 100%;
}
/* end about page css */


/* start page header bkgrnd */

.bckgrnd-page-header {
    background-color: #0f422971;
}

/* end page header bkgrnd */


/* start video player css */
.play-button {  
    background-color: #0f42299d; /* پس‌زمینه تیره با شفافیت */  
    border-radius: 50%; /* شکل دایره‌ای */  
}
/*end video player css  */


/* start galery css */
.gallery-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    max-width: 1250px;
    margin: 20px auto;
    padding: 20px;
    gap: 20px;
}

.gallery-card-list .card-item {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 5px 10px #0f42294f;
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
    transition: border 0.5s ease;
}

.gallery-card-list .card-item:hover {
    border: 2px solid #348E38;
}

.gallery-card-list .card-item img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 8px;
    object-fit: cover;
}

.gallery-card-list span {
    display: inline-block;
    background: #F7DFF5;
    margin-top: 32px;
    padding: 8px 15px;
    font-size: 0.75rem;
    border-radius: 50px;
    font-weight: 600;
}

.gallery-card-list .card-item h3 {
    color: #348E38;
    font-size: 15px;
    margin-top: 28px;
    font-weight: 600;
}

.gallery-card-list .card-item .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-35deg);
    height: 40px;
    width: 40px;
    color: #0f4229;
    border: 1px solid #348E38;
    border-radius: 50%;
    margin-top: 20px;
    transition: 0.2s ease;
}

.gallery-card-list .card-item:hover .arrow  {
    background: #348E38;
    color: #fff; 
}

@media (max-width: 1200px) {
    .gallery-card-list .card-item {
        padding: 15px;
    }
}

@media screen and (max-width: 980px) {
    .gallery-card-list {
        margin: 0 auto;
    }
}




/* prviw gallery page */
.gallery-preview-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.gallery-preview-overlay .close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    background: red;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 12px;
    padding-top: 4px;
    padding-inline: 8px;
    padding-right: 9.4px;
}

/* end galery css */


/* start blog css */
.blog-card-blgcrd {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 2px 15px #0f422981;
  border: 2px solid #348e3800;
  padding: 25px;
  border-radius: 15px;
  height: 280px;
}

@media (min-width: 801px) {
    .blg-card-itm {
        margin-top: -8px;
    }

    .blog-card-blgcrd .blog-slider__img {
        /* transform: translateX(-80px); */
        /* transform: translateY(5px); */
        height: 220px !important;
    }
}

.blog-card-blgcrd:hover {
    border: 2px solid #348E38;
}

@media screen and (max-width: 800px) {
  .blog-card-blgcrd {
    min-height: 450px;
    height: auto;
    margin: 130px auto;
  }
}

@media screen and (max-width: 500px) {
    .blog-card-blgcrd {
    min-height: 450px;
    height: auto;
    margin: 90px auto;
    }
}

@media screen and (min-width: 801px) {
    .blog-card-blgcrd {
    margin: 40px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-card-blgcrd {
    height: 350px;
  }
}

.blog-card-blgcrd .blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .blog-card-blgcrd .blog-slider__item {
    flex-direction: column;
  }
}

.blog-card-blgcrd .blog-slider__img {
  /* transform: translateX(-80px); */
  /* transform: translateY(5px); */
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  /* box-shadow: 4px 7px 30px #11a85f; */
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}

@media (max-width: 500px){
    .blog-card-blgcrd .blog-slider__img {
        height: 200px;
      }
}


@media screen and (max-width: 800px) {
  .blog-card-blgcrd .blog-slider__img {
    transform: translateY(-30%);
    width: 90%;
  }
  .blg-card-itm {
    margin-top: -50px;
  }
}

@media (max-width: 500px) {
    /* .blog-card-blgcrd .blog-slider__img {
      transform: translateY(-40%);
      width: 90%;
    } */
    .blg-card-itm {
      margin-top: -20px;
    }
  }

@media screen and (max-width: 576px) {
  .blog-card-blgcrd .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-card-blgcrd .blog-slider__img {
    height: 270px;
  }
}

.blog-card-blgcrd .blog-slider__title {
  font-size: 20px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .blog-card-blgcrd .blog-slider__title {
        font-size: 15px;
    }
    .blog-card-blgcrd .blog-slider__text {
        font-size: 12px;
    } 

    .blog-card-blgcrd .blog-slider__button {
        font-size: 10px !important;
    }
}

.blog-card-blgcrd .blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.9;
  text-align: justify;
}

@media (min-width: 801px) {
    .blog-card-blgcrd .blog-slider__text {
        width: 93%;
    }
}

.blog-card-blgcrd .blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #12ad62 0%, #0f4229 74%);
  padding: 15px 25px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 5px 40px #12ad62;
  text-decoration: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: 0.2s;
  font-size: 15px;
}

.blog-card-blgcrd .blog-slider__button:hover {
    display: inline-flex;
    background-image: linear-gradient(147deg, #0f4229 0%, #12ad62 74%);
    border-radius: 6px;
    transition: 0.2s;
}

@media screen and (max-width: 576px) {
  .blog-card-blgcrd .blog-slider__button {
    width: 100%;
  }
}
.blog-card-blgcrd .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* blog card in en page */
@media (min-width: 801px) {
    .blog-en-card {
        text-align: left; 
        width: 100%; 
        padding-right: 20px;
    }
}
/* end blog css */


/* start portfolio css */
.portfolio-card-prtcrd {
    width: 100%;
    position: relative;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 2px 15px #0f422981;
    border: 2px solid #348e3800;
    padding: 25px;
    border-radius: 15px;
    height: 298px;
}

@media (min-width: 801px) {
    .portfolio-card-prtcrd .blg-card-itm {
        margin-top: -8px;
    }

    .portfolio-card-prtcrd .blog-slider__img {
        /* transform: translateX(-80px); */
        /* transform: translateY(5px); */
        height: 220px !important;
    }
}

.portfolio-card-prtcrd:hover {
    border: 2px solid #348E38;
}

@media screen and (max-width: 800px) {
    .portfolio-card-prtcrd {
    min-height: 450px;
    height: auto;
    margin: 130px auto;
    }
}

@media screen and (max-width: 500px) {
    .portfolio-card-prtcrd {
    min-height: 450px;
    height: auto;
    margin: 90px auto;
    }
}

@media screen and (min-width: 801px) {
    .portfolio-card-prtcrd {
    margin: 40px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .portfolio-card-prtcrd {
    height: 350px;
    }
}

.portfolio-card-prtcrd .blog-slider__item {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 800px) {
    .portfolio-card-prtcrd .blog-slider__item {
    flex-direction: column;
    }
}

.portfolio-card-prtcrd .blog-slider__img {
    /* transform: translateX(-80px); */
    /* transform: translateY(5px); */
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    /* box-shadow: 4px 7px 30px #11a85f; */
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

@media (max-width: 500px){
    .portfolio-card-prtcrd .blog-slider__img {
        height: 200px;
        }
}


@media screen and (max-width: 800px) {
    .portfolio-card-prtcrd .blog-slider__img {
    transform: translateY(-30%);
    width: 90%;
    }
    .portfolio-card-prtcrd .blg-card-itm {
    margin-top: -50px;
    }
}

@media (max-width: 500px) {
    /* .blog-card-blgcrd .blog-slider__img {
        transform: translateY(-40%);
        width: 90%;
    } */
    .portfolio-card-prtcrd .blg-card-itm {
        margin-top: -20px;
    }
    }

@media screen and (max-width: 576px) {
    .portfolio-card-prtcrd .blog-slider__img {
    width: 95%;
    }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
    .portfolio-card-prtcrd .blog-slider__img {
    height: 270px;
    }
}

.portfolio-card-prtcrd .blog-slider__title {
    font-size: 20px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .portfolio-card-prtcrd .blog-slider__title {
        font-size: 15px;
    }
    .portfolio-card-prtcrd .blog-slider__text {
        font-size: 12px;
    } 

    .portfolio-card-prtcrd .blog-slider__button {
        font-size: 10px !important;
    }
}

.portfolio-card-prtcrd .blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.9;
    text-align: justify;
}

@media (min-width: 801px) {
    .portfolio-card-prtcrd .blog-slider__text {
        width: 93%;
    }
}

.portfolio-card-prtcrd .blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #12ad62 0%, #0f4229 74%);
    padding: 15px 25px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 5px 40px #12ad62;
    text-decoration: none;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: 0.2s;
    font-size: 15px;
}

.portfolio-card-prtcrd .blog-slider__button:hover {
    display: inline-flex;
    background-image: linear-gradient(147deg, #0f4229 0%, #12ad62 74%);
    border-radius: 6px;
    transition: 0.2s;
}

@media screen and (max-width: 576px) {
    .portfolio-card-prtcrd .blog-slider__button {
    width: 100%;
    }
}
.portfolio-card-prtcrd .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}


.sidbr-continr {
    margin-top: 40px;
    right: 0;
    width: 23.3%;
    height: 100%;
    direction: rtl;
    transition: position 0.3s ease;
}

.sidbr-continr .list-group {
    border-radius: 7px;
}

@media (max-width: 1200px) {
    .sidbr-continr .group-item-ctr {
        font-size: 11px !important;
    }
}

@media (min-width: 999px) {
    .sidbr-continr .group-item-ctr:hover {
        font-size: 13px;
    }
}

@media (max-width: 1080px) {
    .sidbr-continr .group-item-ctr {
        font-size: 9px !important;
    }
}

.sidbr-continr .group-item-ctr {
    font-size: 12px;
    transition: 0.3s;
}

.sidbr-continr .group-item-ctr:hover {
    background-color: #348E38;
    color: #ffffff;
    transition: 0.3s;
}

.prtflio-continr {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .des-sidpar-prtflio {
        display: none;
    }
    .main-content {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .sidbr-phone-continr {
        display: none;
    }
}

.sidbr-phone-continr {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    direction: rtl;
    transition: position 0.3s ease;
}


.sidbr-phone-continr .list-group {
    border-radius: 7px;
}


.sidbr-phone-continr .group-item-ctr {
    font-size: 11px;
    transition: 0.3s;
}

.sidbr-phone-continr .group-item-ctr:hover {
    background-color: #348E38;
    color: #ffffff;
    transition: 0.3s;
}
/* end portfolio css */


/* start pagination css */
.pagination-btm {
    border-top: 1px solid #eee;
    margin-top: 1em;
    padding-top: 2.8em;
    display: flex;
    justify-content: center;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.pagination li {
    margin: 0 1px;
}

.pagination a {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid #999;
    border-radius: 0.2em;
    text-decoration: none;
}

.pagination a[aria-current="page"] {
    background-color: #333;
    color: #fff;
}
/* end pagination css */


/* start product page css */
.prdct-page-crd-item .main-img {
    object-fit: contain !important; 
    margin-top: 22px;
} 

.prdct-page-crd-item .card-logo {
    position: absolute; 
    top: 5px; 
    left: 5px; 
    width: 50px !important; 
    height: 50px !important; 
    object-fit: contain !important; 
    background-color: #ffffff; 
    box-shadow: 2px 1px 10px #348e34;
}
.prdct-page-crd-item .prdct-btm {
    margin-top: 15px; 
    text-align: center; 
    padding: 10px; 
    /* background-color: #348e34;  */
    border: 1px solid #348e34;
    border-radius: 9px; 
    font-size: 14px;
    transition: 0.5s;
}

.prdct-page-crd-item .btnhov {
    color: #348e34;
    transition: 0.5s;
}

.prdct-page-crd-item:hover .prdct-btm {
    background-color: #348e34; 
    transition: 0.5s;
}

.prdct-page-crd-item:hover .btnhov {
    color: #ffffff; 
    transition: 0.5s;
}
/* end product page css */


/* start service css */
.service-page-crd-item {
    /* border-top-left-radius: 50%; */
    border-top-right-radius: 50px !important;
} 

.service-page-crd-item h3 {
    margin-top: 15px !important
} 

.service-page-crd-item .main-img {
    object-fit: cover !important; 
    border-top-right-radius: 40px !important;
} 

.service-page-crd-item .card-logo {
    position: absolute; 
    top: 5px; 
    left: 5px; 
    width: 50px !important; 
    height: 50px !important; 
    object-fit: contain !important; 
    background-color: #ffffff; 
    box-shadow: 2px 1px 10px #348e34;
}
.service-page-crd-item .prdct-btm {
    margin-top: 15px; 
    text-align: center; 
    padding: 10px; 
    /* background-color: #348e34;  */
    border: 1px solid #348e34;
    border-radius: 9px; 
    font-size: 14px;
    transition: 0.5s;
}

.service-page-crd-item .btnhov {
    color: #348e34;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-page-crd-item:hover .prdct-btm {
    background-color: #348e34; 
    transition: 0.5s;
}

.service-page-crd-item:hover .btnhov {
    color: #ffffff; 
    transition: 0.5s;
}
/* end service css */

/* start service single page comment */
@media (min-width: 992px) {
    .service-single-page-min-cntct {
        direction: rtl; 
        margin: 20px; 
        background-color: #ffffff; 
        box-shadow: 1px 2px 15px #348e34; 
        border-radius: 10px; 
        border-top-right-radius: 50px;
    }

    .pr-swiper-container {
        border-top-right-radius: 43px;
    }
}
/* end service single page comment */

/* start abt-home-smrt-higt css */
@media (min-width: 992px) {
    .abt-home-smrt-higt {
        height: 350px !important;
    }
}
/* end abt-home-smrt-higt css */

/* start welcm message in home css */
.welcome-message {  
    position: absolute;
    top: 105px;
    left: 50%;  
    transform: translateX(-50%);  
    z-index: 1000; 
    width: 100%;
    display: flex;
    justify-content: center;
}  

@media (max-width: 991px) {
    .welcome-message {  
        top: 50px !important;
    }  
}
/* end welcm message in home css */



/* start message css */
#notif_custom-alert {
    width: 88%;
    opacity: 1;
    transition: opacity 0.5s ease;
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 10001;
    background-color: #0F4229;
    direction: rtl;
    border-top-left-radius: 20px;
}

@media (min-width:600px) {
    #notif_custom-alert {
        width: 550px !important;
        top: 140px !important;
    }
}
  
.notif_progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #38a169;
    width: 0;
    transition: width 3s linear;
    border-radius: 5px;
}
/* end message css */

/* start category style */
.dropdown-category {
    position: relative;
}

.sub-category-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-icon {
    margin-right: auto;
    font-size: 11px;
    color: #666;
    transition: transform 0.3s;
}

.dropdown-icon:hover {
    color: #ffffff;
    transition: transform 0.3s;
}

.sidbr-continr .group-item-ctr:hover .dropdown-icon {
    color: #ffffff;
    transition: 0.3s;
}

.dropdown-category.open .dropdown-icon {
    transform: rotate(180deg);
}
/* end category style */

/* start home Features css*/

.feature-home-box {
    box-shadow: 0 0 25px #098549;
    border-radius: 10px !important;
}

.consultation-home-Features {
    color: #005327;
}

.consultation-home-consultation {
    border: solid 1px #FFFFFF;
}

/* end home Features css*/

/* start faq */
#faq .accordion-button {
  direction: rtl;
  text-align: right;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 1.8;
}

#faq .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

#faq .accordion-body {
  text-align: right;
  direction: rtl;
  line-height: 2;
}
/* end faq */

/* start home about video cover */

/* محفظه ویدیو */
.video-hm-abt-container {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/* ویدیو */
.video-hm-abt-container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

/* کاور */
.video-cover {
  position: absolute;
  inset: 0; /* یعنی top:0; right:0; bottom:0; left:0; */
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

/* تصویر کاور */
.video-cover .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  transition: transform 0.4s ease;
}

.video-cover:hover .video-thumbnail {
  transform: scale(1.03);
}

/* دکمه پلی */
.play-home-abt-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(15, 66, 41, 0.85);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  animation: pulse 1.5s infinite;
}

.play-home-abt-button:hover {
  background-color: #198754;
  transform: translate(-50%, -50%) scale(1.1);
}

/* افکت ضربان دکمه پلی */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(15, 66, 41, 0.6); }
  70% { box-shadow: 0 0 0 25px rgba(15, 66, 41, 0); }
  100% { box-shadow: 0 0 0 0 rgba(15, 66, 41, 0); }
}

/* end home about video cover */


/* start service single page Features  */

.features-h2 {
    font-size: 22px;
    line-height: 1.8;
}

.feature-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-card {
    flex: 1 1 calc(25% - 1rem);
    min-width: 280px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card h3 {
    font-size: 18px;
    line-height: 1.5;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.23);
}

@media (max-width: 992px) {
    .feature-card {
      flex: 1 1 calc(33.333% - 1rem);
    }
}

@media (max-width: 768px) {
    .feature-card {
      flex: 1 1 calc(50% - 1rem);
    }
}

@media (max-width: 576px) {
    .feature-card {
      flex: 1 1 100%;
    }
}

/* end service single page Features  */


/* start toc list */
.breadcrumb-item-rtl + .breadcrumb-item-rtl::before {
  float: right;
  padding-left: .5rem;
  /*padding-right: 1px !important;*/
}

.toc-blog-bc {
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.toc-blog-bc h3 {
    font-size: 20px;
    background-color: #0a502a;
    border-radius: 4px;
    padding: 10px;
    color: #FFFFFF;
}

#toc-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#toc-container li {
    margin: 8px 0;
    position: relative;
    padding-right: 7px;
}
#toc-container li::before {
    content: "•";
    color: #11912b;
    position: absolute;
    right: 0;
}
#toc-container a {
    color: #11912b;
    text-decoration: none;
    transition: color 0.3s;
}
#toc-container a:hover {
    color: #34c171;
    text-decoration: underline;
}
/* end toc list */

/* start 404 css */

/* کانتینر اصلی صفحه 404 */
.gf-404-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding: 60px 20px;
    direction: rtl;
}

/* بخش متن */
.gf-404-content {
    flex: 1;
    min-width: 320px;
}

.gf-404-code {
    font-size: 110px;
    font-weight: 900;
    color: #2e7d32;
}

.gf-404-title {
    font-size: 28px;
    margin-top: 10px;
    font-weight: 700;
    color: #2e7d32;
}

.gf-404-text {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

/* دکمه */
.gf-404-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #2e7d32;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.gf-404-btn:hover {
    background: #1f5a24;
}

/* تصویر */
.gf-404-illustration img {
    width: 320px;
    object-fit: contain;
    animation: gf-404-float 3s ease-in-out infinite;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.15));
}

/* انیمیشن شناور */
@keyframes gf-404-float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .gf-404-container {
        flex-direction: column-reverse;
        text-align: center;
    }

    .gf-404-illustration img {
        width: 240px;
    }

    .gf-404-code {
        font-size: 90px;
    }
}

/* end 404 css */