/* start font */

@font-face {
    font-family: 'Dana Medium';
    src: url('../fonts/Dana/DanaFaNum-Medium.woff2') format('woff2 supports variations'),
        url('../fonts/Dana/DanaFaNum-Medium.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: smart4dsTitles;
    src: url('../fonts/ar-fonts/smart4ds2.eot');
    src: url('../fonts/ar-fonts/smart4ds2.eot?#iefix') format('embedded-opentype'), url('../fonts/ar-fonts/smart4ds2.woff') format('woff'), url('../fonts/ar-fonts/smart4ds2.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family:smart4dsTitles;
	src:url('../fonts/ar-fonts/smart4ds2.eot');
	src:url('../fonts/ar-fonts/smart4ds2.eot?#iefix') format('embedded-opentype'),url('../fonts/ar-fonts/smart4ds2.woff') format('woff'),url('../fonts/ar-fonts/smart4ds2.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

.cutom-home-page .container-fluid {
    width: 95% ;
}


#hero h2, * {
    font-family: 'Dana Medium'  ;
}
.btn, .categories-list .nav-link span, .navbar .nav-link, h1, h2, h3, h4, h5, h6 {
    font-family: 'Dana Medium' !important ;
}
.counts .count-box p, body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Dana Medium' !important ;
}
#header .logo, .faq .faq-list a {
    font-family: 'Dana Medium' !important ;
}
#footer .footer-top .footer-contact p {
    font-family: 'Dana Medium' !important ;
}
.badge {
    font-family: 'Dana Medium' !important ;
}
.whatsapp_float {
    font-family: 'Dana Medium' !important ;
}


/* end font */

:root {
    --primary-color: #343c5f;
    --primary-color-2: #454D72;
    --primary-color-3: #5A67A0;
    --primary-color-4: #30385A ;

    --secondary-color: #354278;

    --border-color: #f6f6f6 ;

    --color-text: #808080;

    --transition-linear-2: all 200ms linear;
    --transition-linear-3: all 300ms linear;
    --transition-linear-4: all 400ms linear;
    --transition-linear-5: all 500ms linear;
    --transition-ease-in-out-2: all 200ms ease-in-out;
    --transition-ease-in-out-3: all 300ms ease-in-out;
    --transition-ease-in-out-02: all 0.2s ease-in-out;
    --transition-ease-in-out-04: all 0.4s ease-in-out;
    --transition-ease-in-out-06: all 0.6s ease-in-out;

    --box-shadow-primary: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.dark .navbar a, .dark .navbar a:focus, .dark .header-dropdown .btn {
    color: #edf3f2 !important ;
}

.custom-header {
    width: 95% ;
    margin: 1rem auto 0 auto ;
    border-radius: 4rem ;
    border-bottom: 8px solid var(--primary-color);
}

#header {
    top: 20px ;
}

#header .container-custom__header {
    justify-content: space-between;
}

#header .container-custom__header .logo-custom__header {
    margin-left: 1rem ;
}

#header .container-custom__header .dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: 0 0 10px 1px #63636321;
    overflow: hidden ;
    margin: 0 0 0 0 !important;
    transition: var(--transition-ease-in-out-04);
}

#header .container-custom__header .dropdown-menu.show {
    margin: 1rem 0 0 0 !important;
}

#header .container-custom__header .dropdown-menu .dropdown-item {
    padding: 0.8rem 0.5rem;
    border-bottom: 0.1px solid var(--border-color) ;
    transition: var(--transition-ease-in-out-02);
}

#header .container-custom__header .dropdown-menu > a:last-child {
    border-bottom: 0  !important;
}


#header .container-custom__header .dropdown-menu .dropdown-item:hover {
    color: #ffffff !important ;
    background: var(--primary-color);
    padding: 0.8rem 0.8rem 0.8rem 0.5rem ;
}

/* custom hero */

#hero {
    background: #fff ;
    width: 95% ;
    margin: 2rem auto 0 auto ;
    border-radius: 2rem ;
    overflow: hidden;
}

#hero .custom-btn-theme__hero {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1.2rem 2.5rem 0.8rem 2.5rem;
    border-bottom: 4px solid #ffffffbf;
    box-shadow: unset ;
    -webkit-box-shadow: unset ;
}

#hero, #hero .carousel-item {
    height: 600px ;
}

#hero .carousel-inner .carousel-item {
    background-position: center !important ;
    background-size: cover !important ;
}

/* custom-home-welcome */

.container-custom-home-welcome {
    padding: 5rem 0 6rem 0 !important ;
}

.custom-home-welcome .row > div:first-child > div {
    padding: 0 0 0 3rem;
}


.custom-home-welcome .row div:first-child > .photo-panel img {
    border: 8px solid #444444 ; 
    border-radius: 2rem;
    clip-path: polygon(27.2% 0%, 100.2% 0%, 100.2% 76.8%, 85.8% 88.5%, 72% 100.3%, 32% 100%, 0% 100.3%, 0% 30%, 13.3% 14.8%);
    object-fit: cover;
}

.custom-home-welcome .row div:last-child > .photo-panel {
    position: relative ;
}

.custom-home-welcome .row div:last-child > .photo-panel img {
    position: absolute;
    width: 280px ;
    height: 280px;
    border: 8px solid #000000 ; 
    bottom: -50px;
    right: -50px;
    clip-path: polygon(29.9% 0%, 70.1% 0%, 100% 30%, 100% 70%, 70.1% 100%, 29.9% 100%, 0% 70%, 0% 30%);
    object-fit: cover;
}

/* custom-item-blog */

.box-title {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.section-title > .box-title h2 {
    color: var(--primary-color);
}


.custom-item-blog > article > div {
    padding: 0 ;
    border-radius: 1rem ;
    overflow: hidden ;
    border-top: 4px solid #444444 ;
    border-bottom: 4px solid var(--primary-color) ;
}

.custom-section-blog .card-text {
    display: flex ;
    flex-direction: column;
    text-align: justify;
    font-size: 0.9rem;
}

.custom-section-blog .read-more-link  {
    width: max-content;
    display: inline-flex;
    color: #ffffff !important ;
    background: var(--primary-color);
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    transition: var(--transition-ease-in-out-04);
}

.custom-item-blog > article > div > div {
    padding: 1rem ;
}

.custom-item-blog > article > div > div {
    padding: 1rem ;
}

.custom-item-blog .box-read-more-link {
    width: 100%;
    display: inline-flex ;
    justify-content: center;
    align-items: center;
    border-radius: 1rem 0.5rem 1rem 0.5rem ;
    margin: 1rem 0;
    transition: all 300ms linear ;
}

.custom-item-blog .box-read-more-link a {
    color: #fff;
    border-radius: 1rem 0.5rem 1rem 0.5rem ;
    padding: 1rem 1rem 0.6rem 1rem;
    background: var(--primary-color);
    border: 3px solid var(--primary-color) ;
    transition: all 300ms linear ;
}

.custom-item-blog .box-read-more-link a:hover {
    background: #ffffff;
} 

.custom-item-blog .image-container .card-img-top {

}

.custom-more-btn a {
    width: 30%;
    padding: 1rem 1rem 0.6rem 1rem;
}

/* custom our staff */


/* custom-partners */

.custom-partners .thumbnail img {
    height: 200px;
    object-fit: contain;
    object-position: center;
}

/* custom-partners */


.custom-our-staff {
}

#staff .member  {
    background: transparent !important;
    box-shadow: 0 2px 15px rgb(44 73 100 / 21%);
    border-top: 2px solid var(--primary-color);
    position: relative ;
    overflow: hidden ;
}

#staff .member::before  {
    content: "" ;
    position: absolute ;
    top: -30px ;
    left: 0 ;
    background: var(--secondary-color) ;
    width: 70px ;
    height: 70px ;
    border-radius: 100% ;
}

#staff .member::after  {
    content: "";
    position: absolute;
    top: 10px;
    left: -30px;
    background: var(--primary-color);
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.custom-our-staff .member .pic {
    width: 150px;
    min-width: 150px;
}

.custom-our-staff .member .pic > img {
    width: 150px;
    height: 150px;
    object-fit: cover ;
    border: 5px solid #c5c5c5;
    border-radius: 100%;
}

.custom-our-staff .custom-box-btn-more-information {
    margin: 2rem 0 1rem 0 ;
}

.custom-our-staff .custom-box-btn-more-information a {
    background: var(--secondary-color) ;
    padding: 0.5rem 1.5rem ;
    color: #fff ;
    border-radius: 0.5rem ;
}

/* custom-gallery */

.custom-gallery {

}

.custom-gallery .img-fluid {
    min-height: 250px ;
    object-fit: cover ;
    border-radius: 0.5rem;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
    overflow: hidden ;
}

.custom-gallery .container-fluid div:first-child > div:nth-child(even) {
    border-radius: 0.5rem;
    overflow: hidden ;
    clip-path: polygon(20% 0, 100% 0, 100% 30%, 100% 80%, 80% 100%, 30% 100%, 0 100%, 0 20%);
}

.custom-gallery .container-fluid div:first-child > div:nth-child(odd) {
    border-radius: 0.5rem;
    overflow: hidden ;
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 70% 100%, 20% 100%, 0 80%, 0% 30%);
}

.custom-gallery .img-fluid {
    min-height: 250px ;
    object-fit: cover ;
    border-radius: 0.5rem;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
}

.custom-gallery .gallery-item:hover {
    transform: scale(1);
}

/* .gallery .gallery-item:hover img, .staff .member:hover img */

.custom-gallery .gallery-item {
    height: 100%;
}

.custom-gallery .gallery-item a {
    display: inline-flex ;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 300ms linear ;
}

.custom-gallery .custom-bg-galelry {
    position: absolute ;
    top: 50% ;
    left: 50% ;
    background: #0000004a ;
    width: 100% ;
    height: 100% ;
    transform: translate(-50% , -50%) ;
    transition: all 300ms linear ;
    transition-delay: 300ms;
}

.custom-gallery .custom-bg-galelry::before , 
.custom-gallery .custom-bg-galelry::after {
    transition: all 300ms linear ;
}


.custom-gallery .custom-bg-galelry::before  {
    content: "" ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    background: #00103c0d ;
    width: 100% ;
    height: 100% ;
}

.custom-gallery .custom-bg-galelry::after  {
    content: "" ;
    position: absolute ;
    bottom: 0 ;
    right: 0 ;
    background: #00103c0d ;
    width: 100% ;
    height: 100% ;
}

.custom-gallery .gallery-item:hover .custom-bg-galelry::before ,
.custom-gallery .gallery-item:hover .custom-bg-galelry::after {
    width: 0 ;
    height: 0 ;
}

.custom-gallery .gallery-item:hover .custom-bg-galelry {
    width: 0 ;
    height: 0 ;
    border-radius: 2rem ;
}

/* custom-accordion */

.custom-accordion .accordion-item {
    border: 0 ;
    border-top: 2px solid var(--primary-color);
    border-color: var(--primary-color) !important ;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
    margin: 1rem 0 0 0 ;
}

.custom-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    background: #fff !important;
}

.custom-accordion .accordion-item .accordion-button:focus {
    box-shadow: none ;
}

/* custom-testimonials */

.custom-testimonials .testimonial-item {
    border-radius: 0.5rem;
    border-top: 4px solid var(--primary-color);
    border-right: 4px solid var(--primary-color);
    padding-right: 100px !important;
}

.custom-testimonials .testimonial-item .testimonial-img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 5px solid #fff ;
    object-fit: cover ;
    object-position: center;
    box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
}

.container-custom-icon {
    display: flex;
    gap: 5px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.custom-icon {
    width: 12px ;
    height: 12px ;
    background: red ;
    border-radius: 100% ;
}

.custom-icon-1 {
    background: #1950EC ;
}

.custom-icon-2 {
    background: var(--primary-color) ;
}

.custom-icon-3 {
    background: var(--secondary-color) ;
}

/* start custom-topbar */

/* start custom-services-container-content right-sidebar */

.custom-services-container-content .right-sidebar .sidebar-card ,
.custom-right-sidebar-products .sidebar-card ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card {
    position: relative ;
    box-shadow: var(--box-shadow-primary);
    border: 1px solid transparent ;
    padding-top: 2.5rem;
    transition: var(--transition-ease-in-out-04);
    overflow: hidden ;
}

.custom-services-container-content .right-sidebar .sidebar-card::before ,
.custom-services-container-content .right-sidebar .sidebar-card::after ,
.custom-right-sidebar-products .sidebar-card::before ,
.custom-right-sidebar-products .sidebar-card::after ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card::before ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card::after {
    content: "" ;
    position: absolute ;
    border-radius: 100% ;
    transition: var(--transition-ease-in-out-04);
}

.custom-services-container-content .right-sidebar .sidebar-card::before ,
.custom-right-sidebar-products .sidebar-card::before ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card::before {
    left: -30px;
    width: 55px;
    height: 55px;
    background: var(--primary-color-4);
    top: -12px;
}

.custom-services-container-content .right-sidebar .sidebar-card::after ,
.custom-right-sidebar-products .sidebar-card::after ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card::after {
    left: -10px;
    width: 55px;
    height: 55px;
    background: var(--primary-color-2);
    top: -40px;
}

.custom-services-container-content .right-sidebar .sidebar-card:hover ,
.custom-right-sidebar-products .sidebar-card:hover ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card:hover {
    border-color: #d2daff ;
    box-shadow: #343c5f6e 0px 10px 15px -3px, #343c5f54 0px 4px 6px -2px;
}

.custom-services-container-content .right-sidebar .sidebar-card:hover::before ,
.custom-right-sidebar-products .sidebar-card:hover::before ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card:hover::before {
    left: -30px;
    width: 60px;
    height: 60px;
    background: var(--primary-color-4);
    top: -12px;
}

.custom-services-container-content .right-sidebar .sidebar-card:hover::after ,
.custom-right-sidebar-products .sidebar-card:hover::after ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card:hover::after {
    left: -10px;
    width: 60px;
    height: 60px;
    background: var(--primary-color-2);
    top: -40px;
}

.custom-services-container-content .right-sidebar .card-img-top ,
.custom-right-sidebar-products .sidebar-card .card-img-top ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card .card-img-top {
    transition: var(--transition-ease-in-out-04);
}

.custom-services-container-content .right-sidebar .sidebar-card:hover .card-img-top ,
.custom-right-sidebar-products .sidebar-card:hover .card-img-top ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card:hover .card-img-top {
    transform: scale(1.01);
}

.custom-services-container-content .right-sidebar .nav-link ,
.custom-right-sidebar-products .nav-link  ,
div[data-custom-name-topic-page="محصولات"] .nav-link  {
    display: flex ;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-radius: 0.5rem;
    transition: var(--transition-ease-in-out-04);
}

.custom-services-container-content .right-sidebar .nav-link:hover ,
.custom-right-sidebar-products .nav-link:hover ,
div[data-custom-name-topic-page="محصولات"] .nav-link:hover {
    background: #f5f5f5;
    padding-right: 1rem ;
}

.custom-services-container-content .right-sidebar .card-title ,
.custom-right-sidebar-products .sidebar-card .card-title ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card .card-title {
    text-align: center;
    color: var(--primary-color-3);
    padding: 1rem 0;
}

.custom-services-container-content .right-sidebar .card-text ,
.custom-right-sidebar-products .sidebar-card .card-text ,
div[data-custom-name-topic-page="محصولات"] .sidebar-card .card-text {
    text-align: justify ;
    color: var(--color-text);
}

/* end custom-services-container-content right-sidebar */

/* start custom-services-content */

.custom-services-container-content  div[data-custom-name="بلاگ"] ,
.custom-services-container-content  div[data-custom-name="خدمات"] {
    border: 0.1px solid #cdd6ff;
    border-radius: 0.5rem;
    box-shadow: var(--box-shadow-primary);
    padding: 0;
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .mt-3  ,
.custom-services-container-content  div[data-custom-name="خدمات"] .mt-3  {
    padding: 1rem;
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .image-container ,
.custom-services-container-content  div[data-custom-name="خدمات"] .image-container {
    width: 100% ;
    height: 250px ;
    object-fit: cover ;
    object-position: center ;
    border-radius: 0.5rem ;
    overflow: hidden ;
    transition: var(--transition-ease-in-out-04);
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .image-container {
    height: 200px ;
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .image-container .card-img-top ,
.custom-services-container-content  div[data-custom-name="خدمات"] .image-container .card-img-top {
    width: 100% ;
    height: 100% ;
    filter: brightness(0.8) blur(1px);
    transition: var(--transition-ease-in-out-04);
    object-fit: cover;
}

.custom-services-container-content  div[data-custom-name="بلاگ"]:hover .image-container .card-img-top ,
.custom-services-container-content  div[data-custom-name="خدمات"]:hover .image-container .card-img-top {
    transform: scale(1.05) ;
    filter: brightness(1) blur(0);
    transition: var(--transition-ease-in-out-04);
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .card-title ,
.custom-services-container-content  div[data-custom-name="خدمات"] .card-title {
    font-size: 1.2rem;
    text-align: justify;
    margin: 0 0 1rem 0 ;
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .card-text ,
.custom-services-container-content  div[data-custom-name="خدمات"] .card-text {
    display: flex ;
    flex-direction: column;
    text-align: justify;
    font-size: 0.9rem;
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .read-more-link ,
.custom-services-container-content  div[data-custom-name="خدمات"] .read-more-link {
    width: max-content;
    display: inline-flex;
    color: #ffffff;
    background: var(--primary-color);
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    transition: var(--transition-ease-in-out-04);
}

.custom-services-container-content  div[data-custom-name="بلاگ"] .read-more-link:hover ,
.custom-services-container-content  div[data-custom-name="خدمات"] .read-more-link:hover {
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px #365bffba;
    border: 2px solid #365bffba;
    transform: translate(-2px, -2px) scale(1.02);
}

div[data-custom-name-topic-page="بلاگ"] .article-body {
    height: fit-content;
    box-shadow: var(--box-shadow-primary);
    padding: 2rem;
    width: 100%;
    border-radius: 1rem;
    border-top: 2px solid #ebebeb;
}

.custom-services-container-content .custom-text-end h5 span {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    box-shadow: var(--box-shadow-primary);
    padding: 1rem;
    border-radius: 0.5rem;
    border-top: 0.1px solid #eeeeee;
}

.custom-services-container-content .custom-text-end h5 p {
    margin: 0 ;
}

.custom-services-container-content .custom-text-end h5 .custom-text-end-number {
    background: var(--primary-color);
    padding: 0.4rem 0.5rem 0.1rem 0.5rem;
    color: #ffffff;
    border-radius: 0.5rem;
}

/* end custom-services-content */

/* start custom-card-products */

@media (min-width: 992px) {
    .custom-services-container-content .col-lg-6 {
        flex: 0 0 auto;
        width: 33%;
    }
}
div[data-custom-name="محصولات"] {
    position: relative ;
    padding: 3rem 1rem 1rem 1rem;
    box-shadow: var(--box-shadow-primary);
    border-top: 2px solid var(--primary-color);
    transition: var(--transition-ease-in-out-04);
}

div[data-custom-name="محصولات"]:hover {
    box-shadow: 0 0 10px 1px #343c5f40;
}

div[data-custom-name="محصولات"] .card-img-top {
    object-fit: contain ;
    transition: var(--transition-ease-in-out-04);
}

div[data-custom-name="محصولات"]:hover .card-img-top {
    object-fit: contain ;
    transform: scale(1.04);
}

div[data-custom-name="محصولات"]  .image-container {
    width: 70%;
    margin: 0 auto;
}

div[data-custom-name="محصولات"]  .image-container {
    padding: 0 0.5rem;
    color: var(--color-text);
    overflow: hidden;
    max-height: 200px;
}

div[data-custom-name="محصولات"] .card-title {
    padding: 0 0.5rem;
    color: var(--primary-color-4);
    overflow: hidden;
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
}

div[data-custom-name="محصولات"] .topic-custom-fields > div:first-child {
    position: absolute;
    background: var(--primary-color);
    right: 10px;
    top: 10px;
    width: max-content;
    display: inline-flex;
    gap: 8px;
    color: #fff;
    border-radius: 5.5rem;
    padding: 0.5rem 1rem 0.35rem 1rem;
}

div[data-custom-name="محصولات"] .topic-custom-fields > div:first-child div{
    background: transparent;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    font-size: 0.8rem ;
}

div[data-custom-name="محصولات"] .topic-custom-fields > div:first-child h5 {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff;
    font-size: 0.8rem ;
    display: none ;
}

div[data-custom-name="محصولات"] .topic-custom-fields > div:nth-child(2)  {
    width: max-content;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 0.5rem;
}

div[data-custom-name="محصولات"] .topic-custom-fields > div:nth-child(2) h5 {
    padding: 0;
    margin: 0;
    line-height: normal;
    height: fit-content;
    font-size: 0.8rem;
}

div[data-custom-name="محصولات"] .topic-custom-fields > div:nth-child(2) div {
    border: none;
    margin: 0 !important;
    color: var(--primary-color-2);
    background: #f5f5f5a6;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem !important;
}

.custom-services-container-content  div[data-custom-name="محصولات"] .card-text {
    display: flex;
    flex-direction: column;
    text-align: justify;
    color: var(--color-text) ;
}

.custom-services-container-content  div[data-custom-name="محصولات"] .read-more-link {
    width: max-content;
    display: inline-flex;
    color: #ffffff;
    background: var(--primary-color);
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    transition: var(--transition-ease-in-out-04);
}

.custom-services-container-content  div[data-custom-name="محصولات"] .read-more-link:hover {
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px #365bffba;
    border: 2px solid #365bffba;
    transform: translate(-2px, -2px) scale(1.02);
}

/* end custom-card-products */

.custom-topbar {
    position: unset ;
    box-shadow: unset !important;
    padding: 8px 0 23px 0;
    background: transparent !important;
}

/* end custom-topbar */


/* start custom-topic-page */

div[data-custom-name-topic-page="محصولات"] .custom-container-post-image-topic-custom-fields {
    display: flex ;
}

div[data-custom-name-topic-page="محصولات"] .post-image {
    flex-basis: 70%;
}

div[data-custom-name-topic-page="محصولات"] .topic-custom-fields {
    position: relative ;
    flex-direction: column;
    flex-basis: 30%;
    padding: 1rem;
    border-radius: 0.5rem;
    height: fit-content;
    box-shadow: var(--box-shadow-primary);
    border-bottom: 0.1px solid #ededed;
    overflow: hidden ;
}

div[data-custom-name-topic-page="محصولات"] .topic-custom-fields::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    background: var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

div[data-custom-name-topic-page="محصولات"] .topic-custom-fields::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--primary-color);
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

div[data-custom-name-topic-page="محصولات"] .topic-custom-fields > div {
    width: 100%;
    display: flex;
    gap: 10px ;
    border-bottom: 0.1px solid #ededed;
    padding: 1rem 0;
}

div[data-custom-name-topic-page="محصولات"] .topic-custom-fields > div:last-child {
    border: none;
}

div[data-custom-name-topic-page="محصولات"] .topic-custom-fields div  h5 {
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal;
}

div[data-custom-name-topic-page="محصولات"] .topic-custom-fields div  div {
    margin: 0 !important;
    width: 100%;
    display: inline-flex;
    border: none;
    background: #7a88c5;
    width: max-content;
    gap: 8px;
    color: #fff;
    border-radius: 0.5rem !important;
    padding: 0.5rem 1rem 0.35rem 1rem !important;
}

div[data-custom-name-topic-page="محصولات"] .post-image h1 {
    text-align: center ;
    padding: 0 1rem;
}

div[data-custom-name-topic-page="محصولات"] .post-image img {
    display: flex;
    margin: 0 auto;
    width: 60%;
}

/* end custom-topic-page */

/*  */

div[data-custom-name-topic-page="خدمات"] .post-main-photo {
    width: 100%;
}

div[data-custom-name-topic-page="خدمات"] article {

}

div[data-custom-name-topic-page="خدمات"] .post-heading > * {
    font-size: 2rem;
}

div[data-custom-name-topic-page="خدمات"] .article-body {
    height: fit-content;
    box-shadow: var(--box-shadow-primary);
    padding: 2rem 2rem 0.5rem 2rem;
    width: 100%;
    border-radius: 1rem;
    border-top: 2px solid #ebebeb;
}

/*  */

/* start custom picture */

div[data-custom-name="تصاویر"] {
    padding: 0 ; 
}

div[data-custom-name="تصاویر"] a {
    position: relative ;
}

div[data-custom-name="تصاویر"] a > p {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 12;
    background: #ffffff;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

div[data-custom-name="تصاویر"] .card-text {
    display: flex;
    flex-direction: column;
    text-align: justify;
    font-size: 0.9rem;
}

div[data-custom-name="تصاویر"] > div {
    padding: 1rem ;
}

div[data-custom-name="تصاویر"] .card-text a {
    width: max-content;
    display: inline-flex;
    color: rgb(255, 255, 255);
    background: var(--primary-color);
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: var(--transition-ease-in-out-04);
}

div[data-custom-name="تصاویر"] .card-text a:hover {
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px #365bffba;
    border: 2px solid #365bffba;
    transform: translate(-2px, -2px) scale(1.02);
}

div[data-custom-name-topic-page="تصاویر"] .post-main-photo {
    width: 100% ;
    object-fit: cover ;
    box-shadow: var(--box-shadow-primary);
}

div[data-custom-name-topic-page="تصاویر"] .post-gallery {
    box-shadow: var(--box-shadow-primary);
    background: transparent !important;
    border-top: 1px solid var(--primary-color) !important;
}

div[data-custom-name-topic-page="تصاویر"] .gallery-item {
    height: 100%;
    object-fit: cover;
}

div[data-custom-name-topic-page="تصاویر"] .gallery-item a {
    display: inline-flex ;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
}

div[data-custom-name-topic-page="تصاویر"] .gallery-item a img {
    border-radius: 0.5rem;
    object-fit: cover;
}

div[data-custom-name-topic-page="تصاویر"] .article-body {
    padding: 1rem ;
}

/* end custom picture */

/* start custom news */

div[data-custom-name="اخبار"] {
    padding: 0 ;
    box-shadow: var(--box-shadow-primary);
    border-top: 5px solid var(--primary-color-4);
    overflow: hidden ;
}

div[data-custom-name="اخبار"] > a ,
div[data-custom-name="اخبار"] .image-container {
    overflow: hidden ;
}

div[data-custom-name="اخبار"] .card-img-top {
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: var(--transition-ease-in-out-04);
}

div[data-custom-name="اخبار"]:hover .card-img-top {
    transform: scale(1.03) ;
}

div[data-custom-name="اخبار"] > div {
    padding: 1rem ;
    position: relative ;
}

div[data-custom-name="اخبار"] .text-muted {
    padding: 1rem 1rem 0.8rem 1rem;
    position: absolute;
    left: 10px;
    top: -25px;
    transform: translateY(-100%);
    background: #fff;
    border-radius: 0.8rem;
    box-shadow: var(--box-shadow-primary);
}

div[data-custom-name="اخبار"] .card-text {
    display: flex ;
    flex-direction: column;
    text-align: justify;
    font-size: 0.9rem;
    color: var(--color-text);
}

div[data-custom-name="اخبار"] .card-title {
    text-align: justify;
    padding: 0 0 1rem 0;
    color: var(--primary-color-2);
}

div[data-custom-name="اخبار"] .read-more-link {
    width: max-content;
    display: inline-flex ;
    color: #ffffff;
    background: var(--primary-color);
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    transition: var(--transition-ease-in-out-04);
}

div[data-custom-name="اخبار"] .read-more-link:hover {
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px #365bffba;
    border: 2px solid #365bffba;
    transform: translate(-2px, -2px) scale(1.02);
}

div[data-custom-name-topic-page="اخبار"] {
    
}

div[data-custom-name-topic-page="اخبار"] .post-main-photo {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

div[data-custom-name-topic-page="اخبار"] .topic-date {
    display: inline-flex;
    gap: 10px;
    background: var(--primary-color-4);
    padding: 0.5rem 1rem 0.3rem 1rem;
    border-radius: 0.5rem;
    color: #fff !important;
    margin: 1rem 0 !important;
}

div[data-custom-name-topic-page="اخبار"] .article-body {
    height: fit-content;
    box-shadow: var(--box-shadow-primary);
    padding: 2rem;
    width: 100%;
    border-radius: 1rem;
    border-top: 2px solid #ebebeb;
}

/* end custom news */

/*  */

div[data-custom-name-topic-page="تیم-ما"] .post-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div[data-custom-name-topic-page="تیم-ما"] article[class="mb-5"] {
    position: relative;
    max-width: 800px;
    margin: 0 auto !important;
    padding: 0;
}

div[data-custom-name-topic-page="تیم-ما"] .custom-container-post-image-topic-custom-fields {
    position: relative;
    width: 50%;
    box-shadow: var(--box-shadow-primary);
    border-radius: 0.5rem;
    margin: 0 auto;
}

div[data-custom-name-topic-page="تیم-ما"] .topic-custom-fields > div {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0.5rem 0 !important;
    background: #ffffff;
    border-radius: 0.8rem;
    padding: 0.8rem 0.8rem 0 0.8rem;
    border-top: 3px solid var(--primary-color);
}

div[data-custom-name-topic-page="تیم-ما"] .post-main-photo {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

div[data-custom-name-topic-page="تیم-ما"] .article-body {
    background: var(--primary-color-4);
    color: #eaeaea;
    padding: 1rem;
    border-radius: 1rem;
    width: 80%;
    margin: 0 auto;
}

div[data-custom-name-topic-page="تیم-ما"] .custom-field-title {
    width: max-content;
    margin: 0 !important;
    font-size: 1rem;
}

div[data-custom-name-topic-page="تیم-ما"] .custom-field-value {
    width: max-content;
    border: none;
    background: #30385ab0;
    padding: 0.5rem !important;
    font-size: 0.8rem;
    color: #fff;
    margin: 0.5rem 0 !important;
}

div[data-custom-name-topic-page="تیم-ما"] .post-heading {
    position: absolute;
    top: -30px;
    right: -40px;
    background: #fff;
    box-shadow: var(--box-shadow-primary);
    padding: 0.5rem 2rem;
    border-radius: 0.5rem;
    border-right: 3px solid var(--primary-color);
    border-top: 3px solid var(--primary-color);
}

div[data-custom-name-topic-page="تیم-ما"] .post-heading h1 {
    font-size: 1.5rem;
}

/*  */

/*  */

div[data-custom-name="تیم-ما"] {
    padding: 0;
    box-shadow: var(--box-shadow-primary);
    border: none;
}

div[data-custom-name="تیم-ما"] .card-img-top {
    height: 450px;
    object-fit: cover;
    object-position: center 20%;
    border-bottom: 5px solid var(--primary-color-4);
    border-radius: 1rem;
}

div[data-custom-name="تیم-ما"] > div {
    padding: 1rem ;
}

div[data-custom-name="تیم-ما"] .card-title {
    color: var(--primary-color-3);
    padding: 0 0 0.3rem 0;
    margin: 0 0 1.5rem 0 !important ;
    position: relative;
}

div[data-custom-name="تیم-ما"] .card-title::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    right: 0;
}

div[data-custom-name="تیم-ما"] .card-title::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: var(--primary-color-2);
    bottom: -4px;
    right: 0;
}

div[data-custom-name="تیم-ما"] .custom-field-title {
    margin: 0.1rem;
}

div[data-custom-name="تیم-ما"] .custom-field-value {
    width: max-content;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgba(48, 56, 90, 0.69);
    padding: 0.5rem !important;
    margin: 0.5rem 0px !important;
}

div[data-custom-name="تیم-ما"] .card-text {
    display: flex ;
    flex-direction: column;
    text-align: justify;
    color: var(--color-text);
}

div[data-custom-name="تیم-ما"] .read-more-link {
    width: 100% ;
    display: inline-flex ;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary-color);
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    transition: var(--transition-ease-in-out-04);
}

div[data-custom-name="تیم-ما"] .read-more-link:hover {
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px #365bffba;
    border: 2px solid #365bffba;
    transform: translate(-2px, -2px) scale(1.02);
}


/*  */

/* data-custom-name="نظرات-مشتریان" */

div[data-custom-name="نظرات-مشتریان"] {
    padding: 0;
    box-shadow: var(--box-shadow-primary);
    border: none;
}

div[data-custom-name="نظرات-مشتریان"] .card-img-top {
    height: 450px;
    object-fit: cover;
    object-position: center 20%;
    border-bottom: 5px solid var(--primary-color-4);
    border-radius: 1rem;
}

div[data-custom-name="نظرات-مشتریان"] > div {
    padding: 1rem;
}

div[data-custom-name="نظرات-مشتریان"] .card-title {
    color: var(--primary-color-3);
    padding: 0 0 0.3rem 0;
    margin: 0 0 1.5rem 0 !important ;
    position: relative;
}

div[data-custom-name="نظرات-مشتریان"] .card-title::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    right: 0;
}

div[data-custom-name="نظرات-مشتریان"] .card-title::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: var(--primary-color-2);
    bottom: -4px;
    right: 0;
}

div[data-custom-name="نظرات-مشتریان"] .card-text {
    display: flex ;
    flex-direction: column;
    text-align: justify;
    color: var(--color-text);
}

div[data-custom-name="نظرات-مشتریان"] .read-more-link {
    width: 100% ;
    display: inline-flex ;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary-color);
    padding: 0.5rem 2rem;
    margin: 1rem auto;
    border-radius: 0.5rem;
    border: 2px solid transparent;
    transition: var(--transition-ease-in-out-04);
}

div[data-custom-name="نظرات-مشتریان"] .read-more-link:hover {
    color: #ffffff !important;
    box-shadow: 0 0 10px 1px #365bffba;
    border: 2px solid #365bffba;
    transform: translate(-2px, -2px) scale(1.02);
}


/* data-custom-name="نظرات-مشتریان" */

/* data-custom-name-topic-page="نظرات-مشتریان" */

div[data-custom-name-topic-page="نظرات-مشتریان"] article[class="mb-5"] {
    width: 500px;
    margin: 0 auto;
    box-shadow: var(--box-shadow-primary);
    padding: 1rem;
    border-radius: 3rem 0.5rem 3rem 0.5rem;
    border-top: 0.1px solid #ededed;
}

div[data-custom-name-topic-page="نظرات-مشتریان"] .post-heading h1 {
    color: var(--primary-color-3);
    padding: 0 0 0.3rem 0;
    margin: 0 0 1.5rem 0 !important ;
    position: relative;
}

div[data-custom-name-topic-page="نظرات-مشتریان"] .post-main-photo {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center 15%;
}

div[data-custom-name-topic-page="نظرات-مشتریان"] .post-heading h1::before {
    content: "";
    position: absolute;
    width: 15%;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    right: 0;
}

div[data-custom-name-topic-page="نظرات-مشتریان"] .post-heading h1::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    background: var(--primary-color-2);
    bottom: -4px;
    right: 0;
}

div[data-custom-name-topic-page="نظرات-مشتریان"] .article-body {
    text-align: justify;
    color: var(--color-text);
    padding: 1rem;
}

/* data-custom-name-topic-page="نظرات-مشتریان" */

/* data-custom-name-topic-page="شرایط" */

.custom-topic-page .article-body > .row > div > .row {
    align-items: center;
}

.custom-topic-page .article-body ,
.custom-topic-page .article-body {
    text-align: justify;
    box-shadow: var(--box-shadow-primary);
    padding: 1.5rem;
    border-radius: 1rem;
    border-top: 2px solid var(--primary-color-4);
}

.custom-topic-page .table-condensed {
    box-shadow: var(--box-shadow-primary);
    padding: 1rem !important;
    border-radius: 0.5rem;
    overflow: hidden;
}

.custom-topic-page .table-condensed thead tr th span ,
.custom-topic-page .table-condensed thead tr td span {
    color: #fff !important ;   
}

/* data-custom-name-topic-page="شرایط" */

/* data-custom-name="ویدئوها" */

div[data-custom-name="ویدئوها"] {
    padding: 0;
    box-shadow: var(--box-shadow-primary);
    overflow: hidden;
    border-radius: 0.5rem;
}

div[data-custom-name="ویدئوها"] > div {
    padding: 0;
    box-shadow: var(--box-shadow-primary);
    overflow: hidden;
    border-radius: 0.5rem;
}

div[data-custom-name="ویدئوها"] .card-title {
    font-size: 1rem;
    padding: 0.8rem;
    text-align: justify;
    line-height: 1.5rem;
}

/* data-custom-name="ویدئوها" */

/* data-custom-name-topic-page="درباره" */

div[data-custom-name-topic-page="درباره"] .post-main-photo {
    width: 100%;
}

/* data-custom-name-topic-page="درباره" */


/* custom-form-block */

.custom-form-block .bottom-article {
    background: transparent;
    box-shadow: var(--box-shadow-primary);
    border: none;
}

.custom-form-block .submit-btn {
    width: 100%;
    border-radius: 0.5rem;
}

.custom-form-block .form-group {

}

.custom-form-block .form-group > div[class="col-lg-4 col-md-12"] {
    width: 50% ;
}

.custom-form-block .form-group > div input {
    height: 40px ;
    border: 2px solid #dfeae8 ;
}

.custom-form-block .form-group > div textarea {
    border: 2px solid #dfeae8 ;
}

/* custom-form-block */