/* styles.css – non‑critical font loads */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
a {
    color: var(--color-primary);
    text-decoration: none;
}

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

ul, ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.header-content {
    padding: 0 0;
}

.hero-image {
    border-radius: 8px;
    margin-bottom: 24px;
}

.content-section {
    margin-bottom: 30px;
}

.content-section img {
    margin: 30px 0;  /* 30px top and bottom margins */
    max-width: 100%;
    height: auto;
}

/* Disclaimer styling */
.disclaimer {
    background-color: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-left: 4px solid #6c757d !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #495057 !important;
}

.disclaimer strong {
    color: #212529 !important;
    display: inline-block !important;
    margin-bottom: 5px !important;
}

.disclaimer p {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* End of disclaimer styling */
.cta-button {
    display: inline-block;
    background-color: var(--color-primary);
    color: white;
    font-weight: bold;
    padding: 15px 24px;
    border-radius: 100px;
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
    border: 2px solid black;
    text-decoration: none;
    transition: background-color 0.3s;
    max-width: 483px;
    width: 100%;
}

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

.sidebar-button:hover {
    background-color: #4f4f4f;
}

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

.icon-list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.icon-list-image {
    width: 60px;
    height: 60px;
    margin-right: 16px;
    border-radius: 50px;
}

.step-number {
    color: var(--color-primary);
    font-weight: bold;
}

.faq-section {
    margin-bottom: 30px;
}

.faq-question {
    font-weight: bold;
    margin-bottom: 10px;
}

.faq-answer {
    margin-bottom: 20px;
}

/* Announcement box styling */
.announcement-box {
    background-color: #FFF9DD;
    border: 2px solid #FF6B6B;
    padding: 15px 20px;
    margin: 20px 0;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.announcement-box .title {
    color: #FF6B6B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.announcement-box p {
    margin: 8px 0;
    line-height: 1.5;
    text-align: left;
}

.announcement-box .action-text {
    font-size: 16px;
    margin-top: 12px;
    text-align: center;
}

.announcement-box .arrow {
    color: #1E88E5;
    font-weight: bold;
}
/* End of announcement box styling */

/* Steps Section Styling */
.steps-section {
    margin: 60px 0;
    font-family: 'Roboto', sans-serif;
}

.steps-section h2 {
 
    margin-bottom: 40px;
 
    font-family: 'Roboto Slab', serif;
    line-height: 1.2;
}

.steps-section .summary {
    margin-top: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 1.6;
}

/* Desktop Styles for Steps with Alternating Layout */
.mobile {
    display: none;
}

.step-row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
}

.step-row.reverse {
    flex-direction: row-reverse;
}

.step-image-container {
    flex: 0 0 48%;
}

.step-text-container {
    flex: 0 0 48%;
}

.step-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.step-text-container h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.step-text-container p {
    font-size: 18px;
    line-height: 1.6;
}

/* Mobile Styles for Steps */
.step-mobile {
    margin-bottom: 40px;
    padding: 0 15px;
}

.step-mobile h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.step-image-mobile {
    margin: 15px 0;
}

.step-image-mobile img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.step-mobile p {
    font-size: 16px;
    line-height: 1.5;
}
/* End of Steps Section Styling */

/* Testimonials Section Styling */
.testimonials-section {
    margin: 60px 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
}

.testimonials-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Roboto Slab', serif;
}

.stars {
    color: #FFD700; /* Gold color for stars */
    letter-spacing: 5px;
}

.testimonials-subheading {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: left;
    max-width: 800px;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.testimonial-card {
    background-color: #f5f5f5;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.testimonial-text em {
    font-style: italic;
    font-weight: 500;
}

.testimonial-author {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.verified-tag {
    font-weight: normal;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .testimonials-heading {
        font-size: 26px;
    }
    
    .testimonials-subheading {
        font-size: 18px;
    }
    
    .testimonial-text {
        font-size: 16px;
    }
    
    .testimonial-card {
        padding: 20px;
    }
    
    .testimonials-disclaimer {
        font-size: 12px;
        padding: 12px 15px;
    }
}

/* Remove the grid layout for larger screens to ensure single-column layout at all screen sizes */
@media (min-width: 992px) {
    .testimonial-container {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

.footer {
    background-color: var(--color-bg-dark);
    color: var(--color-text-light);
    padding: var(--space-l) 20px;
    font-size: 14px;
}

.footer a {
    color: var(--color-text-light);
}

.footer-links {
    text-align: center;
    padding-top: var(--space-l);
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .two-column {
        flex-direction: column;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 18px;
    }
    
    /* Mobile responsiveness for steps section */
    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .steps-section h2 {
        font-size: 24px;
        padding: 0 15px;
    }
    
    .steps-section .summary {
        padding: 0 15px;
        font-size: 16px;
    }
}

/* Ensure stars in testimonial heading stay together */
.testimonials-heading .stars {
    white-space: nowrap;      /* Prevent internal wrapping */
    display: inline-block;    /* Ensures nowrap applies correctly */
}