/* style/index-quick-registration.css */
.page-index-quick-registration {
    font-family: 'Arial', sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F;
    line-height: 1.6;
}

.page-index-quick-registration .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-quick-registration h1, 
.page-index-quick-registration h2, 
.page-index-quick-registration h3 {
    color: #FFD700;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-index-quick-registration h1 {
    font-size: 2.8em;
    text-align: center;
    line-height: 1.2;
}

.page-index-quick-registration h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.page-index-quick-registration h3 {
    font-size: 1.6em;
    margin-top: 30px;
}

.page-index-quick-registration p {
    margin-bottom: 15px;
    color: #f5e6d0;
}

.page-index-quick-registration ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-index-quick-registration ul li {
    background-color: #1a2a47;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-left: 3px solid #FFD700;
    color: #f5e6d0;
}

.page-index-quick-registration .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.page-index-quick-registration .btn-primary {
    background-color: #FFD700;
    color: #0A192F;
    border: 2px solid #FFD700;
}

.page-index-quick-registration .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-index-quick-registration .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-index-quick-registration .btn-secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
    transform: translateY(-2px);
}

.page-index-quick-registration .btn-tertiary {
    background-color: #1a2a47;
    color: #FFD700;
    border: 2px solid #1a2a47;
}

.page-index-quick-registration .btn-tertiary:hover {
    background-color: #2a3d5c;
    color: #FFD700;
    transform: translateY(-2px);
}

/* Hero Section */
.page-index-quick-registration .hero-section {
    background: linear-gradient(135deg, #0A192F 0%, #1a2a47 100%);
    padding: 80px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.page-index-quick-registration .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-index-quick-registration .hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-index-quick-registration .hero-content h1 {
    color: #FFD700;
    font-size: 3.5em;
    margin-bottom: 20px;
}

.page-index-quick-registration .hero-content p {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f5e6d0;
}

.page-index-quick-registration .hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
    z-index: 1;
}

.page-index-quick-registration .hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* General Section Styling */
.page-index-quick-registration section {
    padding: 60px 0;
    background-color: #0A192F;
}

.page-index-quick-registration .section-why-8ket, 
.page-index-quick-registration .section-benefits, 
.page-index-quick-registration .section-faq {
    background-color: #0A192F;
}

.page-index-quick-registration .section-registration-guide {
    background-color: #1a2a47;
    padding-bottom: 80px;
}

.page-index-quick-registration .section-registration-guide h2 {
    color: #FFD700;
}

.page-index-quick-registration .section-final-cta {
    background-color: #0A192F;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-index-quick-registration .section-final-cta h2 {
    color: #FFD700;
}

.page-index-quick-registration .section-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto 0 auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Why 8ket Grid */
.page-index-quick-registration .why-8ket-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-quick-registration .why-8ket-grid .grid-item {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #FFD700;
}

.page-index-quick-registration .why-8ket-grid .grid-item h3 {
    color: #FFD700;
    margin-top: 0;
    font-size: 1.4em;
}

.page-index-quick-registration .why-8ket-grid .grid-item ul {
    list-style: disc;
    padding-left: 20px;
}

.page-index-quick-registration .why-8ket-grid .grid-item ul li {
    background-color: transparent;
    border-left: none;
    padding: 5px 0;
    color: #f5e6d0;
}

/* Registration Steps Grid */
.page-index-quick-registration .steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
}

.page-index-quick-registration .step-item {
    background-color: #0A192F;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.page-index-quick-registration .step-item h3 {
    color: #FFD700;
    font-size: 1.8em;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0;
}

.page-index-quick-registration .step-item h3 span {
    background-color: #FFD700;
    color: #0A192F;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    flex-shrink: 0;
}

.page-index-quick-registration .step-item ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 15px;
}

.page-index-quick-registration .step-item ul li {
    background-color: transparent;
    border-left: none;
    padding: 5px 0;
    color: #f5e6d0;
}

.page-index-quick-registration .step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* Benefits Grid */
.page-index-quick-registration .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-quick-registration .benefit-item {
    background-color: #1a2a47;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid #FFD700;
}

.page-index-quick-registration .benefit-item .benefit-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Gold effect */
}

.page-index-quick-registration .benefit-item h3 {
    color: #FFD700;
    font-size: 1.5em;
    margin-top: 0;
}

/* FAQ Section */
.page-index-quick-registration .faq-items {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-quick-registration .faq-item {
    background-color: #1a2a47;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-index-quick-registration .faq-toggle {
    display: none;
}

.page-index-quick-registration .faq-question {
    display: block;
    padding: 20px 25px;
    background-color: #0A192F;
    color: #FFD700;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-index-quick-registration .faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-index-quick-registration .faq-toggle:checked + .faq-question {
    background-color: #1a2a47;
}

.page-index-quick-registration .faq-toggle:checked + .faq-question::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-index-quick-registration .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    background-color: #1a2a47;
    color: #f5e6d0;
    padding: 0 25px;
}

.page-index-quick-registration .faq-toggle:checked ~ .faq-answer {
    max-height: 200px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-index-quick-registration .faq-answer p {
    margin-bottom: 0;
}

/* Call to Action Bottom */
.page-index-quick-registration .call-to-action-bottom {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #1a2a47;
    border-radius: 8px;
    border-top: 3px solid #FFD700;
}

.page-index-quick-registration .call-to-action-bottom p {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #f5e6d0;
}

.page-index-quick-registration .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-index-quick-registration h1 {
        font-size: 2.5em;
    }
    .page-index-quick-registration h2 {
        font-size: 1.8em;
    }
    .page-index-quick-registration .hero-section .container {
        flex-direction: column;
    }
    .page-index-quick-registration .hero-image-wrapper {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .page-index-quick-registration h1 {
        font-size: 2em;
    }
    .page-index-quick-registration h2 {
        font-size: 1.6em;
    }
    .page-index-quick-registration h3 {
        font-size: 1.4em;
    }
    .page-index-quick-registration .hero-content p {
        font-size: 1em;
    }
    .page-index-quick-registration .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-index-quick-registration .why-8ket-grid, 
    .page-index-quick-registration .benefits-grid, 
    .page-index-quick-registration .steps-grid {
        grid-template-columns: 1fr;
    }
    .page-index-quick-registration .step-item h3 {
        flex-direction: column;
        text-align: center;
    }
    .page-index-quick-registration .step-item h3 span {
        margin-bottom: 10px;
    }
    .page-index-quick-registration .faq-question, .page-index-quick-registration .faq-answer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-index-quick-registration .faq-question::after {
        right: 15px;
    }
    .page-index-quick-registration .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .page-index-quick-registration .cta-buttons .btn {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .page-index-quick-registration h1 {
        font-size: 1.8em;
    }
    .page-index-quick-registration h2 {
        font-size: 1.4em;
    }
    .page-index-quick-registration h3 {
        font-size: 1.2em;
    }
    .page-index-quick-registration .btn {
        padding: 8px 15px;
        font-size: 0.85em;
    }
    .page-index-quick-registration section {
        padding: 40px 0;
    }
    .page-index-quick-registration .hero-section {
        min-height: 400px;
        padding: 60px 0;
    }
    .page-index-quick-registration .call-to-action-bottom p {
        font-size: 1.1em;
    }
    .page-index-quick-registration .cta-buttons .btn {
        width: 95%;
    }
}