/*
Theme Name: Royal Theme
Author: Mario
*/


@keyframes fadeup {
    from {
        opacity: 0;
        padding-top: 50px;
    }

    to {
        opacity: 1;
        top: 0px;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeup {
    from {
        opacity: 0;
        padding-top: 50px;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeup {
    from {
        opacity: 0;
        padding-top: 50px;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadeup {
    from {
        opacity: 0;
        padding-top: 50px;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeup {
    from {
        opacity: 0;
        padding-top: 50px;
    }

    to {
        opacity: 1;
    }
}

/** FADE SIDE **/
@keyframes fadeside {
    from {
        opacity: 0;
        padding-right: 80px;
    }

    to {
        opacity: 1;
        top: 0px;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeside {
    from {
        opacity: 0;
        padding-right: 80px;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeside {
    from {
        opacity: 0;
        padding-right: 80px;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadeside {
    from {
        opacity: 0;
        padding-right: 80px;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeside {
    from {
        opacity: 0;
        padding-right: 80px;
    }

    to {
        opacity: 1;
    }
}

.fade-in-1 {
    opacity: 0;
}

.fade-in-2 {
    opacity: 0;
}

.fade-in-3 {
    opacity: 0;
}

.fade-front {
    opacity: 0
}

.scrolled-1 {
    opacity: 1;
    -webkit-animation: fadeside 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeside 2s;
    /* Firefox < 16 */
    -ms-animation: fadeside 2s;
    /* Internet Explorer */
    -o-animation: fadeside 2s;
    /* Opera < 12.1 */
    animation: fadeside 2s;
}

.scrolled {
    opacity: 1;
    -webkit-animation: fadeup 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeup 2s;
    /* Firefox < 16 */
    -ms-animation: fadeup 2s;
    /* Internet Explorer */
    -o-animation: fadeup 2s;
    /* Opera < 12.1 */
    animation: fadeup 2s;
}

.scrolled-2 {
    opacity: 1;
    -webkit-animation: fadeup 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeup 3s;
    /* Firefox < 16 */
    -ms-animation: fadeup 3s;
    /* Internet Explorer */
    -o-animation: fadeup 3s;
    /* Opera < 12.1 */
    animation: fadeup 3s;
}

.scrolled-3 {
    opacity: 1;
    -webkit-animation: fadeup 4s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeup 4s;
    /* Firefox < 16 */
    -ms-animation: fadeup 4s;
    /* Internet Explorer */
    -o-animation: fadeup 4s;
    /* Opera < 12.1 */
    animation: fadeup 4s;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}


dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #333;
    font-weight: bold;
    font-size: 1.1rem
}

a:hover,
a:focus,
a:active {
    color: var(--primary-color);
}

.sub-menu a:focus,
.sub-menu a:active {
    color: #000000 !important;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 1;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

ul.sub-menu {
    display: none;
}

.show {
    display: block;
}

/*header, navbar*/

/* ===== BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

/* ===== NAVBAR STRUCTURE ===== */
header#masthead {
    position: sticky;
    overflow: visible;
    z-index: 10000000;
    top: 0;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 120px;
}

.right-navbar {
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

/* ===== MENU ITEMS ===== */
.menu-items {
    display: flex;
    list-style-type: none;
    height: 100%;
    align-items: center;
    position: relative;
}

.menu-item {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
    position: relative;
    padding-inline-start: 7%;
}

.menu-item:hover {
    color: var(--primary-color);

}

.menu-item.has-dropdown::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('dropdown-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 6px;
    transition: transform 0.2s ease;
}


.menu-item:hover.has-dropdown::after {
    transform: rotate(180deg);
}

/* ===== DROPDOWN MENUS ===== */
.navbar {
    position: sticky;
    top: 0;
    width: 100%;
    height: 80px;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 120px;
    z-index: 1000;
}

.menu-items {
    display: flex;
    list-style: none;
    gap: 40px;
    height: 100%;
    align-items: center;
    position: static;
}

.menu-item {
    position: static;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #1B1B1B;
}

.menu-item.has-dropdown::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('dropdown.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.menu-item:hover.has-dropdown::after {
    transform: rotate(180deg);
}

/* ===== DROPDOWNS ===== */
.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 24px;
}

.menu-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* Dropdown content styles */
.dropdown-container {
    display: flex;
    gap: 104px;
    margin: 0 auto;
    max-width: 1200px;
}

.dropdown-content-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dropdown-section-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #717171;
}

.features-row {
    display: flex;
    gap: 48px;
}

.feature-card {
    width: 274px;
    height: 72px;
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.feature-card:hover,
.feature-card.active {
    background: #f6f6f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #e6e6e6;
}

.feature-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    position: relative;
    width: 34px;
    height: 34px;
}

.feature-icon .default-icon,
.feature-icon .active-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.feature-icon .active-icon {
    opacity: 0;
}

.feature-card:hover .feature-icon .default-icon,
.feature-card.active .feature-icon .default-icon {
    opacity: 0;
}

.feature-card:hover .feature-icon .active-icon,
.feature-card.active .feature-icon .active-icon {
    opacity: 1;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-title {
    font-size: 14px;
    font-weight: 600;
    color: #1b1b1b;
}

.feature-description {
    font-size: 14px;
    color: #535862;
}

.dropdown-image-section {
    width: 500px;
    height: 234px;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.image-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay-60 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), url(60-returns.png)
}

.image-overlay-92 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 40%), rgb(0 0 0 / 40%)), url(92-company.png)
}

.savings-badge {
    position: absolute;
    right: 3%;
    top: 150px;
    width: 300px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px;
    border-radius: 12px;
    background: rgb(133 133 133 / 50%);
    backdrop-filter: blur(10px);
    color: white;
}

.savings-icon {
    width: 41px;
    height: 40px;
    background: url('savings-icon.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.stars-icon {
    height: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
    background: url(stars-icon.png);
    background-repeat: no-repeat;
}

.savings-period {
    height: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12.8476px;
    line-height: 16px;
    /* identical to box height */
    text-transform: capitalize;
    color: #b2b2b2;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

}

.savings-label-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1B1B1B;
    display: inline;
}

.image-headline {
    position: absolute;
    left: 38px;
    top: 48px;
    width: 393px;
    font-size: 28px;
    color: #fff;
    font-weight: 300;
}

.headline-bold {
    font-weight: 600;
}

/* Right side elements */
.shopping-bag {
    height: 24px;
    cursor: pointer;
}

.find-us-on-spotify {
    font-weight: 500;
    white-space: nowrap;
}

.demo-button {
    background-color: #DE4066;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
}

.demo-button-text {
    font-weight: 500;
}

/* Responsive styles */
@media (max-width: 1280px) {
    .navbar {
        padding: 0 60px;
    }

    .dropdown-menu {
        width: 100%;
        left: 0;
        transform: none;
        padding: 24px 60px;
    }
}

@media (max-width: 1024px) {
    .dropdown-container {
        flex-direction: column;
    }

    .dropdown-image-section {
        width: 100%;
        height: auto;
        aspect-ratio: 2/1;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }

    .menu-items {
        flex-direction: column;
        width: 100%;
        gap: 0;
        margin: 20px 0;
    }

    .menu-item {
        width: 100%;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        box-shadow: none;
        padding: 0 20px !important;
    }

    .menu-item:hover .dropdown-menu {
        display: none;
    }

    .menu-item.active .dropdown-menu {
        display: block;
    }
}

/* ===== FAQ ===== */
.faq-heading {
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 600;
    color: #1b1b1b;
}

.faq-list {
    width: 100%;
    max-width: 1100px;
    /* tweak if you want it tighter/wider */
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e9e9e9;
}

.faq-question {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 14px 0;
    background: none;
    border: 0;
    text-align: left;
    cursor: pointer;
    transition: color .2s ease;
}

.faq-q-text {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.4;
}

/* circular + icon on the right, switches to minus when open */
/* FAQ icon as SVG from sprite */
.faq-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    color: #1b1b1b;
    /* controls the + / – color (the ring is fixed grey in the symbol) */
}

/* optional hover polish */
.faq-question:hover .faq-q-text {
    color: #1b1b1b;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #1b1b1b;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}

.faq-icon::after {
    /* vertical bar for + */
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .2s ease, opacity .2s ease;
}

/* when expanded -> minus (hide vertical bar) */
.faq-question[aria-expanded="true"] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
    opacity: 0;
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 260ms ease;
    padding-right: 36px;
    /* leaves space under the icon column */
}

.faq-answer p {
    margin: 0 0 14px 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}

/* open by default (first item) */
.faq-answer[data-open] {
    max-height: 500px;
}

/* will be corrected by JS on load */

/* mobile tweaks */
@media (max-width: 560px) {
    .faq-answer {
        padding-right: 0;
    }
}

/* footer*/
/* Footer Container */

.footer {
    width: 100%;
    background: #f6f6f6;
    padding: 60px 20px;
    position: relative;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-areas:
        "logo links language"
        "description links language"
        "social links language"
        "divider divider divider"
        "copyright copyright copyright";
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}

/* Logo */
.footer-logo {
    grid-area: logo;
    max-width: 205px;
    height: 42px;
}

/* Description */
.footer-description {
    grid-area: description;
    max-width: 310px;
    font-size: 16px;
    line-height: 1.5;
    color: #637381;
}

/* Social Icons */
.social-icons {
    grid-area: social;
    display: flex;
    gap: 12px;
}

.social-icons img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s;
}

.social-icons img:hover {
    transform: translateY(-3px);
}

/* Footer Links */
.footer-links {
    grid-area: links;
    display: flex;
    justify-content: space-around;
    gap: 42px;
}

.footer-link-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-link-title {
    font-size: 20px;
    font-weight: 600;
    color: #111928;
}

.footer-link-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    font-size: 16px;
    color: #637381;
    cursor: pointer;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #de4066;
}

@media (max-width: 765px) {
    .footer {
        padding: 10px, 5px;
    }

    .footer-description {
        max-width: 100%;
    }

    .footer-links {
        flex-direction: row !important;
    }

}

/* Language Selector */
.language-selector-container {
    grid-area: language;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.language-selector {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    transition: all 0.3s;
}

.language-selector:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.language-text {
    flex-grow: 1;
    font-size: 16px;
    color: #717171;
}

.app-store-button {
    display: flex;
    align-items: center;
    color: #fff;
    background: #1B1B1B;
    height: 60px;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    transition: all 0.3s;
    max-width: fit-content;
    gap: 8px;
}

.app-store-button:hover {
    background: #222222;
    ;
}

.shopify--button-text {
    display: block;
}

.shopify--button-text h4 {
    font-weight: 500;

}

.shopify--button-text p {
    font-size: 0.9rem;

}

/* Divider */
.footer-divider {
    grid-area: divider;
    width: 100%;
    height: 1px;
    background: #DFE4EA;
    margin: 20px 0;
}

/* Copyright */
.copyright {
    grid-area: copyright;
    font-size: 16px;
    font-weight: 500;
    color: #637381;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-areas:
            "logo links links"
            "description language language"
            "social language language"
            "divider divider divider"
            "copyright copyright copyright";
        grid-template-columns: 1fr 1fr;
    }

    .footer-links {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-areas:
            "logo"
            "description"
            "links"
            "social"
            "language"
            "divider"
            "copyright";
        grid-template-columns: 1fr;
    }

    .footer-links {
        flex-direction: column;
        gap: 30px;
    }

    .language-selector-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .language-selector,
    .app-store-button {
        width: 100%;
        max-width: 240px;
    }
}

@media (max-width: 650px) {
    .footer-content {
        display: grid;
        grid-template-areas:
            "logo social"
            "description description"
            "links links"
            "language language"
            "divider divider"
            "copyright copyright";
        grid-template-columns: 1fr auto;
        gap: 20px;
        align-items: center;
        /* vertically align logo + icons */
    }

    .footer-logo {
        grid-area: logo;
    }

    .social-icons {
        grid-area: social;
        justify-self: end;
        /* push social icons to the right of logo */
    }

    .footer-description {
        grid-area: description;
    }

    .footer-links {
        grid-area: links;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .language-selector-container {
        grid-area: language;
    }

    .footer-divider {
        grid-area: divider;
    }

    .copyright {
        grid-area: copyright;
    }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

ul.children a {
    font-size: 14px;
}

@media screen and (max-width: 770px) {

    .count,
    ul.children {
        display: none !important;
    }

    .hide-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 770px) {
    .product-widget .widget ul {
        display: flex !important;
        width: 100%;
    }

    .product-widget .widget a {
        font-size: .9rem !important;
    }

    li.cat-item {
        padding: 4px !important;
    }

    .widget ul {
        margin: 0px !important;
    }

    .cat-parent ul.children {
        display: none !important;
    }
}

/*frontpage section 1*/

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

:root {
    --primary-color: #de3f66;
}

.section-1 {
    background:
        -webkit-radial-gradient(73.54% 69.19%, circle,
            rgba(77, 106, 165, 0.2) 23.56%,
            rgba(215, 221, 238, 0.2) 100%),
        -webkit-linear-gradient(259.22deg,
            #F48AC9 25.2%, #C3C2ED 40.28%, #FFFFFF 60.35%);
}

.section-1-container {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding-top: 40px;
    gap: 40px;
    padding-bottom: 150px;
}


.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px;
    display: block;
    gap: 40px;
    padding-bottom: 150px;
}

@media (min-width: 795px) {
    .section-1 {
        padding-bottom: 50px;
    }
}

@media (max-width: 495px) {
    .container {
        max-width: 100%;
        padding: 0px;
        padding-top: 150px;
    }

    .demo-content {
        padding: 10px;
    }
}

.flex {
    display: flex !important;
}

@media (max-width: 395px) {
    .flex {
        display: block !important;
    }
}

.left-section {
    flex: 1;
    max-width: 70%;
    margin-left: 10%;
    margin-right: 15%;
}

@media (max-width:1400px) {
    .left-section {
        margin-right: 0px;

    }

}

.title {
    font-size: 4rem;
    color: white;
}

.title span {
    color: var(--primary-color);
}

.title-white {
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    padding: 30px;
    padding-left: 15%;
    padding-right: 15%;
}

.text-white {
    padding-left: 15%;
    padding-right: 15%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 21.3333px;
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 395px) {
    .text-white {
        width: 100%;
    }
}

.text {
    font-size: 21px;
    color: #333;
    margin-top: 20px;
    max-width: 658px;
}

.shopify-row {
    gap: 20px;
    display: flex;
}

.button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.shopify-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.shopify-link img {
    margin-right: 10px;
}

.powered-by {
    font-size: 21px;
    margin-top: 100px;
    color: #333;
}

.powered-by span {
    color: var(--primary-color);
}

.logos-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    align-items: anchor-center;
}

.logos-container .logo {
    max-width: 120px;
    opacity: 0.55;
    mix-blend-mode: multiply;

}

/* New responsive image section styles */
.right-section {
    position: relative;
    width: 510px;
    height: auto;
    right: 0px;
}

.all-img {
    width: 96%;
    height: 100%;
    max-height: 570px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff00;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    object-fit: cover;
    object-position: left;
}

.iphone14-image {
    position: absolute;
    width: 275px;
    transform: translate(49%, 27%);
    filter: drop-shadow(0px 4px 8px #DFDFDF);
    z-index: 2;
}

.notifications-image {
    position: absolute;
    width: 275px;
    transform: translate(-54%, 310%);
    filter: drop-shadow(0px 0px 2px #dfdfdf42);
    z-index: 3;
}


/* Responsive adjustments 
@media (max-width: 1200px) {
    .right-section {
        width: 450px;
        height: 500px;
    }
    
    .iphone14-image {
        max-width: 180px;
    }
}*/
@media (max-width: 1260px) {
    .left-section {
        margin-left: 6%;
    }

    .notifications-image {
        transform: translate(-54%, 329%) !important;
    }
}

@media (max-width: 1150px) {
    .notifications-image {
        display: none;
    }
}

@media (max-width: 1000px) {
    .right-section {
        width: 400px;
        height: 450px;
    }

    .iphone14-image {
        max-width: 160px;
    }

    .title {
        font-size: 42px;
    }

    .text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .flex {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .left-section {
        text-align: left;
        width: 100%;
        margin-left: 0px;
        max-width: 100%;
        padding: 20px;
    }

    .right-section {
        width: 100%;
        height: auto;
        min-height: 400px;
        position: relative;
        left: 120px;
        overflow: hidden
    }

    .all-img {
        position: relative;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .iphone14-image {
        position: absolute;
        width: 35%;
        max-width: 180px;
        top: 54%;
        left: 37%;
        transform: translate(-50%, -50%);
    }

    .shopify-link,
    .logos-container {
        justify-content: center;
    }

    .title {
        font-size: 36px;
    }

    .text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .right-section {
        min-height: 350px;
        left: unset;
    }

    .iphone14-image {
        max-width: 140px;
    }

    .title {
        font-size: 32px;
    }

    .button {
        padding: 12px 24px;
    }
}

/* second section */
.pb-250 {
    padding-bottom: 300px;
}

.pb-64 {
    padding-bottom: 64px;
}

@media (max-width: 768px) {
    .pb-250 {
        padding-bottom: 290px;
    }
}

/*Slider*/
.center-promotion {
    /* Rectangle 5023 */
    position: relative;
    max-width: 100%;
    height: auto;
    background: linear-gradient(84.91deg, #F48AC9 5.41%, #C1C5EF 99.39%);
    border-radius: 20px;
    min-height: 415px;
}

.center-promotion .image-container {
    position: relative;
    top: 190px;
    width: 100%;
    gap: 35px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .center-promotion .title-white {
        font-size: 30px;
        padding-left: 10%;
        padding-right: 10%;
        text-align: start;
    }

    .center-promotion .text-white {
        font-size: 24px;
        padding-left: 10%;
        padding-right: 10%;
        text-align: start;
    }

    .list img {
        height: 380px !important;
    }
}

@media (max-width: 480px) {
    .center-promotion .title-white {
        font-size: 26px;
        padding-left: 5%;
        padding-right: 5%;
        text-align: start;
    }

    .center-promotion .text-white {
        font-size: 20px;
        padding-left: 5%;
        padding-right: 5%;
        text-align: start;
    }
}

.slider-container {
    display: flex;
    overflow: hidden;
    overflow-x: hidden;
    width: 80%;
    justify-content: center;
    gap: 20px;
    /* Add a gap between images */
}

.swipe {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100vw;
    /* Ensure it doesn't exceed viewport width */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
    overflow: hidden;
}

.list {
    position: relative;
    height: 350px;
    width: 100%;
    max-width: 1200px;
    /* Optional: set maximum content width */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
}

.list img {
    width: auto;
    height: 350px;
    max-height: 80vh;
    /* Prevent images from being too tall */
    object-fit: contain;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 4px;
    will-change: transform, opacity;
    /* Optimize animations */
}

/* Active (center) image */
img.act {
    z-index: 3;
    transform: translate(-50%, 0) scale(1);
    left: 50%;
    opacity: 1;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

/* Previous (left) image */
img.prev {
    z-index: 2;
    transform: translate(-80%, 0) scale(0.85);
    left: 30%;
    opacity: 0.95;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

/* Next (right) image */
img.next {
    z-index: 2;
    transform: translate(-20%, 0) scale(0.85);
    left: 70%;
    opacity: 0.95;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}

/* Hidden images */
img.new-next,
img.hide {
    opacity: 0;
    z-index: 1;
    transform: scale(0.6);
    pointer-events: none;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .list {
        height: 300px;
        gap: 30px;
    }

    .list img {
        height: 300px;
    }

    img.prev {
        left: 25%;
        transform: translate(-90%, 0) scale(0.8);
    }

    img.next {
        left: 75%;
        transform: translate(-10%, 0) scale(0.8);
    }
}


@media (max-width: 980px) {
    .swipe {
        padding-top: 200px;
    }

    .center-promotion {
        min-height: 460px;
    }

}

@media (max-width: 768px) {
    .center-promotion {
        min-height: 440px;
        padding-bottom: 70px;
        width: 90%;
    }

    .pb-200 {
        padding-bottom: 260px;
    }

    .swipe {
        padding-top: 230px;
    }

    .list {
        height: 300px;
        gap: 10px;
    }

    .list img {
        height: 300px;
    }

    img.act {
        transform: translate(-50%, 0) scale(0.95);
    }

    img.prev {
        display: none;
        left: 15%;
        transform: translate(-100%, 0) scale(0.7);
        opacity: 0.7;
    }

    img.next {
        left: 70%;
        transform: translate(0%, 0) scale(0.7);
        opacity: 0.7;
    }
}

@media (max-width: 480px) {
    .swipe {
        transform: translate(-50%, -40%);
        /* Adjust vertical positioning */
        padding-top: 130px;
    }

    .list {
        height: 300px;
        gap: 10px;
    }

    img.act {
        transform: translate(-60%, 0) scale(0.9);
    }

    img.prev,
    img.next {
        opacity: 0.5;
    }
}

.dots {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bbb;
    margin: 0 4px;
    transition: background 0.3s;
}

.dot.active {
    background: #333;
}

@media (max-width: 620px) {

    img.next {
        left: calc(80% - 20px);
    }
}


/*third section*/
.third-section-content {
    justify-content: center;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

.third-section-title {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #de4066;
}

.third-sectiontxt {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #1a1c1f;
    max-width: 740px;
    margin: 0 auto;
}

.description {
    font-size: 21.33333396911621px;
    text-align: center;
    color: #1a1c1f;
}

.card-container {
    align-items: center;
    justify-content: center;

}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 196px;
    width: 255px;
    position: relative;
    padding: 15px;
    border-radius: 24px;
    background: #f6f6f6;
    margin: 10px;
}

.icon {
    flex-grow: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.price {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #1a1c1f;
}

.card-description {
    flex-grow: 0;
    flex-shrink: 0;
    width: 177px;
    font-size: 18px;
    text-align: left;
    color: #525a62;
}

@media (max-width: 900px) {
    .card-container {
        flex-direction: column;
    }
}

/* Main Container */
.statistic-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    padding-top: 100px;
    opacity: 0;
    transform: translateX(-50px);
}

@media (max-width: 768px) {
    .statistic-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 10px;
        padding-top: 100px;
    }

    .image-card-overlay {
        width: 100% !important;
    }

    .image-card-overlay img {
        margin: 0 auto;
        display: block;

    }
}

/* Image Card */
.image-card {
    min-width: 383px;
    width: 100%;
    height: 512px;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}

.image-card-overlay {
    width: 384px;
    height: 512px;
    position: relative;
    top: -1.09px;
    border-radius: 32px;

}

.statistic-container.animate {
    animation: slideRight 1.8s ease forwards;
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.image-card-border {
    width: 336px;
    height: 464px;
    position: absolute;
    left: 22.75px;
    top: 22.75px;
    border-radius: 20px;
    border: 1.5px solid #fff;
}

/* Content Section */
.content-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 531px;
    gap: 32px;
}

.heading-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    gap: 4px;
}

.subheading {
    width: 538px;
    font-size: 21px;
    font-weight: 600;
    color: #de4066;
}

.main-heading {
    width: 538px;
    font-size: 48px;
    font-weight: 700;
    color: #1a1c1f;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    gap: 16px;
}

.testimonial-text {
    align-self: stretch;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #1a1c1f;
}

.testimonial-author {
    align-self: stretch;
    width: 538px;
    font-size: 18px;
    text-align: left;
    color: #1b1b1b;
}

.testimonial-role {
    align-self: stretch;
    width: 538px;
    font-size: 18px;
    text-align: left;
    color: #a0a0a0;
}

.demo-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 10px;
    padding: 11px 24px;
    border-radius: 100px;
    background: #de4066;
    cursor: pointer;
}

.demo-button-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

/*4th section how it works*/
/* ===== How It Works Section ===== */
.how-it-works-section {
    width: 100%;
    max-width: 1283px;
    min-height: 573px;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
}

.how-it-works-text {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 37px;
}

.how-it-works-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.how-it-works-subtitle {
    font-size: 21px;
    font-weight: 600;
    color: #de4066;
}

/* Text Containers */
.title-container,
.description-container {
    position: relative;
    min-height: 1em;
}

.how-it-works-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1c1f;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
    pointer-events: none;
}

.how-it-works-description {
    font-size: 21px;
    color: #1a1c1f;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(10px);
    pointer-events: none;
}

.active-text {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Image Container */
.how-it-works-image {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 576px;
}

.image-wrapper {
    width: 100%;
    max-width: 500px;
    position: relative;
    height: auto;
}

.feature-image {
    width: 100%;
    height: auto;
    display: none;
}

.feature-image.active {
    display: block;
}

/* Features Navigation */
.features-container-wrapper {
    width: 100%;
    max-width: 576px;
    margin: 20px auto 0;
    overflow: hidden;
}

.features-container {
    width: max-content;
    margin: 0 auto;
    position: relative;
    left: 42%;
    transform: translateX(-28%);
    height: 80px;
    overflow: hidden;
}

.features-scroller {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    gap: 8px;
    transition: transform 0.4s ease-out;
    will-change: transform;
    /* Improves animation performance */
}

/* Feature Pills */
.feature-pill {
    display: flex;
    flex: 0 0 auto;
    /* Prevent pills from shrinking/growing */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 12px;
    padding: 8px 20px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #f48ac9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.feature-pill-primary {
    background: #f48ac9;
    border-color: #f48ac9;
}

/* Feature Text */
.feature-text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.feature-text-secondary {
    color: #f48ac9;
}

.feature-pill-primary .feature-text {
    color: #fff;
}

/* Spacer and Fadeout */
.feature-spacer {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
}

.features-fadeout-left {
    width: 40px;
    height: 80px;
    position: absolute;
    left: -4%;
    top: -1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    pointer-events: none;
    z-index: 1;
}

.features-fadeout-right {
    width: 90px;
    height: 80px;
    position: absolute;
    right: 22%;
    top: -1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    pointer-events: none;
}

/*step circle*/
.progress-container {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -59%);
    z-index: 2;
}

.progress-circle {
    position: relative;
    width: 132px;
    height: 132px;
    border-radius: 50%;
}

.progress-background {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000;
}

.progress-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /* Start fully empty */
    background: conic-gradient(#f48ac9 0deg, transparent 0deg);
}

.progress-inner-circle {
    position: absolute;
    width: 122px;
    height: 122px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    /* use flexbox, not block */
    justify-content: center;
    /* horizontal center */
    align-items: center;
    /* vertical center */
    text-align: center;
    /* center multiline text */
}

.step-text {
    display: flex;
    flex-direction: column;
    /* force vertical stacking */
    align-items: center;
    color: #f48ac9;
    font-size: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.step-label {
    font-size: 20px;
}

.step-number {
    font-size: 28px;
    font-weight: 600;
    white-space: normal;
    /* allow the <br> to work */
}



/* ===== Responsive Styles ===== */
@media (max-width: 768px) {
    .how-it-works-section {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }

    .how-it-works-text,
    .how-it-works-image {
        width: 100%;
    }

    .how-it-works-text {
        flex: 1 1 225px;
    }

    .how-it-works-title {
        font-size: 36px;
    }

    .how-it-works-description {
        font-size: 18px;
    }

    .features-container {
        height: 60px;
    }

    .feature-pill {
        padding: 6px 16px;
    }

    .feature-text {
        font-size: 16px;
    }

    .features-fadeout {
        width: 100px;
    }

    .features-fadeout-left {
        width: 34px;
        left: -4%;
    }

}

@media (max-width: 610px) {
    .features-fadeout {
        width: 60px;
    }

    .features-fadeout-left {
        left: -5%;
    }
}


/* ===== Review Section ===== */
.review-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    gap: 40px;
}

/* Image Container (Left on desktop) */
.review-image {
    flex: 0 0 350px;
    position: relative;
    min-height: 200px;
}

.review-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    position: absolute;
    top: 70px;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: none;
}

.review-img.active {
    opacity: 1;
    display: block;
}

/* Content Wrapper (Right on desktop) */
.review-content-wrapper {
    flex: 1;
}

/* Review Top Bar */
.review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.review-count {
    font-size: 21px;
    color: #1a1c1f;
}

/* Arrows */
.review-arrows {
    display: flex;
    gap: 8px;
}

.review-arrows svg {
    width: 42px;
    height: 42px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.review-arrows svg.disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

/* Slider & Slides */
.review-slider {
    position: relative;
}

.review-slide {
    display: none;
    flex-direction: column;
}

.review-slide.active {
    display: flex;
}

/* Review Content */
.review-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.review-text {
    font-size: 32px;
    font-weight: 500;
    color: #1a1c1f;
    animation: textFadeIn 0.6s ease-in forwards;
    opacity: 0;
    transform: translate(-10px, -7px);
}

.review-author {
    font-size: 21px;
    color: #1a1c1f;
}

.review-subtext {
    font-size: 21px;
    font-style: italic;
    color: #a0a0a0;
}

/* Button Container */
.review-button-container-default {
    margin-top: 20px;
}

.review-button {
    display: inline-block;
    background-color: #1a1c1f;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    padding: 10px 24px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.review-button:hover {
    background-color: #333;
}

/* Animation */
@keyframes textFadeIn {
    from {
        opacity: 0;
        transform: translate(-10px, -7px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.review-button-container-small {
    display: none;
}

/* ===== Mobile Styles (768px and below) ===== */
@media (max-width: 768px) {
    .review-section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }

    .review-content-wrapper {
        order: 1;
        width: 100%;
    }

    .review-image {
        order: 2;
        width: 100%;
        min-height: auto;
        display: flex;
        justify-content: center;
        flex: none;
    }

    .review-img {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 300px;
        max-height: 300px;
        top: 0px;

    }

    .review-button-container-default {
        display: none;
    }

    .review-button-container-small {
        order: 3;
        justify-content: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .review-text {
        font-size: 24px;
        line-height: 1.3;
    }

    .review-count {
        font-size: 18px;
    }
}


/*unique features*/
.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 24px;
    margin-bottom: 40px;
}

.heading-container-unique {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 4px;
    text-align: center;
}

.subheading {
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    color: #de4066;
}

.main-heading {
    width: 100%;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: #1a1c1f;
}

.description {
    width: 100%;
    max-width: 742px;
    font-size: clamp(16px, 2vw, 21.333px);
    color: #1a1c1f;
    margin: 0 auto;
}

.image-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
    position: relative;
    margin-top: 30px;
    /* Animation properties */
    opacity: 0;
    transform: translateY(50px);
}

.image-row.animate {
    animation: slideUp 1.8s ease forwards;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.image-small {
    width: 100%;
    max-width: 370px;
    height: 490px;
    background: #CBAFEB;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 35px 25px;
}

.image-large {
    width: 100%;
    max-width: 390px;
    height: 550px;
    background: #F48AC9;
    border-radius: 26.4px;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 35px 25px;
}

.text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    gap: 10px;
    height: 100%;
}

.rectangle-title {
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    width: 308px;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    line-height: 1.2;
}

.rectangle-description {
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 0;
    width: 308px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 1.5;
}

.small-image {
    margin-top: auto;
    border-radius: 8px;
    overflow: hidden;
    align-self: center;
}

@media (max-width: 1024px) {
    .image-row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .image-small,
    .image-large {
        max-width: 366px;
        height: 472px;
        padding: 40px 30px;
    }
}

@media (max-width: 400px) {
    .rectangle-title {
        font-size: 28px;
    }

    .rectangle-description {
        font-size: 16px;
    }
}

/* demo section */
.demo-container {
    width: 100%;
    height: 900px;
    position: relative;
}

/* Background Image Styles */
.demo-bg-image {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: none;
    background-image: url(pexels-fauxels-3183172.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.demo-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    left: -1px;
    top: -1px;
    background: rgba(0, 0, 0, 0.45);
}

/* Content Section Styles */
.demo-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 590px;
    position: relative;
    top: 238px;
    left: 120px;
    gap: 24px;
}

.demo-heading-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    position: relative;
    gap: 4px;
}

.demo-heading {
    align-self: stretch;
    width: 590px;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    line-height: 1.2;
}

.demo-description {
    align-self: stretch;
    width: 590px;
    font-size: 21px;
    text-align: left;
    color: #fff;
    line-height: 1.5;
}

/* Button Styles */
.demo-button-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 40px;
}

.demo-button {
    display: inline-block;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px 30px;
    border-radius: 100px;
    background: #de3f66;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    max-width: fit-content;
}

.demo-button:hover {
    background: #c5385a;
}

/* Calendar Styles */
.calendar-container {
    width: 430px;
    height: 561px;
    position: absolute;
    right: 20px;
    top: 120px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

@media (max-width: 960px) {
    .calendar-container {
        width: 330px;

    }

    .demo-heading,
    .demo-description {
        width: 100%;
    }

}

.calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 7px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


/* Profile Card Styles */
.profile-card {
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 15px;
}

@media (max-width: 1245px) {
    .calendar-container {
        margin: 0 auto;
        height: auto;
        min-height: 450px;
        right: 0px;
        position: relative;
        top: unset;
        margin-top: 80px;

    }

    .demo-content {
        top: 50px;
        margin: 0 auto;
        left: unset;
        width: 100%;

    }

    .demo-container {
        width: 100%;
        height: 1000px;
        margin: 0 auto;
    }
}

.chatbubble {
    position: absolute;
    bottom: 22px;
    left: 63px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}

.profile-main {
    display: flex;
    height: 104px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #d7ddee 0%, #ffe6eb 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.julia-img {
    height: auto;
    max-width: 100%;
    top: 30px;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.profile-svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
}

.profile-info {
    flex: 1;
    padding: 18px 24px;
    position: relative;
    z-index: 2;
}

.profile-name {
    font-size: 16px;
    font-weight: 300;
    color: #1b1b1b;
    margin: 0 0 6px 0;
}

.profile-message {
    font-size: 24px;
    color: #1b1b1b;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 495px) {
    .profile-name {
        font-size: 14px;
    }

    .profile-message {
        font-size: 22px;
        color: #1b1b1b;
        margin: 0;
        font-weight: 500;
    }

    .profile-info {
        padding: 10px 18px;
    }
}

.decor-right {
    width: 24px;
    background: #ffe6eb;
    position: relative;
}

.decor-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35px;
    background: #ffe6eb;
    border-bottom-right-radius: 64px;
}

.decor-right::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: #ffe6eb;
}


/*.profile-card::before{
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 20px;
    left: 73px;
    height: 17px;
    width: 8px;
    background: linear-gradient(to bottom, #d8ddee 0%, #f0f1f4 100%);
    background-attachment: fixed;
    border-bottom-right-radius: 15px;
    transform: rotate(27deg);

        }
        .profile-card::after{
      content: "";
          position: absolute;
          z-index: 1;
          bottom: 21px;
          left: 65px;
          width: 9px;
          height: 13px;
          background: linear-gradient(to bottom, #d8ddee 39%, #cacbd1 61%, #cacbd1 31%,);
          background: linear-gradient(to bottom, #ffffff 0%, #62574f 100%);
          backdrop-filter: blur(10px);
          border-bottom-right-radius: 10px;
          transform: rotate(7deg);
        }*/