/*Hero*/
.main-bg{
    background-image: url('../../../assets/images/home-main-bg.webp') ;
            background-repeat: no-repeat;
    background-position: top right;
}
.voice-section {
    position: relative;
    padding: 20px 0 100px;
    overflow: hidden;
        background-image: url('../../../assets/images/banner-bg-2.webp');
            background-repeat: no-repeat;
    background-position: right;
}
.wpcf7-spinner {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
}
.voice-content {
    position: relative;
    z-index: 2;
    padding-right: 4em;
}

.voice-tag {
    display: inline-block;
    background: #fecf1842;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-left: 4px solid var(--secondary-color);
}

.voice-content h1 {
    font-size: 80px;
    line-height: 0.95;
    font-weight: 900;
    color: #410284;
       margin: 12px 0 0;
    position:relative;
        width: fit-content;
}
 
.voice-content h4 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--light-black-color);
        margin:45px 0 25px;
}

.voice-content p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--dark-gray);
    margin-bottom: 35px;
}



/* Right Side */
.hero-visual {
    position: relative;
    min-height: 650px;
    padding-right: 2em;
    display: flex;
    align-items: center;
}

/* Yellow Background Shape */
.yellow-shape {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 360px;
    height: 780px;
    background: #ffd400;
    border-radius: 40px;
    z-index: 1;
}

/* Purple Circle */
.purple-circle {
    position: absolute;
    top: 120px;
    right: 80px;
    width: 320px;
    height: 320px;
    background: #e7c8ff;
    border-radius: 50%;
    z-index: 2;
}

/* Main Image Card */
.hero-card {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    padding: 6px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.18);
    z-index: 3;
    height: 100%;
}

.hero-card img {
    width: 100%;
    display: block;
    border-radius: 24px;
    height: 540px;
    object-fit: cover;
}

/* Stats Box */
.stats-box {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #fff;
    padding: 14px 18px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 4;
        width: 200px;
}
.voice-content h1 span {
    color: #58289B;
}

.stats-number {
    background: #ffd400;
    color: #3c178a;
    font-size: 24px;
    font-weight: 800;
    padding: 10px 12px;
    border-radius: 10px;
}

.stats-text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #444;
}
.voice-content h1::after {
    content: "";
    position: absolute;
    bottom: -16px;
    background-image: url('../../../assets/images/underline.webp');
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
 
}

.storytelling-section {
    padding:80px 0 40px;
    background-image: url('../../../assets/images/story-bg.webp');
        background-repeat: no-repeat;
            background-size: cover;
 
}

.storytelling-wrapper {
    overflow: hidden;
    position: relative;
    padding: 4em 0;
}

/* Left Side */
.mission-image-area {
    position: relative;
    padding-left: 40px;
}

.storytelling-wrapper .section-number {
    position: absolute;
    top: -90px;
    left: 0;
    font-size: 220px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #f3d76b;
    z-index: 1;
}

.mission-image-card {
    position: relative;
    max-width: 400px;
    border-radius: 28px;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,0.6);
    box-shadow: 0 20px 50px rgba(114, 64, 158, 0.15);
    z-index: 2;
}

.mission-image-card img {
    width: 100%;
    display: block;
    height: 555px !Important;
    object-fit: cover;
}

/* Right Side */
.story-content h2 {
    font-size: 60px;
    font-weight: 800;
    color: #410284;
    line-height: .95;
    margin-bottom: 30px;
}

.title-line {
    display: block;
    width: 130px;
    height: 8px;
    background: #f1c40f;
    border-radius: 10px;
    margin-bottom: 50px;
}

.story-card {
    background: #f8f7f5;
    padding: 32px;
    border-radius: 24px;
    border-left: 8px solid #5a249f;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.story-card p {
    margin: 0;
    font-size: 18px;
    color: var(--dark-grey);
}
.story-text {
    padding-top: 25px;
}

.story-text p {
    font-size: 16px;
    color: var(--dark-gray);
    margin: 0;
}

.editions-section {
    padding: 120px 0;
    overflow: hidden;
}

/* =========================
   HEADER
========================= */

.editions-header {
    margin-bottom: 70px;
    position: relative;
}

.editions-header h2 {
    font-size: 60px;
    line-height: 0.95;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.editions-header h2 span {
    color: #f3c400;
}

.editions-header p {
    max-width: 700px;
    color: #6d6678;
    font-size: 20px;
    margin: 0;
}
.editions-header .section-number {
    font-size: 220px;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #f3c400;
    position: absolute;
    right: 0;
    top: -40px;
}

/* =========================
   CARDS
========================= */

.edition-card {
    background: #FCF9F8;
    border-radius: 40px;
    padding: 32px;
    height: 100%;
    border: 1px solid #E5E2E1;
}
.edition-card--inner-wrp, .edition-content, .edition-card--inner-wrp .col-md-7 {
    height: 100%;
}
.edition-card--inner-wrp .row, .edition-card--inner-wrp .col-md-5{
    height:100%;
}
.edition-content .primary-btn-wrp {
    height: 45%;
    align-items: end;
}
/* Featured Card */
.featured-card {
    position: relative;
    min-height: 700px;
}
.edition--inner-image {
    height: 100%;
    display: flex;
    align-items: center;
}

.release-badge {
    display: inline-block;
    background: #dfd0f7;
    color: #5e2db4;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.edition-image {
    border-radius: 25px;
    overflow: hidden;
    /* height: 340px; */
}
.edition-content .primary-btn-wrp a {
    margin-left: 0;
    height: fit-content;
    gap: 20px;
    padding: 20px 32px;
}
.edition-image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    height: 320px;
}

.edition-content h3 {
    color: var(--primary-color);
    font-size: 30px;
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 25px;
}
.content-box {
    background: #f7f7f7;
    margin-bottom: 60px;
}

.content-box p {
    color: var(--dark-grey);
    font-size: 18px;
    margin: 0;
}

 
/* Collector Card */
.collector-card {
    display: flex;
    flex-direction: column;
}

.collector-image {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 35px;
}

.collector-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.collector-content h3 {
    color: #5e2db4;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.collector-content p {
    color: var(--dark-grey);
    font-size: 18px;
    margin-bottom: 30px;
}

.outline-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border: 2px solid #f3c400;
    color: var(--light-black-color) !important;
    font-weight: 700;
    padding: 18px;
    border-radius: 14px;
    transition: .3s;
}

.outline-btn:hover {
    background: #f3c400;
    color: #111;
}
 
 
 .support-section {
    padding: 20px 0;
    background: linear-gradient(135deg, #58289B 0%, #58289B 100%);
     clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}
.support-wrapper .row {
    padding: 80px 20px;
}
.support-section .container{ 
    max-width: 1265px;
}
.support-wrapper {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #410284 0%, #410284 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}

/* Purple Glow */
.support-wrapper::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    right: 25%;
    top: 50%;
    transform: translateY(-50%);
    background: radial-gradient(
        circle,
        rgba(140, 76, 255, 0.45) 0%,
        rgba(140, 76, 255, 0.08) 45%,
        transparent 70%
    );
    z-index: 1;
}

.support-content,
.partner-form-card {
    position: relative;
    z-index: 2;
}

/* Tag */
.support-tag {
    display: inline-block;
    background: var(--secondary-color);
    color: #6F5900;
    padding: 10px 20px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 25px;
}

/* Number */
.support-content .section-number {
    position: absolute;
    left: 0;
    top: -60px;
    font-size: 220px;
    line-height: 1;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255,255,255,0.12);
    z-index: -1;
}

/* Heading */
.support-content h2 {
    font-size: 60px;
    line-height: .9;
    font-weight: 800;
    color: #fff;
    margin-bottom: 35px;
    max-width: 550px;
}
.support-content {
    padding-right: 4em;
}
.support-content p {
    font-size: 20px;
    line-height: 1.9;
    color: rgba(255,255,255,.75);
    max-width: 600px;
}

/* Form Card */
.partner-form-card {
    background: #f7f6f6;
    border-radius: 40px;
    padding: 50px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.18);
}

.form-top-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #ffd00a;
}

.partner-form-card h3 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: 900;
    margin-bottom: 35px;
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #555;
    letter-spacing: 1px;
}

.form-group input {
    width: 100%;
    height: 65px;
    background: #F6F3F2;
    border-radius: 14px !important;
    padding: 0 22px !important;
    font-size: 20px;
    outline: none;
}
.form-group input:focus {
    border-color: #5820a8;
}

/* Button */
.submit-btn {
    width: 100% !important;
    padding: 32px 0  !important;
    border: 0  !important;
    background: #ffd00a !important;
    color: #7a5d00 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    margin-top: 20px !important;
    transition: .3s !important;
}

.submit-btn:hover {
    transform: translateY(-2px) !important;
    background:var(--primary-color) !important;
    color:var(--white-color) !important;
}
 
@media (max-width: 991px) {
    .support-wrapper {
        padding: 60px 40px;
    }

    .support-content {
        margin-bottom: 50px;
    }

    .support-content h2 {
        font-size: 52px;
    }

    .section-number {
        font-size: 140px;
    }
}

 
 
/* Responsive */
@media (max-width: 1200px) {
 .support-content h2 {
        font-size: 52px;
    }

    .partner-form-card h3 {
        font-size: 42px;
    }

    .section-number {
        font-size: 180px;
    }
.voice-content h4 {
    font-size: 25px;
}
.stats-box {
    bottom: 36px;
}
    .story-content h2 {
        font-size: 58px;
    }
.voice-content h1 {
    font-size: 65px;
}
    .section-number {
        font-size: 170px;
    }
    
     .editions-header h2 {
        font-size: 52px;
    }

    .edition-content h3 {
        font-size: 40px;
    }

    .collector-content h3 {
        font-size: 34px;
    }

    .section-number {
        font-size: 170px;
    }
}
 
/* Responsive */
@media (max-width: 991px) {
    .editions-header h2 {
        font-size: 50px;
    }
    .voice-content {
        margin-bottom: 60px;
    }
 
    .voice-content h4 {
        font-size: 24px;
    }

    .hero-visual {
        min-height: 550px;
    }

    .yellow-shape {
        width: 250px;
        height: 600px;
    }

    .hero-card {
        max-width: 100%;
        left: 0;
    }

    .stats-box {
        bottom: -38px;
    }
      .storytelling-wrapper {
        padding: 70px 0;
        border-radius: 40px;
    }

    .mission-image-area {
        margin-bottom: 50px;
        text-align: center;
        padding-left: 0;
    }

    .mission-image-card {
        margin: auto;
        max-width: 100%;
    }
 
    .story-content h2 {
        font-size: 48px;
    }
    
    .editions-header {
        flex-direction: column;
    }

    .section-number {
        position: static;
        margin-top: 20px;
        font-size: 120px;
    }

       .featured-card {
        min-height: auto;
        height: auto;
    }

    .edition-content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
.voice-content, .support-content {
    padding-right: 0;
}
.partner-form-card h3 {
    font-size: 25px;
}
.form-group label {
    margin-bottom: 0;
}
.hero-card img, .mission-image-card img, .edition-image img, .collector-image img  {
    height: 250px !important;
}
 .storytelling-section {
    background-size: cover;
    background-position: center;
}
    .support-section {
        padding: 20px 0;
    }

    .support-wrapper {
        padding: 40px 20px;
    }

    .support-content h2 {
        font-size: 42px;
    }

    .support-content p {
        font-size: 18px;
    }

    .partner-form-card {
        padding: 30px 25px;
        border-radius: 25px;
    }

    .partner-form-card h3 {
        font-size: 32px;
    }

    .form-group input {
        height: 56px;
        font-size: 16px;
    }

    .submit-btn {
        height: 60px;
        font-size: 18px;
    }

    .section-number {
        font-size: 100px;
        top: 70px;
    }
    .voice-section {
        padding: 70px 0;
    }

        .voice-content h1 {
        font-size: 70px;
        width: fit-content;
    }
.voice-content h1::after {
    background-size: contain;
}
    .yellow-shape,
    .purple-circle {
        display: none;
    }

     .hero-visual {
        min-height: auto;
        flex-direction: column;
        align-items: end;
    }

    .hero-card {
        position: relative;
        top: auto;
        left: auto;
    }
 
    
        .story-content h2 {
        font-size: 38px;
    }

    .story-card p,
    .story-text p {
        font-size: 18px;
    }

    .section-number {
        font-size: 120px;
        top: -40px;
    }

    .title-line {
        margin-bottom: 30px;
    }
    
     .editions-section {
        padding: 80px 0;
    }

    .editions-header h2 {
        font-size: 40px;
    }

    .editions-header p {
        font-size: 18px;
    }

    .edition-content h3 {
        font-size: 32px;
    }

    .collector-content h3 {
        font-size: 28px;
    }

    .content-box p,
    .collector-content p {
        font-size: 18px;
    }

    .section-number {
        font-size: 90px;
    }

    .edition-card {
        border-radius: 25px;
        padding: 24px;
    }
    .edition--inner-image {
        height: auto;
        justify-content: center;
        margin-bottom: 3em;
    }
    .release-badge {
    margin-bottom: 0;
}
.edition-card--inner-wrp .row, .edition-card--inner-wrp .col-md-5 {
    height: auto;
}
}
@media only screen and (max-width:600px){
.voice-content h1 {
    font-size: 48px;
}
}