body {
    font-family: 'Roboto', sans-serif;
}


/* Main Section */
.ged-section-main {
    background-color: #d89a2c;
    padding-top: 10%;
}

/* Badge */
.ged-badge {
    background-color: #f4d7a3;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 18 px;
    font-weight: 500;
    color: #000;
}

/* Heading */
.ged-heading {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-top: 25px;
    line-height: 1.3;
}

.ged-highlight {
    color: #0d2c6c;
}

/* Paragraph */
.ged-description {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
}

.ged-sub-description {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
    max-width: 480px;
}

/* Stats */
.ged-stats-wrapper {
    margin-top: 20px;
}

.ged-stat-item {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #0f2c6a;
}

.ged-stat-item::before {
    content: '✔';
    background: #fff;
    color: #e9a933;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 12px;
}

/* Buttons */
.ged-button-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ged-btn-primary {
    background-color: #0d2c6c;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
}

.ged-btn-primary:hover {
    background: none;
    border: 2px solid #0d2c6c;
}

.ged-btn-secondary {
    background-color: #f4b84a;
    color: #000;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.ged-btn-secondary:hover {
    background-color: #e5a838;
}

/* Image */
.ged-image {
    max-width: 450px;
}


/* Main Section */
.real-section-main {
    background-color: #d89a2c;
    padding: 90px 0;
}

/* Heading */
.real-heading {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

/* Paragraph */
.real-text {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    max-width: 650px;
}

/* Button Wrapper */
.real-btn-wrapper {
    margin-top: 30px;
}

/* Primary Button */
.real-btn-primary {
    background-color: #0d2c6c;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
}

.real-btn-primary:hover {
    background: none;
    border: 2px solid #0d2c6c;
    color: #fff;
}

/* Secondary Button */
.real-btn-secondary {
    background-color: #f4b84a;
    color: #000;
    padding: 12px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #000;
}

.real-btn-secondary:hover {
    background-color: #e5a838;
}

/* Image Wrapper */
/* .real-image-wrapper {
    border: 3px solid #ffffff;
    border-radius: 20px;
    padding: 5px;
    display: inline-block;
} */

/* Image */
.real-image {
    max-width: 400px;
}


/* Main Section */
.notdumb-section-main {
    background-color: #f3f3f3;
    padding: 80px 0;
}

/* Badge */
.notdumb-badge {
    background-color: #d9d9d9;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #0d2c6c;
}

/* Heading */
.notdumb-heading {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

/* Subtext */
.notdumb-subtext {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* Row spacing */
.notdumb-row {
    margin-bottom: 40px;
}

/* Card */
.notdumb-card {
    background-color: #e3a52c;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    min-height: 410px;
}

/* Card Title */
.notdumb-card-title {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Card Text */
.notdumb-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

/* Bottom Text */
.notdumb-bottom-text {
    font-weight: 600;
    font-size: 25px;
    color: #0d2c6c;
}


/* Main Section */
.pricing-section-main {
    background-color: #d89a2c;
    padding: 80px 0 0 0;
}

/* Badge */
.pricing-badge {
    background-color: #d9d9d9;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #0d2c6c;
}

/* Heading */
.pricing-heading {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

/* Subtext */
.pricing-subtext {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #000;
}

/* Image */
.pricing-image-wrapper {
    padding: 20px;
    border-radius: 20px;
    display: inline-block;
}

.pricing-image {
    border-radius: 15px;
    max-width: 350px;
}

/* Pricing Card */
.pricing-card {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    max-width: 450px;
    margin: auto;
}

.pricing-card-text {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Button */
.pricing-btn {
    background-color: #0d2c6c;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-icon {
    margin-bottom: 15px;
}

.pricing-icon img {
    width: 60px;   /* size control */
    height: auto;
}

.pricing-btn:hover {
    background: none;
    border: 2px solid #0d2c6c;
    color: #000;
}

/* WhatsApp Text */
.pricing-whatsapp-wrapper {
    margin-top: 40px;
}

.pricing-whatsapp-text {
    font-size: 18px;
    color: #000;
}

.pricing-bottom-bar {
    background-color: #f3e4c5;
    padding: 12px 0;
}

.pricing-marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.pricing-marquee-text {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    animation: pricing-marquee-animation 18s linear infinite;
}

@keyframes pricing-marquee-animation {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* Main Section */
.secret-section-main {
    background-color: #d89a2c;
    padding: 80px 0;
}

/* Badge */
.secret-badge {
    background-color: #d9d9d9;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #0d2c6c;
}

/* Heading */
.secret-heading {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

/* Subtext */
.secret-subtext {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #000;
}

/* Card */
.secret-card {
    background-color: #e9e9e9;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    max-width: 460px;
    margin: auto;
}

.secret-card-text {
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

/* Image */
.secret-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
}

.secret-image {
    width: 90%;
}

/* Button */
.secret-btn-wrapper {
    margin-top: 40px;
}

.secret-btn {
    background-color: #0d2c6c;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.secret-btn:hover {
    background: none;
    border: 2px solid #0d2c6c;
    color: #000;
}

/* Payment Text */
.secret-payment-wrapper {
    margin-top: 25px;
}

.secret-payment-text {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}


@media (max-width: 1600px) {

    .ged-heading {
        font-size: 50px;
    }

    .real-heading,
    .notdumb-heading,
    .pricing-heading,
    .secret-heading {
        font-size: 42px;
    }
}

@media (max-width: 1399px) {

    .ged-heading {
        font-size: 40px;
    }
    
    .ged-image {
    max-width: 400px;
    margin-top: 20%;
}

    .ged-description {
        font-size: 20px;
    }

    .real-text {
        font-size: 18px;
    }

    .pricing-card {
        padding: 35px;
    }
}


@media (max-width: 1199px) {
    .ged-image {
        max-width: 400px;
        margin-top: 40%;
    }

    .ged-heading {
        font-size: 35px;
    }

    .ged-description {
        font-size: 20px;
    }

    .ged-sub-description {
        font-size: 17px;
    }

    .real-heading,
    .notdumb-heading,
    .pricing-heading,
    .secret-heading {
        font-size: 36px;
    }

    .pricing-card {
        max-width: 100%;
    }

    .ged-image,
    .real-image,
    .pricing-image {
        max-width: 100%;
    }
    
    .ged-btn-secondary{
       padding: 12px 8px;
    }
    .ged-btn-primary{
        padding: 12px 12px;
    }
    .real-btn-primary{
        padding: 12px 12px;
    }
    
    .real-btn-secondary{
        padding: 12px 8px;
    }
    
    .notdumb-card {
        min-height: 435px;
    }
    
}


@media (max-width: 991px) {

    .real-section-main,
    .pricing-section-main,
    .secret-section-main {
        padding: 60px 0;
        text-align: center;
    }

    .ged-heading {
        font-size: 34px;
    }
    
    .ged-image{
        margin-top: 10%;
    }

    .ged-description {
        font-size: 18px;
    }

    .notdumb-heading,
    .pricing-heading,
    .secret-heading {
        font-size: 32px;
    }

    .notdumb-card {
        margin-bottom: 20px;
    }

    .pricing-card {
        padding: 30px;
    }

    .secret-card {
        max-width: 100%;
    }

    .ged-btn-primary,
    .ged-btn-secondary,
    .real-btn-primary,
    .real-btn-secondary,
    .pricing-btn,
    .secret-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .ged-button-wrapper,
    .real-btn-wrapper {
        /*display: flex;*/
        flex-direction: column;
        align-items: center;
    }
    .ged-badge-wrapper{
        padding-top: 20%;
    }
    
    .stats-grid{
        text-align: center;
    }
}


@media (max-width: 767px) {

    .ged-heading {
        font-size: 28px;
    }

    .ged-description {
        font-size: 16px;
    }

    .ged-sub-description {
        font-size: 15px;
    }

    .real-heading,
    .notdumb-heading,
    .pricing-heading,
    .secret-heading {
        font-size: 26px;
    }

    .real-text,
    .pricing-subtext,
    .secret-subtext {
        font-size: 16px;
    }

    .notdumb-card {
        padding: 25px 15px;
    }

    .pricing-card {
        padding: 25px;
    }

    .secret-card {
        padding: 20px 15px;
    }

    .pricing-marquee-text {
        font-size: 14px;
    }
      .ged-badge-wrapper{
        margin-top: 35%;
    }
    .ged-image{
        margin-top: 0%;
    }
    .secret-image {
    width: 100%;
    padding-top: 16px;
}

    .ged-image,
    .real-image,
    .pricing-image {
        max-width: 85%;
    }
    
}

@media (max-width: 575px) {

    .ged-heading {
        font-size: 24px;
        line-height: 1.3;
    }

    .real-heading,
    .notdumb-heading,
    .pricing-heading,
    .secret-heading {
        font-size: 22px;
    }

    .notdumb-bottom-text {
        font-size: 20px;
    }

    .secret-payment-text {
        font-size: 16px;
    }

    .ged-stat-item {
        display: block;
        margin-bottom: 8px;
    }

    .pricing-marquee-text {
        font-size: 13px;
    }
    .ged-badge-wrapper{
        margin-top: 35%;
    }
    .ged-image{
        margin-top: 0%;
    }
}




 