/**
Theme Name: AstraChild
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrachild
Template: astra
*/
/* --------------------------------------  */
/* @font-face {
    font-family: 'yekanbakh';
    src: url('/wp-content/themes/astra-child/fonts/YekanBakhFaNum-Regular.woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'yekanbakh';
    src: url('/wp-content/themes/astra-child/fonts/YekanBakhFaNum-Bold.woff2');
    font-weight: 400;
    font-style: normal;
} */
body {
    /* font-family: "yekanbakh"; */
}

.mb-0,
.mb-0 p {
    margin-bottom: 0 !important;
}

.block {
    display: block !important;
}

.flex {
    display: flex;
}

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

.text-secondary {
    color: var(--e-global-color-secondary);
}

.text-white {
    color: #FFF;
}

.text-dark {
    color: #1A1A1A;
}

.fw-bold {
    font-weight: 700;
}

.fw-medium {
    font-weight: 500;
}

::selection {
    /* background-color: #FAD1BE; */
}


.dev-banner img {
    border-radius: 8px;
}

/* shape  -box - style  */

.left-line,
.right-line {
    position: relative;
    display: inline-flex;
}

.right-line::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #DEA027 10%, transparent);
    right: -12px;
    border-radius: 4px;
}
.left-line::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #DEA027 10%, transparent);
    left: -12px;
    border-radius: 4px;
}


.line-x::before,
.line-x::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background: #D97C4F;
    left: 0;
    top: auto;
}

.line-x::after {
    right: 0;
    left: auto;
}

.line-bottom-small::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 4px;
    background: var(--e-global-color-accent);
    bottom: 0;
    border-radius: 4px;
}

.line-bottom-small {
    display: flex;
    place-content: center;
    position: relative;
}

.dev-title .elementor-heading-title {
    font-size: 30px;
    position: relative;
}

/* buttons  */

.dev-btn .elementor-button {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 100px;
    transition: all ease .3s;
    line-height: 1.3;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.dev-btn .elementor-button span.elementor-button-icon {
    display: flex;
}

.dev-btn .elementor-button-content-wrapper {
    align-items: center;
}

.dev-btn .elementor-button .elementor-button-content-wrapper {
    position: relative;
    z-index: 9;
}

/* btn primary */
.btn-primary .elementor-button {
    color: #000;
    background-color: #F9F3E1 !important;
}

.btn-primary .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-primary .elementor-button::before {
    /* background: #495157; */
    transition: transform .3s cubic-bezier(.7, 0, .2, 1);
    transform-origin: 100% 50%;
    background-color: var(--e-global-color-accent);
}

.btn-primary .elementor-button:hover::before {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%
}

.btn-primary .elementor-button>span {
    overflow: hidden
}

.btn-primary .elementor-button>span>span {
    /* overflow: hidden */
}

.btn-primary .elementor-button:hover>span>span {
    animation: MoveUpInitial .2s forwards, MoveUpEnd .2s forwards .2s
}

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0, -105%, 0)
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0, 100%, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.btn-primary.btn-white .elementor-button:not(:hover) {
    color: #1A1A1A;
    fill: #1A1A1A;
}

.btn-primary.btn-white .elementor-button::before {
    background-color: #FFF;
}

.btn-secondary.btn-dark .elementor-button:not(:hover) {
    color: #1A1A1A;
    fill: #1A1A1A;
}

/* btn secondary */
.btn-secondary a.elementor-button {
    color: #FFF;
    fill: #FFF;
    background-color: var(--e-global-color-secondary);
}

:is(.btn-primary, .btn-secondary) a.elementor-button .elementor-button-icon {
    padding: 3px;
    font-size: 20px;
    border-radius: 3px;
    transition: all ease .4s;
}

:is(.btn-primary, .btn-secondary) a.elementor-button:hover .elementor-button-icon {
    background: #B9BACF;
}

.btn-secondary a.elementor-button::before {
    content: '';
    position: absolute;
    background: #C89023;
    width: 0;
    height: 100%;
    right: 0;
    transition: all .4s cubic-bezier(.1, 0, .3, 1);
}

.btn-secondary a.elementor-button:hover::before {
    width: 100%;
}

.btn-outline a.elementor-button {
    background-color: transparent;
    color: var(--e-global-color-primary);
    border: 2px solid var(--e-global-color-secondary);
}

.btn-outline a.elementor-button:hover {
    background-color: var(--e-global-color-secondary);
}

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

/* header  */

.dev-header .elementor-widget-search {
    width: 100%;
    max-width: 450px !important;
}

.dev-header .e-search input.e-search-input {
    height: 50px;
    padding: 16px;
    min-height: auto;
    border: unset;
    background-color: #F7F7F7;
}

.dev-header .e-search .e-search-submit {
    margin: 0;
    padding: 16px !important;
    background-color: #F7F7F7;
}

.dev-header .e-search .e-search-submit svg {
    fill: #333 !important;
    font-size: 16px;
    width: 16px !important;
    height: 16px !important;
    margin: 0;
}

.dev-header .e-search .e-search-form {
    border-radius: 8px;
    overflow: hidden;
}

.header-contact-box .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: center;
    text-align: right !important;
}

.header-contact-box .elementor-icon-box-icon {
    display: flex;
    margin: 0 0 0 8px !important;
}

.header-contact-box a.elementor-icon {
    padding: 12px 10px;
    font-size: 24px;
}

.dev-header .e--pointer-underline .elementor-item:after {
    /* height: 1px;
    width: 12px;
    left: auto;
    right: auto; */
}

.dev-header>.e-con-inner {
    border-bottom: 1px solid #B8B8B8;
}

.dev-header a.elementor-item.menu-link {
    display: flex;
    place-content: center;
}

.dev-header .elementor-nav-menu>.menu-item>a.menu-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    background: linear-gradient(0deg, rgba(212 175 55 / 20%), transparent 70%) !important;
    bottom: -30px;
    border-bottom: 2px solid var(--e-global-color-accent);
}

.home .elementor-location-header {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.home .dev-header .elementor-widget-heading .elementor-heading-title {
    color: #FFF;
}
.dev-header .sub-menu .elementor-sub-item {
    font-size: 14px;
    background-color: #FFF;
    color: var(--e-global-color-primary);
}

.dev-header .sub-menu .elementor-sub-item:hover {
    color: var(--e-global-color-accent);
}

.dev-header .sub-menu .elementor-sub-item span.ast-icon.icon-arrow {
    display: none;
}
@media (min-width:1025px) {
.home .dev-header ul.elementor-nav-menu>.menu-item>a.menu-link.highlighted,
    .home .dev-header ul.elementor-nav-menu>.menu-item>a.menu-link:hover,
    .home .dev-header .menu-item a.menu-link.elementor-item-active {
        color: #FFF !important;
    }



    .home .dev-header .elementor-widget-icon-box .elementor-icon-box-title {
        color: #FFF;
    }
}

/* service-card  */
.tab-wrapper-background .e-n-tabs-heading {
    padding: 16px;
    border-radius: 8px;
    background-color: #F7F7F7;
}

.tab-wrapper-background-white .e-n-tabs-heading {
    padding: 16px;
    border-radius: 8px;
    background-color: #FFF;
}

.dev-arrows-position-outside .elementor-arrows-position-outside .swiper {
    width: calc(100% - 80px);
}


.service-card {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    background-color: #FFF;
    padding: 16px;
}

.dev-video-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative
}

.dev-video-item .elementor-custom-embed-play {
    background-color: var(--e-global-color-secondary);
    padding: 16px;
    border-radius: 100px;
    display: flex;
    outline: 25px solid rgba(255 255 255 / 35%);
    ;
}

.dev-video-item .elementor-custom-embed-play svg {
    fill: #FFF;
    width: 16px;
    height: 16px;
    opacity: 1;
    filter: unset
}

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

/* FAQ accordion  */

.faq-accordion .e-n-accordion-item {
    border: 1px solid #E6E6E6;
    border-radius: 8px;
}

.faq-accordion .e-n-accordion-item[open] {
    border-color: var(--e-global-color-primary);
}

.faq-accordion .e-n-accordion-item .e-n-accordion-item-title-header::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2024/12/Widget-Add.svg);
    margin-right: 16px;
}

.dev-get-advice::before {
    content: '';
    position: absolute;
    width: 50%;
    left: auto;
    right: 0;
    background: repeating-linear-gradient(105deg,
            var(--e-global-color-accent),
            var(--e-global-color-accent) 40px,
            #EF7236 0px,
            #EF7236 110px);
}


/* posts Blog  */

/* posts Blog  */
/* .dev-posts article.elementor-post {
    background-color: #F7F7F7;
    padding: 16px;
    border-radius: 16px;
}

.dev-posts a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    border-radius: 14px;
    overflow: hidden;
}

.dev-posts .elementor-post__text {
    display: flex !important;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    align-content: space-evenly;
}

.dev-posts .elementor-post__title {
    font-size: 16px;
    color: var(--e-global-color-primary);
}

.dev-posts .elementor-post__title a {
    color: inherit;
}

.dev-posts .elementor-post:hover .elementor-post__title {
    color: var(--e-global-color-secondary);
}

.dev-posts .elementor-post__excerpt p::after {
    content: ' ...';
    font-weight: 800;
}

.dev-posts .elementor-post__meta-data {
    order: 8;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dev-posts .elementor-post__meta-data>span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.dev-posts .elementor-post__meta-data>span::before {
    content: '';
    width: 17px;
    height: 17px;
    display: flex;
}

.dev-posts .elementor-post__meta-data .elementor-post-date::before {
    background-image: url('/wp-content/uploads/2025/11/date.svg');
}

.dev-posts a.elementor-post__read-more {
    padding: 8px 12px;
    border-radius: 8px;
    order: 9;
    height: 40px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dev-posts .elementor-post:hover a.elementor-post__read-more {
    background-color: var(--e-global-color-secondary)
}


.dev-posts.elementor-grid-3 .elementor-post__title {
    font-size: 15px;
}

.dev-posts.elementor-grid-3 a.elementor-post__read-more {
    font-size: 0;
    height: 32px;
    width: 32px;
    padding: 0;
}

.dev-posts.elementor-grid-3 a.elementor-post__thumbnail__link {
    margin-left: 12px;
} */


@media (max-width:1024px) {
    .dev-scroll :is(.elementor-loop-container.elementor-grid, .elementor-posts) {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 0 -15px;
        padding: 0 15px 10px;
    }

    .dev-scroll :is(.elementor-loop-container .e-loop-item, .elementor-posts .elementor-post) {
        min-width: 300px;
    }

    .dev-title .elementor-heading-title {
        font-size: 26px;
    }

    #post-content table {
        display: flex;
        flex-wrap: nowrap;
        overflow: scroll !important;
        flex-direction: column;
    }

    #post-content th,
    #post-content td {
        min-width: 150px;
        width: 100%;
    }
	
	.dev-header .elementor-nav-menu>.menu-item>a.menu-link::before {
		display: none;
	}


}

/* service card item   */
.service-item-content {
    position: absolute;
    bottom: 16px;
    width: calc(100% - 32px);
}

.service-item .elementor-widget-button {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

.service-item .elementor-widget-button a.elementor-button {
    background-color: #FFF;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.service-item:hover .elementor-widget-button a.elementor-button {
    background-color: var(--e-global-color-primary);
}

.service-item.service-item--title .elementor-heading-title {
    transition: all ease .3s;
}

.service-item:hover .service-item--title .elementor-heading-title {
    color: var(--e-global-color-primary) !important;
}

/* ----------------  */
/* .feature-item .elementor-image-box-wrapper {
    background-color: #FFF;
    transition: all ease .3s;
    padding: 24px;
    border-radius: 16px;
    text-align: right;
    box-shadow: 0 4px 40px rgba(77 77 77 / 8%);
}

.feature-item:hover .elementor-image-box-wrapper {
    background-color: var(--e-global-color-secondary) !important;
}

.feature-item .elementor-image-box-title {
    transition: all ease .3s;
}

.feature-item:hover .elementor-image-box-title {
    color: #FFF !important;
}

.feature-item:hover img {
    filter: brightness(0) invert(1);
} */



/* ----------- services page  */

.step-flow--number .elementor-heading-title {
    background-color: var(--e-global-color-accent);
    color: #FFF;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 4px solid #FAD1BE;
}

/* testimonial  */

.dev-testimonial .elementor-main-swiper {
    width: 100% !important;
}

.dev-testimonial.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 0;
    border-radius: 8px;
}

.dev-testimonial .elementor-testimonial {
    background-color: #F7F7F7;
    padding: 24px;
    border-radius: 8px;
}

.dev-testimonial .elementor-testimonial__content .elementor-testimonial__text {
    font-style: normal;
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.dev-testimonial .elementor-testimonial .elementor-testimonial__footer {
    justify-content: start;
}

.dev-testimonial .elementor-testimonial__name,
.dev-testimonial .elementor-testimonial__title {
    font-size: 14px;
    color: #000;
}

.sidebar-main .widget a {
    color: #000;
}

.sidebar-main .widget a:hover {
    color: var(--e-global-color-accent);
}

/* new style  */
/* offcanvas button  */
.menu-toggle-btn {
    padding: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.menu-toggle {
    width: 28px !important;
    height: 28px;
    background-color: transparent !important;
    border: 0;
    position: relative;
    outline: none;
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.menu-toggle .line {
    background-color: var(--e-global-color-accent);
    width: 28px;
    height: 3px;
    display: flex;
    position: absolute;
    border-radius: 100px;
    right: 0;
    top: auto;
    transition: all ease .3s;
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--e-global-color-accent);
    border-radius: 100px;
    top: 0;
    right: 0;
    transition: all ease .3s;
}

.menu-toggle:after {
    top: unset;
    bottom: 0;
}

.active.menu-toggle:after {
    opacity: 0
}

.active.menu-toggle:before {
    transform: rotate(-45deg) translate(-11px, 9px);
}

.active.menu-toggle .line {
    transform: rotate(45deg);
}

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

/* menu animation  */
.offcanvas {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    z-index: 1000;
    opacity: 0;
    transition: opacity .15s linear
}

.offcanvas.active {
    display: block;
    opacity: 1
}

.offcanvas.out {
    opacity: 0
}

.offcanvas-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: 280px;
    overflow-y: auto;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transform: translateX(100%);
    transition: transform .35s linear;
    padding: 10px;
    color: #000
}

.offcanvas.active .offcanvas-bar {
    transform: translateX(0)
}

.offcanvas.out .offcanvas-bar {
    transform: translateX(100%)
}

.offcanvas .elementor-nav-menu {
    overflow: hidden !important
}

.offcanvas li.menu-item {
    opacity: 0;
    transform: translatey(50px);
    transition: all 0s ease-in-out;
    transition-delay: 0s
}

.offcanvas.active li.menu-item {
    opacity: 1;
    transform: translateX(0);
    transition: all .6s ease-in-out
}

.offcanvas.active li.menu-item:nth-child(1) {
    transition-delay: .15s
}

.offcanvas.active li.menu-item:nth-child(2) {
    transition-delay: .3s
}

.offcanvas.active li.menu-item:nth-child(3) {
    transition-delay: .45s
}

.offcanvas.active li.menu-item:nth-child(4) {
    transition-delay: .6s
}

.offcanvas.active li.menu-item:nth-child(5) {
    transition-delay: .75s
}

.offcanvas.active li.menu-item:nth-child(6) {
    transition-delay: .9s
}

.offcanvas.active li.menu-item:nth-child(7) {
    transition-delay: 1.05s
}

.offcanvas.active li.menu-item:nth-child(8) {
    transition-delay: 1.2s
}

.offcanvas.active li.menu-item:nth-child(9) {
    transition-delay: 1.35s
}

.offcanvas.active li.menu-item:nth-child(10) {
    transition-delay: 1.5s
}

.elementor-pagination-position-inside .swiper-pagination span.swiper-pagination-bullet {
    width: 28px;
    border-radius: 4px;
}

.elementor-widget-loop-carousel .swiper-pagination-bullet {
    background-color: #E5E5E5;
    opacity: 1;
    height: 8px;
    width: 8px;
}

.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-secondary);
    width: 24px;
    border-radius: 8px;
}

.dev-btn.see-more .elementor-button {
    background-color: transparent;
    color: var(--e-global-color-primary);
    fill: var(--e-global-color-primary);
    padding: 0;
    border-radius: 0;
}

.dev-btn.see-more .elementor-button span.elementor-button-icon {
    background-color: #EDEDED;
    min-height: 40px;
    padding: 6px;
    border-radius: 6px;
    font-size: 20px;
    transition: all ease .3s
}

.dev-btn.see-more .elementor-button .elementor-button-content-wrapper {
    gap: 12px;
}

.dev-btn.see-more .elementor-button:hover {
    color: var(--e-global-color-secondary);
}

.dev-btn.see-more .elementor-button:hover span.elementor-button-icon {
    background-color: var(--e-global-color-secondary);
}

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

.dev-product-item .e-con-inner {
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    padding: 16px;
    margin-top: 8px;
    transition: all ease .3s;
}

.dev-product-item .e-con-inner::before {
    content: '';
    position: absolute;
    width: 85px;
    height: 8px;
    background: #E6E6E6;
    left: auto;
    top: 0;
    border-radius: 10px 10px 0 0;
    transition: all ease .3s;
}

.dev-product-item img {
    border-radius: 14px;
}

.dev-product-item .e-con-inner:hover {
    border-color: var(--e-global-color-secondary);
}

.dev-product-item .e-con-inner:hover::before {
    background: var(--e-global-color-secondary);
}

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

.dev-product-item .elementor-button {
    background-color: #F7F7F7 !important;
    color: var(--e-global-color-primary);
    font-size: 14px;
    font-weight: 600 !important;
    border-radius: 12px;
    width: 100%;
    padding: 16px;
}

.dev-product-item .elementor-widget-button {
    width: 100%;
    margin-top: auto;
}


.dev-product-item .elementor-button:hover {
    background-color: var(--e-global-color-secondary) !important;
    color: #FFF;
}

.flex-contact-box .elementor-icon-box-content {
    display: flex;
    flex-direction: column-reverse;
}

.footer-menu li.menu-item {
    position: relative;
    display: flex;
    align-items: center
}

.footer-menu li.menu-item::before {
    /* content: ''; */
    position: absolute;
    width: 12px;
    height: 2px;
    background: #E6E6E6;
    right: 0;
    border-radius: 10px
}

.footer-menu li a.elementor-item.menu-link {
    transition: all cubic-bezier(0.42, 0, 0, 1.06) .1s;
}

.footer-menu li a.elementor-item.menu-link:hover {
    transform: translateY(0.5px);
    color: var(--e-global-color-accent);
}

.dev-slider-btn a.elementor-button {
    background-color: #DEA027;
    border-radius: 100px;
    color: #000;
    padding: 0;
    overflow: hidden;
    /* height: auto; */
}

.dev-slider-btn a.elementor-button span.elementor-button-text {
    background-color: #FFF;
    padding: 12px;
    border-radius: 100px;
    transition: all ease .3s;
}

.dev-slider-btn a.elementor-button:hover span.elementor-button-text {
    background-color: #DEA027;
}

.dev-slider-btn span.elementor-button-icon {
    font-size: 22px;
    padding: 8px 6px 8px 14px;
}

.dev-slider-btn .elementor-button-content-wrapper {
    gap: 0;
    align-items: center;
}

.dev-slider-btn span.elementor-button-icon svg {
    transform: rotate(45deg);
}


/* gravity form  */
.ginput_container input:focus,
.ginput_container textarea:focus {
    outline-color: var(--e-global-color-accent);
}

.ginput_counter {
    display: none;
}

.gform_wrapper .gform_footer .gform_button {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 16px 52px !important;
    border-radius: 100px !important;
    transition: all ease .15s;
    cursor: pointer;
    outline: none !important;
    background: var(--e-global-color-accent) !important;
    box-shadow: unset !important;
    border: unset !important;
    position: relative;
}

.gform_footer input[type=submit]:hover {
    background-color: #F9F3E1 !important;
}

body .gform_wrapper .top_label div.ginput_container,
.ginput_container.ginput_container_textarea {
    margin: 0 !important;
}

.gform_wrapper label.gfield_label {
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-primary);
    margin-bottom: 10px;
}

.gform_wrapper .gform_drop_area {
    background-color: #F8F9FA;
    border: none;
    border-radius: 10px !important;
    box-shadow: unset;
    padding: 30px 0 !important;
    font-size: .8rem;
    outline: none;
}

.gform_wrapper .ginput_container_fileupload .gform_button_select_files {
    background-color: #C6C7C8 !important;
    box-shadow: unset !important;
    border: unset !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .gform_drop_area:before {
    color: var(--e-global-color-accent);
}

/* Gravity form checkbox and option  */
.gfield_radio input[type="radio"],
.gfield_checkbox input[type="checkbox"] {
    position: relative;
    color: var(--e-global-color-primary);
    width: 15px !important;
    height: 15px !important;
    border: 1px solid;
    cursor: pointer;
    border-radius: 2px !important;
}

.gfield_radio input[type="radio"]:checked,
.gfield_checkbox input[type="checkbox"]:checked {
    background-color: var(--e-global-color-accent);
}

.gfield_radio input[type="radio"]::before,
.gfield_checkbox input[type="checkbox"]::before {
    background-color: var(--e-global-color-accent) !important;
}

.gfield--type-radio .gchoice .gform-field-label {
    font-size: 14px;
    font-weight: 400;
    margin-right: 3px;
}

/* Gravity form Massage and errors */

.gform_confirmation_message {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6F4EC;
    color: var(--e-global-color-primary);
    font-weight: 600;
    border-radius: 10px;
}

.gform_wrapper li.gfield.gfield_error {
    background: transparent !important;
    border: none !important;
}

.validation_message {
    color: red !important;
    font-weight: normal !important;
    padding: 10px 0 0 0 !important;
}

.gform_wrapper div.validation_error {
    color: #d50000;
    border: none !important;
    background: rgba(255, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px 10px;
    font-family: iransans;
    font-weight: normal;
    margin: 0 !important;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
    background-color: transparent !important;
    border: none !important;
    font-size: 13px !important;
}

.gform_wrapper .gfield_required {
    color: #FF0000 !important;
}

/* 
div.gform_confirmation_wrapper {
    min-height: 200px;
    margin-top: 30px;
} */

.gform_wrapper form .gform_footer.top_label {
    /* justify-content: center; */
}

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
    margin: 0px 0 8px;
}

body .gform_wrapper ul li.gfield {
    margin-top: 25px !important;
}

html[dir=rtl] .gform_wrapper span.ginput_left,
html[dir=rtl] .gform_wrapper ul.gform_fields li.gfield {
    padding-left: 20px !important;
}

.ginput_container_phone input {
    /* text-align: right; */
    text-align-last: left;
}

.ginput_container_phone input::placeholder {
    text-align: right;
    text-align-last: right;
}

/* new gravityform styles 2024 */
.gform_wrapper .gform_heading {
    display: none;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_wrapper .ginput_container input {
    --gf-local-height: 50px !important;
    --gf-local-bg-color: #F7F7F7 !important;
    border-radius: 8px;
    --gf-local-border-color: unset !important;
}

.gform_wrapper .ginput_container textarea {
    --gf-local-bg-color: #F7F7F7 !important;
    border-radius: 8px;
    --gf-local-border-color: unset;
}

.gfield--type-section.field_description_below {
    border-color: #DDF4FF;
}

.gfield--type-section .gsection_title {
    margin: 20px 0 0;
    font-size: 22px;
}

/* gfield captcha */
.gfield_captcha_container {
    display: flex !important;
}

.gfield.gfield--type-captcha .gfield_label {
    margin-bottom: 0;
    font-weight: 600;
}

.gfield.gfield--type-captcha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.gfield_captcha_input_container {
    margin-right: 10px;
}

form#gform_2 label.gfield_label {
    display: none;
}

/* -------- End Gravity Forms -------- */

/* single post  */

/* blockquote  */
#post-content blockquote {
    background-color: #F4F4F4;
    padding: 20px 24px;
    border-radius: 8px;
}

#post-content blockquote li a {
    color: var(--e-global-color-accent);
    transition: all ease .3s;
}

#post-content blockquote ul {
    list-style: none;
    position: relative;
    padding-right: 12px;
}

#post-content blockquote ul::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background-color: var(--e-global-color-accent);
    border-radius: 8px;
    right: 0;
}

#post-content blockquote ul li {
    position: relative;
    padding-right: 32px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

/* -------------------  */
#post-content ul:not(blockquote ul, [class^="ez-toc-list"]) li:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 40px;
    background-color: var(--e-global-color-secondary);
    position: absolute;
    left: 5px;
    top: 10px;
    outline: 5px solid rgba(255 200 87 / 35%)
}

#post-content ul:not(blockquote ul, [class^="ez-toc-list"]) li {
    position: relative;
    padding-left: 30px;
    line-height: 2;
}

#post-content ul:not(blockquote ul, [class^="ez-toc-list"]) {
    line-height: 2;
    margin: 15px 0;
    list-style: none;
    padding-left: 10px;
}

#post-content table {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFF;
    width: 100% !important;
    text-align: center !important
}

#post-content table thead tr {
    background: var(--e-global-color-accent);
    color: #FFF;
    font-size: 15px
}

#post-content th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
	    font-size: 14px;
}

#post-content td {
    padding: 12px 8px;
    text-align: center;
    font-size: 14px
}

#post-content tr:nth-child(even) {
    background-color: #F5F5F5;
}

#post-content tbody tr:hover {
    background-color: #F7F7F7
}

#post-content {
    font-size: 16px;
}

#post-content :is(h2, h3, h4, h5, h6) {
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--e-global-color-primary);
}

#post-content h2 {
    font-size: 22px
}

#post-content h3 {
    font-size: 20px
}

#post-content h4 {
    font-size: 18px
}

#post-content :is(h5, h6) {
    font-size: 16px
}

#post-content a:not(:hover, blockquote a, .ez-toc-link, .lwptoc_item a) {
    color: #ffbc33;
}

#post-content iframe,
#post-content img {
    border-radius: 20px;
    margin: 20px 0;
}

#post-content img.aligncenter {
    margin: 20px auto;
}

#post-content .wp-video {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

@media (max-width:767px) {
    #post-content {
        font-size: 14px;
    }

    #post-content h2 {
        font-size: 22px
    }

    #post-content h3 {
        font-size: 20px
    }

    #post-content h4 {
        font-size: 18px
    }

    #post-content :is(h5, h6) {
        font-size: 16px
    }
}


.widget_search .search-form .search-field {
    padding: 16px;
    min-height: auto;
    border: unset;
    background-color: #F7F7F7;
    border-radius: 8px;
}

.elementor-widget-sidebar .widget {
    border: 1px solid#C4D8FD;
    border-radius: 12px;
    box-shadow: unset !important;
    background-color: #FFF;
    padding: 20px !important;
}

.elementor-widget-sidebar .widget-title {
    font-size: 16px !important;
    background-color: transparent !important;
    padding-right: 0 !important;
}


/* comments  */
#comments {
    padding-bottom: 0;
}

.comment-respond {
    border-color: #EDF2F4 !important;
}

.comments-area textarea#comment,
.comments-area .ast-comment-formwrap input[type="text"] {
    border-radius: 5px !important;
    border: 1px solid #EDF2F4 !important;
    color: var(--e-global-color-primary);
    font-size: 16px !important;
}

.comments-area .form-submit input#submit {
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 20px 45px !important;
    border-radius: 5px !important;
    transition: all ease .15s;
    cursor: pointer;
    outline: none !important;
    background: var(--e-global-color-accent) !important;
    box-shadow: unset !important;
    border: unset !important;
    position: relative;
}

.comments-area .form-submit input#submit:hover {
    background-color: #0484C9 !important;
}

.comments-area .comment-form-url {
    display: none;
}

.comments-area .ast-comment-formwrap .ast-grid-common-col {
    width: 50%;
}

/* comment item */
.comment .ast-comment {
    background-color: #F0F1F2;
    border: unset;
    margin: 20px 0;
    border-radius: 5px;
    padding: 15px 20px;
}

.comment.depth-1>.ast-comment {
    background-color: #F8F9FA;
}

.comment .ast-comment .ast-comment-info {
    display: flex;
}

.comment .ast-comment .ast-comment-info img {
    box-shadow: unset;
    border: unset;
    border-radius: 100px;
}

.comment .ast-comment .ast-comment-meta {
    color: #212529;
    font-size: 14px;
    padding: 0 10px;
    gap: 8px;
    display: flex;
    align-items: center;
}

.comment .ast-comment .ast-comment-cite-wrap {
    margin: 0;
    padding-left: 8px;
    border-left: 2px solid #ADB5BD;
}

.comment .ast-comment .ast-comment-cite-wrap cite {
    font-size: inherit;
}

.comment .ast-comment .ast-comment-cite-wrap cite a,
.comment .ast-comment .ast-comment-time a {
    color: inherit;
}

.ast-comment-content.comment p {
    color: var(--e-global-color-primary);
    font-size: 14px;
}

.ast-comment-list .ast-comment-edit-reply-wrap {
    justify-content: flex-end;
    gap: 30px;
}

.ast-comment-list .ast-edit-link a.comment-edit-link,
.ast-comment-list .ast-comment-edit-reply-wrap a.comment-reply-link {
    color: #212529;
    font-size: 14px;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
}

.ast-comment-edit-reply-wrap a.comment-reply-link {
    padding: 0 10px;
}

#ast-scroll-top {
    border-radius: 100px;
    background-color: #FFF;
    color: var(--e-global-color-accent);
}

/* middelgataway  */

.airplane {
    transform: scale(1) rotateX(0) translateY(45px);
    animation-name: airplane;
    animation-duration: 5s;
    /* animation-delay: 1s; */

}

@keyframes airplane {
    0% {
        transform: scale(.2) rotateX(20deg) translateY(-50%);
        opacity: .1;
    }

    100% {
        transform: scale(1) rotateX(0) translateY(45px);
        opacity: 1;
    }
}

.service-uae-item {
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.service-uae-item .e-con-inner {
    z-index: 99;
}

.service-uae-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0 0 0 / 60%), transparent 70%);
    bottom: 0;
}

.service-uae-item::after {
    background: linear-gradient(0deg, #AA8C2C, rgba(0 0 0 / 10%));
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    transition: all ease .3s;
    opacity: 0.8;
}

.service-uae-item:hover::after {
    height: 100%;
}

.service-uae-item:hover::before {
    opacity: 0
}

.service-uae-item:hover a.elementor-button {
    background-color: var(--e-global-color-accent) !important;
}

.service-uae-item:hover .elementor-button-icon {
    transition: all ease .3s;
}

.service-uae-item:hover .elementor-button-icon {
    transform: rotate(-45deg);
}

.service-tr-item {
    background-color: #FFF;
    box-shadow: 0 4px 24px rgba(128 128 128 / 20%);
}

.service-tr-item:hover .elementor-heading-title {
    color: var(--e-global-color-accent)
}

.service-tr-item:hover .elementor-button {
    background-color: var(--e-global-color-accent) !important
}

.service-tr-item .elementor-button .elementor-button-icon {
    transition: all ease .3s;
}

.service-tr-item:hover .elementor-button .elementor-button-icon {
    transform: rotate(-45deg);
}

.dev-feature-item {
    position: relative;
    background-color: rgba(255 255 255 /5%);
    padding: 24px;
    border-radius: 24px;
    z-index: 99;
}

.dev-feature-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(45deg, #7B7B7B, #000, #000, #A78B30);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.dev-banner-box {
    overflow: hidden;
}

.dev-banner-box::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid #FFF;
    outline: solid rgba(0 0 0 / 50%);
    outline-width: 80vw;
    border-radius: 50px;
    top: auto;
    left: auto;
    right: 40px;
}
.dev-event-card {
    border-radius: 50px;
    overflow: hidden;
    background-color: #FFF;
    padding: 8px;
    box-shadow: 0 4px 40px rgba(128 128 128 / 10%);
    border: 2px solid transparent;
}

.dev-event-card img {
    border-radius: 50px;
}

.dev-event-card:hover a.elementor-button {
    color: var(--e-global-color-accent) !important;
}

.dev-event-card .elementor-page-title {
    width: calc(100% - 20px);
}

.dev-event-card .elementor-widget-button a.elementor-button {
    background-color: transparent;
    color: #000;
    padding: 0;
}

.dev-event-card:hover {
    box-shadow: unset;
    border-color: var(--e-global-color-accent);
}

.dev-event-card:hover .elementor-widget-theme-post-title {
    background-color: #191919 !important;
}

.dev-event-card:hover .elementor-widget-theme-post-title .elementor-heading-title {
    color: var(--e-global-color-accent);
}

/* posts  */
.dev-posts .elementor-post {
    border-radius: 50px;
    overflow: hidden;
}

.dev-posts .elementor-post .elementor-post__thumbnail__link {
    margin-bottom: 0;
}

.dev-posts .elementor-post .elementor-post__badge {
    background-color: #FFF;
    color: #000;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    transition: all ease .3s;
}

.dev-posts .elementor-post .elementor-post__text {
    margin: 0;
    padding: 20px 24px 30px;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.dev-posts .elementor-post .elementor-post__text .elementor-post__title {
    font-size: 16px;
    color: #FFF;
    line-height: 1.8;
}

.dev-posts .elementor-post .elementor-post__text .elementor-post__title a {
    color: inherit;
}

.dev-posts .elementor-post .elementor-post__thumbnail__link:after {
    background: linear-gradient(0deg, #000, transparent);
    transition: all ease .3s;
    opacity: 1 !important;
}

.dev-posts .elementor-post a.elementor-post__read-more {
    color: #FFF;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600
}

.dev-posts .elementor-post:hover a.elementor-post__read-more {
    color: var(--e-global-color-accent);
}

.dev-posts .elementor-post:hover .elementor-post__badge {
    background-color: var(--e-global-color-accent);
}

.footer-social .elementor-icon-list-items li {
    margin-bottom: 20px;
}

.footer-social .elementor-icon-list-items li a {
    background-color: #333333;
    padding: 12px;
    border-radius: 12px;
}

.footer-social .elementor-icon-list-items .elementor-icon-list-icon .e-font-icon-svg.e-fab-instagram {
    margin: 0;
}

.footer-social .elementor-icon-list-items .elementor-icon-list-icon {
    margin-left: 8px;
}

.footer-social .elementor-icon-list-items li a:hover span {
    color: var(--e-global-color-accent) !important;
}

.footer-social .elementor-icon-list-items li a:hover span svg {
    fill: var(--e-global-color-accent) !important;
}

@media (max-width:767px) {

    .dev-title .elementor-heading-title {
        font-size: 24px;
    }

    .dev-btn.see-more .elementor-button {
        font-size: 12px;
        text-align: right
    }

    .dev-btn.see-more span.elementor-button-text {
        /* width: 42px; */
    }

    .dev-btn.see-more .elementor-button .elementor-button-content-wrapper {
        gap: 6px !important;
    }

    .dev-btn.see-more .elementor-button span.elementor-button-icon {
        padding: 4px;
        font-size: 16px;
    }

    .dev-banner-box::before {
        left: auto;
        right: auto;
        top: 40px;
        width: calc(100% - 80px);
        height: 160px;
        border-radius: 24px;
    }

    .dev-banner-box {
        align-items: center;
    }

    .airplane {
        transform: scale(1) rotateX(0) translateY(10px);
    }

    @keyframes airplane {
        0% {
            transform: scale(.2) rotateX(20deg) translateY(-50%);
        }

        100% {
            transform: scale(1) rotateX(0) translateY(10px);
        }
    }
}

.dev-accordion .jet-listing-dynamic-repeater__items {
	flex-direction: column;
}

.dev-accordion .jet-listing-dynamic-repeater__item {
	width: 100%;
}


.accordion__item {
	margin: 10px auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid #E6E6E6;
	transition: all ease .3s;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(128 128 128 / 10%);
}

.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 24px 20px;
	color: #202020;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	background-color: #FFF;

	cursor: pointer;
	width: 100%;
}

.accordion__item .accordion__title:hover {
	/* background-color: #e5e4e4; */
	/* transition: all 0.5s ease-out; */
}

.accordion__item .accordion-active {
	color: #D4AF37;
}

.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	/* top: 10px; */
	right: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	line-height: 30px;
	font-size: 35px;
	font-weight: 400;
	/* margin-right: 5px; */
	border-radius: 50%;
	/* -webkit-transition: all 0.2s ease-out; */
	transition: all 0.2s ease-out;
}

.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}

.accordion__item .accordion__content {
	padding: 0 20px 20px;
	margin-bottom: 2px;
	font-size: 16px;
	display: none;
}

.accordion__item .accordion__arrow-item {
	/* font-weight: 700; */
}