/* =============================================
   AL-ZARA — SERVICE PAGES SHARED CSS
   ============================================= */

/* Prevent video loader on service pages */
body.service-page #video-loader { display: none !important; }
body.service-page #main-content { display: block !important; }

/* =============================================
   HERO — SERVICE PAGE
   ============================================= */
.svc-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.svc-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* Gradient overlays per service */
.flights-gradient {
    background: linear-gradient(135deg, #0e1d35 0%, #1a3a6e 50%, #c8933a44 100%);
}
.hotels-gradient {
    background: linear-gradient(135deg, #1a2d1a 0%, #1e4d2b 50%, #c8933a44 100%);
}
.forex-gradient {
    background: linear-gradient(135deg, #2d1a0e 0%, #5a3500 50%, #c8933a55 100%);
}
.visa-gradient {
    background: linear-gradient(135deg, #1a0e2d 0%, #2d1a5a 50%, #c8933a44 100%);
}
.admission-gradient {
    background: linear-gradient(135deg, #0e1d35 0%, #163055 50%, #c8933a55 100%);
}
.profile-gradient {
    background: linear-gradient(135deg, #0e1d35 0%, #1a2a50 50%, #c8933a44 100%);
}

.svc-hero-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(200,147,58,0.08) 1px, transparent 1px);
    background-size: 32px 32px;
    animation: patternShift 20s linear infinite;
}

@keyframes patternShift {
    from { background-position: 0 0; }
    to { background-position: 64px 64px; }
}

.svc-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.svc-hero-content-flight {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-image: url("./hero_banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1400px 500px;
}
.svc-hero-content-hotels {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-image: url("https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/8fa9ac162707015.63da12f441b4b.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1400px 500px;
}
.svc-hero-content-forex {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-image: url("https://i.pinimg.com/originals/24/af/6e/24af6e622fdcadb04a6026f572d0a6da.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1400px 500px;
}
.svc-hero-content-visa {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-image: url("https://th.bing.com/th?id=OIF.34NNrhKPvhr%2brw6VPU1M%2fA&r=0&rs=1&pid=ImgDetMain&o=7&rm=3");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1400px 500px;
}
.svc-hero-content-admission {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background-image: url("https://5.imimg.com/data5/KU/AT/MY-937800/admission-counselling-services-500x500.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1400px 500px;
}

.svc-hero-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(200,147,58,0.15);
    border: 2px solid rgba(200,147,58,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--gold-light);
    animation: iconFloat 4s ease-in-out infinite;
    backdrop-filter: blur(10px);
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}
.breadcrumb-nav a {
    color: rgba(255,255,255,0.7);
    transition: color 0.2s;
}
.breadcrumb-nav a:hover { color: var(--gold-light); }
.breadcrumb-nav i { font-size: 0.65rem; }
.breadcrumb-nav span { color: var(--gold-light); font-weight: 600; }

.svc-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.1;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.svc-hero-title .accent {
    color: var(--gold-light);
}

.svc-hero-subtitle {
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    color: rgba(255,255,255,0.82);
    max-width: 540px;
    line-height: 1.75;
}

.svc-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(200,147,58,0.4);
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    color: blue;
    backdrop-filter: blur(8px);
    transition: background 0.3s, transform 0.3s;
}
.badge:hover {
    background: rgba(200,147,58,0.2);
    transform: translateY(-1px);
}
.badge i { color: var(--gold-light); font-size: 0.72rem; }

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}
.hero-wave svg {
    width: 100%;
    height: 60px;
}

/* =============================================
   SECTION CONTAINERS
   ============================================= */
.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
}

.form-section {
    background: var(--off-white);
    padding: 64px 0;
}

.form-section-dark {
    background: #f0ede6;
}

.features-section {
    background: var(--white);
    padding: 72px 0;
}

.routes-section {
    background: var(--off-white);
    padding: 72px 0;
}

.process-section {
    background: var(--white);
    padding: 72px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 52px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.gold-text { color: var(--gold); }

.section-subtitle {
    font-size: 0.95rem;
    color: var(--gray-text);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.7;
}

/* =============================================
   FORM CARD
   ============================================= */
.form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(200,147,58,0.1);
}

.form-card-header {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.form-card-header i {
    font-size: 1.8rem;
    color: var(--gold-light);
    margin-bottom: 4px;
}

.form-card-header h2 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--white);
    margin: 0;
}

.form-card-header p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.72);
    margin: 0;
    max-width: 480px;
    line-height: 1.6;
}

/* Trip type tabs (flights) */
.trip-type-tabs {
    display: flex;
    gap: 0;
    padding: 16px 40px 0;
    background: var(--white);
    border-bottom: 2px solid var(--gray-light);
}

.tab-btn {
    padding: 10px 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--gray-text);
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
    font-family: var(--font-main);
}
.tab-btn.active {
    color: var(--gold);
    border-bottom-color: var(--gold);
}
.tab-btn:hover { color: var(--gold); }

/* Form layout */
.svc-form {
    padding: 32px 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    position: relative;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.form-group.full-width { flex: 1 1 100%; }

.form-group label {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 6px;
}
.form-group label i { color: var(--gold); font-size: 0.7rem; }

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 14px;
    font-size: 0.9rem;
    font-family: var(--font-main);
    color: var(--text-dark);
    background: var(--off-white);
    border: 1.5px solid var(--gray-light);
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(200,147,58,0.1);
}

.form-group textarea { resize: vertical; min-height: 70px; }

/* Swap button */
.form-swap {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-bottom: 2px;
    transition: background 0.2s, transform 0.3s;
    font-size: 0.85rem;
}
.form-swap:hover {
    background: var(--gold-dark);
    transform: rotate(180deg);
}

.form-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 36px;
    font-size: 1rem;
    font-weight: 700;
    font-family: var(--font-main);
    color: var(--white);
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    align-self: flex-start;
    letter-spacing: 0.3px;
}

.form-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(14,29,53,0.3);
    background: linear-gradient(135deg, var(--navy-light) 0%, #2a4a7a 100%);
}

.form-note {
    font-size: 0.78rem;
    color: var(--gray-text);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: -6px;
}
.form-note i { color: var(--gold); }

/* =============================================
   FEATURES GRID
   ============================================= */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    padding: 28px 24px;
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.feature-card:hover::before { transform: scaleX(1); }

.feature-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    border-color: rgba(200,147,58,0.3);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 16px;
    transition: transform 0.3s;
}
.feature-card:hover .feature-icon { transform: scale(1.1) rotate(-5deg); }

.feature-card h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 0.85rem;
    color: var(--gray-text);
    line-height: 1.65;
}

/* =============================================
   ROUTES / DESTINATIONS GRID
   ============================================= */
.routes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.route-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    cursor: default;
}

.route-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: rgba(200,147,58,0.4);
}

.route-flag {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(200,147,58,0.1);
    border: 2px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--gold);
    flex-shrink: 0;
}

.route-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text-dark);
}

.route-from, .route-to { white-space: nowrap; }
.route-arrow { color: var(--gold); font-size: 0.9rem; }

.route-tag {
    display: inline-block;
    padding: 3px 10px;
    background: rgba(200,147,58,0.1);
    border: 1px solid rgba(200,147,58,0.3);
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--gold-dark);
    white-space: nowrap;
}

/* =============================================
   RATES BOARD (FOREX PAGE)
   ============================================= */
.rates-board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.rate-board-item {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: var(--radius);
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
}

.rate-board-item:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: rgba(200,147,58,0.4);
}

.rbi-flag { font-size: 1.6rem; line-height: 1; }

.rbi-currency {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text-dark);
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.rbi-name {
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--gray-text);
}

.rbi-buy, .rbi-sell {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--gray-text);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.rbi-buy strong, .rbi-sell strong {
    display: block;
    font-size: 1rem;
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--text-dark);
}

.rbi-trend {
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 8px;
    width: fit-content;
}
.rbi-trend.up { color: #16a34a; background: #dcfce7; }
.rbi-trend.down { color: #dc2626; background: #fee2e2; }

.rates-disclaimer {
    font-size: 0.78rem;
    color: var(--gray-text);
    display: flex;
    align-items: center;
    gap: 6px;
    font-style: italic;
}
.rates-disclaimer i { color: var(--gold); }

/* =============================================
   VISA CARDS GRID
   ============================================= */
.visa-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.visa-card {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: var(--radius);
    padding: 24px 20px;
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.visa-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    border-color: rgba(200,147,58,0.4);
}

.visa-flag {
    font-size: 2.2rem;
    line-height: 1;
}

.visa-info h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.visa-info p {
    font-size: 0.83rem;
    color: var(--gray-text);
    line-height: 1.6;
    margin-bottom: 12px;
}

.visa-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.visa-meta span {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--gold-dark);
    background: rgba(200,147,58,0.08);
    border: 1px solid rgba(200,147,58,0.25);
    border-radius: 10px;
    padding: 3px 9px;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* =============================================
   PROCESS STEPS
   ============================================= */
.process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 200px;
    gap: 12px;
    padding: 0 16px;
}

.step-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(200,147,58,0.35);
    flex-shrink: 0;
}

.step-content h3 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.step-content p {
    font-size: 0.8rem;
    color: var(--gray-text);
    line-height: 1.6;
}

.step-connector {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-dark));
    min-width: 40px;
    max-width: 80px;
    margin-bottom: 40px;
    opacity: 0.4;
}

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(200,147,58,0.06) 1px, transparent 1px);
    background-size: 28px 28px;
}

.cta-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    z-index: 1;
}

.cta-text h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight: 800;
    color: var(--white);
    margin-bottom: 8px;
}

.cta-text p {
    font-size: 0.92rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.6;
}

.cta-actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    font-size: 0.92rem;
    font-weight: 700;
    font-family: var(--font-main);
    color: var(--navy);
    background: var(--gold-light);
    border-radius: 30px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.btn-cta-primary:hover {
    background: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(200,147,58,0.4);
}

.btn-cta-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    font-size: 0.92rem;
    font-weight: 700;
    font-family: var(--font-main);
    color: var(--white);
    background: #25d366;
    border-radius: 30px;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.btn-cta-whatsapp:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37,211,102,0.4);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
    .rates-board { grid-template-columns: repeat(3, 1fr); }
    .visa-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .routes-grid { grid-template-columns: repeat(2, 1fr); }
    .visa-grid { grid-template-columns: repeat(2, 1fr); }
    .rates-board { grid-template-columns: repeat(2, 1fr); }
    .cta-inner { flex-direction: column; align-items: flex-start; }
    .svc-hero-content { padding: 64px 24px 80px; }
}

@media (max-width: 768px) {
    .form-row { flex-wrap: wrap; }
    .form-group { min-width: calc(50% - 8px); }
    .form-group.full-width { min-width: 100%; }
    .section-container { padding: 0 20px; }
    .form-section, .features-section, .routes-section, .process-section { padding: 48px 0; }
    .svc-form { padding: 24px; }
    .form-card-header { padding: 24px; }
    .trip-type-tabs { padding: 12px 24px 0; }
    .process-steps { flex-direction: column; align-items: center; gap: 24px; }
    .step-connector { width: 2px; height: 32px; min-width: unset; max-width: unset; margin-bottom: 0; margin-right: 0;
        background: linear-gradient(180deg, var(--gold), var(--gold-dark)); }
    .step-item { max-width: 280px; }
}

@media (max-width: 600px) {
    .features-grid { grid-template-columns: 1fr; }
    .routes-grid { grid-template-columns: 1fr; }
    .visa-grid { grid-template-columns: 1fr; }
    .rates-board { grid-template-columns: repeat(2, 1fr); }
    .form-group { min-width: 100%; }
    .svc-hero-title { font-size: 2rem; }
    .form-submit-btn { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
    .rates-board { grid-template-columns: 1fr; }
    .svc-hero-badges { flex-direction: column; }
    .cta-actions { flex-direction: column; width: 100%; }
    .btn-cta-primary, .btn-cta-whatsapp { justify-content: center; }
}
