/* @import url("//hello.myfonts.net/count/3c07ea"); */
/*
Theme Name: Activ Visa Cards
Theme URI: https://www.activvisacards.com.au
Author: Bando Digital
Author URI: http://www.bandodigital.com.au
Description: Custom wp theme for Activ Visa Cards
Version: 0.1
Tags: one-column, two-columns, custom-fields, custom-colors, custom-header, custom-menu
Text Domain: theme
*/



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif !important;
}

/* .header__basemenu-menu ul>li>a {
    color: #616161;
    padding: 0px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: inter;
    font-family: "Inter", sans-serif !important;
}


.header__logo img {
    max-width: 100px;
}

.header__basemenu-menu ul {
    gap: 63px;

    justify-content: unset;
    padding: 0;
    margin: 0;
}

.header__main .container-xxl {
    max-width: 1360px;

}


.header__main {
    padding-top: 32px;
    padding-bottom: 32px;
}

.header__logo {
    max-width: 269px;
} */


/* slider-section css */
/* Hero Section - Exact Match */
.hero-section {
    padding: 40px 40px 0 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-container {
    max-width: 1360px;
    width: 100%;
    padding: 40px;
}

/* Typography - Exact Match */
.hero-subtitle {
    font-size: 27px;
    color: #9E9E9E;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Inter';
    line-height: 120%;
}

.hero-title {
    font-size: 61px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    line-height: 120%;
    letter-spacing: 0;
    font-family: 'Inter';
    ;
}

.hero-description {
    font-size: 16px;
    color: #212121;
    margin-bottom: 60px;
    max-width: 500px;
    margin: 0 auto 30px auto;
    line-height: 120%;
    font-weight: 400;
}

/* Gift Cards Container - Exact Positioning */



.egift-hero {
    /* overflow: hidden; */
    padding: 0;
}

.gift-cards-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 420px; */
}

/* Soft rounded background band */
.gift-cards-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 191px;
    background: #f5f6f8;
    border-radius: 40px;
    z-index: -1;
}

/* Shared card styles */
.gift-card {
    position: absolute;
    top: 0;
    transform-origin: bottom center;
    z-index: 1;
}

.gift-card img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
}

/* Center card */
.gift-card-center {
    left: 50%;
    width: 430px;
    transform: translateX(-50%) translateY(20px);
    z-index: 3;
    top: 5%;
}

/* Left card */
.gift-card-left {
    left: 10%;
    width: 435px;
    /* transform: translateX(0) rotate(15deg) translateY(0px); */
    z-index: 2;
    top: 22%;
    height: auto;
}

/* Right card */
.gift-card-right {
    left: 57%;
    z-index: 2;
    top: 23%;
}


p.powered-text {
    font-size: 12px;
    color: #212121;
    font-weight: bold;
}

.powered-by {
    margin-top: 32px;
}

.app-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #BDBDBD;
    padding: 14px 20px;
    border-radius: 100px;
    width: fit-content;
    margin: auto;
    font-size: 21px;
    font-weight: bold;
    color: #212121;
    transition: all 0.3s ease;
    /* Smooth transition */
    cursor: pointer;
    /* Better UX */
}

.app-text:hover {
    background: #ebf2ff;
    border-color: #ebf2ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(235 242 255 / 34%);
}


/* 2nd section */
.how-it-works {
    text-align: center;
    padding: 60px 20px;
    font-family: "Arial", sans-serif;
}

.how-it-works .subtitle {
    color: #9E9E9E;
    font-size: 27px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Inter';
    line-height: 120%;
}

.how-it-works .title {
    font-size: 61px;
    font-weight: bold;
    margin-bottom: 60px;
    font-family: 'Inter';
    color: #000;
    margin-top: 6px;
}

.steps {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.step-card {
    flex: 1;
    min-width: 280px;
    max-width: 312px;
    border-radius: 40px;
    padding: 40px 20px;
    text-align: left;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
}



.step-card .icon {
    margin-bottom: 16px;
}

.step-card h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #000000;
    font-family: 'Inter';
}

.step-card p {
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
    font-weight: 500;
}

/* Background colors */
.step-blue {
    background: #eaf2ff;
}

.step-teal {
    background: #e8f6f3;
}

.step-orange {
    background: #fff3eb;
}

/* Responsive */


/* 3rd section */

.wallet-section {
    padding: 60px 20px;
    margin-bottom: 228px;
}

.wallet-section .container {
    max-width: 1360px;
    margin: 0 auto;

}

/* Left side */
.wallet-left {

    position: relative;
}

.qr-box {
    margin-bottom: 30px;
}

.qr-box h4 {
    color: #3B1A6E;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'Inter';
}

.qr-box p {
    color: #616161;
    font-size: 12px;
    line-height: 120%;
    margin-bottom: 20px;
    max-width: 200px;
}

.qr-box img {

    border-radius: 12px;
}

.qr-box {
    position: relative;
}

img.vectore-img.lazyloaded {
    position: absolute;
    top: 12%;
    right: auto;
    left: 206px;
}


/* Phones */
.phone-left {
    position: absolute;
    top: 0;
}



/* Right side */
.wallet-right {
    flex: 1;
    min-width: 320px;
}

.wallet-right h2 {
    font-size: 61px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000000;
    font-family: 'Inter';
    line-height: 120%;
}

.info-box {
    background: #F5F3F7;
    border-radius: 30px;
    padding: 30px;
}

.info-box p {
    margin-bottom: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.store-buttons {
    display: flex;
    gap: 15px;
}


/* Responsive */


/* 4th section */
.gift-cls .icon {
    background: #fff;
    padding: 27px 24px;
    border-radius: 27px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px !important;
}

.gift-cls {
    margin-bottom: 60px;
}


/* FAQ Section 5 th section*/
/* FAQ Section */
.faq-section {
    padding: 80px 20px;
    background: #F7FCFC;

}

.faq-section .container {
    max-width: 1360px;
    margin: 0 auto;
}

/* Left */
.faq-left h2 {
    font-size: 61px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 120%;
    color: #000;
}

.faq-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #EAF7F7;
    border-radius: 15px;
    overflow: hidden;
}

.faq-question {
    background: none;
    border: none;
    width: 100%;
    padding: 15px 17px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    transition: transform 0.3s ease;
}

.faq-question span {
    font-size: 22px;
    font-weight: 300;
    transition: transform 0.3s ease;
    color: #5AC8CC;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    /* + turns into × */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 20px;
    transition: transform 0.3s ease;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 16px 20px;
}

.footer_main {
    background-color: transparent;
}


/* responsive css start */
/* Responsive tweaks */