/* --- CSS Reset --- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* General Body and Typography */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #ecf0f1;
    color: #34495e;
    line-height: 1.6;
}

h1, h2, h3 {
    font-weight: 700;
    color: #2c3e50;
}

p {
    font-weight: 400;
}

/* Reusable Components */
.section-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 30px;
}

.cta-button {
    display: inline-block;
    background-color: #e74c3c;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #c0392b;
}

.cta-button.large-cta {
    font-size: 1.2rem;
    padding: 18px 40px;
    margin-top: 30px;
}

/* Language Switcher Header */
.language-switcher-header {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.language-switcher-header:hover {
    background-color: #465a71;
}

.lang-text {
    font-weight: 600;
}

.hidden {
    display: none;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(44, 62, 80, 0.7), rgba(44, 62, 80, 0.7)), url('../images/hero-bg.webp') no-repeat center center/cover;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.form-image-container {
            text-align: center;
            margin-bottom: 20px;
        }

.form-image {
    max-width: 100%;
    border-radius: 10px;
}


.hero-title {
    font-size: 3rem;
    margin: 0 0 10px;
    color: white;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin: 0 0 20px;
    color: white;
}

/* Audio Player */
.audio-player-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 10px 20px;
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.play-button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.play-button:hover {
    color: #e74c3c;
}

.progress-bar-container {
    position: relative;
    width: 60%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
}

.progress-bar-fill {
    height: 100%;
    width: 0;
    background-color: #e74c3c;
    border-radius: 2px;
}

.time-display {
    color: white;
    font-size: 0.8rem;
}

/* Offer Section with Discount & Timer */
.offer-section {
    background-color: #34495e;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.price-container {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
}

.offer-pre-text, .offer-mid-text, .offer-post-text {
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
    margin: 0;
}

.original-price {
    font-size: 1.6rem;
    color: #bdc3c7;
    text-decoration: line-through;
    margin-right: 5px;
}

.discount-price {
    font-size: 3rem;
    font-weight: 700;
    color: #e74c3c;
}

.offer-subtitle {
    font-size: 1.1rem;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #ecf0f1;
}

.timer-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.timer-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
}

.timer-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #e74c3c;
}

.timer-label {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #ecf0f1;
}

.offer-limit-hindi {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    color: #ecf0f1;
}

.offer-limit-small {
    font-size: 0.8rem;
    color: #bdc3c7;
    margin-top: 5px;
}

/* What You'll Get Section */
.what-you-get-section {
    padding: 50px 20px;
    text-align: center;
}

.get-item-container {
    max-width: 900px;
    margin: 0 auto;
}

.what-you-get-block.left-aligned {
    text-align: left;
    max-width: 800px;
    margin: 30px auto;
}

.get-block-title {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.benefit-list {
    list-style: none;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.benefit-list li {
    font-size: 1rem;
    margin-bottom: 10px;
}

.benefit-list i {
    color: #e74c3c;
    margin-right: 10px;
}

.ruko-section {
    margin-top: 30px;
    text-align: center;
}

.ruko-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.sirf-yahi-nahi {
    font-size: 1.3rem;
    font-weight: 600;
    color: #e74c3c;
    margin: 10px 0 15px;
}

.extra-benefit-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.extra-benefit-list li {
    font-size: 1rem;
    margin-bottom: 10px;
}

.final-statement {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
    max-width: 800px;
    margin: 30px auto 20px;
}

/* Why Choose Us Section - Card-based */
.why-choose-us-section {
    background-color: #2c3e50;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.choose-us-content {
    max-width: 900px;
    margin: 0 auto;
}

.trust-statement {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ecf0f1;
    margin-bottom: 25px;
}

.trust-cards-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.trust-card {
    background: #34495e;
    color: #ecf0f1;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 300px;
    transition: transform 0.3s ease;
}

.trust-card:hover {
    transform: translateY(-5px);
}

.trust-card i {
    color: #e74c3c;
    font-size: 2rem;
    margin-bottom: 10px;
}

.trust-card h3 {
    margin-top: 0;
    color: #e74c3c;
}

/* FAQ Section */
.faq-section {
    padding: 50px 20px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #bdc3c7;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: white;
    border: none;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.faq-question:hover, .faq-question.active {
    background-color: #f0f2f5;
}

.faq-question i {
    transition: transform 0.3s ease;
}

.faq-question.active i {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 20px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
    max-height: 200px;
    padding: 15px 20px;
}

/* Footer */
.site-footer {
    background-color: #2c3e50;
    color: #bdc3c7;
    text-align: center;
    padding: 30px 20px;
}

.footer-container a {
    color: #bdc3c7;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.footer-container a:hover {
    color: #e74c3c;
}

/* Responsive styles */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
    .section-title {
        font-size: 1.6rem;
    }
    .section-subtitle {
        font-size: 0.9rem;
    }
    .timer-container {
        flex-direction: column;
    }
    .original-price {
        font-size: 1.2rem;
    }
    .discount-price {
        font-size: 2.2rem;
    }
    .offer-pre-text, .offer-mid-text, .offer-post-text {
        font-size: 1rem;
    }
    .trust-cards-container {
        flex-direction: column;
        align-items: center;
    }
    .trust-card {
        max-width: 90%;
    }
    .ruko-text {
        font-size: 1.8rem;
    }
    .sirf-yahi-nahi {
        font-size: 1.1rem;
    }
    .problem-statement .big-text {
        font-size: 1rem;
    }
    .get-block-title {
        font-size: 1.3rem;
    }
    .final-statement {
        font-size: 0.9rem;
    }
    .audio-player-container {
        flex-wrap: wrap;
        max-width: 90%;
    }
}

/* Styling for DOB Dropdowns */
.dob-dropdowns {
    display: flex;
    gap: 10px;
}

.dob-dropdowns select {
    flex: 1;
    padding: 10px;
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 1rem;
    appearance: none;
    background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2334495e%22%20d%3D%22M287%20163.6l-139.3%20139.3c-4.1%204.1-9.3%206.1-14.5%206.1s-10.4-2-14.5-6.1L5.4%20163.6C1.3%20159.5%200%20154.3%200%20149.1s1.3-10.4%205.4-14.5l14.5-14.5c4.1-4.1%209.3-6.1%2014.5-6.1s10.4%202%2014.5%206.1l102.5%20102.5%20102.5-102.5c4.1-4.1%209.3-6.1%2014.5-6.1s10.4%202%2014.5%206.1l14.5%2014.5c4.2%204.1%206.3%209.4%206.3%2014.6s-2.1%2010.5-6.3%2014.6z%22%2F%3E%3C%2Fsvg%3E') no-repeat right 10px center;
    background-size: 12px;
}

/* Updated professional photo upload section */
.photo-upload-block {
    background: #f8f9fa;
    border: 2px dashed #bdc3c7;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.photo-upload-block:hover {
    background-color: #e9ecef;
}

.photo-icon {
    font-size: 3rem;
    color: #e74c3c;
    margin-bottom: 10px;
}

.custom-file-upload-label {
    display: inline-block;
    background-color: #2c3e50;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 600;
    margin-top: 15px;
}

.custom-file-upload-label i {
    margin-right: 10px;
}

.custom-file-upload-label:hover {
    background-color: #34495e;
}

.hidden-file-input {
    display: none;
}

.file-name-display {
    display: none;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #34495e;
    font-style: italic;
}

/* New styles for the product image and free offer text */
.product-image-container {
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

.product-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.free-offer-text {
    margin: 10px 0 20px;
}

.free-offer-text p {
    font-size: 1.5rem; /* Increased the font size here */
    font-weight: 600;
    color: #c0392b;
}

/* Ensure the existing offer subtitle and timer are positioned correctly */
.offer-subtitle {
    margin-top: 15px;
    margin-bottom: 25px;
}
