/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Lab Grotesque', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

h2 {
    font-size: 4rem;
}

/* Section Styles */
.full-width-image {
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.full-width-image img {
    width: 100%;
    height: auto;
    display: block;
}

.content-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0;
    overflow: hidden;
}

.section-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.section-content img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .content-section {
        padding: 10px;
    }
    
    .section-content img {
        width: 100%;
    }
    
    .section-6 {
        background-image: url('/static/img/dreamdrop/Its time for Dream Drop mobile.png');
    }
}

/* Ensure all images are displayed as blocks */
img[src*="/static/img/dreamdrop/"] {
    display: block;
    margin: 0 auto;
}

/* Remove any default spacing */
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

/* Header Styles */
header {
    width: 100%;
    background-color: #000;
    padding: 0;
    margin: 0;
}

.header-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.header-banner {
    width: 100%;
    height: auto;
}

/* Must Drop Section */
.must-drop-section {
    background-color: #282828;
    color: white;
    padding: 60px 0;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.must-drop-section .section-content {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.must-drop-section .dd_container {
    margin: 30px;
}

.must-drop-section .container {
    margin: 40px 0;
    text-align: left;
    padding: 0;
}

.must-drop-section h2 {
    font-size: 4rem;
    color: #ffffff;
}

.must-drop-section h3 {
    font-size: 2.5rem;
    font-weight: 400;
}

.must-drop-section .text-content {
    margin-bottom: 0;
    line-height: 1.6;
}

.must-drop-section .text-content p {
    margin: 10px 0;
    color: #e0e0e0;
    font-size: 1.5rem;
}

.must-drop-section .button-container {
    margin: 30px 0;
}

.must-drop-section .cta-button {
    background-color: #00C3B4;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
}

.must-drop-section .cta-button:hover {
    background-color: #ddb347;
}

/* High Frequency Section */
.high-frequency-section {
    background-color: #C89C62;
    color: #000000;
    padding: 60px 0;
}

.high-frequency-section .section-content {
    margin: 0 auto;
    padding: 0 20px;
}

.high-frequency-section h2 {
    font-size: 4rem;
    margin-bottom: 15px;
    color: #000000;
}

.high-frequency-section h3 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 400;
}

.high-frequency-section .row {
    margin-bottom: 40px;
}

.high-frequency-section .box-element {
    background-image: url('/static/img/dreamdrop/Box.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    opacity: 0.75;
}

.high-frequency-section .box-element p {
    margin: 5px 0;
    color: #000000;
    font-size: 1.5rem;
    font-weight: 500;
}

.high-frequency-section .box-element p:first-child {
    font-size: 52px;
}

.high-frequency-section .box-element p:last-child {
    font-size: 26px;
}

.high-frequency-section .text-center {
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

/* Section 3 */
.section-3 {
    background-image: url('/static/img/dreamdrop/Section 3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    padding: 80px 0;
    color: #ffffff;
}

.section-3 .section-content {
    margin: 50px auto;
    padding: 0 20px;
}

.section-3 .text-block {
    padding: 20px;
}

.section-3 .text-block h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #ffffff;
}

.section-3 .text-block h3 {
    font-size: 2rem;
    margin-bottom: 15px;

    font-weight: 400;
}

.section-3 .text-block p {
    font-size: 1.5rem;
    color: #e0e0e0;
    line-height: 1.6;
}

.section-3 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Section 4 */
.section-4 {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.section-4 .section-content {
    margin: 0 auto;
    padding: 0 20px;
}

.section-4 .row {
    margin: 90px 0;
    align-items: center;
}

.section-4 h2 {
    font-size: 3rem;
    margin-bottom: 5px;
    color: #333333;
}

.section-4 h3 {
    font-size: 2.5rem;
    margin-bottom: 0;
    font-weight: 400;
}

.section-4 p {
    font-size: 1.5rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.section-4 .divider {
    border: none;
    border-top: 1px solid #dee2e6;
    margin: 30px 0;
    opacity: 0.5;
}

/* Section 5 */
.section-5 {
    background-color: #C89C62;
    padding: 60px 0;
    color: #ffffff;
}

.section-5 .section-content {
    margin: 50px auto;
    padding: 0 20px;
}

.section-5 img {
    width: 75%;
    height: 75%;
    max-width: 75%;
    max-height: 75%;
}

.section-5 h2,
.section-5 h3,
.section-5 p {
    color: #ffffff;
    text-align: right;
    margin-left: 25%;
}

.section-5 p {
    font-size: 1.5rem;
}

/* Section 6 */
.section-6 {
    background-image: url('/static/img/dreamdrop/Its time for Dream Drop.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10vh 0;
    color: #ffffff;
}

.section-6 .section-content {
    margin: 0 auto;
    padding: 0 20px;
}

.section-6 h2 {
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
}

.section-6 .button-container {
    text-align: left;
    margin: 30px 0;
}

.section-6 .cta-button {
    background-color: #00C3B4;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
}

.section-6 .cta-button:hover {
    background-color: #ddb347;
}
