body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    align-items: center;
}

.section-one-img {
    width: auto;
    height: 80px;
    margin-bottom: 13px;
    margin-top: 10px;
}

.section-two {
    position: relative;
    width: 100%;
    height: 476px;
    background-color: rgba(241, 241, 241, 0.90); /* Background color */
    z-index: 1; /* Ensure content is above the pseudo-element */
}

.section-two.section-two-new {
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgba(241, 241, 241, 0.90); /* Background color */
    z-index: 1; /* Ensure content is above the pseudo-element */
}

.section-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/IMG_0361.JPG') no-repeat center center;
    background-size: cover;
    opacity: 0.1; /* Adjust this value for different levels of opacity */
    z-index: -1; /* Puts the image behind the content */
}



.section-two-part-one {
    text-align: center;
    color: black;
    font-size: 40px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    padding-top: 75px;
}

.section-two-part-two {
    width: 58%;
    height: auto;
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    padding-top: 30px;
}

.Rectangle4 {
    width: 193px;
    height: 52px;
    background: #F7DF08;
    border-radius: 10px;
    border: 1px solid #F7DF08;
    color: black;
    margin-top: 25px;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    cursor: pointer;
}

.EnrollNowInRed {
    width: 193px;
    height: 52px;
    background: #C72626;
    border-radius: 10px;
    border: 1px solid #c72725;
    color: white;
    margin-top: 50px;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 5%;
    cursor: pointer;
}

.EnrollNowInRed.EnrollNowInRed-new {
    width: 240px;
    height: 52px;
    background: #C72626;
    border-radius: 10px;
    border: 1px solid #c72725;
    color: white;
    margin-top: 20px;
    font-size: 17px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    cursor: pointer;
    margin-bottom: 0%;
}

.discover-your-path {
    width: 25%;
    height: 52px;
    background: #C72626;
    border-radius: 10px;
    border: 1px solid #c72725;
    color: white;
    margin-top: 20px;
    font-size: 17px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    cursor: pointer;
    margin-bottom: 0%;
}

.section-three {
    margin-top: 45px;
}

.Img03571 {
    width: 100%;
    height: auto;
    position: absolute;
}

.Img03591 {
    width: 100%;
    height: auto;
    position: absolute;
}

.Img03601 {
    width: 100%;
    height: auto;
    position: absolute;
}

.RoboticsAiPathway {
    text-align: left;
    margin-top: 20px;
    color: black;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 15px;
    width: 84%;
}

.RoboticsStemPathway {
    text-align: left;
    margin-top: 20px;
    color: black;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 15px;
    width: 84%;
    margin-left: auto;
    margin-right: auto;
}

.RoboticsStemEntrepreneurshipPathway {
    text-align: left;
    margin-top: 20px;
    color: black;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 15px;
    width: 85%;
}

.section-three-heading-one {
    width: 84%;
    text-align: left;
    height: auto;
    color: black;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
    margin-bottom: 27px;
}

.section-three-heading-two {
    width: 83%;
    text-align: left;
    height: auto;
    color: black;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.section-three-heading-three {
    width: 84%;
    text-align: left;
    height: auto;
    color: black;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.KeyLearningModulesOne {
    width: 84%;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* Adjust spacing between divs if needed */
    margin-top: 20px; /* Margin to prevent overlapping with content above */
    justify-content: center;
}

.box {
    /*flex: 1;*/
    width: 369px; /* Minimum width of each div */
    height: auto; /* Height of each div */
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 20px;
    padding-bottom: 25px;
}

@media (max-width: 600px) {
    .container {
        margin-top: 10px; /* Adjust top margin for mobile view */
    }

    .box {
        /*flex: 0 0 100%; !* On mobile view, each div takes full width *!*/
        max-width: 100%;
        margin-bottom: 10px; /* Add margin at the bottom of each div */
        padding: 3px;
        height: 1120px;
    }

    .box.box-new {
        height: auto;
        padding-bottom: 34px;
    }

    .box{
        height: auto;
        padding-bottom: 34px;
    }

    .box-first {
        height: auto !important;
        padding-bottom: 34px;
    }

    .section-two {
        /*height: auto;*/
    }

    .section-two-part-one {
        font-size: 24px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .section-two-part-two {
        width: 90%;
        padding-top: 10px;
        font-size: 16px;
        height: auto;
        text-align: center;
    }

    .section-three-heading-two
    {
        margin-bottom: 35px;
    }

    .section-three-heading-two-small {
        margin-bottom: 35px;
    }
    .section-three-heading-one {
        margin-bottom: 20px;
    }


}

li {
    color: black;
    font-size: 14px;
    font-family: Inter;
    font-weight: 400;
    line-height: 21px;
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 5px;
}

.section-four-sub-heading {
    padding-top: 30px;
    width: 60%;
    height: 190px;
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
    margin: auto;
}

.section-four-sub-heading{
    padding-top: 30px;
    width: 60%;
    height: auto;
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
    margin: auto;
}

.section-four-sub-heading-new {
    padding-top: 0px;
    width: 65%;
    height: auto;
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Inter;
    font-weight: 400;
    line-height: 30px;
    word-wrap: break-word;
    /*margin: auto;*/
    margin-bottom: 50px;
}

.section-four-container {
    display: flex;
    gap: 20px; /* Optional: adds space between the divs */
    width: 58%;
    flex-wrap: wrap;
}

.item {
    flex: 1;
    padding-top: 20px;
    text-align: center;
    max-width: 100%;
}

.Rectangle7 {
    width: 100%;
    /*height: 702px;*/
    background: #F2F2F2;
}

/* Mobile view */
@media (max-width: 768px) {

    .discover-your-path {
        width: 80%;
        padding: 5px;
    }

    .HardwareKitsOne{
        margin-top: 10.5% !important;
    }

    .Rectangle7 {
        height: auto;
    }

    .section-four-sub-heading {
        height: auto;
    }

    .section-four-container {
        flex-direction: column;
        width: 100%; /* Ensure container takes full width */
        gap: 0px;
    }

    .enroll-form-home .item {
        width: 100%; /* Ensure full width of each item */
        max-width: 504px; /* Optional: limit max width */
        text-align: center; /* Center content inside items */
        padding-left: 0; /* Remove padding */
    }

    form.enroll-form-home {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 74%;
    }

    .section-four-sub-heading{
        padding-top: 20px;
        width: 90%;
        font-size: 14px;
        text-align: left;
    }

    .section-four-sub-heading-new {
        padding-top: 20px;
        width: 90%;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .mob-view-text{
        text-align: center;
    }

    .section-four-sub-heading {
        padding-top: 20px;
        width: 90%;
        font-size: 16px;
    }
    .EnrollNowInRed{
        margin-top: 31px;
        margin-bottom: 7%;
    }
    .RoboticsStemEntrepreneurshipPathway {
        font-size: 23px;
    }

    .video-container {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.Rectangle13, .Rectangle14 {
    width: 100%;
    height: 52px;
    background: white;
    border-radius: 10px;
    border: 1px #D9D9D9 solid;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
}

.section-seven {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Optional: spacing between the divs */
    width: 80%;
    margin-top: 50px;
}

.section-seven-item {
    flex: 1; /* Makes both divs take up equal space */
    padding: 20px;
    text-align: center;
}

.MaidInUaeDiv {
    width: 100%;
    height: 546px;
}

.MadeInUae {
    text-align: center;
    color: black;
    font-size: 30px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    margin-top: 40px;
}

.MaidInUae {
    position: relative;
    text-align: center;
}

.Image1 {
    width: 100%;
    max-width: 600px;
}
.Video1 {
    width: 100%;
    max-width: 800px;  /* Set the maximum width */
    height: 450px;      /* Auto height to maintain aspect ratio */
}

.VideoThumbnail {
    width: 100%;
    max-width: 700px;
    cursor: pointer;
}

.video-container {
    position: relative;
    margin-top: 20px;
}


.section-eight {
    text-align: left;
    width: 77%;
    font-size: 14px;
    margin-top: 20px;
    color: gray;
    margin-bottom: 70px;
}

.Instagram-icon {
    width: 1%;
    height: 1%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.logo-sections-mobile-view{
    display: none;
    justify-content: center; /* Centers the images horizontally */
    align-items: center; /* Centers the images vertically */
    gap: 20px; /* Adds space between the images */
    margin-top: 20px; /* Optional: Adds some space above the images */
    height: 200px;
}

/* Mobile view */
@media (max-width: 768px) {

    .logo-sections-mobile-view{
        display: block;
        flex-direction: column;
        height: auto;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .logo-sections-mobile-view img {
        max-width: 300px; /* Adjust the image size for mobile */
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .MadeInUae {
        font-size: 22px;
        margin-top: 30px;
    }
    .OurClients{
        font-size: 22px;
    }

    .section-six-desktop-view {
        display: none;
    }

    .Instagram-icon {
        width: 4%;
        height: 4%;
    }

    .section-seven {
        width: 95%;
        gap: 0px;
    }

    .section-seven-item {
        padding: 10px;
    }

    .section-eight {
        width: 90%;
        padding: 15px;
        font-size: 12px;
        margin-top: 0px;
    }

    .MaidInUaeDiv {
        height: auto;
    }

    .Image1 {
        height: auto;
        width: 100%;
    }

    .section-seven {
        flex-direction: column;
    }

    .section-seven-item {
        /*margin-bottom: 10px; !* Optional: spacing between stacked divs *!*/
    }
}

.section-six-mobile-view {
    height: 250px;
    margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
    .section-six-mobile-view {
        display: none;
    }
}

.slider-container {
    position: relative;
    width: 100%;
    max-width: 400px; /* Adjust based on your design */
    overflow: hidden;
    /*margin: auto;*/
}

.slider-wrapper {
    display: flex;
    transition: transform 0.4s ease;
}

.slide {
    min-width: 100%;
    text-align: center;
}

.slide img {
    width: 80%; /* Adjust logo size */
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slide p {
    font-size: 16px;
    color: #333;
    margin: 0px;
}

.prev, .next {
    position: absolute;
    top: 89.5%;
    /*left: 40%;*/
    /*right: 40%;*/
    /*transform: translateY(-50%);*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    color: grey;
    border: none;
    cursor: pointer;
    /*padding: 10px;*/
    z-index: 100;
}

.prev {
    left: 140px;
}

.next {
    right: 140px;
}

.HardwareKitsOne {
    color: black;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 8.5%;
    width: 50%;
    padding-left: 9%;
}

.HardwareKits {
    color: black;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    word-wrap: break-word;
    margin-top: 8%;
    width: 50%;
    padding-left: 9%;
}

.KeyLearningModules {
    text-align: left;
    color: black;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    width: 84%;
}

.KeyLearningModulesTwo {
    text-align: left;
    color: black;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    width: 82%;
    padding-top: 5px;
}
.KeyLearningModulesTwoUl{
 width: 82%;
}
.KeyLearningModulesThreeUl{
    width: 84%;
}

.KeyLearningModulesThree {
    text-align: left;
    color: black;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    word-wrap: break-word;
    width: 84%;
}

.kits-ul {
    margin-left:5px;
}

.GetStartedNow{
    padding-top: 40px;text-align: center; color: black; font-size: 40px;
    font-family: Inter; font-weight: 700; word-wrap: break-word;
}
.not-sure-which-pathway{
    padding-top: 40px;text-align: center; color: black; font-size: 40px;
    font-family: Inter; font-weight: 700; word-wrap: break-word;
}

.OurClients{
    text-align: center; color: black; font-size: 20px; font-family: Inter;
    font-weight: 700; word-wrap: break-word;margin-top: 40px;margin-bottom: 40px;
}

.notsurewhichpathwaytochoose
{
    color:#000000;
    text-align:center;
    vertical-align:text-top;
    font-size:40px;
    font-family:Inter;
    line-height:auto;
    border-style:hidden;
    outline:none;
    width:715px;
}

.Rectangle13.error {
    border-color: red;
}

.amount-text.amount-text-one {
    margin-top: 11%;

}

.amount-text.amount-text-two {
    margin-top: 17%;

}


@media (max-width: 768px) {
    .not-sure-which-pathway{
        font-size: 24px;
        padding-top: 0px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .GetStartedNow{
        font-size: 24px;
        padding-top: 30px;
    }
}

select.Rectangle14 {
    /*-webkit-appearance: none;*/
    /*appearance: none;*/
    color: black !important;
    padding-left: 3px; /* Adjust padding for custom arrow */
}

