/**
 * Theme Name:        Parax
 * Theme URI:         https://hamidamini.ir
 * Description:       Parax wordpress theme for all business
 * Version:           1.0.0
 * Author:            Hamid Amini
 * Author URI:        https://hamidamini.ir
 * Tags:              Parax,business, full-site-editing,education,hotel,shop
 * Text Domain:       Parax
 * Tested up to:      6.4
 * Requires at least: 6.0
 * Requires PHP:      7.4
 */
/* ------------------------------------
                all theme
--------------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --green:#8AC751;
    --green-secondry: #73ac3e;
    --green-lite: #cbfba1;
    --black: #7a7a7a;
    --gray-lite: #F2F2F2;;
}

body{
    direction: rtl;
    text-align: right;
    font-family: Estedad,serif !important;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a{
    text-decoration: none!important;
}

html *,
html *:before,
html *:after {
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
}

*:before,
*:after {
    z-index: -1;
}

/*all btn*/
.btn-parax {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 50px;
    border: 1px solid var(--green);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px 15px;
    color: #ffffff;
}

/*btn-fill*/

.btn-parax:before, .btn-parax:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:var(--green);
}
.btn-parax:before {
    transform: translateY(-50%);
}
.btn-parax:after {
    transform: translateY(50%);
}
.btn-parax:hover {
    color:var(--green);
}
.btn-parax:hover:before {
    transform: translateY(-100%);
}
.btn-parax:hover:after {
    transform: translateY(100%);
}


/*btn-outline*/
.btn-parax-outline {
    position: relative;
    display: flex;
    overflow: hidden;
    height: 50px;
    border: 1px solid var(--black);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 5px 15px;
    color: #757575
}
.btn-parax-outline:before, .btn-parax-outline:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:var(--black);
}
.btn-parax-outline:before {
    transform: translateY(-100%);
}
.btn-parax-outline:after {
    transform: translateY(100%);
}
.btn-parax-outline:hover {
    color: #ffffff;
}
.btn-parax-outline:hover:before {
    transform: translateY(-50%);
}
.btn-parax-outline:hover:after {
    transform: translateY(50%);
}


.section-title{
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding: 10px 0;
}

.section-title a{
    font-weight: 100;
    color: var(--black);
    display: flex;
    align-items: center;
}


.section-title h2{
    color: var(--black);
    font-size: 22px;
    line-height: 34px;
    position: relative;
    display: inline-block;
    z-index: 2;
    font-weight: 900;
}

.section-title h2::before {
    content: '';
    position: absolute;
    width: calc(100% + 16px);
    right: 0;
    top: 59%;
    height: 7px;
    background-color:var(--green-lite);
    z-index: -1;
}


.invert-radius{
    background: #fff;
    position: relative;
    padding:1em ;
    border-radius:0 0 0.5em 0.5em;
    width:50%;
}


.invert-radius::before{
    content: "";
    width: 1em;
    height: 2em;
    border-radius: 0 1em 0 0;
    background-color: transparent;
    position: absolute;
    top: 4.5em;
    right: 0;
    box-shadow: 0 -1em 0 0 #fff;
}


/*skew*/
.invert-radius::after {
    content: "";
    width: 3em;
    height: 4.2em;
    background-color: #fff;
    position: absolute;
    border-radius: 0 1em 0 0;
    right: auto;
    left: 0em;
    top: -1px;
    box-shadow: 0 -1em 0 0 #fff;
    transform: skewX(25deg);
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(30deg, 0deg);
}




/* ------------------------------------
                header
--------------------------------------*/
header .header-top{
    background: #F9F9FB;
    padding: 5px;
}

header .header-top .inner-top{
    display: flex;
    justify-content:space-between;
    font-weight: lighter;
}

header .header-top .inner-top .top-right{
    display: flex;
    align-items: center;
    gap: 10px;
}

header .header-top .inner-top .top-right a{
    color: #909090;
}

header .header-bottom {
    background: #FFFFFF;
    border-bottom: 1px solid #ececee;
}

header .header-bottom .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

header .header-bottom .header-1 {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

header .header-bottom .header-2 {
    display: flex;
    justify-content:flex-end;
    align-items: center;
    z-index: 1;
}


header .header-bottom .header-1 .logo img{
    width: 100%;
    object-fit: contain;
    max-width: 220px;
    height: auto;
    padding: 2%;
}

header .header-bottom .header-1 .main-menu{
    width: 100%;
}


header .header-bottom .header-1 .main-menu ul>li>a{
        display:block;
        padding:5px;
        transition:0.4s ease;
        z-index:0;
}

header .header-bottom .header-1 .main-menu ul>li>a{
    padding: 10px;
    margin: 0 5px;
    display: inline-block;
    position: relative;
    transition: 400ms;
    color: #3e3e3e;
    font-size: 17px;
}

ul> li > a::before {
    content: '';
    z-index: -1;
    background-color:var(--green);
    width: 0;
    height: 6px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
    transition: width 400ms;
    pointer-events: none;
    opacity: 0.5;
}
ul>li:hover>a::after {
    border-color:var(--green)!important
}

ul>li:hover>a{
   color: #2b2b2b !important;

}

ul> li:hover > a::before {
    width:calc(100% - 10px)
}



.navbar{
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    font-size: 15px;
    z-index: 20;
}
.navbar li {
    float: right;
    position: relative;
    list-style: none;
    text-align: center;
    width: auto;
}
.navbar li a {
    display: block;
    padding: 16.25px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: var(--black);
}
.navbar li ul{
    position: absolute;
    opacity: 0;
    background: var(--gray-lite);
    transition: all .2s ease-in-out;
    right:0;
    transform: translateX(50%);
    border-radius: 5px;
    visibility: hidden;
}
.navbar li:hover li{
    float: right;
}

.navbar li:hover > ul {
    opacity: 1;
    position: absolute;
    transition: all .2s ease-in-out;
    transform: translateX(0);
    visibility: visible;

}

.navbar li ul li{
    border-top: 0;
}
.navbar ul ul{
    right: 100%;
    top: 0;
}






header .header-bottom .header-2 .search input{
    background:#F9F9FB;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
}

/*hamburger menu*/
.mobile{
    display: none;
    z-index: 25;
}
.hamburger-menu {
    width: 30px;
    height: 40px;
    cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
    width: 25px;
    height: 3px;
}

.bar {
    position: relative;
    transform: translateY(25px);
    background: var(--black);
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: var(--black);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--black);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

/*mobile nav menu*/
.show {
    left:0%;
    opacity:1;
}

.hide {
    opacity:0;
    left:100%;
}

.mobile-nav {
    background:var(--green);
    position:fixed;
    top:0;
    width:100vw;
    height:100%;
    text-align:center;
    transition: .2s ease;
    z-index: 20;
    display: none;
    /*  transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition:left .5s ease-in-out;*/
}
.mobile-nav ul{
    position:relative;
    top:50%;
    transform: translateY(-50%);
    list-style:none;
}

.mobile-nav a {
    text-align:center;
    font-size:4vw;
    color:#ffffff;
    opacity:0;
    transition:opacity .9s ease-in-out;
}

.mobile-nav.show a {
    text-align:center;
    font-size:4vw;
    color:#ffffff;
    opacity:1;
}
.mobile-nav.show ul li ul li a {
    display: none;
}




.mobile-nav a:hover {
    color:var(--black);
}


@media screen and (max-width: 880px) {
    .mobile{
        display: block;
    }
    .mobile-nav {
        display: block;
    }
    .main-menu{
        display: none;
    }

}



@media screen and (max-width: 480px) {
    header .header-bottom .logo img{
        width: 180px;
        padding: 10px;
    }
    header .header-bottom span{
        display: none;
        padding: 0 5px;
    }
    header .header-bottom .header-2{
        width: 100%;
    }
}

/* ------------------------------------
                hero slider
--------------------------------------*/
.banner-wrap{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider{
    height: 100%;
}
.banner-slider > .banner-slide{
    display: none;
}

.banner-slider > .banner-slide:first-child{
    display: block;
}

.hero-image{
    max-width: 100%;
}
.hero-image img{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.banner-wrap .container{
    position: relative;
    z-index: 12;
}

.banner-slider .slick-arrow{
    position: absolute;
    font-size: 0;
    background: #ffffff;
    border: 0;
    width: 0;
    height: 0;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.12);
    opacity: 0;
    top: 80%;
}
.banner-slider:hover .slick-arrow{
    opacity: 1;
}

.banner-slider .slick-arrow:before{
    font-family: "FontAwesome";
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    background: white;
    padding: 20px 25px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    color:var(--green);
}
.banner-slider .slick-arrow.slick-prev{
    right: 110px;
}
.banner-slider .slick-arrow.slick-prev:before{
    content: '\f104'!important;
    padding: 12px 16px;
}
.banner-slider .slick-arrow.slick-next{
    right: 50px;
}
.banner-slider .slick-arrow.slick-next:before{
    content: "\f105";
    padding: 12px 16px;
}

@media screen and (max-width: 780px) {
    .hero-image img{
        min-height: 180px;
        border-radius: 20px;
        object-fit: cover;
        overflow: hidden;
        padding: 2%;
    }

    .banner-slider .slick-arrow{
        top: 60%;
    }
}




/* ------------------------------------
          category-index
--------------------------------------*/
.category-index{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 50px 0;
    padding: 20px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.cat-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: var(--black)!important;
}

.cat-item:hover{
    color:var(--green) !important;
    transition: 0.3s ease-in-out;
}


.cat-item .icon {
    background: #ededed;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 10px;
}
.cat-item:hover .icon {
    background:var(--green);
    transition: 0.3s ease-in-out;
}

.cat-item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    display: block;
}



.cat-item h3{
    font-size: 16px;
}


.category-index .cat-item{
    flex: 1 1 calc(25% - 10px);
}


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

    .category-index{
       flex-wrap: wrap;
    }

    .cat-item .icon {
        width: 50px;
        height: 50px;
        padding: 5px;
    }
    .cat-item img {
        height: 50px;
    }

    .cat-item h3{
        font-size: 12px;
    }

}


/* ------------------------------------
                info-index
--------------------------------------*/
.about{
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 3%;
}

.about .des{
    width: 50%;
}

.about .des h6{
    font-weight: 200;
    font-size: 20px;
}

.about .des p{
    font-weight: 200;
    text-align: justify;
}

.about .des .buttons{
    display: flex;
    justify-items:right;
    gap: 20px;
}


.about .pic{
    max-width: 500px;
    width: 50%;
    padding: 2%;
}

.about .pic img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    -webkit-box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
    -moz-box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
    box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
}

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

    .about{
        flex-direction: column;
    }

    .about .des{
        width: 100%;
    }

    .about .pic{
        width: 100%;
        height: auto;
    }

}




/* ------------------------------------
                special-index
--------------------------------------*/
.hero-special{
    margin: 150px 0;
}


.special-box{
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 1;
    background: #F2F2F2;
    border-radius: 1em;
    height:auto;
}

.special-box .des h6{
    font-weight: 200;
    font-size: 20px;
    padding: 10px;
}

.special-box .des p{
    font-weight: 200;
    text-align: justify;
    padding: 15px;
}

.special-box .des .buttons{
    display: flex;
    justify-content:flex-start;
    margin-right: 20px;

}

.special-box .pic img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 2%;
}







/* ------------------------------------
               products-index
--------------------------------------*/
.products {
    background:var(--gray-lite) ;
    height: auto;
    margin: 50px 0;
    padding: 4% 0 8% 0;
    position: relative;
}

.products .item-card {
    display: flex !important;
    justify-content: center;
    margin: 10px;
    position: relative;
    padding: 20px;

}

.products .item-card img{
    max-width: 200px;
    max-height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    z-index:-1;
    margin-bottom: 1%;

}

.products .item-card .item-card-footer{
    background: #ffffff;
    color: var(--black);
    border:1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    bottom: -60px;
    z-index: -3;
    width: 100%;
    -webkit-box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
    -moz-box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
    box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
    min-height: 140px;
    padding: 70px 5px 5px 5px;

}

.products .item-card .item-card-footer .product-category-link{
    margin: 10px 0;
    background: var(--green);
    padding: 2px 4px;
    font-size: 12px;
    color: #ededed;
    border-radius: 5px;
}




.products .slick-arrow{
    position: absolute;
    font-size: 0;
    background: #ffffff;
    border: 0;
    width: 36px;
    height: 36px;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgba(0, 0 ,0,0.15);
    opacity: 1;
    top: 50%;

}
.products .slick-arrow:before{
    font-family: FontAwesome, serif !important;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: var(--green);
}
.products .slick-arrow.slick-prev{
    right: 5px;
}
.products .slick-arrow.slick-prev:before{
    content: "\f104";
}
.products .slick-arrow.slick-next{
    left: 5px;
}
.products .slick-arrow.slick-next:before{
    content: "\f105";
}
.products .slick-list {
    overflow: visible!important;/*important, allows overflow slides to be visible*/
}

.products .slick-slide:not(.slick-active) {
    opacity: 0.5;
}
.products .slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0!important;
}

/* ------------------------------------
                banners-index
--------------------------------------*/
.banners {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.banners .banner-item {
    padding: 5px;
}

.banners .banner-item img {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 480px) {
    .banners {
       flex-wrap: wrap;
    }
}
/* ------------------------------------
                blog-index
--------------------------------------*/
.blog {
    padding: 50px 0;
}

.blog .blog-card  {
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    background: #fff;
    text-align: center;
    transition: 0.3s;
}


.blog .blog-card .card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.blog .blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.blog .blog-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog .blog-card .overlay img {
    width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}

.blog .blog-card .card-image:hover .overlay {
    opacity: 1;
}

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

.card-title {
    padding: 15px;
    font-size: 16px;
    color: var(--black);
    font-weight: bold;
}
.blog .blog-card:hover .card-title {
    color: var(--green-secondry);
}


.blog .slick-arrow{
    position: absolute;
    font-size: 0;
    background: #ffffff;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 12;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgba(0, 0 ,0,0.15);
    opacity: 1;
    top: 25%;

}
.blog .slick-arrow:before{
    font-family: FontAwesome, serif !important;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    color:var(--green);
}
.blog .slick-arrow.slick-prev{
    right: 5px;
}
.blog .slick-arrow.slick-prev:before{
    content: "\f104";
}
.blog .slick-arrow.slick-next{
    left: 5px;
}
.blog .slick-arrow.slick-next:before{
    content: "\f105";
}
.blog .slick-list {
    overflow: visible!important;/*important, allows overflow slides to be visible*/
}

.blog .slick-slide:not(.slick-active) {
    opacity: 0.5;
}
.blog .slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0!important;
}
/*----------------------------------

             volunteer

--------------------------------------*/
.volunteer{
    margin-top: 150px;
    margin-bottom: 50px;
}
.volunteer .vol-item{
    background-color: var(--green-secondry);
    background-image: linear-gradient(315deg, var(--green) 0%, var(--green-secondry) 74%);
    box-shadow: 3px 2px 16px 2px rgba(125, 125, 125, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    border-radius: 15px;
    position: relative;
}

.volunteer .vol-item .img-vol{
    max-width: 100%;
}

.volunteer .vol-item .img-vol img{
    position: absolute;
    top: -135px;
    right: 0;
    width: 100%;
    max-width: 250px;
}

.volunteer .vol-item .content-vol{
    display: flex;
    align-items: center;
}

.volunteer .vol-item .content-vol a{
    margin:10px;
}

.volunteer .vol-item .content-vol h3 {
    color:#ededed;
    margin:10px;
}
@media screen and (max-width: 1200px) {
    .volunteer .vol-item{
        flex-direction: column;
    }

    .volunteer .vol-item .content-vol{
        flex-direction: column;
    }
    .volunteer .vol-item .img-vol img{
        top: -180px;
        right: 110px;
    }

}
@media screen and (max-width: 580px) {
    .volunteer .vol-item{
        flex-direction: column;

    }

    .volunteer .vol-item .content-vol{
        flex-direction: column;
    }
    .volunteer .vol-item .content-vol h3,a{
        font-size: 16px!important;
    }

    .volunteer .vol-item .img-vol img{
        top:-170px;
        right: 70px;
    }
}
@media screen and (max-width: 320px) {
    .volunteer .vol-item .img-vol img{
        top:-160px;

    }
}
/* ------------------------------------
                footer
--------------------------------------*/
footer{
    background:  #F2F2F2;
    color: var(--black);
    margin-top: 20px;
}
footer a{
    color:var(--black);
}
footer a:hover{
    color:var(--green)
}
footer .footer-widget{
    padding: 5% 2%;
    display: flex;
    justify-content: space-between;
}
.footer-widget .f-box {
    float: right;
    width: 33%;
}


.footer-widget img{
    max-width: 100%;
    object-fit: contain;
    height: auto;
}



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

.footer-widget li {
    line-height: 2em;
}

.footer-widget a {
    text-decoration: none;
}

.footer-widget h2{
    font-weight: 500;
    font-size: 18px;
}

.footer-widget h2::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--green);
    margin-top: 15px;
}

.footer-widget h3{
    font-weight: 500;
    font-size: 18px;
}

.footer-widget h3::after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: var(--green);
    margin-top: 15px;
}


.footer-copyright{
    font-size: 12px;
    text-align: center;
    background: var(--green-secondry);
    color: #fff0f0;
    padding: 5px 10px;
    font-weight: 100;
    border-radius: 5px 5px 0 0;
}
.footer-copyright span{
    font-family: sans-serif;
}



.slanted-edge {
    --p: 20px; /* control the shape (can be percentage) */
    height: 40px;
    width: 100%;
    aspect-ratio: 1;
    clip-path: polygon(var(--p) 0,100% 0,100% 100%,0 100%);
    background: var(--green);
}





@media screen and (max-width:768px) {
    footer .footer-widget{
        flex-direction: column;
    }
    .footer-widget .f-box{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* ------------------------------------
                single-products
--------------------------------------*/
.single-products .single-hero{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 2%;
}
.single-products .single-hero .single-img {
    z-index: 10;
    padding: 2%;

}
.single-products .single-hero .single-img img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
    -moz-box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);
    box-shadow: 8px 8px 0px -1px rgba(127, 194, 67, 0.52);

}
.single-products .single-hero .single-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-products .single-hero .single-title h2{
    font-weight: 900;
    font-size: 3rem;
}

.single-products .single-hero .single-title .single-feature{
    bottom: 0;
    position: absolute;
    display: table;
    width: 100%;
    height: auto;
    padding: 2% 1%;
    background: var(--gray-lite);
    border-radius: 10px;
}

.single-products .single-hero .single-title .single-feature p {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 5px;

}
.single-products .single-hero .single-title .single-feature p svg{
    color: var(--green-secondry);
    font-size: 14px;
}


.single-products .single-content{
    display: flex;
    justify-content: space-between;
    background: var(--gray-lite);
    border-radius: 10px;
    margin: 2% auto;
}

.single-products .single-content .main-content{
    position: relative;
    font-family: "Estedad",serif;
    min-height: 500px;
    text-align: justify;
    padding: 2%;
    flex: 1;
}

.single-products .single-content .main-content img {
    max-width: 100%;
    margin-bottom: 1em;
    object-fit: cover;
}

.single-products .single-content .main-content p {
    line-height: 30px;
}

.single-products .single-content .contact {
    padding: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;

}
.single-products .single-content .contact span{
    width: 100%;
    background: var(--green-secondry);
    color: #ededed;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}


.single-products .single-content blockquote:before {
    font-family: "FontAwesome", serif;
    content: "\f10e";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #b9babc;
}

.single-products .single-content blockquote {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    font-weight: 100;
    background: #f2f3f5;
}

@media screen and (max-width: 768px) {
    .single-products .single-hero {
        flex-wrap: wrap;
    }

    .single-products .single-hero .single-title{
        width: 100%;
        text-align: center;
    }

    .single-products .single-hero .single-title .single-feature{
        position: unset;
    }

    .single-products .single-hero .single-img {
        padding: 3%;
        margin: 0 auto;
    }

    .single-products .single-content {
        flex-wrap: wrap;
        justify-content: center;
    }

    .single-products .single-content .main-content {
        flex: auto;
        min-height: auto;
    }

}


/* ------------------------------------
                single page
--------------------------------------*/
.single .single-hero{
    position: relative;
}
.single .single-hero img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    height: auto;
}
.single .single-hero .single-title{
    bottom: 0;
    text-align: center;
    position: absolute;
    display: table;
    width: 100%;
    height: auto;
    padding: 2% 25%;
    color: #fcfdff;
    background: rgba(32, 74, 32, 0.3);
}
.single .single-hero .single-title h2{
    font-weight: 900;
}
.single .single-content .main-content{
    position: relative;
    font-family: "Estedad",serif;
    min-height: 500px;
    text-align: justify;
    padding: 120px 0;
    max-width: 900px;
    margin: 0 auto;
}

.single-content .main-content img {
    max-width: 100%;
    margin-bottom: 1em;
    object-fit: cover;
}

.single-content .main-content p {
    line-height: 30px;
}

.footnote {
    border-top: 1px solid #d6d8d9;
    border-bottom: 1px solid #D6D8D9;
    padding: 5px 10px;
    margin: 100px 0;
}

.single-content blockquote:before {
    font-family: "FontAwesome", serif;
    content: "\f10e";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    color: #b9babc;
}

.single-content blockquote {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    font-weight: 100;
    background: #f2f3f5;
}

.related-posts {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
}
.related-posts h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    color:var(--green);
}
.related-thumb {
    max-width:300px;
    float: left;
    margin-bottom: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.related-thumb img {
    width: 100%;
    height: auto;
}
.related-thumb a {
    text-decoration: none;
    color: var(--green);
    display: block;
    padding: 5px;
    text-align: center;
}
.related-thumb a:hover {
    background-color:var(--gray-lite);
}





/* ------------------------------------
               Comments Styles
--------------------------------------*/
.comments-area,
.comments
{
    display: block;
    margin-bottom: 5rem;
}
.comments-area .comments-title,
.comments .comments-title
{
    font-size: 28px;
    margin-bottom: 5rem;
}
.comments-area ol,
.comments-area ul,
.comments ol,
.comments ul
{
    list-style: none;
}
.comments-area ol ol,
.comments-area ol ul,
.comments-area ul ol,
.comments-area ul ul,
.comments ol ol,
.comments ol ul,
.comments ul ol,
.comments ul ul
{
    list-style: none;
}

.comment-list,
.comments > ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.comment-list li,
.comments > ul li
{
    margin-bottom: 1rem;
}
.comments .children
{
    padding-left: 0!important;
}
.comment-list li .comment-body,
.comments > ul li .comment-body
{
    position: relative;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: var(--gray-lite);
    border: 1px solid #cbccce;
    border-radius: 1rem;
}
.comment-list .comment-meta,
.comments > ul .comment-meta
{
    border-bottom: 1px solid var(--green);
    margin-bottom: 1rem;
    padding: 1rem;
}
.comment-list .comment-meta .comment-author img,
.comments > ul .comment-meta .comment-author img
{
    float: right;
    width: 48px;
    height: 48px;
    margin-left: 2rem;
    border-radius: 6px;
}
.comment-list .comment-meta .comment-author a,
.comments > ul .comment-meta .comment-author a
{
    font-size: 16px;
    font-weight: bold;
}
.comment-list .comment-meta .comment-author .says,
.comments > ul .comment-meta .comment-author .says
{
    display: none;
}
.comment-list .comment-meta .comment-metadata a,
.comments > ul .comment-meta .comment-metadata a
{
    font-size: 14px;
    color: #8c8c8c;
    font-family: inherit;
}
.comment-list .comment-content,
.comments > ul .comment-content
{
    overflow: hidden;
}
.comment-list .reply,
.comments > ul .reply
{
    position: absolute;
    top: 2rem;
    left:0.5rem;
}
.comment-list .reply a,
.comments > ul .reply a
{
    color: #fff;
    background: var(--green);
    border-radius: 5px;
    padding: 5px;
}
.comment-list .reply a:hover,
.comments > ul .reply a:hover
{
    color: var(--green);
}

@media (max-width: 991px)
{
    .comments-area .comments-title,
    .comment-reply-title
    {
        font-size: 1.5rem;
    }
    .comments-area .comments-title
    {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px)
{
    .comments-area .comments-title,
    .comment-reply-title
    {
        font-size: 1.2rem;
    }
    .comments-area .comment-list .comment-meta .comment-author img
    {
        width: 50px;
        height: auto;
    }
    .blog-post
    {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

/* ---------Page Styles----------------------*/
.page {
    min-height: 700px;
}
.page .page-title{
    min-height: 300px;
    background: var(--gray-lite);
    color: var(--green);
    margin-bottom: 20px;
}

.page h1 {
    font-weight: 900;
    text-align: center;
    padding: 100px 0;
}


.page .page-content{
    max-width: 1000px;
    width: 100%;
    text-align: justify;
    margin: 0 auto;
    padding:10px;

}

.page .page-content img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 3px 2px 16px 2px rgba(125, 125, 125, 0.5);
    margin: 5px;

}
.page .blog-card {
    margin: 10px;
    color: var(--green);
}

.page .blog-card h3{
    text-align: center;
    margin: 20px 0;
    color:var(--green);
}

.page .blog-card p{
    text-align: center;
    margin: 20px 0;
    font-weight: lighter;
}
.page .blog-card img{
    max-width: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
    display: block;
}


.breadcrumb{
    padding:20px;
    border-radius: 20px;
    box-shadow: 3px 2px 16px 2px rgba(125, 125, 125, 0.5);
}


/* ---------Blog-page----------------------*/
.blog__page {
    min-height: 600px;
    text-align: right;
    margin: 50px auto;
}

.pagination {
    border-top: none !important;
    padding-top: 40px;
}

.pagination span {
    color: #ffffff;
    background: #28313B;
    padding: 10px 20px;
    border: 1px solid #e2e3e5;
    border-radius: 10px;
    margin: 5px;
}

.pagination a {
    padding: 10px 20px;
    border: 1px solid #e2e3e5;
    border-radius: 10px;
    margin: 5px;
}

.pagination a:hover {
    color: #ffffff;
    background: #c1c1c1;
}
/* ---------page-404----------------------*/
.page-404{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.page-404 img{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}

.page-404 a{
    width: 150px;
    text-align: center;
    margin:20px auto;
    display: block;

}

/* ---------page-archive----------------------*/
.archive{
    min-height: 500px;
}

.archive .page-title{
    min-height: 300px;
    background: var(--gray-lite);
    color: var(--green);
    margin-bottom: 20px;
    font-weight: 900;
    text-align: center;
    padding: 100px 0;
}

.archive .blog-card {
    width: 300px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    background: #fff;
    text-align: center;
    transition: 0.3s;
}


.archive .blog-card .card-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.archive .blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.archive .blog-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.5));
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.archive .blog-card .overlay img {
    width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}

.archive .blog-card .card-image:hover .overlay {
    opacity: 1;
}

.archive .blog-card .card-image:hover img {
    transform: scale(1.05);
}

.archive .blog-card .card-title {
    padding: 15px;
    font-size: 16px;
    color: var(--black);
    font-weight: bold;
}
.archive .blog-card:hover .card-title {
    color: var(--green-secondry);
}