
body {
    direction: rtl;
    text-align: right;
    font-family: "yekanbakh" !important;
}

header#header a{
    color: #fff !important;
}

header#header.menufixed{
    background: #061026 !important;
}


header#header  .dropdown-menu a{
    color: #000 !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

ul.products li.product .price , span.woocommerce-Price-amount.amount, span.woocommerce-Price-amount.amount bdi{
    color: #000 !important;
}

ul.products li.product h2.woocommerce-loop-product__title{
    font-size: 14px !important;
}
@media (max-width: 767px) {
    ul.products li.product h2.woocommerce-loop-product__title{
        font-size: 12px !important;
    }
}

span.price {
    min-height: 50px;
}

.coreline-sticky-menu-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    margin: 0 auto 4px;
}


#contact {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    background-color: #061029;
}

#contact .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
    text-align: right;
}

#contact .links {
    display: flex;
    gap: 32px;
    margin-top: 20px;
}

#contact .links a {
    color: white;
    text-decoration: none;
}

#contact .contact-info {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}


@media (min-width: 1024px) {
    #contact .contact-info {
        justify-content: flex-end;
        font-size: 18px;
    }
}

#contact .footer-image {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

@media (min-width: 1024px) {
    #contact .footer-image {
        margin-top: 0;
        justify-content: flex-end;
    }
}

#contact .social-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    direction: ltr;
}

@media (min-width: 1024px) {
    #contact .social-links {
        justify-content: flex-start;
    }
}

#contact .social-link {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease-out;
}

#contact .social-link img {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-out;
}


#contact .social-link span {
    margin-left: 8px;
    max-width: 0;
    opacity: 0;
    transform: translateX(-16px);
    transition: all 0.3s ease-out;
    white-space: nowrap;
    font-family: sans-serif;
    color: white;
}


#contact .social-link:hover span {
    max-width: 200px;
    opacity: 1;
    transform: translateX(0);
}

#contact h2{
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

#contact .en{
font-family: 'titilium', Tahoma, Geneva, Verdana, sans-serif;
}

#contact .text-accent {
    color: #c3915f;
    font-size: 28px;
    font-family: 'titilium';
}



a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    min-height: 50px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #0d6efd !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18) !important;
    transition: 0.25s ease !important;
}


button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    min-height: 50px !important;
    padding: 0 20px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #0d6efd !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18) !important;
    transition: 0.25s ease !important;
}


.mobile-sticky-bottom .sticky-item {
    position: relative;
}

.mobile-sticky-bottom .cart-artpay-count {
    position: absolute;
    top: -8px;
    right: 50%;
    transform: translateX(50%);
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
}




.woocommerce-product-gallery__wrapper {
    border: none !important;
}

.woocommerce-product-gallery__image.flex-active-slide {
    border: 1px solid #f5f5f5;
    border-radius: 18px;
}


.header-icon img{
    width: 24px;
}

.header-icon.user-auth {
    background: #3b5bfd;
    padding: 10px 12px;
    border-radius: 16px;
    height: 44px;
}

div#dropdownMenuButton {
    height: 20px;
}


.header-icon.user-auth.not-loggedin{
    padding: 10px 12px;
}


.header-icon.user-auth.not-loggedin a{
    font-size: 14px !important;
}

@media(max-width:767px){
    .header-icon.user-auth.not-loggedin span{
    display: none;
    }
    
}

.header-icon.cart-icon{
    background: #fff;
    padding: 10px 12px;
    border-radius: 16px;
}


span.cart-contents-count {
    top: -6px !important;
    right: 0px;
}

@media (max-width: 767px) {
    header .navbar .header-icon-holder .header-icon.user-auth {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    header .navbar .header-icon-holder .header-icon.cart-icon {
        display: inline-block;
    }
}


@media (max-width: 767px) {
    ul.products li.product .price{
        margin-bottom: 0;
        min-height: 40px;
    }
}







/* ==========================================================
1. Base & Reset
========================================================== */
*, *::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
line-height: 1.6;
color: #061029;
background-color: #ffffff;
overflow-x: hidden;
direction: rtl;
}

a {
text-decoration: none;
color: inherit;
}

img, svg {
display: block;
max-width: 100%;
height: auto;
}

.container {
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
position: relative;
}

.font-titillium {
font-family: 'titilium', sans-serif;
}

/* Floating Animation for Visuals */
@keyframes floatAnimation {
0%, 100% {
 transform: translateY(0px);
}
50% {
 transform: translateY(-12px);
}
}

.animate-float {
animation: floatAnimation 3.5s ease-in-out infinite;
}

/* Common Section Titles */
.section-title-wrap {
display: flex;
flex-direction: column;
align-items: center;
}

@media (min-width: 1024px) {
.section-title-wrap.text-start-lg {
 align-items: flex-start;
}
.section-title-wrap.text-end-lg {
 align-items: flex-end;
}
}

.section-title-wrap h2 {
font-size: 24px;
font-weight: 700;
line-height: 1.3;
margin: 0;
}

.section-title-wrap span {
color: #c3915f;
font-size: 20px;
font-weight: normal;
}

@media (min-width: 1024px) {
.section-title-wrap h2 {
 font-size: 32px;
}
.section-title-wrap span {
 font-size: 28px;
}
}

/* ==========================================================
2. Hero Section
========================================================== */
#start {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    padding-top: 144px;
    padding-bottom: 72px;
    background-image: url(/wp-content/themes/artpay/client/img/base-bg.svg);
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.hero-bg-glow {
position: absolute;
inset: 0;
pointer-events: none;
/*background: radial-gradient(circle at center, rgba(31, 27, 136, 0.45) 0%, rgba(6, 16, 41, 0) 70%);*/
z-index: 1;
}

.hero-card-container {
width: 100%;
max-width: 70%;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 6;
transform-style: preserve-3d;
transition: transform 0.5s ease-out;
}

@media (min-width: 1024px) {
.hero-card-container {
 max-width: 100%;
}
}

.hero-card-img-wrap {
display: inline-flex;
justify-content: center;
backdrop-filter: blur(4px);
}

.hero-btn {
width: 180px;
height: 38px;
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background: linear-gradient(131deg, #1e40af, #2563eb);
border-radius: 14px;
box-shadow: 0px 21px 27px -15px rgba(31, 27, 136, 0.56);
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 14px;
font-weight: 500;
transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-btn:hover {
opacity: 0.95;
transform: translateX(-50%) scale(1.02);
}

@media (min-width: 1024px) {
.hero-btn {
 height: 48px;
 bottom: 32px;
 border-radius: 19px;
 font-size: 15px;
}
}

.hero-heading {
font-size: 32px;
color: #ffffff;
line-height: 1.2;
text-align: center;
margin-top: 32px;
margin-bottom: 0 !important;
}

.hero-subtext {
font-size: 14px;
color: #ffffff;
line-height: 3;
text-align: center;
}

@media (min-width: 1024px) {
.hero-heading {
 font-size: 34px;
}
}

.hero-trails-svg {
width: 150px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
z-index: 5;
pointer-events: none;
}

/* ==========================================================
3. Trust Marquee Section
========================================================== */
#companies {
width: 100%;
background: #ffffff;
padding: 16px 0;
overflow: hidden;
}

@media (min-width: 1024px) {
#companies {
 padding: 75px 0;
}
}

.marquee-wrapper {
position: relative;
overflow: hidden;
width: 100%;
}

.am-marquee-fade {
position: absolute;
inset: 0;
z-index: 10;
pointer-events: none;
background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #fff 100%);
}

.marquee-track {
display: flex;
width: max-content;
animation: marqueeScroll 28s linear infinite;
direction: ltr;
}

.marquee-item {
margin: 0 40px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.marquee-item img {
width: 60px;
max-height: 70px;
object-fit: contain;
}

@keyframes marqueeScroll {
0% {
 transform: translateX(0);
}
100% {
 transform: translateX(-50%);
}
}

/* ==========================================================
4. About Us Section
========================================================== */
#about {
width: 100%;
background-color: rgb(6, 16, 41);
background-image: linear-gradient(rgba(6, 16, 41, 0.9), rgba(6, 16, 41, 0.9)), url('/wp-content/themes/artpay/client/img/about.png');
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 16px 0;
overflow: hidden;
}

@media (min-width: 1024px) {
#about {
 padding: 100px 0;
}
}

.about-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 16px;
}

.about-col-title {
grid-column: span 12;
color: #fff;
padding: 16px 0;
order: 1;
}

.about-col-text {
grid-column: span 12;
color: #fff;
padding: 16px 0;
order: 3;
}

.about-col-image {
grid-column: span 12;
padding: 16px 0;
order: 2;
}

@media (min-width: 1024px) {
.about-col-title {
 grid-column: span 2;
 order: 1;
 margin-top: 60px;
}
.about-col-text {
 grid-column: span 5;
 order: 2;
 margin-top: 60px;
}
.about-col-image {
 grid-column: span 5;
 order: 3;
}
}

.about-text {
text-align: justify;
font-size: 13px;
}

@media (min-width: 1024px) {
.about-text {
 font-size: 16px;
}
}

.about-wallet-box {
position: relative;
display: flex;
justify-content: center;
}

@media (min-width: 1024px) {
.about-wallet-box {
 justify-content: flex-end;
}
}

.about-wallet-bg {
width: 60%;
}

@media (min-width: 1024px) {
.about-wallet-bg {
 width: 360px;
}
}

.about-wallet-front {
position: absolute;
top: 20%;
left: 20%;
display: flex;
justify-content: center;
}

.about-wallet-front img {
width: 80%;
}

@media (min-width: 1024px) {
.about-wallet-front {
 top: 30px;
 left: 0;
}
.about-wallet-front img {
 width: auto;
 max-width: none;
}
}

/* ==========================================================
5. Steps Section (Tabs)
========================================================== */
#steps {
width: 100%;
background-color: #ffffff;
padding: 16px 0;
}

@media (min-width: 1024px) {
#steps {
 padding: 100px 0;
}
}

.steps-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 16px;
}

.steps-nav-col {
grid-column: span 12;
padding: 16px 0;
color: #000;
}

.steps-content-col {
grid-column: span 12;
padding: 16px 0;
color: #000;
}

@media (min-width: 1024px) {
.steps-nav-col {
 grid-column: span 4;
 padding-bottom: 50px;
 border-left: 1px dashed #061029;
}
.steps-content-col {
 grid-column: span 8;
 padding-right: 50px;
 padding-bottom: 20px;
}
}

.tabs-wrapper {
margin-top: 24px;
width: 100%;
max-width: 360px;
}

.tabs-pill {
display: flex;
width: 100%;
border-radius: 999px;
border: 1px solid rgba(6, 16, 41, 0.15);
background-color: #ffffff;
padding: 4px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tab-btn {
flex: 1;
border: none;
outline: none;
cursor: pointer;
border-radius: 999px;
padding: 8px 12px;
font-size: 12px;
line-height: 1.25rem;
background: transparent;
color: #061029;
transition: all 0.2s ease;
font-family: inherit;
}

@media (min-width: 1024px) {
.tab-btn {
 font-size: 13px;
}
}

.tab-btn.active {
background-color: #c3915f;
color: #ffffff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tab-btn:not(.active):hover {
background-color: rgba(6, 16, 41, 0.05);
}

.tab-subtitle {
margin-top: 8px;
font-size: 12px;
color: rgba(6, 16, 41, 0.7);
line-height: 1.5rem;
}

@media (min-width: 1024px) {
.tab-subtitle {
 font-size: 13px;
}
}

.tab-pane {
display: none;
}

.tab-pane.active {
display: block;
}

.step-item {
margin-bottom: 16px;
}

.step-item:last-child {
margin-bottom: 0;
}

.step-item h2 {
color: #061029;
font-size: 18px;
font-weight: 700;
margin-bottom: 12px;
}

@media (min-width: 1024px) {
.step-item h2 {
 font-size: 20px;
}
}

.step-item p {
text-align: justify;
font-size: 13px;
color: #333;
line-height: 1.8;
}

@media (min-width: 1024px) {
.step-item p {
 font-size: 16px;
 padding-right: 32px;
}
}

/* ==========================================================
6. Shop & Academy Section
========================================================== */
#shop {
width: 100%;
background-color: rgb(6, 16, 41);
background-image: linear-gradient(rgba(6, 16, 41, 0.9), rgba(6, 16, 41, 0.9)), url('/wp-content/themes/artpay/client/img/about.png');
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 16px 0;
}

@media (min-width: 1024px) {
#shop {
 padding: 100px 0;
}
}

.shop-grid {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 16px;
align-items: center;
}

.shop-col-visual {
grid-column: span 12;
padding: 16px;
}

.shop-col-text {
grid-column: span 12;
padding: 16px;
color: #ffffff;
}

@media (min-width: 1024px) {
.shop-col-visual {
 grid-column: span 6;
}
.shop-col-text {
 grid-column: span 6;
}
}

.shop-visual-box {
position: relative;
display: flex;
justify-content: center;
}

@media (min-width: 1024px) {
.shop-visual-box {
 justify-content: flex-start;
}
}

.shop-visual-bg {
width: 60%;
}

@media (min-width: 1024px) {
.shop-visual-bg {
 width: 360px;
}
}

.shop-visual-front {
position: absolute;
}

.shop-visual-front img {
width: 80%;
}

@media (min-width: 1024px) {
.shop-visual-front {
 top: -10px;
 right: 20px;
}
.shop-visual-front img {
 width: auto;
 max-width: none;
}
}

.shop-content-block {
display: flex;
flex-direction: column;
margin-top: 40px;
}

.shop-desc {
text-align: justify;
font-size: 13px;
}

@media (min-width: 1024px) {
.shop-desc {
 font-size: 16px;
}
}

.shop-buttons-wrap {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
margin-top: 40px;
}

@media (min-width: 1024px) {
.shop-buttons-wrap {
 justify-content: flex-start;
}
}

.shop-action-btn {
width: 208px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
background: linear-gradient(131deg, #1e40af, #2563eb);
border-radius: 19px;
box-shadow: 0px 21px 27px -15px rgba(31, 27, 136, 0.56);
color: #ffffff;
font-size: 15px;
font-weight: 500;
transition: transform 0.2s ease, opacity 0.2s ease;
}

.shop-action-btn:hover {
opacity: 0.95;
transform: translateY(-2px);
}

.shop-action-btn svg {
width: 18px;
height: 18px;
stroke: currentColor;
}

/* ==========================================================
7. FAQ Section (Accordion)
========================================================== */
#faq {
width: 100%;
background: #ffffff;
padding: 16px 0;
}

@media (min-width: 1024px) {
#faq {
 padding: 50px 0;
}
}

.faq-list {
margin-top: 24px;
}

@media (min-width: 1024px) {
.faq-list {
 margin-top: 60px;
}
}

.faq-item {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #8EA1D0;
}

.faq-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}

.faq-question-btn {
width: 100%;
background: transparent;
border: none;
outline: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
text-align: right;
padding: 0;
font-family: inherit;
}

.faq-question-btn h3 {
font-size: 16px;
font-weight: 700;
color: #061029;
margin: 0;
}

@media (min-width: 1024px) {
.faq-question-btn h3 {
 font-size: 18px;
}
}

.faq-icon {
flex-shrink: 0;
width: 20px;
height: 20px;
margin-left: 8px;
}

.faq-answer {
display: none;
margin-top: 12px;
text-align: justify;
font-size: 13px;
line-height: 1.8;
color: #333333;
}

@media (min-width: 1024px) {
.faq-answer {
 font-size: 16px;
 padding-right: 32px;
}
}

.faq-item.active .faq-answer {
display: block;
}


header#header.hiddenmenu{
    top: 0 !important;
}

header#header .sub-menu a{
    color: #000 !important;
}