@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
}
body{
    font-family: "IBM Plex Sans", sans-serif;
}

.container{
    width: 100%;
    background-color: black;
    overflow: hidden;
}



/* Social Icons */
.container .social{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 250px;
    right: 0;
    display: none;
}
.container .social .phone{
    border-radius: 4px;
}


.container .arrow{
    margin-top: 40px;
    transform: translateX(-35px);
}

.container .arrow1{
    float: right;
    transform: translateY(-100px);
}



/* Syllabus Section */
.syllabus_container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.syllabus_container .syllabus-content{
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    width: 698px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    position: fixed;
    top: 40px;
    z-index: +1;
    cursor: pointer;
}
.syllabus_container .syllabus-content h3{
    color: white; 
}
.syllabus_container .syllabus-content h3 button{
    color: white;
    outline: none;
    border: none;
    background: transparent; 
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.syllabus_container .syllabus-content i{
    color: white;
    transform: translateX(120px);
}




/* Hero Section */
.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 215px;
}
.hero .hero-row{
    width: 920px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.col1{
    width: 50%;
}
.col1 h2{
    font-size: 35px;
    color: red;
    transform: translateX(-10px);
}
.col1 h1{
    color: white;
    font-size: 43px;
    padding-bottom: 25px;
}
.col1 h1 span{
    color: #01b760;
}
.col1 p{
    color: white;
    font-size: 18px;
    padding-bottom: 20px;
}
.col1 img{
    width: 190px;
    height: 130px;
}
.col1 button{
    width: 100%;
    padding: 20px 10px;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    margin-right: 15px;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.col2{
    width: 45%;  
}
.col2 form{
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    padding: 
    20px;
}
.col2 form h1{
    color: white;
    text-align: center;
    font-size: 40px;
    padding-bottom: 10px;
}
.col2 form .input-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.col2 form .input-group input{
    height: 40px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
}
.col2 form button{
    width: 100%;
    margin-top: 20px;
    height: 50px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    color: white;
    cursor: pointer;
}
.col2 .company-icons{
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 6px;
    margin-top: 20px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: white;
}
.col2 .company-icons .company-col{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.col2 .company-icons .company-col img{
    width: 150px;
}




/* Deadline Section */
.deadline-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deadline-container .deadline-row{
    width: 920px;
    border: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 30px;
    border-radius: 10px;
    background-image: linear-gradient(45deg, #002913, #000609);
    margin-top: -80px; 
}
.deadline-container .deadline-row .col3{
    width: 40%;
}
.deadline-container .deadline-row .col3 h1{
    color: white;
    font-size: 25px;
    text-align: center;
}



/* Program Highlights */
.program-container h1{
    color: white;
    text-align: center;
    font-size: 40px;
    margin-top: 40px;
}
.flex-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
.col4{
    width: 212px;
    background-image: linear-gradient(45deg, #002913, #000609);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 49px 3px;
    text-align: center;
}
.col4 i{
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}
.col4 h3{
    color: white;
    text-align: center;
    font-size: 18px;
}
.pad1{
    padding: 38px 10px;
}
.pad2{
    padding: 25px 10px;
}
.program-container{
    width: 100%;
    text-align: center;
}
.program-container button{
    width: 300px;
    margin-top: 30px;
    padding: 20px 10px;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    margin-right: 15px;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-size: 20px;
    font-weight: 700;
}




/* Modules Section */
.modules{
    margin-top: 50px;
}
.modules h1{
    color: white;
    text-align: center;
    padding: 0 200px;
    font-size: 2.5rem;
}
.modules .para1{
    color: gray;
    text-align: center;
    padding: 0 400px;
    margin-top: 30px;
}
.modules .para2{
    color: gray;
    text-align: center;
    padding: 0 150px;
    margin-top: 30px;
}
.module_container{
    width: 1300px;
    margin: auto;
    padding-bottom: 200px;
}
.module{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 100px;
    margin-top: -280px;
}
.module-left{
    border: 1px solid rgba(255, 255, 255, .5);
    width: 400px;
    border-radius: 10px;
    background-image: linear-gradient(45deg, rgba(0, 6, 9, .65), rgba(0, 41, 19, .51));
    padding: 35px 40px;
    position: relative;
}
.module-left h3{
    width: 150px;
    font-size: 18px;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    top: -20px;
    right: 20px;
}
.module-left h2{
    color: white;
    margin-bottom: 15px;
    margin-left: 20px;
}
.module-left ul li{
    color: white;
    transform: translateX(-20px);
    margin-bottom: 15px;
}
.module .border-section .border{
    border-left: 1px solid gray;
    height: 350px;
    margin-top: 200px;
}
.module .module-right{
   margin-top: 730px;
}
.module .module-right h3{
    transform: translateX(-205px);
}
.module .module4{
    transform: translateY(-10px);
}
.module .module5{
    transform: translateY(-50px);
}
.module .module6{
    transform: translateY(-80px);
}
.module .module7{
    transform: translateY(-30px);
}
.module .module8{
    transform: translateY(-60px);
}
.module .module9{
    transform: translateY(110px);
}
.module .module10{
    transform: translateY(120px);
}
.module1{
    margin-top: -580px;
}
.module .border-section .border2{
    height: 1300px;
    transform: translateY(-100px);
}
.module .border-section .border3{
    height: 1000px;
}
.module .border-section .border4{
    height: 1010px;
}
.module .border-section .border5{
    height: 750px;
}




/* Product Manager Section */
.manager h1{
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 2.0rem;
    margin-bottom: 30px;
}
.manager .product-row{
    width: 800px;
    background-image: linear-gradient(#112719, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin: auto;
    margin-top: 50px;
    border-radius: 6px;
}
.manager .product-row .blink_pad{
   padding-left: 100px;
}
.manager .product-row .product-col .blink{
    width: 100px;
    height: 100px;
    background-color: rgba(1,206,125,.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blink 1s infinite;
    animation-delay: 5s;
}
@keyframes blink {
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.manager .product-row .product-col .blink img{
    width: 50px;
    height: 50px;
    background-color: #01ce7d;
    border-radius: 50%;
    padding: 10px;
}
.manager .product-row .product-col h2{
    color: white;
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.manager .product-row .product-col ul li{
    color: white;
    transform: translateX(-30px);
    margin-bottom: 10px;
}
.manager .product-row .manager_pad{
    padding: 50px 25px;
}



/* Tools Section */
.case{
    background-image: linear-gradient(#122719, rgba(18, 39, 25, .3));
    text-align: center;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}
.case h1{
    font-size: 2.2rem;
    margin-bottom: 50px;
}
.case .case-img .images1{
    margin-bottom: 20px;
}
.case .case-img .images1 img{
    width: 120px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 30px;
    margin-right: 20px;
}
.case .case-img .images1 .node{
    padding: 9px 10px;
}



/* Learners Section */
.learner h1{
    color: white;
    text-align: center;
    padding: 50px 0;
    font-size: 2.2rem;
}
.learner .learner-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.learner .learner-container .learner-col{
    padding: 20px;
    padding-bottom: 25px;
    border-radius: 10px;
    background-image: linear-gradient(159deg, rgba(255, 255, 255, .1), rgba(217, 223, 255, .1));
    border: 0.5px solid rgba(255, 255, 255, .51);
    margin-bottom: 20px;
}
.learner .learner-container .learner-col iframe{
    border-radius: 10px;
    height: 200px;
    width: 250px;
}
.learner .learner-container .learner-col h3,
.learner .learner-container .learner-col p{
    color: white;
    text-align: center;
    margin-top: 10px;
}




/* Program Section */
.programs h1{
    color: white;
    text-align: center;
    font-size: 2.2rem;
    margin: 50px 0;
}
.programs .program-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.programs .program-row .program-col{
    background-image: linear-gradient(45deg, #000609, #002913);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 10px;
    padding: 40px 30px;
    width: 500px;
    margin-bottom: 20px;
}
.programs .program-row .program-col div{
    display: flex;
}
.programs .program-row .program-pad{
    padding: 30px;
}
.programs .program-row .program-col i{
    width: 35px;
    height: 35px;
    background-color: #00b85f;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding: 10px;
    margin-right: 20px;
}
.programs .program-row .program-col h2{
    color: white;
    font-size: 20px;
}
.programs .program-row .program-col h2 span{
    margin-left: 55px;
}
.programs .program-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.programs .program-button button{
    width: 300px;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    padding: 20px 0;
    font-weight: bold;   
    font-size: 18px; 
    outline: none;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    margin-top: 20px;
}





/* Program End Section */
.end h1{
    color: white;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 50px;
}
.end .end-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.end .end-row .end-col{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-image: linear-gradient(43deg, rgba(0, 6, 9, .46), rgba(0, 41, 19, .68));
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 8px;
    padding: 15px;
    width: 450px;
}
.end .end-row .end-col .tilt-arrow i{
    color: #007e39;
    font-size: 50px;
    transform: rotate(45deg);
}
.end .end-row .end-col .end-content p{
    color: white;
}




/* Program Details Section */
.details h1{
    color: white;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 70px;
}
.details .details-accordion{
    width: 30%;
    margin: auto;
    margin-top: 30px;
    background-image: linear-gradient(43deg, rgba(0, 6, 9, .46), rgba(0, 41, 19, .68));
}
.details .details-accordion-section{
    border: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 10px;
    border-radius: 10px;
}
.details .details-accordion-header{
    padding: 15px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.details .details-accordion-header h2{
    color: #5bb478;
    /* padding-right: 20px; */
    font-size: 20px;
}
.details .details-accordion-header i{
    color: white;
    font-size: 25px;
    float: right;
}
.details .details-accordion-header button{
    background-color: transparent;
    outline: none;
    border: none;
    color: #007e39;
    cursor: pointer;
    transform: translateX(-5px);
}
.details .details-accordion-content{
    display: none;
    padding: 20px;
    padding-top: 0;
}
.details .details-accordion-content div{
    display: flex;
    margin-top: 10px;
}
.details .details-accordion-content p{
    color: white;
}
.details .details-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.details .details-button button{
    width: 300px;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    padding: 15px 0;
    font-weight: bold;   
    font-size: 18px; 
    outline: none;
    border: none;
    border-radius: 6px;
    color: white;
    margin-top: 30px;
    cursor: pointer;
}
.details .hurry{
    color: white;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}





/* Community Section */
.community h1{
    color: white;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 70px;
}
.community .community-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.community .community-row .community-col img{
    width: 400px;
    height: 270px;
    border-radius: 4px;
    object-fit: cover;
}




/* More Courses Section */
.bonus h1{
    color: white;
    text-align: center;
    font-size: 2.2rem;
    margin-top: 70px;
}
.bonus .bonus-row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
}
.bonus .bonus-row .bonus-col{
    background-image: linear-gradient(43deg, rgba(0, 6, 9, .46), rgba(0, 41, 19, .68));
    border: 1px solid rgba(197, 159, 255, .3);
    padding: 35px 30px;
    width: 400px;
    border-radius: 10px;
}
.bonus .bonus-row .bonus-col h2{
    text-align: center;
    color: #004722;
    font-size: 2.8rem;
}
.bonus .bonus-row .bonus-col h3{
    color: white;
    font-size: 22px;
    margin-top: 15px;
    text-align: center;
}




/* FAQ'S section */
.faq h1{
    color: white;
    font-size: 2.2rem;
    margin-top: 70px;
    text-align: center;
    margin-bottom: 70px;
}
.faq .faq-accordion{
    width: 830px;
    margin: auto;
}
.faq .faq-accordion-section{
    border: 1px solid gray;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.faq .faq-accordion-header{
    background-image: linear-gradient(90deg, rgba(0, 253, 117, .53), rgba(1, 96, 144, .34));
    padding: 10px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 20px;
}
.faq .faq-accordion-header h2{
    color: white;
    font-size: 1.3rem;
}
.faq .faq-accordion-header h2 i{
    float: right;
}
.faq .faq-accordion-content{
    padding: 20px;
    display: none;
    background-image: linear-gradient(45deg, rgba(0, 6, 9, .26), rgba(0, 41, 19, .57));
}
.faq .faq-accordion-content p{
    color: white;
}
.faq button{
    width: 300px;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    padding: 15px 0;
    font-weight: bold;   
    font-size: 18px; 
    outline: none;
    border: none;
    border-radius: 6px;
    color: white;
    transform: translateX(250px);
    margin-top: 30px;
    cursor: pointer;
}




/* Map Section */
.map{
    margin-top: 40px;
}
.map .map-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.map .map-row .map-col{
    width: 100%;
}
.map .map-row .map-col iframe{
    width: 100%;
    height: 400px;
}



/* Footer Section */
.footer{
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 150px 160px 150px;
}
.footer .foot{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 80px;
}
.footer .footer-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.footer .footer-row .footer-col{
    width: 50%;
}
.footer .footer-row .footer-col img{
    object-fit: cover;
}
.footer .footer-row .footer-col h3{
    color: white;
    padding-bottom: 20px;
}
.footer .footer-row .footer-col p{
    color: white;
    padding-bottom: 20px;
}
.footer .footer-row .footer-col p a{
    color: white;
    text-decoration: none;
}
.footer .footer-row .footer-col p a:hover{
   border-bottom: 1px solid white;
   transition: 500ms;
}
.footer .footer-row .footer-col .social-icons{
    display: flex;
    gap: 30px;
    font-size: 22px;
}
.footer .footer-row .footer-col .social-icons a{
    text-decoration: none;
    color: white;
    box-shadow: 2px 2px 10px rgba(61, 61, 61, 0.808);
}
.footer .footer-row .footer-col .social-icons a:nth-child(1){
    background: linear-gradient(135deg, #833ab4, #df8ebe, #fc6767, #ff9770, #feda75);
    padding: 5px 9px;
    border-radius: 50%;
}
.footer .footer-row .footer-col .social-icons a:nth-child(2){
    background: #ff0000;
    padding: 6px 8px;
    border-radius: 50%;
    font-size: 20px;
}
.footer .footer-row .footer-col .social-icons a:nth-child(3){
    background: #1769ff;
    padding: 6px 8px;
    padding-left: 10px;
    border-radius: 50%;
    font-size: 20px;
}
.footer img{
    border-radius: 4px;
    object-fit: contain;
}




/* Sticky bar Section */
.sticky{
    width: 100%;
    background-color: rgba(47, 53, 47, .9);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: fixed;
    bottom: 0;
}
.sticky2{
    position: sticky;
    top: 0;
}
.sticky .sticky-row{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 30px;
}
.sticky .sticky-row .sticky-col button{
    border: 1px solid white;
    background-color: rgba(221, 221, 221, 0);;
    border-radius: 30px;
    padding: 20px 100px;
    box-shadow: 0 4px 15px 0 #00b85f;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.sticky .sticky-row .sticky-col button:hover{
    box-shadow: 0 4px 20px 0 #6200d3;
}
.sticky .sticky-row .apply button{
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    padding: 20px 135px;
    cursor: pointer;
}
.sticky .sticky-row .team button{
    border: 1px solid white;
    background-color: rgba(221, 221, 221, 0);;
    border-radius: 30px;
    padding: 20px 100px;
    box-shadow: 0 4px 15px 0 #00b85f;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.sticky .sticky-row .team button i{
    margin-right: 15px;
}
.sticky .sticky-row .team button:hover{
    box-shadow: none;
}



/* Popup */
.popup{
    display: none;
    width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: black;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 6px;
    z-index: 1000;
}
.popup form h2{
    text-align: center;
    color: white;
    padding-bottom: 20px;
}
.popup form .apply-inputs{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popup form .apply-inputs input{
    height: 40px;
    border-radius: 6px;
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
}
.popup button{
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
}
.close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
.overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}
.error{
    color: red;
    font-size: 13px;
}


/* for errors */
#popupForm2 form .error{
  text-align: left;
}




/* for buttons */
#popupForm3 form button{
    width: 100%;
    padding: 10px 20px;
}
#popupForm4 form button{
    width: 100%;
    padding: 10px 20px;
}
#popupForm5 form button{
    padding: 10px 20px;
    transform: translateX(0);
}
#popupForm6 form button{
    box-shadow: none;
    width: 100%;
    height: 45px;
    padding: 14px 0;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    margin-right: 15px;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: 700;
}
#popupForm7 form button{
    box-shadow: none;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    margin-right: 15px;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: 700;
}
#popupForm8 form button{
    box-shadow: none;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    margin-right: 15px;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: 700;
}
#popupForm9 form button{
    width: 100%;
}
#popupForm10 form button{
    background-image: linear-gradient(135deg, #00b85f, #005f91);
    margin-right: 15px;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-weight: 700;
}




/* Responsive for Tablets */
@media screen and (max-width:1029px){

    /* Hero Section */
    .hero {
        padding: 0 25px;
        margin-top: 20px;
    }
    .col1 h1 {
        font-size: 25px;
        padding-bottom: 15px;
    }
    .container .arrow1 {
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .col2 .company-icons {
       display: none;
    }



    /* Deadline Section */
    .deadline-container .deadline-row {
        width: 710px;
    }
    .deadline-container .deadline-row .col3 h1 {
        font-size: 28px;
    }
    .deadline-container .deadline-row .col3 p {
        margin-left: 0;
        text-align: center;
    }



    /* Program Highlights Section */
    .program-container h1 {
        font-size: 35px;
        margin-top: 40px;
    }
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .col4 {
        width: 300px;
    }
    .pad1 {
        padding: 36px 10px;
    }
    .pad2 {
        padding: 60px 10px;
    }
    .program-container button {
        width: 350px;
    }



    /* Modules Section */
    .module_container {
        width: 750px;
    }
    .modules h1 {
        padding: 0 50px;
        font-size: 35px;
    }
    .modules .para1 {
        padding: 0 50px;
        margin-top: 20px;
    }
    .modules .para2 {
        padding: 0 100px;
    }
    .module {
        padding: 0 40px;
        gap: 20px;
        margin-top: -400px;
    }
    .module .border-section .border {
        border: none;
    }
    .module .module-right h3 {
        transform: translateX(-120px);
    }
    .module .module-right {
        margin-top: 920px;
    }
    .module1 {
        margin-top: -540px;
    }
    .module .module4 {
        transform: translateY(-20px);
    }
    .module .module5 {
        transform: translateY(0px);
    }
    .module .module6 {
        transform: translateY(-40px);
    }
    .module .module7 {
        transform: translateY(20px);
    }
    .module .module8 {
        transform: translateY(-40px);
    }
    .module .module9 {
        transform: translateY(20px);
    }
    .module .module10 {
        transform: translateY(20px);
    }
    .module_container {
        padding-bottom: 70px;
    }



    /* Case Studies Section */
    .case {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
    }




    /* Product Manager Section */
    .manager h1 {
        font-size: 35px;
        padding: 0 50px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .manager .product-row .manager_pad {
        padding: 50px;
    }
    .manager .product-row .product-col .blink img {
        width: 100px;
        height: 100px;
    }
    .manager .product-row .product-col .blink {
        width: 200px;
        height: 200px;
    }




    /* Program Director Section */
    .director h1 {
        font-size: 35px;
    }
    .director .director-container .dir-col-left img {
        display: none;
    }
    .director .director-container .dir-col-right img {
        display: none;
    }
    .director .director-container {
        gap: 50px;
    }
    .director .director-container .dir-col-center .dir-img img {
       height: 830px;
    }



    /* Learners Section */
    .learner h1 {
        padding: 30px 0;
        font-size: 35px;
    }
    .learner .learner-container {
        flex-wrap: wrap;
    }
    .learner .learner-container .learner-col {
       width: 220px;
    }
    .learner .learner-container .learner-col iframe{
        width: 180px;
    }
    .learner .learner-container .video iframe{
          height: 180px;
    }



    /* Program Section */
    .programs h1 {
        font-size: 30px;
        margin: 40px 0;
    }
    .programs .program-row .program-col {
        width: 350px;
    }
    .programs .program-flex {
        transform: translateX(0);
    }
    .programs .program-row .program-col h2 span {
        margin-left: 0;
    }
    .programs .program-row .program-pad{
        padding: 25px 30px;
    }
    .programs .program-row .studies{
        padding: 30px;
    }




    /* Program End Section */
    .end h1 {
        font-size: 30px;
        margin-top: 40px;
    }
    .end .end-row {
        margin-top: 30px;
    }
    .end .end-row .end-col {
        width: 300px;
    }



    /* Program Details Section */
    .details .details-accordion {
       width: 350px;
    }
    .details .details-accordion-header i {
        font-size: 20px;
    }
    .details .chev i{
        transform: translate(25px, -20px);
    }
    .details .details-button button {
        margin-top: 20px;
    }


    /* Community Section */
    .community h1 {
        font-size: 35px;
        margin-top: 40px;
    }
    .community .community-row .community-col img {
        width: 350px;
    } 



    /* More Courses Section */
    .bonus h1 {
        font-size: 35px;
        margin-top: 40px;
    }
    .bonus .bonus-row .bonus-col {
        width: 300px;
    }



    /* FAQ's Section */
    .faq h1 {
        font-size: 35px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .faq .faq-accordion {
        width: 750px;
        padding: 10px;
    }
    .faq button {
        transform: translateX(180px);
    } 


    /* Footer Section  */
    .footer {
        padding: 40px 10px 160px 10px;
    }
    .footer .footer-row {
        gap: 30px;
    }
    .footer img{
        object-fit: contain;
    }
    .footer .footer-row .footer-col:nth-child(3){
        transform: translateY(-25px);
    }



    /* Sticky bar */
    .sticky{
        padding: 20px 0;
    }
    .sticky .sticky-row{
        gap: 20px;
        padding: 10px;
    }
    .sticky .sticky-row .sticky-col button{
        padding: 13px 60px;
    }
    .sticky .sticky-row .apply button{
        padding: 10px 97px;
    }
    .sticky .sticky-row .team button{
        padding: 11px 50px;
    }



    /* Popup */
    .popup {
        width: 500px;
        height: 400px;
    }
    .popup form .apply-inputs input {
        height: 60px;
        font-size: 23px;
    }
    #popupForm10 form button {
        height: 60px;
        font-size: 23px;
    }
    .popup button {
        height: 60px;
        width: 100%;
        font-size: 23px;
    }
    .popup {
        height: 420px;
    }
    #popupForm4 form button {
        font-size: 23px;
    }
    #popupForm9 form button {
        font-size: 23px;
    }
    #popupForm6 form button {
        height: 60px;
        font-size: 23px;
    }
    #popupForm7 form button {
        height: 60px;
        font-size: 23px;
    }
    #popupForm8 form button {
        height: 60px;
        font-size: 23px;
    }
} 



/* Responsive for mobile */
@media screen and (max-width:477px) {

    /* Social Icons */
    .container .social{
        display: flex;
        z-index: +1;
    }
    .container .social img{
        width: 40px;
    }


    /* Syllabus Section */
    .syllabus_container .syllabus-content {
        width: 350px;
        height: 58px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        position: fixed;
        margin: auto;
        top: 40px;
    }
    .syllabus_container .syllabus-content i{
        transform: translateX(10px);
    }



    /* Hero Section */
    .hero {
        margin-top: 20px;
    }
    .hero .hero-row{
        flex-direction: column;
    }
    .col1 {
        width: 350px;
        padding: 0 25px;
    }
    .col1 h1 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .col1 p {
        font-size: 14px;
        padding-right: 20px;
        padding-bottom: 15px;
    }
    .col1 button {
        width: 100%;
    }
    .col2{
        width: 350px;
        padding: 0 25px;
    }
    .container .arrow1 {
        float: right;
        transform: translateY(-15px);
        margin-top: 15px;
    }
    .col2 form h1 {
        font-size: 30px;
    }




    /* Deadline Section */
    .deadline-container .deadline-row {
        width: 300px;
        margin-top: -20px;
        flex-direction: column;
        gap: 30px;
    }
    .deadline-container .deadline-row .col3{
        width: 100%;
    }
    .deadline-container .deadline-row .col-border{
        border-bottom: 1px solid rgb(170, 169, 169);
        height: 100px;
    }
    .deadline-container .deadline-row .col3 h1 {
        color: white;
        font-size: 25px;
        text-align: center;
    }



    /* Program Highlights */
    .program-container h1 {
        font-size: 30px;
    }
    .flex-row {
        display: flex;
        flex-direction: column;
    }
    .col4 {
        width: 300px;
    }
    .program-container button {
        width: 300px;
        margin-left: 15px;
    }
    .popup button {
        width: 100%;
        padding: 10px;
        transform: translateX(-15px);
    }



    /* Modules Section */
    .module_container {
        width: 300px;
    }
    .modules h1 {
        padding: 0 20px;
        font-size: 24px;
    }
    .modules .para1 {
        padding: 0;
        margin-top: 20px;
    }
    .modules .para2 {
        padding: 0 10px;
        margin-top: 15px;
    }
    .module {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    .module .border-section .border {
        border-left: none;
        height: 0;
        margin-top: 0;
    }
    .module-left {
        width: 300px;
        padding: 30px 20px;
    }
    .module .module-right {
        margin-top: 40px;
    }
    .module-left h3 {
        right: 120px;
    }
    .module-right h3{
        right: -95px;
    }
    .module .module4{
        transform: translateY(0);
    }
    .module .module5{
        transform: translateY(0);
    }
    .module .module6{
        transform: translateY(0);
    }
    .module .module7{
        transform: translateY(0);
    }
    .module .module8{
        transform: translateY(0);
    }
    .module .module9{
        transform: translateY(0);
    }
    .module .module10{
        transform: translateY(0);
    }
    .module_container {
        padding-bottom: 0;
    }



    /* Product Manager Section */
    .manager h1 {
        margin-top: 50px;
        font-size: 25px;
        margin-bottom: 30px;
    }
    .manager .product-row {
        width:360px;
        flex-direction: column;
    }
    .manager .product-row .product-col .blink {
        width: 120px;
        height: 120px;
        width: 120px;
        height: 120px;
        transform: translate(-50px, 60px);
    }
    .manager .product-row .manager_pad {
        padding: 20px;
        padding-right: 20px;
    }
    .manager .product-row .manager_pad ul li{
        margin-left: 30px;
        margin-top: 20px;
        font-size: 18px;
    }
    .manager .product-row .product-col h2 {
        font-size: 25px;
        text-align: center;
    }
    .manager .product-row .product-col .blink img {
        width: 70px;
        height: 70px;
    }



    /* Case Studies Section */
    .case {
       padding: 40px 10px;
    }
    .case h1 {
        font-size: 28px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .case .case-img{
        display: flex;
        flex-wrap: wrap;
    }
    .case .case-img img {
        width: 150px;
        margin: 0 10px 10px 10px;
    }



    /* Learners Section */
    .learner h1 {
        padding: 0 10px;
        font-size: 28px;
    }
    .learner .learner-container {
        flex-direction: column;
        gap: 5px;
        margin-top: 20px;
    }
    .learner .learner-container .learner-col{
        width: 80%;
    }
    .learner .learner-container .learner-col iframe{
        width: 100%;
    }



    /* Program Section */
    .programs h1 {
        font-size: 30px;
        margin: 20px 10px;
    }
    .programs .program-row {
        flex-direction: column;
        gap: 5px;
    }
    .programs .program-row .program-col {
        padding: 15px 10px;
        width: 300px;
        margin-bottom: 20px;
    }
    .programs .program-button button {
        padding: 15px 103px;
    }



    /* Program End Section */
    .end h1 {
        font-size: 30px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .end .end-row {
        display: flex;
        flex-direction: column;
    }
    .end .end-row .end-col {
        width: 300px;
        padding: 15px;
    }



    /* Program Details Section */
    .details h1 {
        font-size: 30px;
        margin-top: 40px;
    }
    .details .details-accordion{
        width: 300px;
    }
    .details .details-accordion-header h2{
        font-size: 16px;
    }
    .details .details-button button {
        padding: 15px 0;
        font-weight: bold;
        font-size: 18px;
        outline: none;
        border: none;
        border-radius: 6px;
        color: white;
        margin-top: 30px;
    }



    /* Community Section */
    .community h1{
        font-size: 30px;
        margin-top: 40px;
    }
    .community .community-row{
       flex-direction: column;
       gap: 20px;
    }
    .community .community-row .community-col img{
        width: 300px;
        border-radius: 10px;
    }



    /* More Courses Section */
    .bonus h1 {
        font-size: 30px;
        margin-top: 40px;
    }
    .bonus .bonus-row {
        flex-direction: column;
    }
    .bonus .bonus-row .bonus-col {
        padding: 20px;
        width: 300px;
    }
    .bonus .bonus-row .bonus-col h3 {
        font-size: 22px;
        margin-top: 15px;
        text-align: center;
    }



    /* FAQ's Section */
    .faq h1 {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .faq .faq-accordion{
        width: 330px;
    }
    .faq button {
        padding: 15px 0px;
        transform: translate(0);
    }
    


    /* Map Section */
    .map .map-row {
        display: flex;
        flex-direction: column;
    }
    .map .map-row .map-col {
        width: 100%;
        padding: 0 20px;
    }
    .map .map-row .map-col iframe {
        height: 250px;
    }



    /* Footer Section */
    .footer {
        padding: 10px 40px 230px 40px;
    }
    .footer .footer-row {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .footer .footer-row .footer-col h3 {
        text-align: center;
    }
    .footer .footer-row .footer-col p {
       text-align: center;
    }
    .footer .footer-row .footer-col .social-icons {
        display: flex;
        justify-content: center;
    }
    .footer img {
       width: 350px;
    }
    .footer .footer-row .footer-col{
        width: 100%;
    }



    /* Sticky bar */
    .sticky{
        padding: 20px 0;
    }
    .sticky .sticky-row{
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }
    .sticky .sticky-row .sticky-col button{
        padding: 13px 70px;
    }
    .sticky .sticky-row .apply button{
        padding: 13px 107px;
    }
    .sticky .sticky-row .team button{
        padding: 15px 70px;
        border-radius: 30px;
    }
    

    
    /* Popups */
    .popup {
        width: 300px;
        top: 40%;
    }
    #popupForm10 form button {
        transform: translateX(0);
    }
    .popup .pop{
        transform: translateX(0);
    }
    .popup button {
        transform: translateX(-15px);
    }
    #popupForm3 form button {
       transform: translateX(0);
    }
    #popupForm4 form button {
        transform: translateX(0);
    }
    #popupForm9 form button {
        transform: translateX(0);
    }
    #popupForm6 form button {
        transform: translateX(0);
    }
    #popupForm7 form button {
        transform: translateX(0);
    }
    #popupForm8 form button {
        transform: translateX(0);
    }
}

