@font-face {
    font-family: 'KenyanCoffee';
    src: url('../fonts/kenyan_coffee/Kenyan-Coffee-Rg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KenyanCoffee';
    src: url('../fonts/kenyan_coffee/Kenyan-Coffee-Rg-It.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'KenyanCoffee';
    src: url('../fonts/kenyan_coffee/Kenyan-Coffee-Bd.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'KenyanCoffee';
    src: url('../fonts/kenyan_coffee/Kenyan-Coffee-Bd-It.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

:root {
    --primary-color: #813BB9;
    --wr: #fff;
    --yellow-gradient: linear-gradient(180deg, #FFA500 0%, #8E5C00 100%);
    --yc: #FFA500;
    --perple-gradient: linear-gradient(180deg, #FFFFFF 0%, #8E7CB3 100%);
    --ken: 'KenyanCoffee', sans-serif;
    --pop: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Poppins', sans-serif;
    background: #0B0B1C;
    font-family: var(--pop);
    position: relative;
    color: var(--wr);
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #007bff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
}

/* header start  */
header {
    padding: 20px 0px;
    position: absolute;
    width: 100%;
}

header ul.nav {
    border-radius: 20px;
    background-color: #ffffff36;
    box-shadow: 0px 4px 4px 0px #00000040;
    backdrop-filter: blur(5px)
}

.nav-link {
    color: var(--wr);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

a:hover {
    color: #ffa500;
}

.login-btn {
    padding: 8px 25px;
    border-radius: 20px;
    color: var(--wr);
    font-weight: 500;
    transition: all 0.3s ease;
    background: #FFFFFF26;
    border: 2px solid #FFFFFF
}

.login-btn img {
    margin-right: 12px;
}

.login-btn:hover {
    background: #FFFFFF26;
    color: #ffa500;
}
/* header end */


.home {
    background-image: url('../images/home-banner.png');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 300px 0px;
}

.inner {
    padding: 100px 0px;
    background-image: url('../images/inner-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

span.flushed {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-image: url('../images/before.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.banner-content h1 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    color: var(--wr);
    margin-bottom: 0px;
}

.banner-content p {

    font-weight: 400;
    font-size: 18px;
    line-height: 30px;

}

.banner-content .btn-host {
    background-color: var(--yc);
    padding: 15px 40px;
    border-radius: 50px;
    border: 0px;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    font-family: Poppins;


}

.about-singo {
    padding: 100px 0px;
}

.about-singo .left {
    position: relative;
}

.about-singo .left::before {
    content: '';
    position: absolute;
    width: 679px;
    height: 257px;
    background-image: url('../images/about-design.png');
    bottom: -250px;
    left: -40px;
    background-repeat: no-repeat;
}

.about-singo .left h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #813BB9;
}

.about-singo .left h3 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 70px;
    line-height: 74px;
    background: linear-gradient(180deg, #FFFFFF 0%, #8E7CB3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-singo .left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28.8px;
    margin: 30px 0px;
}

.about-singo .right {
    position: relative;
}



.left .btn {
    background: var(--yellow-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 185px;
    border: 0px;
}

.right .about {
    font-weight: 700;
    font-size: 162.7px;
    line-height: 162.73px;
    color: #1D1137;
    transform: rotate(90deg);
    position: absolute;
    top: 170px;
    left: -360px;
}

/* enerygy  */
.energy {
    padding: 100px 0px;
    background-image: url('../images/energy-section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.energy h2 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #8E7CB3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.energy p {
    font-weight: 400;
    font-size: 18px;
    line-height: 10px;
    margin: 30px 0px;
}

.energy .energy-cards {
    text-align: center;
    position: relative;
    background: linear-gradient(#424242, #0B0B1C) padding-box, linear-gradient(135deg, #DB1A88 0%, #5123BF 100%) border-box;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 20px;
    height: 350px;
}

.energy .energy-cards h3 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    margin: 20px 0px;
}

.energy .energy-cards p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

/* enerygy  */

/* who bring section */
.who-bring {
    padding: 100px 0px;
    background-image: url('../images/bring.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.who-bring h2 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--wr);
    margin-bottom: 20px;
}

.who-bring>.container>.row:first-child p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--wr);
    margin-bottom: 0;
}

.who-bring .row.mt-5 {
    position: relative;
}

.who-bring .row.mt-5::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: white;
    transform: translateX(-50%);
}


.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    justify-content: center;
}

.section-header::after {
    content: '';
    position: absolute;
    border: 1px solid var(--wr);
    width: 100%;
    bottom: 0px;
}

.section-header::before {
    content: '';
    position: absolute;
    border: 1px solid var(--wr);
    width: 100%;
    top: 40px;
}

.section-header i {
    font-size: 24px;
    color: var(--wr);
}

.section-header h3 {
    font-weight: 600;
    font-size: 24px;
    color: var(--wr);
    margin: 0;
    text-transform: uppercase;
}

.provide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.provide-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    color: var(--wr);
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.provide-list li i {
    font-size: 20px;
    color: var(--wr);
    min-width: 24px;
}

.we-provide-section .provide-list li {
    flex-direction: row;
}

.you-provide-section .provide-list li {
    /* flex-direction: row-reverse; */
    justify-content: flex-end;
}

.you-provide-section .provide-list li span {
    text-align: right;
}




/* who bring section end */

/* partnership  */
.partnership {
    padding: 100px 0px;
    background-image: url('../images/partnership.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.partnership h3 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #8E7CB3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.organization-card {
    text-align: center;
    position: relative;
    background: linear-gradient(#424242, #0B0B1C) padding-box, linear-gradient(135deg, #DB1A88 0%, #5123BF 100%) border-box;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 40px 20px;
}

.organization-card h1 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 80px;
    line-height: 80px;
    color: var(--wr);
    margin-bottom: 20px;
    position: relative;
}

.organization-card::before {
    content: '';
    position: absolute;
    width: 120px;
    left: 110px;
    height: 38px;
    background: var(--yellow-gradient);
    bottom: 90px;
}

.organization-card h3 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 34px;
    line-height: 30px;
    text-align: center;

    color: var(--wr);
    margin: 0;
}

.main-organization {
    margin-top: 50px;
    position: relative;
}

.organization-handshake {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-card-wrapper {
    position: relative;
    background: linear-gradient(135deg, #808080 0%, #4A4A4A 100%);
    border-radius: 20px;
    padding: 2px 2px 0 2px;
    margin-top: 30px;
}

.partner-card {
    text-align: center;
    position: relative;
    background: #0B0B1C;
    border-radius: 18px;
    padding: 60px 30px 40px;
    height: 100%;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #808080 0%, #4A4A4A 100%);
    border-radius: 50%;
    z-index: 2;
}

.partner-card img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    object-fit: contain;
    z-index: 2;
}

.partner-card h4 {

    font-weight: 400;
    font-size: 19px;
    line-height: 24px;

}

.main-partner-cards {
    margin-top: 50px;
}

/* partnership  */

/* why singo section */
.why-singo {
    padding: 100px 0px;
}

.why-singo h2 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    color: var(--wr);
    margin-bottom: 20px;
}

.why-singo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--wr);
    margin-bottom: 0;
}

.succeed-card {
    text-align: center;
    background: var(--yellow-gradient);
    border-radius: 60px 0px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
}

.succeed-icon {
    margin-bottom: 60px;
}

.succeed-icon i {
    font-size: 40px;
    color: var(--wr);
}

.succeed-card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: var(--wr);
    margin-bottom: 15px;
    margin-top: -30px;
}

.succeed-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--wr);
    margin: 0;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .succeed-card {
        margin-bottom: 30px;
    }

    .why-singo h2 {
        font-size: 50px;
        line-height: 55px;
    }
}

/* why singo section end */

/* simple-steps  */
.simple-steps {
    padding: 100px 0px;
}

.simple-steps h3 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #8E7CB3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.steps-row {
    position: relative;
}

.step-card-wrapper {
    position: relative;
    background: linear-gradient(163.13deg, #DB1A88 2.41%, rgba(219, 26, 136, 0) 34.75%, rgba(81, 35, 191, 0) 67.99%, #5123BF 95.84%);
    border-radius: 20px;
    padding: 1px;
    margin-bottom: 30px;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
    box-shadow: 0px 0px 5px 0px #ffffff2e;
    backdrop-filter: blur(10px);
}

.step-card {
    background: rgba(11, 11, 28, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 30px 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 170px;
}

.step-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon i {
    font-size: 32px;
    background: linear-gradient(135deg, #DB1A88 0%, #5123BF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.step-card h4 {

    font-weight: 400;
    font-size: 35px;
    line-height: 55px;
    letter-spacing: 1px;
    color: var(--wr);
    font-family: var(--ken);
}

.step-card p {
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    color: var(--wr);
}

/* Connecting lines */
.steps-row {
    position: relative;
    padding-bottom: 50px;
}

.step-card-wrapper {
    position: relative;
}

/* Card 1 to Card 2: bottom to bottom */
.simple-steps .col-lg-3:nth-child(1) .step-card-wrapper::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 100%;
    width: 322px;
    height: 34px;
    transform: translateX(-50%);
    background-image: url('../images/box-before.png');
}

/* .simple-steps .col-lg-3:nth-child(1)::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: calc(50% + 1px);
    width: calc(100% - 2px);
    height: 2px;
    background: linear-gradient(90deg, #DB1A88 0%, #5123BF 100%);
    z-index: 1;
} */

/* .simple-steps .col-lg-3:nth-child(2) .step-card-wrapper::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: linear-gradient(180deg, #DB1A88 0%, #5123BF 100%);
    z-index: 1;
} */

/* Card 2 to Card 3: top to top */
.simple-steps .col-lg-3:nth-child(2) .step-card-wrapper::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 220%;
    width: 322px;
    height: 34px;
    transform: translateX(-50%);
    background-image: url('../images/box-before.png');
}

/* .simple-steps .col-lg-3:nth-child(2)::after {
    content: '';
    position: absolute;
    top: -25px;
    left: calc(50% + 1px);
    width: calc(100% - 2px);
    height: 2px;
    background: linear-gradient(90deg, #DB1A88 0%, #5123BF 100%);
    z-index: 1;
} */

.simple-steps .col-lg-3:nth-child(3) .step-card-wrapper::before {
    content: '';
    position: absolute;
    top: -29px;
    left: -140%;
    width: 322px;
    height: 34px;
    transform: translateX(-50%);
    rotate: 180deg;
    background-image: url('../images/box-before.png');
}
.simple-steps .steps-row {
    margin-top: 80px !important;
}

/* Card 3 to Card 4: bottom to bottom */
/* .simple-steps .col-lg-3:nth-child(3) .step-card-wrapper::after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: linear-gradient(180deg, #DB1A88 0%, #5123BF 100%);
    z-index: 1;
} */

/* .simple-steps .col-lg-3:nth-child(3)::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: calc(50% + 1px);
    width: calc(100% - 2px);
    height: 2px;
    background: linear-gradient(90deg, #DB1A88 0%, #5123BF 100%);
    z-index: 1;
} */

/* .simple-steps .col-lg-3:nth-child(4) .step-card-wrapper::before {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: linear-gradient(180deg, #DB1A88 0%, #5123BF 100%);
    z-index: 1;
} */



/* simple-steps  */
/* ready-to-host  */
.ready-to-host {
    padding: 100px 0px;
}

.host-container {
    background-image: url('../images/ready-to-host.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0px;
}

.host-container h2 {
    font-family: var(--ken);
    font-size: 70px;
    line-height: 55px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;

}

.host-container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.host-container .ready-btn {
    background: linear-gradient(90deg, #FFA500 0%, #935F00 51%, #FFA500 100%);
    padding: 20px 40px;
    border-radius: 50px;
    border: 0px;
    color: var(--wr);
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;

}

.host-container .contact-btn {
    background-color: transparent;
    padding: 20px 40px;
    border-radius: 50px;
    border: 2px solid var(--wr);
    color: var(--wr);
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;

}

/* ready-to-host  */
/* host-singo  */
.host-singo {
    padding: 100px 0px;
    background-image: url('../images/host-sing.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.host-singo h2 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 70px;
    line-height: 70px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #8E7CB3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}

.host-singo p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--wr);
    margin-bottom: 40px;
}

.form-container {
    background-color: #ffffff17;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0px 0px 10px 2px #66666640 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* backdrop-filter: blur(5px); */
}

.form-group {
    margin-bottom: 25px;
}

.form-control {
    width: 100%;
    padding: 25px 10px;
    background: #ffffff1a;
    box-shadow: 0px 0px 10px 2px #66666640 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    /* backdrop-filter: blur(5px); */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: var(--wr);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(61, 61, 63, 0.9);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

input[type="date"].form-control {
    color-scheme: dark;
}

input[type="date"].form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.submit-btn {
    background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
    padding: 18px 50px;
    border-radius: 10px;
    border: none;
    color: var(--wr);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4);
    color: var(--wr);
}

@media (max-width: 991px) {
    .form-container {
        padding: 40px 30px;
    }

    .host-singo h2 {
        font-size: 50px;
        line-height: 55px;
    }
}

/* host-singo  */
/* footer  */
footer {
    padding: 60px 0px 0px;
    text-align: center;
    color: var(--wr);
    font-size: 16px;
}

footer .footer-image {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.footer-nav {
    margin-bottom: 40px;
}

.footer-nav ul.nav {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.footer-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.footer-nav .nav-link:hover {
    color: var(--wr);
}

.footer-social-icons {
    margin-bottom: 30px;
}

.footer-social-icons ul.nav {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(40, 30, 60, 0.8);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.social-icon:hover {
    background: var(--yellow-gradient);
    text-decoration: none;
    color: var(--wr);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.social-icon i {
    font-size: 20px;
}

footer p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

@media (max-width: 767px) {
    .footer-nav .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
    }

    .social-icon i {
        font-size: 18px;
    }
}

.copy-right {
    background-color: #12122C;
    padding: 20px 0px;
}

/* footer  */

/* profile-form-section - Same background as host-singo section */
.profile-form-section {
    padding: 100px 0px;
    background-image: url('../images/host-sing.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Profile Picture Section - Left Side */
.profile-picture-section {
    text-align: center;
    padding-right: 30px;
}

.profile-picture-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 1px solid;
    border-radius: 41px 12px 41px 13px;
}

.profile-picture {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    min-height: 300px;
    background: rgba(20, 20, 30, 0.5);
}

.profile-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}

.profile-picture-wrapper:hover .profile-overlay {
    opacity: 1;
}

.upload-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 165, 0, 0.9);
    border-radius: 50%;
    color: var(--wr);
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-label:hover {
    background: rgba(255, 165, 0, 1);
    transform: scale(1.1);
}

.upload-label i {
    font-size: 20px;
}

.update-text {
    color: var(--yc);
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Form Container - Right Side - Same styling as host-singo form */
.profile-form-section .form-container {
    background-color: #ffffff17;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0px 0px 10px 2px #66666640 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
}

/* Form Section Title */
.form-section {
    margin-bottom: 40px;
}

.form-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-family: var(--ken);
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;
    color: var(--wr);
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* Form Groups - Same as host-singo */
.profile-form-section .form-group {
    margin-bottom: 25px;
}

.profile-form-section .form-control {
    width: 100%;
    padding: 25px 10px;
    background: #ffffff1a;
    box-shadow: 0px 0px 10px 2px #66666640 inset;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: var(--wr);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.profile-form-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.profile-form-section .form-control:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(61, 61, 63, 0.9);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.profile-form-section textarea.form-control {
    min-height: 100px;
    resize: vertical;
}

/* Checkbox Styling */
.checkbox-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--yc);
}

.checkbox-group label {
    color: var(--wr);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

/* Form Divider */
.form-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}

/* Update Button - Orange to Yellow Gradient */
.update-btn {
    background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
    padding: 18px 50px;
    border-radius: 10px;
    border: none;
    color: var(--wr);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.update-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4);
    color: var(--wr);
}

/* Responsive Design */
@media (max-width: 991px) {
    .profile-picture-section {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .profile-form-section .form-container {
        padding: 40px 30px;
    }
}

/* profile-form-section end */

/* event-details - Display flex with space between items and center alignment */
.event-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-top: 5px;
}

.event-date,
.event-time {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--wr);
    font-size: 16px;
    font-weight: 400;
}

.event-date img,
.event-time img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .event-details {
        flex-direction: column;
        gap: 20px;
    }
}

/* event-details end */

/* event-tickets-section - Same background as profile form section */
.event-tickets-section {
    padding: 100px 0px;
    background-image: url('../images/host-sing.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Ticket Card - Glassmorphism effect */
.ticket-card {
    display: flex;
    padding: 30px;
    overflow: hidden;
    gap: 20px;
    box-shadow: 0px 5px 9px 0px #FFFFFF14 inset;
    border: 1px solid;
    backdrop-filter: blur(60px);
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
}

/* Ticket Image Wrapper - Left Side */
.ticket-image-wrapper {
    position: relative;
    flex-shrink: 0;
    width: 250px;
}

.ticket-image-placeholder {
    width: 100%;
    height: 250px;
    background: rgba(200, 200, 200, 0.3);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ticket-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Orange Glowing Divider */
.ticket-divider {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #FFA500 0%, #FF8C00 100%);
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.6);
    z-index: 1;
}

/* Ticket Content - Right Side */
.ticket-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 60px;
}

/* Ticket Header - Title and Price */
.ticket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-title {
    color: var(--wr);
    font-family: var(--ken);
    font-weight: 400;
    font-size: 45px;
    line-height: 38px;
    text-transform: uppercase;
}

.ticket-price {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 45px;
    line-height: 38px;
    text-transform: uppercase;
}

/* Ticket Description */
.ticket-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Ticket Actions - Quantity Selector and Buy Now Button */
.ticket-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
    justify-content: space-between;
}

/* Quantity Selector */
.quantity-selector {
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.qty-btn {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: var(--wr);
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.qty-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.qty-btn:active {
    transform: scale(0.95);
}

.qty-input {
    width: 60px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--wr);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.qty-input:focus {
    outline: none;
}

/* Buy Now Button - Orange to Yellow Gradient */
.buy-now-btn,
.update-btn {
    background: linear-gradient(90deg, #FFA500 0%, #935F00 51%, #FFA500 100%);

    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    color: var(--wr);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.buy-now-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4);
    color: var(--wr);
}

.ticket-image-wrapper .flushed {
    transform: rotate(90deg);
    position: absolute;
    top: 110px;
    right: -150px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .ticket-card {
        flex-direction: column;
    }

    .ticket-image-wrapper {
        width: 100%;
    }

    .ticket-image-placeholder {
        height: 200px;
    }

    .ticket-divider {
        right: 0;
        bottom: -2px;
        top: auto;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #FFA500 0%, #FF8C00 100%);
    }

    .ticket-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {

    .ticket-title,
    .ticket-price {
        font-size: 24px;
        line-height: 30px;
    }

    .ticket-description {
        font-size: 14px;
        line-height: 20px;
    }

    .buy-now-btn {
        padding: 10px 30px;
        font-size: 14px;
    }
}

/* event-tickets-section end */

/* event-info-cards-section - Three info cards with glassmorphism effect */
.event-info-cards-section {
    padding: 100px 0px 0px;

}

/* Info Card - Dark rounded card with glassmorphism */
.info-card {
    background: rgba(20, 20, 30, 0.8);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0px 5px 9px 0px rgba(255, 255, 255, 0.08) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Info Card Title - Bold uppercase white text */
.info-card-title {
    color: var(--wr);
    font-family: var(--ken);
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;


}

/* Info Card Text - Light grey centered text */
.info-card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #D4D4D4;
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .info-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .info-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .info-card-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/* event-info-cards-section end */

/* checkout-section - Same background as host-singo section */
.checkout-section {
    padding: 100px 0px;
    background-image: url('../images/host-sing.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Checkout Card - Dark rounded card with glassmorphism effect - Same as provided image */
.checkout-card {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 20px;
    padding: 30px 30px;
    box-shadow: 0px 5px 9px 0px rgba(255, 255, 255, 0.08) inset;
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(60px);
    display: flex;
    flex-direction: column;
}

/* Checkout Section Header - Bold uppercase white text */
.checkout-section-header {
    margin-bottom: 25px;
}

.checkout-section-header h3 {
    font-family: var(--ken);
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
    text-transform: uppercase;

}

/* Checkout Form Input Fields */
.checkout-form-fields {
    margin-bottom: 30px;
}

.checkout-form-fields .form-group {
    margin-bottom: 20px;
}

.checkout-input {
    width: 100%;
    padding: 25px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    color: var(--wr);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #FFFFFF14;

    box-shadow: 0px 0px 10px 2px #66666640 inset;

    box-shadow: 0px 4px 4px 0px #00000040;

    backdrop-filter: blur(5px)
}

.checkout-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.checkout-input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(50, 50, 60, 0.8);
}

/* Order Items - Items with orange glow on left edge - Exact as provided image */
.order-items {
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.order-item {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.04) 100%);
    backdrop-filter: blur(120px);
    box-shadow: 0px 5px 9px 0px #FFFFFF14 inset;
}

.order-item-image {
    flex-shrink: 0;
}

.item-image-placeholder {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.order-item-content {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.item-name {
    font-weight: 500;
    font-size: 16px;
    color: var(--wr);
    flex-shrink: 0;
}

.item-qty {
    font-weight: 500;
    font-size: 16px;
    color: var(--wr);
    flex-shrink: 0;
}

.item-price {
    font-weight: 600;
    font-size: 16px;
    color: var(--wr);
    flex-shrink: 0;
    margin-left: auto;
}

.delete-item-btn {
    background: transparent;
    border: none;
    color: #ff4444;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.delete-item-btn:hover {
    color: #ff6666;
    transform: scale(1.1);
}

/* Payment Summary */
.payment-summary {
    margin-bottom: 0;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.summary-label {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.summary-value {
    font-weight: 500;
    font-size: 16px;
    color: var(--wr);
}

/* Checkout Divider - Thin white horizontal line */
.checkout-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 20px 0;
}

/* Payment Options - Radio Buttons */
.payment-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 12px;
}

.radio-option input[type="radio"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--yc);
}

.radio-option label {
    font-weight: 400;
    font-size: 16px;
    color: var(--wr);
    cursor: pointer;
    margin: 0;
}

/* Total Payable Amount */
.total-payable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.total-label {
    font-weight: 700;
    font-size: 18px;
    color: var(--wr);
}

.total-value {
    font-weight: 700;
    font-size: 20px;
    color: var(--wr);
}

/* Checkout Buy Now Button - Orange to Yellow Gradient - Inside card */
.checkout-button-wrapper {
    margin-top: auto;
    padding-top: 20px;
}

.checkout-buy-btn {
    background: linear-gradient(90deg, #FFA500 0%, #935F00 51%, #FFA500 100%);
    padding: 18px 60px;
    border-radius: 50px;
    border: none;
    color: var(--wr);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: 100%;
    display: block;
}

.checkout-buy-btn:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4);
    color: var(--wr);
}

/* Responsive Design */
@media (max-width: 991px) {
    .checkout-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .order-item-details {
        flex-wrap: wrap;
        gap: 10px;
    }

    .item-name,
    .item-qty,
    .item-price {
        min-width: auto;
    }

    .checkout-section-header h3 {
        font-size: 16px;
    }
}

/* checkout-section end */
