/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: 'Frutiger LT Pro';
    src: url('/fonts/frutiger/FRUTIGERLTPRO-ROMAN_0.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger LT Pro';
    src: url('/fonts/frutiger/FRUTIGERLTPRO-BOLD_0.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Frutiger LT Pro';
    src: url('/fonts/frutiger/FRUTIGERLTPRO-BLACK_0.OTF') format('opentype');
    font-weight: 800;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Global styles */
body {
    font-family: 'Frutiger LT Pro', sans-serif;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.35;
    color: #000;
}
img{
    max-width: 100%!important;
}
h1 {
    font-size: 2.5rem; /* Adjust based on your design */
    font-weight: 800;
}

h2 {
    font-size: 2rem;
    font-weight: 800;
}

h3 {
    font-size: 1.75rem;
    font-weight: 800;
}

h4 {
    font-size: 1.5rem;
    font-weight: 800;
}

h5 {
    font-size: 1.25rem;
    font-weight: 800;
}

h6 {
    font-size: 1rem;
    font-weight: 800;
}
p {
    margin-bottom: 15px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header Styles */
header {
    background-color: #FFCB03;
    padding: 15px 50px;
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    width: 160px;
    display: block;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
}

.navbar-toggler-icon {
}

/*/banner*/
/* Slider container */
.banner-slider {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust as needed */
    overflow: hidden;
    top: -50px;
    z-index: -1;
}

/* Slides */
.banner-section{
    position: relative;
    z-index: 99;
}
.banner-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.mobile-banner-bottom{
    margin-top: -100px;
}

/* Active slide */
.banner-slide.active {
    opacity: 1;
}

/* Navigation (Pagination Bullets) */
.banner-slider-navigation {
    position: absolute;
    bottom: 75px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.banner-slider-navigation span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.banner-slider-navigation span.active {
    opacity: 1;
    background-color: #FFCB03; /* Highlight the active bullet */
}
.mobile-banner{
    display: none;
}
.decktop-banner-bg{
    display: block;
    width: 100%;
}
.desktop-banner .banner-slider{
    position: absolute;
    right: 0;
    width: 55%;
    height: 100%;
    top: 0;
}
.desktop-banner .banner-slider-navigation {
    bottom: 10%;
    margin-left: calc(-25% + 39px);
}


/* Hero Section */
.hero-section {
    background: #FFD42D;
    padding: 50px 0 40px;
    text-align: left;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-section-content {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 17px;
    position: relative;
    z-index: 99;
}
.hero-section-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.steps-gif img{
    margin: 0 auto;
}
.steps-gif {
    padding: 30px 0 30px;
}
.hero-section-content .subheading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.graphic-icon{
    position: absolute;
}
.hero-section-bottom-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}
.hero-section-bottom-shape {
    margin-bottom: -90px;
    width: 300px;
}
.hero-image img {
    width: 100%;
}
.flower-line-graphic{
    background: url('images/flower-line-graphic.png') repeat-x;
    height: 30px;
    width: 100%;
    top: 0;
}
.hero-section-graphic-1 {
    left: 0;
    top: 15%;
    mix-blend-mode: overlay;
}
.hero-section-graphic-2 {
    right: 0;
    top: 15%;
    mix-blend-mode: overlay;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hero-section-graphic-3 {
    left: -120px;
    bottom: 50px;
    mix-blend-mode: overlay;
    width: 300px;
}
.hero-section-graphic-4 {
    right: -60px;
    bottom: 50px;
    mix-blend-mode: overlay;
    width: 200px;
}
.hero-section-graphic-5,.hero-section-graphic-6 {
    display: none;
}
.generate-btn {
    background: #01ADEF;
    color: white;
    padding: 6px 30px;
    font-size: 28px;
    font-weight: 800;
    border-radius: 22px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border: 1px solid #fff;
    position: relative;
}
.generate-btn:before {
    content: '';
    position: absolute;
    left: -32px;
    height: 130%;
    width: 35px;
    z-index: 999;
    display: block;
    background: url(images/btn-graphic.png) no-repeat;
    background-size: contain;
    background-position: center right;
    top: -15%;
}
.generate-btn:after {
    content: '';
    position: absolute;
    right: -32px;
    height: 130%;
    width: 35px;
    z-index: 999;
    display: block;
    background: url(images/btn-graphic.png) no-repeat;
    background-size: contain;
    background-position: center left;
    top: -15%;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.generate-btn:hover {
    background-color: #0288D1;
}
/* Steps Section */
.steps-section {
    background-color: #fff2b0;
    padding: 3rem 0;
    text-align: center;
}

.steps-section h2 {
    font-size: 2rem;
    color: #ff8a00;
    margin-bottom: 2rem;
}

.step-box {
    display: inline-block;
    text-align: center;
    margin-bottom: 2rem;
}

.step-icon i {
    font-size: 3rem;
    color: #00338d;
}

.step-text h3 {
    font-size: 1.5rem;
}

.step-text p {
    color: #000;
}

.btn-generate {
    background-color: #ff8a00;
    color: #fff;
    padding: 0.8rem 2rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

/* Gallery Section */
/* Gallery Section */
.gallery-section {
    background: #01ADEF;
    padding: 120px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gallery-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 0 15px;
    display: inline-block;
}

.gallery-title::before {
    content: '';
    position: absolute;
    left: -25px;
    height: 100%;
    width: 25px;
    z-index: 999;
    display: block;
    background: url(images/gallery-title-graphic.png) no-repeat;
    background-size: contain;
    background-position: center right;
    top: 10%;
}
.gallery-title::after {
    content: '';
    position: absolute;
    right: -25px;
    height: 100%;
    width: 25px;
    z-index: 999;
    display: block;
    background: url(images/gallery-title-graphic.png) no-repeat;
    background-size: contain;
    background-position: center right;
    top: 10%;
}

.gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.gallery-item {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gallery-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.gallery-item:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.gallery-section-graphic-1 {
    top: -400px;
    width: 600px;
    left: calc(50% - 300px);
    z-index: 0;
    opacity: 0.3;
}
.gallery-section-graphic-2 {
    left: 0;
    top: 19%;
    width: 500px;
    mix-blend-mode: overlay;
}
.gallery-section-graphic-3 {
    right: -30px;
    top: 19%;
    width: 200px;
    mix-blend-mode: overlay;
}
.gallery-section-graphic-4 {
    bottom: -100px;
    width: 400px;
    right: -100px;
    z-index: 0;
    opacity: 0.3;
}




/* Footer Section */
footer {
    background-color: #000;
    color: #fff;
    padding: 1.5rem 50px;
    text-align: center;
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer p {
    margin: 0;
    font-size: 13px;
}
.privacy-policy{
    color: #fff;
    text-decoration: none;
}
.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.social-media span {
    font-size: 17px;
    margin-right: 0.5rem;
    font-weight: bold;
}

.social-media a {
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
}

.social-media a:hover {
    color: #ff8a00;
}
.desktop-only{
    display: block;
}
.mobile-only,.mobile-only-flex{
    display: none!important;
}

/* Stepper Navigation */
.error-message {
    display: block;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    letter-spacing: .5px;
}
.generate-section {
    padding: 40px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100vh - var(--header-footer-height));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.stepper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.step-number {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #01ADEF;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    margin: 0;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.step-number.active {
    background-color: #FFCB03;
}
.step-separator {
    width: 100px;
    position: relative;
}

.step-separator:before {
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    z-index: 10;
}
.gender-selection {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    font-size: 24px;
    color: #fff;
}

input[type="radio"] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #FFCB03;
    border-radius: 50%;
    margin: 0 0px 0 0;
    background-color: transparent;
    position: relative;
    padding: 6px;
    top:1px;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFCB03;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: appear 0.8s;
    animation: appear 0.8s;
}
.avatar-selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.avatar-option {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    -webkit-transition: border-color 0.3s, -webkit-transform 0.3s;
    transition: border-color 0.3s, -webkit-transform 0.3s;
    -o-transition: border-color 0.3s, transform 0.3s;
    transition: border-color 0.3s, transform 0.3s;
    transition: border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    max-width: calc(16.66% - 34px);
    position: relative;
}
.avatar-option.selected:before{
    content: "";
    background: url('images/selected-graphic.png') no-repeat;
    position: absolute;
    z-index: 10;
    bottom: 50px;
    right: 10px;
    width: 28px;
    height: 28px;
    background-size: contain;
}
.step-header{
    color: #fff;
}
.step-header h2{
    font-size: 40px;
}
.step-header p{
    font-size: 17px;
}


/* Step Content */
.steps-container {
    /*max-width: 500px;*/
    margin: 0 auto;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.next-btn {
    background-color: #000;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 18px;
    border: 1px solid #fff;
    padding: 7px 40px;
    cursor: pointer;
}

.back-btn {
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 18px;
    border: 1px solid transparent;
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: underline;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.generate-section .gallery-section-graphic-3 {
    display: none;
}
.generate-section .gallery-section-graphic-1 {
    bottom: unset;
    width: 400px;
    right: -200px;
    top: calc(50% - 200px);
    left: unset;
}
.generate-section .gallery-section-graphic-2 {
    left: -100px;
    top: 15%;
    width: 200px;
    mix-blend-mode: overlay;
}
.generate-section .gallery-section-graphic-4 {
    bottom: 0;
    width: 200px;
    left: -100px;
}
.photo-upload-container {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 130px;
}

.photo-upload-container h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.photo-upload-container p {
    font-size: 16px;
    margin-bottom: 30px;
}

.photo-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
    margin-bottom: 40px;
}
.photo-or {
    width: 300px;
}
.photo-btn {
    background-color: #FFCB03;
    border: 1px solid #fff;
    color: black;
    padding: 10px 30px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 12px;
    width: 300px;
    max-width: 100%;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-weight: 800;
}

.photo-btn:hover {
    background-color: #ffd633;
}

.navigation-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.terms-conditions {
    text-align: left;
    padding-left: 0;
    position: relative;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
}
#agree-checkbox {
    width: auto;
    position: absolute;
    left: -24px;
    top: 5px;
    margin: 0;
}
.photo-upload-left{
    width: 60%;
}
.photo-upload-right{
    width: 40%;
}
/* Popup styling */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background-color: #01ADEF;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: none;
    z-index: 1000;
    border-radius: 10px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999;
}
.preview {
    width: 100%;
    height: auto;
    margin: 10px 0;
}
#video {
    max-width: 100%;
}

#capture-btn, #upload-btn, #recapture-btn {
    background-color: #000;
    color: white;
    font-weight: normal;
    font-size: 16px;
    border-radius: 18px;
    border: 1px solid #fff;
    padding: 5px 15px;
    cursor: pointer;
}

#close-popup {
    background-color: transparent;
    color: white;
    font-weight: normal;
    font-size: 16px;
    border-radius: 18px;
    border: 1px solid transparent;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: underline;
}

#actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    gap: 10px;
}
.video-preview-wrap{
    min-height: 300px;
}
.video-preview-wrap canvas{
    height: 300px;
}
.generated-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px; /* Adjust gap to a more consistent value */
    padding: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.generated-result-1,
.generated-result-2 {
    width: calc(30% - 20px); /* Adjusted calculation to account for the gap */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.generated-result-1 {
    padding-left: 5%;
}
.generated-result-1 img {
    width: 350px;
    -webkit-box-shadow: 0 0px 30px rgba(12, 64, 96, .65);
    box-shadow: 0 0px 30px rgba(12, 64, 96, .65);
}
.generated-result-2 {
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.generated-result-3 {
    width: calc(40% - 20px);
    background: #FFCB03;
    border-radius: 50px 0 0 50px;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.generated-result-3:before {
    content: "";
    width: 75px;
    height: 160px;
    display: block;
    position: absolute;
    left: -75px;
    top: calc(50% - 80px);
    background: url(images/yelllow-shape-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.download-btn, .retry-now-btn {
    width: 70%;
    margin-bottom: 30px;
    font-size: 15px;
    padding: 6px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 30px;
}

.generated-result-2 .step-header {
    text-align: left;
}
.generated-result-2 .step-header  h2{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.generated-result-2 .step-header p {
    font-size: 15px;
    margin-bottom: 20px;
}
.generated-result-2 {
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.user-result img {
    width: 98px;
}

.user-result {
    text-align: left;
}

.user-result h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.user-result p {
    font-size: 17px;
    margin-bottom: 20px;
}

.apply-now {
    background-color: #000;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 18px;
    border: 1px solid #fff;
    padding: 7px 30px;
    cursor: pointer;
    text-decoration: none;
}
#image-preview {
    border-radius: 10px;
    width: 100%;
    max-width: 300px !important;
    margin: 0;
    border: 1px solid #fff;
}
/* Full-page overlay */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Semi-transparent black */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999; /* Ensure it's on top */
    flex-direction: column;
}

/* Loader inside overlay */
.loader {
    /*    border: 8px solid #f3f3f3;
        border-top: 8px solid #3498db;
        border-radius: 50%;*/
    width: 200px;
    height: 200px;
    /*    -webkit-animation: spin 1s linear infinite;
        animation: spin 1s linear infinite;*/
    /*background: url(/images/loader-lt.gif) no-repeat;*/
    background-size: contain;
}

/* Spin animation */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loader-percentage {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin-top: -25px;
}
.preview-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0px;
    text-align: left;
    padding: 20px 0;
}

.preview-image,.instruction {
    width: calc(50% - 15px);
}

.instruction-list {
    font-size: 15px;
    font-weight: 800;
}
.instruction-list li{
    margin-bottom: 18px;
}
.instruction-list li:last-child{
    margin-bottom: 0;
}
.instruction-list li svg{
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.terms-conditions-pdf {
    color: #fff;
    font-weight: 700;
    display: block;
    width: auto;
    margin-top: 16px;
    text-decoration: underline;
}
.generated-error {
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
}

.generated-error h2 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.25;
}

.generated-error p {
    font-size: 21px;
    margin-bottom: 30px;
}
.generated-error .retry-now-btn{
    max-width: 212px;
}
.retry-now-btn-text{
    margin-bottom: 15px;
}
.generated-error .step-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.avatar-option-nav {
    margin-bottom: 25px;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
@media (max-width: 1024px) {

}

@media (max-width: 767px) {
    .desktop-only{
        display: none!important;
    }
    .mobile-only{
        display: block!important;
    }
    .mobile-only-flex{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .gallery-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
    }
    header {
        padding: 15px;
    }
    .hero-section .flower-line-graphic{
        display: none;
    }
    .hero-section{
        margin-top: -100px;
        /*z-index: -10;*/
        padding-top: 100px;
    }
    .hero-section-content{
        font-size: 16px;
    }
    .hero-section-content h1 {
        font-size: 28px;
    }
    .hero-section-content h1 span{
        display: block;
    }
    .steps-gif {
        padding: 20px 0 20px;
    }
    .hero-section-content .subheading span{
        display: block;
    }
    .hero-section-bottom-shape {
        margin-bottom: -60px;
        width: 200px;
    }
    .gallery-title{
        font-size: 30px;
    }
    .gallery-title::before {
        left: -20px;
        width: 20px;
    }
    .gallery-title::after {
        right: -20px;
        width: 20px;
    }
    .gallery-grid {
        gap: 20px 10px;
    }
    footer {
        padding: 80px 15px 25px;
    }
    .footer-content{
        flex-direction: column;
        gap: 15px;
    }
    .gallery-section {
        padding: 90px 0 60px;
    }
    .gallery-section-graphic-1 {
        top: 0;
        width: 180px;
        left: calc(50% - 90px);
    }
    .gallery-section-graphic-4 {
        bottom: 0;
        width: 150px;
        right: calc(50% - 75px);
    }
    .gallery-section-graphic-2 {
        left: -50px;
        top: 60px;
        width: 100px;
    }
    .gallery-section-graphic-3 {
        right: -50px;
        top: 60px;
        width: 100px;
    }
    .hero-section-graphic-1 {
        left: 0;
        top: 80px;
        width: 45px;
    }
    .hero-section-graphic-2 {
        right: 0;
        top: 80px;
        width: 45px;
    }
    .hero-section-graphic-4 {
        right: -75px;
        bottom: 230px;
        mix-blend-mode: overlay;
        width: 150px;
    }
    .hero-section-graphic-3 {
        left: -75px;
        bottom: 150px;
        mix-blend-mode: overlay;
        width: 150px;
    }
    .hero-section-graphic-5, .hero-section-graphic-6 {
        display: block;
        width: 40px;
        bottom: 20px;
        mix-blend-mode: overlay;
    }
    .hero-section-graphic-5{
        left: 0;
    }
    .hero-section-graphic-6{
        right: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .banner-slider{
        height: 400px;
    }
    .social-media {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .social-media span {
        display: block;
        width: 100%;
    }
    .step-header h2{
        font-size: 24px;
        margin-bottom: 7px;
        margin-top: 20px;
    }
    .step-header p {
        font-size: 16px;
    }
    .photo-upload-container p{
        margin-bottom: 20px;
    }
    .error-message {
        padding: 10px 0px;
    }
    .photo-upload-right .navigation-buttons{
        gap: 0 20px;
    }
    .gender-selection {
        gap: 40px;
        font-size: 20px;
    }
    .avatar-selection {
        gap: 12px;
    }
    .avatar-option {
        max-width: calc(50% - 6px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .step-separator {
        width: 60px;
    }
    .step-header p span{
        display: block;
    }
    #generate-form {
        position: relative;
        z-index: 99;
    }
    .generate-section .gallery-section-graphic-2 {
        left: -80px;
        top: 60px;
        width: 130px;
    }
    .generate-section .gallery-section-graphic-3 {
        right: -80px;
        top: 60px;
        width: 130px;
        display: block;
    }
    .generate-section .gallery-section-graphic-4 {
        bottom: 75px;
        width: 200px;
        left: calc(50% - 100px);
    }
    .photo-upload-container{
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px;
    }
    .photo-upload-left,.photo-upload-right{
        width: 100%;
    }
    .preview-wrap{
        gap: 10px;
    }
    .preview-image, .instruction {
        width: calc(50% - 5px);
    }
    .instruction-list {
        font-size: 13px;
        font-weight: 700;
    }
    .instruction-list li svg {
        width: 14px;
        height: 14px;
    }
    .instruction-list li {
        margin-bottom: 15px;
    }
    .terms-conditions{
        margin: 0 25px;
        text-align: center;
    }
    .generate-section {
        padding: 40px 0 30px;
    }
    .photo-actions{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .photo-btn{
        padding: 6px 30px;
        font-size: 20px;
        width: 100%;
        max-width: 300px;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }
    .photo-btn svg {
        width: 35px;
    }
    .navigation-buttons {
        margin-top: 30px;
    }
    .next-btn{
        font-size: 18px;
        border-radius: 15px;
        border: 1px solid #fff;
        padding: 7px 30px;
    }
    .generated-error {
        padding: 50px 15px;
    }
    .generated-error h2 {
        font-size: 20px;
    }
    .generated-error p{
        font-size: 15px;
    }
    .retry-now-btn svg,.download-btn svg {
        width: 26px;
        width: 20px;
        height: 30px;
    }
    .retry-now-btn,.download-btn{
        padding: 6px 15px;
        gap: 10px;
        max-width: 180px;
        font-size: 15px;
        border-radius: 40px;
        margin-bottom: 15px;
    }

    .generated-result{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        gap: 0;
    }
    .generated-result-3{
        width: 100%;
        padding: 30px;
        border-radius: 0;
        margin-bottom: -30px;
    }

    .generated-result-1,.generated-result-2{
        padding: 0 15px;
        width: 100%;
    }

    .generated-result-1 img {
        width: 250px;
    }
    .generated-result-2{
        padding-top: 20px;
    }
    .generated-result-2 .step-header {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .generated-result-3:before {
        left: calc(50% - 37px);
        top: calc(100% - 44px);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        display: none;
    }
    .user-result {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }
    .user-result h3 {
        font-size: 20px;
    }
    .user-result p {
        font-size: 15px;
    }
    .apply-now {
        font-size: 18px;
        padding: 7px 20px;
    }
    .generated-icon-div {
        max-width: 100px;
    }
    .user-result img {
        width: auto;
    }
    .user-result-active .blue-shape.mobile-only{
        display: none!important;
    }
    body:not(.user-result-active) .yellow-shape.mobile-only{
        display: none!important;
    }
    .generated-result-1 h2{
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
        color: #fff;
    }
    .generated-result-2 .step-header p {
        font-size: 15px;
        margin-bottom: 25px;
    }
    .generated-error .retry-now-btn{
        max-width: 180px;
    }
    .banner-slider-navigation{
        gap: 8px;
    }
    .banner-slider-navigation span {
        width: 10px;
        height: 10px;
    }
}