.bg-clr {
    background-color: #133848;
}

.clr-text {
    color: white;
    font-weight: 200px;
    text-align: start;
}

.clr-h {
    color: white;
    font-weight: bolder;
    text-align: start;
}

.text-j {
    text-align: center;
    margin: 20px 10px;

}

.bg-1 {
    background-color: #F5F5F5;
}

.img-fluid {
    width: 100vh;
    
}
.img-fluid1 {
    width: 55vh;
 }

 .img-fluid3{
    width: 100%;
 }

 .content-text{
    margin: 30px;
}

    /* Keep the image full size on mobile */
    .iacceleration-image {
        max-width: 80%;
        height: auto;
    }


    @media only screen and (max-width: 767px){
        .beacon-image {
            max-width: 55% !important;
            height: auto;
        }  
        .Pathfinder-image {
            max-width: 70% !important;}
    }

    @media only screen and (min-width:768px) and (max-width: 991px){
        .beacon-image {
            max-width: 30% !important;
            height: auto;
        }  
        .Pathfinder-image {
            max-width: 37% !important;}
    
            .iacceleration-image {
                max-width: 45% !important;}}



    /* Adjust image size for desktop */
    @media (min-width: 992px) {
        .iacceleration-image {
            max-width: 35%; /* Change this value as needed to reduce size more than half */
        }
    }

    /* Keep the image full size on mobile */
    .Pathfinder-image {
        max-width: 75%;
        height: auto;
    }

    /* Adjust image size for desktop */
    @media (min-width: 992px) {
        .Pathfinder-image {
            max-width: 30%; /* Change this value as needed to reduce size more than half */
        }
    }

    /* Keep the image full size on mobile */
    .beacon-image {
        max-width: 70%;
        height: auto;
    }

    /* Adjust image size for desktop */
    @media (min-width: 992px) {
        .beacon-image {
            max-width: 23%; /* Change this value as needed to reduce size more than half */
        }
    }

    
    /* Keep the image full size on mobile */
    .jiggsaw-image {
        max-width: 80%;
        height: auto;
    }

    /* Adjust image size for desktop */
    @media (min-width: 992px) {
        .jiggsaw-image {
            max-width: 40%; /* Change this value as needed to reduce size more than half */
        }
    }
 
    		/* Ensure all boxes have the same height */
.card-style-seven {
    min-height: 350px; /* Set a minimum height for all boxes */
    max-height: 350px; /* Set a maximum height for all boxes */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden; /* Hide content that overflows outside the box */
    }
    
    /* Scrollable content */
    .stake-content {
    max-height: 150px; /* Adjust this height as needed */
    overflow-y: auto; /* Allow scrolling when the content exceeds max-height */
    text-align: left; /* Ensure content alignment is maintained */
    padding-right: 10px; /* Add padding to avoid text touching the scroll bar */
    }
    
    /* Hide scrollbar in Webkit-based browsers (like Chrome and Safari) */
    .stake-content::-webkit-scrollbar {
    width: 5px;
    }
    .stake-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    }
    .stake-content::-webkit-scrollbar-thumb {
    background: #888;
    }
    .stake-content::-webkit-scrollbar-thumb:hover {
    background: #555;
    }
    
    

@media only screen and (max-width: 600px) {
    .img-fluid1 {
       width: 32vh;
    }

    .img-fluid2{
        width: 32vh;

    }

    .img-fluid3{
        width: 40vh;
        padding: 30px 20px;
     }
    

    .text-j {
        text-align: start;
        margin: 10px 10px;
    
    }

    .clr-text {
        color: white;
        font-weight: 200px;
        text-align: start;
        margin: 15px 0;

    }

    .content-text{
        margin:10px 38px;
    }

    .mobile-c{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    
}

.img-our-1 {
    background: #106cbb;
    height: 100%;
    /* width: ; */
}

.miss-content {
    padding: 1;
    height: 100%;
}

.mission {
    height: 100%;
}

.img-our-2 {
    background-color: #ffb600;
}

.bg-meetup {
    background-color: #ffb600;
}

.img-mt {
    width: 400px;
    border-radius: 25px;
    object-fit: cover;
}

.grid-list {
    display: flex;

    gap: 10px;
}

.our-values {
    color: black;
}

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

.box-1 {
    display: flex;
}

.img-mission {
    display: flex;
    justify-items: center;
}

.box-2 {
    width: 50%;
    height: 50vh;
    background-color: #ffb600;
}

.testimonial {
    display: none;

}

.background-meet_our-team {
    background-image: url(../assets/hero/home-bg.png);
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-size: 100% 100%;
}

.Pre-Incubation {
    background-color: #ffb600;
}

.Incubation {
    background-color: #133848;
}

.PreIncubation {
    background-color: #106cbb;
}

.Bootcamp {
    background-color: rgb(255, 255, 255);
    padding: 80px 0;
}

@media screen and (max-width: 700px) {
    .Bootcamp {
        background-color: rgb(255, 255, 255);
        padding: 50px 0;
    }
  }

  .image-main{
    width: 75%;
  }

  @media screen and (max-width: 700px) {
    .image-main{
        width: 100%;
      }
  }

.Acceleration {
    background-color: #0E6DBC;
}

.International {
    background-color: #133848;
}

.Innovation {
    background-color: #ffffff;
}

.Venture {
    background-color: #ffffff;
}

.Fablab {
    background-color: #ffffff;
}






.content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    justify-items: center;
    padding: 50px;


}

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

/* @media screen { max-width: ;
    
} */

.whitespace {
    white-space: nowrap;
}


/* position: -webkit-sticky; Safari
    position: fixed;
    top: 40px; */



/* .service-stikyy {
    position: fixed;
    top: 40px;
} */
.coding-1 {
    position: fixed;
    top: 20%;
    left: 15px;
    z-index: 1;


}



.haze {
    z-index: 2;
    position: relative;
}

.tradn3s .viewall :hover {
    background-color: white;
    color: black;
}

.viewall {
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    padding: 0 38px;
    text-align: center;
    border-radius: 50px;
    color: white;
    background-color: black;
    transition: all 0.3s ease-in-out 0s;
    border: 2px solid black;

}




.text-opacity {
    color: #fff;
    /* opacity: 0.6; */
}

.text-opacity:hover {
    color: #ffb600;
    opacity: 100%;
}




/* .text-programs-new {
    color: #fff;
    opacity: 0.1;
} */

.bg-learn {
    background-color: #ffb600;
}

.Pre-Incubation-2 {
    background-color: #29594b;
}


.pra-t {
    position: relative;
}




.card-outcomes {
    background: #fff;
    position: relative;
    border-radius: 20px;
    align-items: center;
    justify-content: center;

}


.card-outcomes:hover {
    background: #ffb600;

}


/* Gallery */
.image-container {
    position: relative;
}

.img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Optional: add background color to make text more readable */
    padding: 10px;
    /* Optional: add padding for better appearance */
    border-radius: 4px;
    /* Optional: add border radius for rounded corners */
    text: center;
    justify-content: center;
    color: white;
    padding-left: 25px;
}

.bg-learn-b {
    background-color: #ffb600;
    color: #121212;
}


.space-line {
    padding-bottom: 45px;
}

.Success-stories {
    background-color: #ffb600;
}

.programdetails-bg {
    background-color: rgb(255, 255, 255);
}


.bootcamp-bg-2 {
    background-color: white;
}


.tags-bg {
    background-color: #1b2a39;
}

.bg-technologies {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.667), rgba(0, 0, 0, 0.804));
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bg-tech {
    background-image: url('/assets/program-details/bootcamp/technologies-w.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% auto;
    background-position: center;
    height: 100vh;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    text-align: center;
    color: #fff;


}

.tech-text {
    font-size: 24px;
    font-weight: bold;
    /* margin-top: 50px; */
}


.block-outcome {
    background-image: repeating-radial-gradient(circle at center center, transparent 0px, transparent 13px, rgba(0, 0, 0, 0.03) 13px, rgba(0, 0, 0, 0.03) 24px, transparent 24px, transparent 62px, rgba(0, 0, 0, 0.03) 62px, rgba(0, 0, 0, 0.03) 96px), repeating-radial-gradient(circle at center center, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 14px, rgb(255, 255, 255) 14px, rgb(255, 255, 255) 18px, rgb(255, 255, 255) 18px, rgb(255, 255, 255) 28px, rgb(255, 255, 255) 28px, rgb(255, 255, 255) 32px);
    background-size: 21px 21px;
    padding: 120px 0;
    /* background-image: url(/assets/program-details/bootcamp/outcomes.jpg); background-repeat: no-repeat; background-size: cover;  backdrop-filter: brightness(60%); */
}

@media screen and (max-width: 700px) {
    .block-outcome {

        padding: 0px 0;
        /* background-image: url(/assets/program-details/bootcamp/outcomes.jpg); background-repeat: no-repeat; background-size: cover;  backdrop-filter: brightness(60%); */
    }
    
  }



/* Bootcamp Page */

.programdetails-bootcamp {
    /* background-image: repeating-radial-gradient(circle at center center, transparent 0px, transparent 13px, rgba(0, 0, 0, 0.03) 13px, rgba(0, 0, 0, 0.03) 24px, transparent 24px, transparent 62px, rgba(0, 0, 0, 0.03) 62px, rgba(0, 0, 0, 0.03) 96px), repeating-radial-gradient(circle at center center, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 14px, rgb(255, 255, 255) 14px, rgb(255, 255, 255) 18px, rgb(255, 255, 255) 18px, rgb(255, 255, 255) 28px, rgb(255, 255, 255) 28px, rgb(255, 255, 255) 32px);
    background-size: 21px 21px; */

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}

.bootcamp-duration {
    background-image: linear-gradient(41deg, rgba(107, 107, 107, 0.04) 0%, rgba(107, 107, 107, 0.04) 8%, rgba(31, 31, 31, 0.04) 8%, rgba(31, 31, 31, 0.04) 100%), linear-gradient(9deg, rgba(228, 228, 228, 0.04) 0%, rgba(228, 228, 228, 0.04) 62%, rgba(54, 54, 54, 0.04) 62%, rgba(54, 54, 54, 0.04) 100%), linear-gradient(124deg, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 37%, rgba(233, 233, 233, 0.04) 37%, rgba(233, 233, 233, 0.04) 100%), linear-gradient(253deg, rgba(201, 201, 201, 0.04) 0%, rgba(201, 201, 201, 0.04) 55%, rgba(47, 47, 47, 0.04) 55%, rgba(47, 47, 47, 0.04) 100%), linear-gradient(270deg, rgba(172, 172, 172, 0.04) 0%, rgba(172, 172, 172, 0.04) 33%, rgba(26, 26, 26, 0.04) 33%, rgba(26, 26, 26, 0.04) 100%), linear-gradient(64deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.04) 38%, rgba(87, 87, 87, 0.04) 38%, rgba(87, 87, 87, 0.04) 100%), linear-gradient(347deg, rgba(199, 199, 199, 0.04) 0%, rgba(199, 199, 199, 0.04) 69%, rgba(4, 4, 4, 0.04) 69%, rgba(4, 4, 4, 0.04) 100%), linear-gradient(313deg, rgba(36, 36, 36, 0.04) 0%, rgba(36, 36, 36, 0.04) 20%, rgba(91, 91, 91, 0.04) 20%, rgba(91, 91, 91, 0.04) 100%), linear-gradient(90deg, rgb(10, 17, 72), rgb(35, 148, 228));

}

.bootcamp-sectors {
    background-image: linear-gradient(116deg, rgba(232, 232, 232, 0.03) 0%, rgba(232, 232, 232, 0.03) 10%, rgba(14, 14, 14, 0.03) 10%, rgba(14, 14, 14, 0.03) 66%, rgba(232, 232, 232, 0.03) 66%, rgba(232, 232, 232, 0.03) 72%, rgba(44, 44, 44, 0.03) 72%, rgba(44, 44, 44, 0.03) 81%, rgba(51, 51, 51, 0.03) 81%, rgba(51, 51, 51, 0.03) 100%), linear-gradient(109deg, rgba(155, 155, 155, 0.03) 0%, rgba(155, 155, 155, 0.03) 23%, rgba(30, 30, 30, 0.03) 23%, rgba(30, 30, 30, 0.03) 63%, rgba(124, 124, 124, 0.03) 63%, rgba(124, 124, 124, 0.03) 73%, rgba(195, 195, 195, 0.03) 73%, rgba(195, 195, 195, 0.03) 84%, rgba(187, 187, 187, 0.03) 84%, rgba(187, 187, 187, 0.03) 100%), linear-gradient(79deg, rgba(254, 254, 254, 0.03) 0%, rgba(254, 254, 254, 0.03) 27%, rgba(180, 180, 180, 0.03) 27%, rgba(180, 180, 180, 0.03) 33%, rgba(167, 167, 167, 0.03) 33%, rgba(167, 167, 167, 0.03) 34%, rgba(68, 68, 68, 0.03) 34%, rgba(68, 68, 68, 0.03) 63%, rgba(171, 171, 171, 0.03) 63%, rgba(171, 171, 171, 0.03) 100%), linear-gradient(109deg, rgba(71, 71, 71, 0.03) 0%, rgba(71, 71, 71, 0.03) 3%, rgba(97, 97, 97, 0.03) 3%, rgba(97, 97, 97, 0.03) 40%, rgba(40, 40, 40, 0.03) 40%, rgba(40, 40, 40, 0.03) 55%, rgba(5, 5, 5, 0.03) 55%, rgba(5, 5, 5, 0.03) 73%, rgba(242, 242, 242, 0.03) 73%, rgba(242, 242, 242, 0.03) 100%), linear-gradient(271deg, rgba(70, 70, 70, 0.03) 0%, rgba(70, 70, 70, 0.03) 11%, rgba(178, 178, 178, 0.03) 11%, rgba(178, 178, 178, 0.03) 23%, rgba(28, 28, 28, 0.03) 23%, rgba(28, 28, 28, 0.03) 72%, rgba(152, 152, 152, 0.03) 72%, rgba(152, 152, 152, 0.03) 86%, rgba(43, 43, 43, 0.03) 86%, rgba(43, 43, 43, 0.03) 100%), linear-gradient(90deg, rgb(27, 27, 27), rgb(1, 1, 1));
    /* background-image: linear-gradient(330deg, rgba(225, 225, 225, 0.05) 0%, rgba(225, 225, 225, 0.05) 33.333%,rgba(114, 114, 114, 0.05) 33.333%, rgba(114, 114, 114, 0.05) 66.666%,rgba(52, 52, 52, 0.05) 66.666%, rgba(52, 52, 52, 0.05) 99.999%),linear-gradient(66deg, rgba(181, 181, 181, 0.05) 0%, rgba(181, 181, 181, 0.05) 33.333%,rgba(27, 27, 27, 0.05) 33.333%, rgba(27, 27, 27, 0.05) 66.666%,rgba(251, 251, 251, 0.05) 66.666%, rgba(251, 251, 251, 0.05) 99.999%),linear-gradient(225deg, rgba(98, 98, 98, 0.05) 0%, rgba(98, 98, 98, 0.05) 33.333%,rgba(222, 222, 222, 0.05) 33.333%, rgba(222, 222, 222, 0.05) 66.666%,rgba(228, 228, 228, 0.05) 66.666%, rgba(228, 228, 228, 0.05) 99.999%),linear-gradient(90deg, rgb(28, 20, 63),rgb(40, 160, 253)); */
}


/* Pre-Incubation Page */


.preincubation-duration {
    background-image: repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}

.programdetails-preincubation {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}

.preincubation-apply {
    background-image: linear-gradient(116deg, rgba(232, 232, 232, 0.03) 0%, rgba(232, 232, 232, 0.03) 10%, rgba(14, 14, 14, 0.03) 10%, rgba(14, 14, 14, 0.03) 66%, rgba(232, 232, 232, 0.03) 66%, rgba(232, 232, 232, 0.03) 72%, rgba(44, 44, 44, 0.03) 72%, rgba(44, 44, 44, 0.03) 81%, rgba(51, 51, 51, 0.03) 81%, rgba(51, 51, 51, 0.03) 100%), linear-gradient(109deg, rgba(155, 155, 155, 0.03) 0%, rgba(155, 155, 155, 0.03) 23%, rgba(30, 30, 30, 0.03) 23%, rgba(30, 30, 30, 0.03) 63%, rgba(124, 124, 124, 0.03) 63%, rgba(124, 124, 124, 0.03) 73%, rgba(195, 195, 195, 0.03) 73%, rgba(195, 195, 195, 0.03) 84%, rgba(187, 187, 187, 0.03) 84%, rgba(187, 187, 187, 0.03) 100%), linear-gradient(79deg, rgba(254, 254, 254, 0.03) 0%, rgba(254, 254, 254, 0.03) 27%, rgba(180, 180, 180, 0.03) 27%, rgba(180, 180, 180, 0.03) 33%, rgba(167, 167, 167, 0.03) 33%, rgba(167, 167, 167, 0.03) 34%, rgba(68, 68, 68, 0.03) 34%, rgba(68, 68, 68, 0.03) 63%, rgba(171, 171, 171, 0.03) 63%, rgba(171, 171, 171, 0.03) 100%), linear-gradient(109deg, rgba(71, 71, 71, 0.03) 0%, rgba(71, 71, 71, 0.03) 3%, rgba(97, 97, 97, 0.03) 3%, rgba(97, 97, 97, 0.03) 40%, rgba(40, 40, 40, 0.03) 40%, rgba(40, 40, 40, 0.03) 55%, rgba(5, 5, 5, 0.03) 55%, rgba(5, 5, 5, 0.03) 73%, rgba(242, 242, 242, 0.03) 73%, rgba(242, 242, 242, 0.03) 100%), linear-gradient(271deg, rgba(70, 70, 70, 0.03) 0%, rgba(70, 70, 70, 0.03) 11%, rgba(178, 178, 178, 0.03) 11%, rgba(178, 178, 178, 0.03) 23%, rgba(28, 28, 28, 0.03) 23%, rgba(28, 28, 28, 0.03) 72%, rgba(152, 152, 152, 0.03) 72%, rgba(152, 152, 152, 0.03) 86%, rgba(43, 43, 43, 0.03) 86%, rgba(43, 43, 43, 0.03) 100%), linear-gradient(90deg, rgb(27, 27, 27), rgb(1, 1, 1));

}



/* Incubation Page */


.incubation-duration {
    background-image: linear-gradient(45deg, rgb(22, 22, 22), rgb(121, 121, 121)), linear-gradient(45deg, rgb(86, 33, 11) 0%, rgb(86, 33, 11) 19%, rgb(105, 58, 15) 19%, rgb(105, 58, 15) 64%, rgb(125, 83, 19) 64%, rgb(125, 83, 19) 68%, rgb(144, 109, 22) 68%, rgb(144, 109, 22) 81%, rgb(164, 134, 26) 81%, rgb(164, 134, 26) 87%, rgb(183, 159, 30) 87%, rgb(183, 159, 30) 100%), linear-gradient(135deg, rgb(86, 33, 11) 0%, rgb(86, 33, 11) 19%, rgb(105, 58, 15) 19%, rgb(105, 58, 15) 64%, rgb(125, 83, 19) 64%, rgb(125, 83, 19) 68%, rgb(144, 109, 22) 68%, rgb(144, 109, 22) 81%, rgb(164, 134, 26) 81%, rgb(164, 134, 26) 87%, rgb(183, 159, 30) 87%, rgb(183, 159, 30) 100%);
    background-blend-mode: overlay, overlay, normal;
}

.programdetails-incubation {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}



/* Acceleration Page */


.programdetails-acceleration {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}

/* Venture Studio Page */


.programdetails-venture {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}

/* Innovation Network Page */


.programdetails-network {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));

}

.network-coreideas {
    background-image: repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.06) 0px, hsla(196, 0%, 79%, 0.06) 1px, transparent 1px, transparent 96px), repeating-linear-gradient(0deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(90deg, hsla(196, 0%, 79%, 0.09) 0px, hsla(196, 0%, 79%, 0.09) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));

}

/* International Pavillion Page */


.programdetails-international {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}

/* Fablab Page */


.programdetails-fablab {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}



.career-section {

    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, 0.09) 0px, hsla(35, 0%, 71%, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, hsl(183, 0%, 100%), hsl(183, 0%, 100%));
}









.service-details-apply .details-meta h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}

.service-details-apply .details-meta .list-item li {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    padding-left: 45px;
    margin-bottom: 24px;
    position: relative;
}