@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Underline:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@media (min-width: 1024px) { 
    .hide-on-desktop {
        display: none;
    }
}
:root {
    --fontpoppins: "Poppins", serif;
    --fontmontserrat: "Montserrat", serif;
    --fontroboto: "Roboto", serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    backdrop-filter: blur(5px); /* Blur effect */
    z-index: 999;
}

/* Centered progress container */
#progressContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.error {
    color: red;
    font-size: 14px;
    display: none;
}

/* Progress bar */
#progressBar {
    width: 0%;
    height: 30px;
    background-color: #FF7B19;
    text-align: center;
    color: white;
    line-height: 30px;
    border-radius: 5px;
}

.header-container img {
    transition: transform 0.3s ease;
}
.review{
    display: flex;
    align-items: center;
}
.review img:nth-child(1) {
    width: 30px;
    margin-right: 5px;
}
.review img:nth-child(2) {
    width: 80px;
}

.header-container img:hover {
    transform: scale(1.05);
}

.header-container {
    width: 100%;
    background-color: #DFDFDF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 80px;

}

.header-para {
    font-family: var(--fontpoppins);
    color: #7F7F7F;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}


.offer-container {
    width: 100%;
    padding: 20px;
    background: radial-gradient(72.57% 72.57% at 50% 50%, #000 0%, #000 69.17%, #471F05 100%);
}

.offer-text {
    font-size: 60px;
    text-align: center;
    font-family: var(--fontpoppins);
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #FF7B19;
    animation: pulseText 2s infinite ease-in-out;
    text-shadow:
        0px 0px 10px #FF7B19,
        0px 0px 0px #FF7B19,
        0px 0px 0px #FF7B19,
        0px 0px 0px rgba(226, 101, 17, 0.8);
}

@keyframes pulseText {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.price-text {
    text-decoration: line-through;
    text-decoration-color: rgba(247, 246, 246, 0.4);
    font-family: var(--fontpoppins);
    font-size: 40px;
    text-align: center;
    color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-text-stroke: 2px rgb(205, 200, 200);
    text-shadow:
        1px 1px 10px black,
        1px 1px 20px black,
        1px 1px 20px black,
        1px 1px 1px rgba(33, 33, 33, 0.8);
}

.actual-text {
    font-size: 60px;
    text-align: center;
    font-family: var(--fontpoppins);
    font-weight: bold;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #FF7B19;
    text-shadow:
        1px 1px 2px rgba(146, 24, 24, 0.5),
        -1px -1px 2px rgba(24, 20, 20, 0.3),
        1px -1px 2px rgba(31, 9, 9, 0.3),
        -1px 1px 2px rgba(23, 9, 9, 0.3);
}


/* -------------------------------------- */
.dummy {
    width: 100%;
    height: 300px;

}

/* -------------------------------- */

.form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
}

.left-container {
    padding-left: 50px;
    line-height: 48px;
}

.side-border {
    position: absolute;
    left: 60px;
    top: 52%;
    transform: translateY(-50%);
    width: 7px;
    height: 210px;
    background-color: #FF7B19;
    border-radius: 10px;
}

.months {
    color: #252525;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: rgba(37, 37, 37, 0.50);
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}

.top-line,
.content {
    color: #252525;
    font-family: var(--fontpoppins);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#course-name {
    color: #FF7B19;
    -webkit-text-stroke: 1px #acacac;
    font-family: var(--fontpoppins);
    text-shadow: -2px 2px 6px rgba(0, 0, 0, 0.25);
    font-size: 38px;
    font-weight: 900;
}

.content {
    font-size: 22px;
    width: 629px;
}

/* ---------------------------------form------------------------------ */

.form {
    width: 350px;
    border-radius: 17.564px;
    background: #000;
    box-shadow: 0px 0px 13px 0px rgba(255, 123, 25, 0.77) inset, 0px 0px 14px 0px rgba(255, 123, 25, 0.35);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    font-family: var(--fontroboto);
    transition: transform 0.3s ease;
}
form:hover{
    transform: scale(1.02);
}

.form-headline {
    font-size: 20px;
    font-weight:500;
    text-align: center;
    color: #FFF;
}


form h3 span {
    color: #FF7B19;
    background-color: transparent;
}
span:hover {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.8);
    background-color: transparent !important; /* 🔥 Ensure hover also transparent */
  }

.form label {
    padding-left: 7px;
    color: white;
    font-size: small;
}
form input{
    margin:5px 0 5px 5px;
;
}


.form select option {
    color: black;
}

.form select {
    height: 36px;
    padding: 8px !important;
      margin:5px 0 5px 5px;
    border-radius: 3px;
    color: gray;
}

.button-div {
    text-align: center;
}

.button-div button {
    border-radius: 30px;
    border: 1px solid #0065C2;
    background: linear-gradient(93deg, #0065C2 4.03%, #0384FC 39.19%, #0065C2 82.41%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.58) inset;
    color: #FFF;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.61);
}


/* ---------------Placement section----------------- */
.placement-container {
    width: 100%;
    background-color: black;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.placement-text {
    font-size: 45px;
    font-family: var(--fontpoppins);
    font-weight: bold;
    color: transparent;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #FF7B19;
    text-shadow:
        1px 1px 2px rgba(23, 19, 19, 0.5),
        -1px -1px 2px rgba(24, 20, 20, 0.3),
        1px -1px 2px rgba(31, 9, 9, 0.3),
        -1px 1px 2px rgba(23, 9, 9, 0.3);
}

.placement-records {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.placement-img {
    width: 60%;
    height: auto;
    display: block;
}

.placement-para {
    color: #FFFFFF;
    font-family: var(--fontpoppins);
    margin-top: 40px;
}

.callback-btn {
    background-color: #FF7B19;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #FF7B19;
    font-family: var(--fontpoppins);
    font-size: 17px;
    font-weight: 600;
    text-shadow: 2px 2px 10px #FFFFFF;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    animation: pulseText 2s infinite ease-in-out;
}
.callback-btn:hover{
    transform: scale(1.1);
}

/* ---------------------Form dialog section---------------------- */
/* Modal Container (Initially Hidden) */
.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Content Box */
.modal-content {
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: auto;
}

/* Close Button */
.close-btn {
    position: absolute;
    font-size: 25px;
    top: 10px;
    right: -10px;
    background-color: transparent;
    color: #FFFFFF;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

/* Input Fields */
input,
textarea {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Submit Button */
.submit-btn {
    background-color: #FF7B19;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

/* -------------------video dialog section---------------- */

.video-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    padding: 15px;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}

.close-btn-video {
    position: absolute;
    color: #FFFFFF;
    top: 0px;
    right: -10px;
    font-size: 20px;
    border: none;
    background: none;
    cursor: pointer;
}

.placement-records {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
    white-space: nowrap;
}

.slider {
    display: flex;
    gap: 10px; /* Space between images */
    position: absolute;
    white-space: nowrap;
    animation: scrollLeft 15s linear infinite;
}
.placement-img {
    width: 250px;
    height: auto;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.placement-img:hover{
    transform: scale(0.9);
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* --------------------video section---------------------- */
.container {
    max-width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* ================= Header ================= */
.header {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: var(--fontpoppins);
}

.header h1 {
    color: #010101;
    text-shadow: 3px 3px 1px rgba(212, 91, 0, 0.2);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FF7B19;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.image-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 16px;
    border-radius: 28px;
    background: linear-gradient(96deg, #050201 3.52%, #713106 30.23%, #542504 72.88%, #170A02 97.25%);
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    cursor: pointer;
    position: relative;

}

.image-content img {
    width: 100%;
    height: auto;
    max-height: 400px;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    object-fit: cover;
    cursor: pointer;
}

.image-content p {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    font-family: var(--fontmontserrat);
}
.carousel-images img {
    width: 100%;
    height: auto;
    max-height: 400px;
    display: none;
    border-radius: 28px;
}
.carousel-images img.active {
    display: block;
}
.carousel-btn {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 12px;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: background-color 0.3s;
}
.carousel-btn:hover {
    background-color: rgba(255, 123, 25, 0.8);
}

#prevBtn {
    left: 20px;
}

#nextBtn {
    right: 20px;
}

/* -------------------Testimonials section-------------------- */
.testimonials-container {
    width: 100%;
    height: 360px;
    background-color: rgb(255, 255, 255);

}
.testimonial-reels-container{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontpoppins);
}
.carousel-container-reels {
    position: relative;
    width: 82%;
    margin: auto;
    overflow: hidden;
}
.reels-carousel {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}
.reels-card {
    min-width: 250px;
    max-width: 250px;
    background: white;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: center;
}
.reels-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}
.reels-card h3 {
    margin: 10px 0;
    font-size: 18px;
}
.reels-card p {
    font-size: 16px;
    color: #444;
}
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    border-radius: 50%;
}
.nav-button:hover{
    background-color: #ff6d00;
}
.reels-prev {
    left: 10px;
}
.reels-next {
    right: 10px;
}

/* Ensures the wrapper contains the image and play button */
.reel-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.reel-wrapper img {
    display: block;
    width: 100%;
}

/* Play button centered over the image */
.play-btn {
    width: 50px;
    height: 50px;
    background: radial-gradient(rgba(255, 123, 25, 0.6) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 25px 3px rgba(255, 123, 25, 0.8);
    cursor: pointer;
}

/* Play button triangle */
.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fff;
}

/* Pulse animation */
.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    animation: pulsate1 2s infinite;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -35%;
    left: -35%;
    background: rgba(198, 16, 0, 0);
}

@keyframes pulsate1 {
    0% {
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

/* --------------Reels dialog---------------- */
.reels-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.reels-modal-content {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    width: 500px; /* Fixed width */
    height: 500px; /* Fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.reels-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: black;
}
#reelEmbedContainer {
    width: 100%;
    height: 100%; /* Ensures container is 500px */
    display: flex;
    justify-content: center;
    align-items: center;
}
.instagram-media {
    width: 100% !important;
    height: 100% !important;
    max-height: 500px;
}

/* ---------------testimonial----------------------- */
.testimonial-review {

    display: flex;
    justify-content: space-evenly;
}

.testimonial-card {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: var(--fontpoppins);
    font-size: 20px;
    color: #E86A0D;
    font-weight: 500;
    border-radius: 10%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


/* --------------------------------------------- */

.testimonial-p{
    font-size: 14px;
}



.btn-div {
    display: flex;
    justify-content: center;
}

/* Submit Button */
.button-div {
    text-align: center;
    margin-top: 10px;
}

.button-div button {
    background-color: #FF7B19;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    width: 215px;
    transition: transform 0.3s ease;
}
.button-div button:hover{
    transform: scale(0.9);
}

.line-image {
    width: 100%;
    background-color: black;
    margin-bottom: -4px;
}


/* ------------------Benefits section------------------- */
.benefits-container {
    text-align: center;
    margin-top: 30px;
}

#cbtitle {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Poppins", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#cbtext {
    color: #FFF;
    text-align: center;
    text-shadow: 2px 4px 7px rgba(212, 91, 0, 0.43);
    margin-top: 5px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FF7B19;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.benefits-container2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.boxrow1 {
    height: 410px;
    display: flex;
    gap: 29px;
}

.image-box {
    display: inline-block;
    width: fixed 392px;
    height: 298px;
    padding: 7px 6px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #272727;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.35);
    position: relative;
}

.image-box:hover {
    height: 360px;
    transition: ease-in-out 0.3s;
    align-items: center;
}

.image-box:hover #destext {
    visibility: visible;
}

.boxrow1 .image-box img {
    width: fixed 379px;
    height: fixed 198px;
    flex-shrink: 0;
    border-radius: 9.55px;
}

#ddtext {
    color: #FF7B19;
    text-align: center;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: auto 366px;
    height: auto 32px;
}

.hovertext {
    align-content: center;
    justify-content: center;
    display: flex;
}

#destext {
    color: white;
    font-size: 18px;
    font-family: "Poppins", serif;
    visibility: hidden;
    position: absolute;
    margin-top: -5px;
}

/* -------------Tools section--------------- */
.tools-container {
    background: radial-gradient(72.57% 72.57% at 50% 50%, #000 0%, #000 69.17%, #471F05 100%);
    display: flex;
    flex-direction: column;
    gap:20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}
.tools-container2{
    margin-top: 30px;
}

/* Topic Section */
.topic-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic-text h1 {
    color: #471F05;
    text-align: center;
    text-shadow: 3.044px 3.044px 101px rgba(255, 123, 25, 0.87);
    -webkit-text-stroke-width: 3.0437281131744385px;
    -webkit-text-stroke-color: #FF7B19;
    font-family: "Poppins";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: capitalize;
}

/* Slider tools-container */
.tools-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Moving Track */
.slider-track {
    display: flex;
    gap: 20px;
    width: 100%;
    /* Double the width for seamless looping */
    animation: slideLeft 25s linear infinite;
}

.slider-track img {
    width: 70px;
    height: 60px;
    object-fit: contain;
}

.slider-image{
    transition: transform 0.3s ease;
}

.slider-image:hover{
    transform: scale(0.9);
}

/* Animation */
@keyframes slideLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* ----------------Syllabus section----------------- */
.syllabus-container {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-container {
    width: 90%;
    background-color: #FF6D001F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.topic h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 5px;
    font-family: var(--fontpoppins);
}

.syllabus-para p {
    font-size: 1rem;
    margin: 5px;
    padding: 0 40px;
    font-weight: 400;
    font-family: var(--fontpoppins);
    color: #474747;
}

.module {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    font-family: var(--fontpoppins);
}

.module-same {
    width: 48%;
}

/* .module-same div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
} */
.module-item {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    
}

.module-title {
    display: flex;
    justify-content: space-between;
    align-items: left;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    cursor: pointer;
    line-height: normal;
}

.toggle-icon i {
    transition: transform 0.3s ease-in-out;
}

.module-content {
    display: none;
    background: white;
    padding: 10px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #ddd;
    text-align: left;
    line-height: normal;
}



/* ------------Certicication section------------ */
.certification-overall-container {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontpoppins);
    position: relative;
}

.GenAiImplemented_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 90%;
    height: 630px;
    background-color: #ff6d001f;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    position: absolute;
    top: 0px;
}

.GenAiImplemented_container_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    height: 570px;
}

.GenAiImplemented_container_left_top h1 {
    font-size: 40px;
    font-weight: bold;
    color: black;
    line-height: 50px;
    word-spacing: 10px;
}

.GenAiImplemented_price {
    display: flex;
    justify-content: end;
    position: relative;
}

.GenAiImplemented_price h2 {
    font-size: 6rem;
    font-weight: bold;
    color: #ff6d00;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 140px;
    margin-top: 30px;
}

.GenAiImplemented_price h2 sup {
    font-size: 22px;
    color: #000;
    position: absolute;
    bottom: 43px;
    left: 80px;
}

.GenAiImplemented_container_left_bottom p {
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
}

.genAI-rupees {
    font-family: var(--fontpoppins);
    color: #000 !important;
    -webkit-text-stroke: 2px #FF7B19;
    padding-right: 200px;
}

.GenAiImplemented_container_right {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.GenAiImplemented_container_right img {
    width: 100%;
    max-width: 350px;
    object-fit: cover;
}

.GenAiImplemented_img1 {
    position: absolute;
    right: -2rem;
    top: -21rem;
    height: 40rem;
}

.GenAiImplemented_img2 {
    position: absolute;
    top: -11rem;
    left: 1rem;
}

.AI-image {
    width: 80px;
}

/* ---------------Timer section-------------- */
.timer-container {
    width: 100%;
    background-color: rgb(44, 42, 42);
    font-family: var(--fontpoppins);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.timer-container .timer-para-text {
    font-size: 45px;
    padding: 10px;
    text-align: center;
    background: linear-gradient(to bottom, #f8f7f7 30%, #2c1301);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 5px rgba(48, 20, 1, 0.6);
}

.timer-container .exclusive-para {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.offer-para {
    font-size: 19px !important;
    font-weight: 300 !important;
    text-transform: lowercase !important;
    margin-top: 10px !important;
    color: #FFFFFF;
}

.timer-background {
    width: 280px;
    height: 80px;
    background: linear-gradient(90deg, #737373 0%, #ABABAB 39%, #E7E5E5 50%, #ABABAB 60%, #737373 100%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    border-radius: 15px;
}

.time-numbers {
    width: 55px;
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.timer-days-text {
    font-size: 10px;
    text-transform: uppercase;
}

.number-container {
    width: 53px;
    height: 50px;
    background-color: #000;
    border-radius: 10px;
}

.class-number {
    color: #FFFFFF;
}

.colon {
    font-size: 20px;
    font-weight: 800;
    margin-top: 32px;
}

.timer-btn {
    margin-top: 30px;
}

.testimonial-video-container {
    text-align: center;
    padding: 50px 20px;
    background: linear-gradient(96deg, #050201 3.52%, #713106 30.23%, #542504 72.88%, #170A02 97.25%);
}

.testimonial-text {
    font-size: 2.5rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.video-records {
    max-width: 1200px;
    margin: 0 auto;
}

.video-slider {
    display: flex;

    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
        flex-grow: 1;
}

.thumbnail-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumbnail:hover .thumbnail-img {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background: rgba(255, 123, 25, 0.7);
    border-radius: 50%;
    padding: 10px;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover .play-btn {
    transform: translate(-50%, -50%) scale(1.2);
}

.testimonial-para {
    font-size: 1.2rem;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.video-modal-content {
    position: relative;
    background: white;
    padding: 20px;
    border-radius: 15px;
    max-width: 800px;
    width: 90%;
}

.close-btn-video {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #FF7B19;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.close-btn-video:hover {
    background: #e66a15;
}

@media (max-width: 768px) {
    .testimonial-text {
        font-size: 2rem;
    }
    .thumbnail-img {
        width: 200px;
        height: 200px;
    }
}
.syllabus-container {
    padding:20px;
    background: #f5f7fa;
    text-align: center;
}

.text-container {
    max-width: 1800px;
    margin: 0 auto;
}

.course-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 90%;
}

.course-item {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.course-item:hover {
    transform: translateY(-5px);
}

.course-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
}

.course-title p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.course-toggle {
    font-size: 1.2rem;
    color: #FF7B19;
    transition: transform 0.3s ease;
}

.course-title.active .course-toggle {
    transform: rotate(180deg);
}

.course-content {
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
}

.course-content.active {
    max-height: 2000px; /* Adjust based on content */
    opacity: 1;
    padding: 20px;
}

.course-content ul {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
}

.course-content li p {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 25px;
    margin: 0;
}

.course-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 10px 0;
}

.collapse-btn {
    background: #FF7B19;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    transition: background 0.3s ease, transform 0.2s ease;
}

.collapse-btn:hover {
    background: #e66a15;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .topic h3 {
        font-size: 2rem;
    }
    .syllabus-para {
        font-size: 1rem;
    }
    .course-title p {
        font-size: 1.1rem;
    }
}

.certificate-container {
    text-align: center;
    padding: 20px;
    background: #f5f7fa;
}

.certificate-text {
    font-size: 2rem;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.certificate-records {
    margin: 0 auto;
    overflow: hidden;
}

.certificate-slider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wrapper {
    overflow: hidden;
    width: 100%;
    display: flex;
    gap: 20px;
}

.slider-track {
    display: flex;
    gap: 50px;
    transition: transform 0.5s ease;
}

.certificate-item {
    flex: 0 0 auto;
    width: 40%;
    text-align: center;
    cursor: pointer;
}

.certificate-item img{
    width: 70%;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.certificate-item .img2{
    width: 90%;
}

.certificate-item:hover .certificate-img {
    transform: scale(0.9);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.certificate-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin-top: 10px;
}

.nav-btn {
    background: #FF7B19;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    transition: background 0.3s ease;
}

.nav-btn:hover {
    background: #e66a15;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.certificate-para {
    font-size: 1.2rem;
    color: #555;
    font-family: 'Poppins', sans-serif;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .certificate-text {
        font-size: 2rem;
    }
    .certificate-item {
        width: 200px;
    }
    .certificate-img {
        width: 200px;
        height: 112px;
    }
    .certificate-para {
        font-size: 1rem;
    }
}

.batches-container {
    text-align: center;
    padding: 50px 20px;
    background: #f5f7fa;
}

.batches-text {
    font-size: 2rem;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}

.batches-records {
    margin: 0 auto;
}

.batches-table {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.table-header, .table-row {
    display: flex;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

.table-header {
    background: #FF7B19;
    color: white;
    font-weight: 600;
}

.table-row:hover {
    transform: translateY(-5px);
}

.table-cell {
    flex: 1;
    font-family: 'Poppins', sans-serif;
    color: #333;
    padding: 10px;
    display: flex;
    align-items: center;
}

.table-header .table-cell {
    color: white;
}

.callback-btn {
    background: #FF7B19;
    color: white;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.callback-btn:hover {
    background: #e66a15;
    transform: scale(1.05);
}

.batches-para {
    font-size: 1.2rem;
    color: #555;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
    .batches-text {
        font-size: 2rem;
    }
    .table-header, .table-row {
        flex-wrap: wrap;
        padding: 10px;
    
    }
    .table-header{
            display:none;
    }
    .table-cell {
        font-size: 0.9rem;
        padding: 8px;
        flex: 1 1 100%; /* Stack cells on small screens */
        justify-content: flex-start;
    }
    .table-cell:nth-child(1) {
        flex: 1 1 100%;
    }
    .table-cell:nth-child(4) {
        justify-content: flex-start;
    }
    .batches-para {
        font-size: 1rem;
    }
}

.footer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1a1a1a;
    padding: 10px 0;
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    opacity: 0;
}

.footer-container.visible {
    transform: translateY(0);
    opacity: 1;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #fff;
    margin: 0;
}

.reserve-btn {
    background: #FF7B19;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.reserve-btn:hover {
    background: #e66a15;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 10px;
    }

    .footer-text {
        font-size: 1rem;
    }

    .reserve-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

@media (max-width: 500px) { 
    .left-container{
        width:100%
    }
    
    #course-name{
        height: unset;
        width: unset;

    }
    .certificate-slider{
        flex-direction: column;
    }
    .certificate-item{
        width: 100%;
    }
     .certificate-item img{
        height: 100%;
     }
}