
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

heading-title {
    color: #735959;
    font-size: 40px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

style attribute {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: rgb(23, 24, 25);
    stroke-width: 0px;
}
/*header {
    text-align: center;*/
   /* padding: 20px;*/
/*}*/


.testimonial-section {
    padding: 0; /* extra padding hata diya */
    margin: 0; /* section ke bich gap nahi hoga */
}

    .testimonial-section .container {
        padding-left: 0;
        padding-right: 0;
    }

/* Countdown */
.countdown {
    display: flex;
    gap: 10px;
}

    .countdown div {
        background: #fff;
        padding: 10px;
        border: 2px dashed #999;
        text-align: left;
        min-width: 50px;
    }

        .countdown div span {
            display: block;
            font-size: 40px;
            font-weight: bold;
            color: #e94e1b;
        }

.date-info {
    text-align: center;
    margin-top: 15px;
    font-style: italic;
    font-weight: bold;
    color: #e94e1b;
}

/* Form */
.form-box {
    flex: 1;
    background: #fff;
    padding: 20px;
}

    .form-box h2 {
        color: #e94e1b;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .form-box label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
    }

   /* .form-box input {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
    }*/

    .form-box button {
        width: 100%;
        padding: 12px;
        background: #ff5722;
        border: none;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        font-weight: bold;
        border-radius: 3px;
    }

        .form-box button:hover {
            background: #e64a19;
        }
.testimonial-section {
    padding: 0px 0;
    background-color: white; /* Light gray background */
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    min-height: 250px; /* Adjust as needed */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-text {
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
}
/*.testimonial-text {

                font-size: 1rem;
                line-height: 1.5;
                color: #495057;
                margin-bottom: 15px;
            }*/

.author-info {
    display: flex;
    align-items: center;
    margin-top: auto; /* Push to the bottom */
}

    .author-info img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 15px;
        object-fit: cover;
    }

.author-details .name {
    font-weight: bold;
    color: #212529;
    font-size: 1rem;
}

.author-details .title {
    color: #6c757d;
    font-size: 0.9rem;
}
/*header h1 {*/
    /* color: #171819;*/
    /*color: #E7001B;
    font-size: 55px;
    font-weight: 700;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}*/
main-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: rgb(23, 24, 25);
    stroke-width: 0px;
}
header h2 {
    color: #1561AD;
    font-size: 40px;
    font-weight: 700;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

header h3 {
    color: #626368;
    font-size: 40px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


.video-section, .content-section {
    flex: 1 1 400px;
}

    .video-section iframe {
        width: 100%;
        height: 250px;
        border-radius: 8px;
    }

    .content-section h2 {
        /* color: #1172C0;*/
        color: #3021D6;
        font-family: "Manrope", Sans-serif;
        font-size: 33px;
        font-weight: 600;
        font-style: normal;
        line-height: 31px;
    }

    .content-section ul {
        list-style: none;
        padding: 0;
    }

        .content-section ul li {
            padding-right: 1px;
            margin: 1px 0;
            padding-left: 20px;
            position: relative;
            font-size: 20px;
            
        }
        



            .content-section ul li::before {
                content: "✔";
                color: red;
               /* font-weight: bold;*/
                position: absolute;
                left: 0;
            }

.live {
    text-align: center;
    margin: 20px 0;
}

.timer {
    display: flex;
    justify-content: center;
    gap: 10px;
  /*  flex-wrap: wrap;*/
    font-size: 18px;
}

.time-box {
    color: #FF0000;
    background-color: #FFDA6F;
    border-style: none;
    padding: 0px 0px 0px 0px;
    font-size: 30px;

}


.register-section {
    text-align: center;
    margin-top: 20px;

}

.register-container {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

    .register-container h2 {
        color: #ff5722;
        margin-bottom: 15px;
    }

.register-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

   /* .register-form input {
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
    }*/

.buy-btn {
    background: #ff5722;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

    .buy-btn:hover {
        background: #e64a19;
    }

.agreement {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}


.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
}

    .whatsapp img {
        width: 35px;
        height: 35px;
    }


.logo-slider {
    width: 100%;
    overflow: hidden;
    /*padding: 20px 0;*/
    position: relative;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        width: 80%;
        height: auto;
        object-fit: contain;
        display: block;
    }


.swiper-button-next,
.swiper-button-prev {
    color: #000;
    width: 20px;
    height: 20px;
    top: 50%; /* vertical position */
    z-index: 10;
}

.swiper-button-next {
    right: 10px; /* image se dur */
}

.swiper-button-prev {
    left: 10px; /* image se dur */
}

.startup-recognition {
    text-align: center;
    margin: 0; /* gap remove */
    padding: 0; /* gap remove */
    font-weight: bold;
    color: #333;
}

.centertext {
    text-align: center;
    margin: 0; /* gap remove */
    padding: 0; /* gap remove */
    font-weight: bold;
    color: #333;
}

.startup-recognition + img,
img + .startup-recognition {
    margin: 0; /* ensure no gap between image and text */
}

div img {
    display: block; /* remove default inline gap */
    width: 100%; /* optional, responsive */
    height: auto; /* optional */
}

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

.content-section ul {
    list-style: none; /* Remove bullets */
    padding-left: 0;
}

.buy-btn {
    background: #ff5722;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 500px;
}

.row {
    align-items: center; /* vertically center align */
   /* margin-top: 30px;
    margin-bottom: 30px;*/
}



/* 🌐 Default Styles (Global) */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #181818;
    background: #FFFAF1;
}

/* ==============================
   📌 Desktop Large Screens
   ============================== */

/* 1280px – 1920px+ */
@media (min-width: 1280px) and (max-width: 1920px) {
    body {
        font-size: 18px;
        max-width: 1400px;
        margin: auto;
    }
}

/* 1140px – 1200px */
@media (min-width: 1140px) and (max-width: 1200px) {
    body {
        font-size: 17px;
    }
}

/* ==============================
   📌 Tablet Devices
   ============================== */

/* 768px – 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .container {
        padding: 15px;
    }
}

/* 720px – 960px */
@media (min-width: 720px) and (max-width: 960px) {
    body {
        font-size: 15px;
    }

    .container {
        padding: 10px;
    }
}

/* ==============================
   📌 Mobile Devices
   ============================== */

/* 320px – 480px (small mobile) */
@media (min-width: 320px) and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .container {
        padding: 8px;
    }

    .buy-btn {
        font-size: 18px;
        padding: 5px;
    }
}

/* 320px – 420px (extra small mobile fix) */
@media (min-width: 320px) and (max-width: 420px) {
    body {
        font-size: 28px;
    }

    h1, h2, h3 {
        font-size: 90%;
    }
}


@media(max-width: 768px) {


    .content-box {
        flex-direction: column;
    }

    .video-box,
    .text-box {
        flex: 1 1 100%;
    }

    .content-section ul {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 15px;
    }

        .content-section ul li {
            margin-bottom: 8px;
            word-wrap: break-word; /* prevent overflow */
        }

    .content-section {
        flex: 1 1 100%; /* full width on mobile */
    }

    header h1 h2 h3 {
        font-size: 28px;
    }

    header h2 {
      
        font-size: 28px;
       
    }

    header h3 {
        font-size: 24px;
    }

    .timer {
        flex-direction: column;
    }
   

}
