:root {
    --primary: #0071ce;
    /* PDF palette primary */
    --secondary: #00c6ff;
    /* PDF palette accent  */
    --font-family: 'Poppins', sans-serif;
}

body {
    font-family: var(--font-family)
}

html,
body {
    overflow-x: hidden;
    width: 100vw;
    max-width: 100vw;
}


/* —— Topbar —— */
.topbar {
    background: #111;
    color: #fff;
    font-size: .9rem;
    line-height: 1;
    padding: .4rem .75rem;
    position: sticky;
    top: 0;
    z-index: 1030
}

.topbar a {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 600
}

/* Mobile stacking */
@media(max-width:575.98px) {
    .topbar {
        flex-direction: column;
        align-items: flex-start !important;
        gap: .25rem
    }
}

/* —— Hero —— */
.hero {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    padding: 4rem 0;
    overflow: hidden
}

.hero h1 {
    font-size: 2rem;
    font-weight: 700
}

.hero p.lead {
    font-size: 1.1rem
}

/* —— Misc —— */
.benefit-icon {
    font-size: 2rem;
    color: var(--primary)
}

.shadow-soft {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1)
}

.btn-primary {
    background: var(--secondary);
    border: none
}

.btn-primary:hover {
    opacity: .9
}

.footer-cta {
    background: #f8f9fa;
    padding: 3rem 0
}

.stats-block {
    background: #f3f6ff
}

.plan-card {
    transition: transform .2s
}

.plan-card:hover {
    transform: translateY(-4px)
}

.keyword-links a {
    font-size: .85rem;
    margin: .15rem;
    display: inline-block
}

/* —— Hero image frame —— */
.hero-img-frame {
    position: relative;
    display: inline-block
}

.hero-img-frame img {
    position: relative;
    z-index: 0
}

.hero-img-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-size: 22px 22px;
    /* גודל משבצת */
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, .08) 25%, transparent 25%,
            transparent 50%, rgba(255, 255, 255, .08) 50%,
            rgba(255, 255, 255, .08) 75%, transparent 75%, transparent);
    animation: checker 6s linear infinite;
    /* אפשר לשנות מהירות */
}

@keyframes checker {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 11px 11px;
    }

    /* חצי מחזור – נראית תנועה רציפה */
}

/* Custom styling to make intl-tel-input work better with Bootstrap */
.iti {
    width: 100%;
}

.iti__country-list {
    z-index: 1050;
    /* Higher than Bootstrap modals */
}

.iframe-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding-top: 80%;
    margin: 0 auto;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.get-started {
    background-color: #210054;
}

.logo-marquee {
    overflow: hidden;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

.logo-track {
    display: flex;
    gap: 40px;
    animation: scrollLeft 20s linear infinite;
    will-change: transform;
    width: max-content;
}

.logo-track img {
    height: 120px;
    flex-shrink: 0;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.step-box {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(0, 212, 255, 0.2);
    color: #fff;
    transition: all 0.3s ease;
}

.step-box .step-badge {
    background-color: #00d4ff;
    color: #000;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: bold;
}

.step-box h5,
.step-box p {
    margin: 0;
}

.step-box:not(.active-step) {
    opacity: 0.5;
}

.step-box.active-step {
    border-color: #0dcaf0;
    background-color: rgba(13, 202, 240, 0.1);
    opacity: 1;
}

.custom-cta-bg {
    background-color: #f2f3ff;
    /* very light lavender */
    border-radius: 2rem;
}

.custom-accordion .accordion-button {
    background-color: transparent;
    color: #333;
    font-weight: 500;
    padding: 1rem 0;
    box-shadow: none;
    border: none;
}

.custom-accordion .accordion-button::after {
    content: "+";
    font-size: 1.25rem;
    transform: none;
    background-image: none !important;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "−";
    /* Unicode minus sign */
}

.custom-accordion .accordion-body {
    padding: 0 0 1rem;
    color: #555;
}

.custom-accordion .accordion-item {
    background-color: transparent;
    margin-bottom: 2rem;
}

.hero-margin {
    margin-bottom: 70px;
}

.woman-image {
    max-height: 300px;
    left: 40%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .hero-margin {
        margin-bottom: 280px;
    }

    .woman-image {
        left: 50%;
    }
}

.trusted-section {
    background-color: #0e1016;
    color: #fff;
    position: relative;
}

.trusted-title h2,
.trusted-title p {
    color: #fff;
}

.trusted-carousel-card {
    background-color: #1a1d25;
    border-radius: 12px;
    padding: 24px;
    color: #fff;
    height: 100%;
}

.trusted-carousel-card p {
    font-size: 0.95rem;
    margin-top: 12px;
}

.trusted-carousel-card strong {
    display: block;
    font-size: 1rem;
    margin-left: 8px;
}

.trusted-carousel-card img {
    border-radius: 50%;
}

/* Carousel Indicators */
.carousel-indicators [data-bs-target] {
    background-color: #00c2ff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.3;
    margin: 0 4px;
}

.carousel-indicators .active {
    opacity: 1;
}

/* Carousel Arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #00c2ff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 50% 50%;
}

@media (max-width: 767px) {
    .trusted-title {
        text-align: center;
        margin-bottom: 1.5rem;
    }
}

/* General style for dots */
.carousel-indicators button {
    width: 8px;
    height: 8px;
    background-color: #6c757d;
    /* Inactive dot color */
    border-radius: 50%;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin: 0 4px;
    border: none;
}

/* Active = dash style */
.carousel-indicators button.active {
    width: 24px;
    height: 6px;
    background-color: #00d4ff;
    /* Bright color for dash (adjust to match your theme) */
    border-radius: 4px;
    opacity: 1;
}

/* Row that holds ← dots → */
.carousel-navigation-wrapper {
    margin-top: 16px;
}

/* Wrapper row */
.custom-carousel-controls {
    display: flex;
    align-items: center;
    /* vertical centering for everything inside */
    justify-content: center;
    gap: 18px;
}

/* Dot container */
.custom-carousel-controls .carousel-indicators {
    position: static !important;
    display: flex !important;
    align-items: center;
    /* ✅ vertically center dots within the row */
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    height: 20px;
    /* match arrow height for perfect centering */
}

/* Dot styles */
.custom-carousel-controls .carousel-indicators [data-bs-target] {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: rgba(0, 200, 255, .35);
    opacity: 1;
    border: 0;
}

/* Active dot = dash */
.custom-carousel-controls .carousel-indicators .active {
    width: 26px !important;
    height: 6px !important;
    border-radius: 4px;
    background: #12c7ec;
}

/* Arrows */
.carousel-arrow {
    display: flex;
    align-items: center;
    /* centers arrow icon vertically */
    justify-content: center;
    background: none;
    border: 0;
    color: rgba(255, 255, 255, .45);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    height: 20px;
    /* match dot container height */
    padding: 0 6px;
    cursor: pointer;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
    color: #fff;
}

.waveform canvas {
    border-radius: 4px;
    opacity: 0.9;
}

.audio-preview .btn:focus {
    box-shadow: none;
}

.audio-preview .waveform {
    width: 100%;
    max-width: 300px;
    height: 64px;
}

@media (max-width: 400px) {
    .audio-preview .waveform {
        max-width: 220px;
        height: 48px;
    }

    .audio-preview .play-btn {
        width: 40px;
        height: 40px;
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #661BB4;
    /* Circle background */
    border-radius: 50%;
    padding: 12px;
    background-size: 50% 50%;
    /* Smaller arrow inside */
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l5 5a.5.5 0 0 1 0 .708l-5 5a.5.5 0 0 1-.708-.708L9.293 7 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.carousel-inner div div h5 {
    font-size: 2rem;
}

.carousel-inner div div p {
    font-size: 1rem;
}

.get-started {
    background-color: #210054;
}

.purple-check {
    color: #A14AFB !important;
}

/* Enlarged Bootstrap Switch */
.form-switch .form-check-input {
    transform: scale(1.6);
    margin: 0 0.5rem;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23661BB4' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a.5.5 0 0 1 .5.5V7h5.5a.5.5 0 0 1 0 1H8.5v5.5a.5.5 0 0 1-1 0V8H2a.5.5 0 0 1 0-1h5.5V1.5A.5.5 0 0 1 8 1z'/%3E%3C/svg%3E");
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
    /* turns + into × */
}

.fs-1 {
    transition: all 0.3s ease-in-out;
}

section.how-we-sound {
    background-color: #11002C;
}

footer {
    background-color: #18004A;
}

@media (max-width: 767.98px) {
    .image-no-margin-mobile {
        display: block;
        width: 100vw;
        max-width: 100vw;
        margin: 0 auto;
        padding-bottom: 1rem;
        /* optional breathing space */
        border-radius: 0 !important;
    }

    /* Remove any inner spacing from the column or container */
    .no-padding-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }

    section.how-we-sound {
        padding-bottom: 0 !important;
    }

    .how-we-sound .image-no-margin-mobile {
        margin-bottom: -20px;
    }

    .mobile-bigger-font {
        font-size: 1.3em;
    }

    .rating-section-title {
        font-size: 2rem !important;
        /* Bigger title */
    }

    .rating-section-subtitle {
        margin-left: 30px;
        margin-right: 30px;
        font-size: 1rem !important;
        /* Bigger description */
    }

    .rating-logo {
        width: 65px !important;
        /* Increase logo size */
    }

    .rating-stars {
        height: 20px !important;
        /* Increase stars */
    }

    .rating-score {
        font-size: 1.3rem !important;
        /* Score number */
    }

    .rating-label {
        font-size: 0.8rem !important;
    }

    .why-it-works h2 {
        text-align: center;
    }

    .trusted-title {
        font-size: 2rem !important;
        text-align: center;
    }

    .trusted-title br {
        display: none;
    }

    .how-we-sound h2 {
        margin: 20px;
        font-size: 2rem;
        text-align: center;
    }

    .how-we-sound .lead {
        font-size: 1.2rem;
        text-align: center;
        margin: 20px;
    }

    .how-we-sound div p {
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1.2rem;
    }

    .no-padding-mobile {
        height: calc(100% - 400px);
        /* max-height: calc(100% - 400px); */
    }

    .track-sources div h2 {
        font-size: 1.8rem;
        margin: 10px;
    }

    .track-sources div p {
        font-size: 1.1rem;
        margin: 10px;
    }

    .track-sources div h2 br {
        display: none;
    }

    .we-handle-calls {
        font-size: 1.6rem;
    }

    .we-handle-cards div div h5 {
        font-size: 1.5rem !important;
    }

    .never-worry h2 {
        font-size: 1.7rem;
        margin: 10px;
        text-align: center;
    }

    .never-worry .lead {
        font-size: 1.2rem;
        margin: 20px;
        text-align: center;
    }

    .never-worry .mt-4 {
        display: none;
    }

    .convert-more h2 {
        font-size: 1.7rem;
        text-align: center;
    }

    .convert-more p {
        font-size: 1.2rem;
        text-align: center;
    }

    .mobile-app-text h2 {
        font-size: 1.8rem;
    }

    .mobile-app-text p {
        font-size: 1.1rem;
    }

    .mobile-app-text h2 br {
        display: none;
    }

    .faq-text div h2 {
        font-size: 2rem;
    }

    .faq-text div p {
        font-size: 1.2rem;
    }

    .faq-text div div h2 button {
        font-size: 1.2rem;
    }
}