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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
}


/* Header Styles */

header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
    border-bottom: 3px solid #eee; /* Optional for bottom border */
}

.logo img {
    max-width: 150px;
}

#menu-icon {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
}

.menu {
    display: flex;
}

.menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    /* gap: 30px; */
}

.menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
}

.menu ul li a:hover {
    /* background-color: #333; */
    background-image: -webkit-linear-gradient(0deg, #0e64a4 0, #1f39a4 51%, #2f0ea4 100%);
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-wrap: wrap;
    }

    .container-h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 15px;
        position: relative;
    }
    .logo img {
        max-width: 130px;
    }

    .logo {
        flex: 1;
    }

    #menu-icon {
        display: block;
        font-size: 2rem;
        cursor: pointer;
        z-index: 1001;
    }
.column img {
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
}
.kh-key {
    font-size: 18px !important;
}
.column {
    margin-top: 0px !important;
}
    .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        padding: 10px 0;
        transform: translateY(-10px);
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }

    .menu.active {
        display: flex;
        transform: translateY(0);
        opacity: 1;
    }

    .menu ul {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .menu ul li {
        width: 100%;
        text-align: center;
        padding: 8px 0;
    }

    .menu ul li a {
        width: 100%;
        /* padding: 12px 0; */
        font-size: 16px;
        font-weight: 600;
        display: block;
        transition: background 0.3s ease-in-out;
    }
    .menu ul li a:hover {
        background-color: #f0f0f0;
    }
}

.menu ul,body{
    margin:0
}

/* Header End */

.alumni,.student-rev{
    margin-left:auto;
    margin-right:auto
}
.review-box,.testimonial-highlights{
    box-shadow:0 0 10px rgba(0,0,0,.1)
}
.changing-text,.high-bantxt,.job-opp-content,.review-box,.w-tab-link{
    position:relative
}
.menu a,.w-tab-link{
    text-decoration:none
}
.branch-slide,.sec3,input,select{
    box-sizing:border-box
}
.branchslider1,body{
    font-family:Arial,sans-serif
}

.container-h {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}


.important-notice{
    background-image:-webkit-linear-gradient(0deg,#0e64a4 0,#1f39a4 51%,#2f0ea4 100%);
    text-align:center;
    padding:5px 20px
}
a{
    color:#000!important;
    text-decoration:none!important
}
.color{
    background-color:#c7e0ff
}
.color1{
    background-color:#fef7e6
}
.pro_img{
    background:#021236
}
.new-txt,input[type=submit]{
    background-image:-webkit-linear-gradient(0deg,#e91f00 0,#e93c00 62%,#e95900 100%)
}
.hightext{
    text-align:left;
    padding:20px
}
/* .key-h,.nbanner,.newban,.review-header{
    text-align:center
} */
.high-text{
    color:#f4bb2c;
    font-size:40px;
    font-weight:700
}
.h-text,.norm-text{
    color:#fff;
    font-weight:400
}
.norm-text{
    font-size:33px
}
.h-text{
    font-size:40px
}
.alumni{
    max-width:1200px;
    flex-direction:column;
    display:flex
}
.alumni-txt,.trainee-sec{
    flex-direction:column;
    justify-content:center;
    align-items:center;
    display:flex
}
.alumni-cont{
    padding-bottom:0
}
.trainee-alumni{
    color:#334155;
    font-size:48px;
    font-weight:700;
    line-height:64px;
    padding-bottom:20px
}
.key-highlights,.stu-rev{
    padding:40px 0
}
.student-testimonial{
    display:flex;
    flex-wrap:wrap
}
.sec3{
    flex:0 0 33.3333%;
    max-width:33.3333%;
    padding:15px
}
@media (max-width:768px){
    header{
        flex-direction:column;
        align-items:flex-start
    }
    .menu{
        /* display:none */
    }
    .sec3{
        flex:0 0 100%;
        max-width:100%
    }
}
.senior-heading{
    color:#334155;
    margin-top:0;
    margin-bottom:20px;
    font-size:36px;
    font-weight:700;
    line-height:48px
}
.student-rev{
    max-width:1160px
}
.testimonial-highlights{
    padding:20px;
    border-radius:8px;
    background-color:#fff;
    margin-bottom:20px
}
.testimonial-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px
}
.card-title{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#333
}
.list-group{
    padding:0;
    margin:0;
    list-style:none
}
.list-group-item{
    padding:10px;
    margin-bottom:5px;
    background-color:#f8f8f8;
    border-radius:5px
}
@media (min-width:768px){
    .sec3{
        flex:0 0 32%;
        max-width:32%;
        margin-bottom:0
    }
}
.senior{
    max-width:1160px;
    margin:30px auto 0
}
.categories-tab{
    cursor:pointer;
    padding:8px 16px;
    margin-right:20px;
    border:1px solid #ccc;
    border-radius:20px;
    font-weight:500
}
.review-box,form{
    background-color:#fff;
    border-radius:8px
}
.reviews-container{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:20px
}
.reviews{
    flex:1;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:100%;
    max-width:800px
}
.review-header{
    display:flex;
    flex-direction:column;
    align-items:center
}
.review-header img{
    border-radius:50%;
    margin-bottom:10px
}
.review-box{
    flex-basis:calc(33.33% - 20px);
    margin-bottom:20px;
    padding:20px
}
.review-box h5{
    margin-bottom:10px;
    color:#333;
    font-size:18px;
    font-weight:700
}
.notice-p,.review-box p{
    font-size:16px
}
.review-box .review-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap
}
.review-box .webinar-details{
    display:flex;
    justify-content:space-between;
    width:100%
}
.review-box p{
    color:#555;
    margin:0
}
.job-opp-read-more-content,.past-webinar-content,.upcoming-webinar-content{
    display:none
}
.date-icon,.time-icon{
    font-size:20px;
    margin-right:5px
}
@media only screen and (max-width:768px){
    .reviews{
        flex-direction:column
    }
    .review-box{
        flex-basis:100%
    }
    .tab-menu-categories{
        flex-direction:column;
        align-items:center;
        text-align:center
    }
    .categories-tab{
        margin-bottom:10px
    }
    .review-box .webinar-details{
        display:block;
        justify-content:space-between;
        width:100%
    }
}
.cert-heading,.learn-item:last-child{
    margin-bottom:0
}
.cert-heading{
    color:#334155;
    margin-top:0;
    font-size:48px;
    font-weight:700;
    line-height:64px
}
.column p,.new-txt,.w-tab-link,.white{
    color:#fff
}
.senior-tab{
    margin-top:48px
}
.tab-menu-categories{
    width:100%;
    flex-direction:row;
    justify-content:center;
    align-items:flex-start;
    display:flex;
    overflow:auto
}
.w-tab-link{
    vertical-align:top;
    text-align:left;
    cursor:pointer;
    background-image:-webkit-linear-gradient(0deg,#0e64a4 0,#1f39a4 51%,#2f0ea4 100%);
    padding:9px 30px;
    display:inline-block
}
.notice-content{
    max-width:600px;
    margin:0 auto
}
.important-notice p{
    color:#fff;
    margin-top:auto;
    margin-bottom:auto
}
.new-txt{
    border-radius:16px;
    padding:2px 8px;
    font-size:16px;
    font-weight:500;
    line-height:16px
}
.banner-section{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:50px;
    background:linear-gradient(rgba(31,57,164,.4),rgba(47,14,164,.4)) center/cover,url(assets/AI-Webinar.png) center/cover;
    color:#000
}
.job-opp-read-more-toggle,.text-item{
    background-image:-webkit-linear-gradient(0deg,#0e64a4 0,#1f39a4 51%,#2f0ea4 100%)
}
h2.static-text{
    color:#0e0361;
    font-size:62px;
    font-weight:700
}
.ban-h5{
    font-size:24px;
    color:#fff;
    font-weight:500
}
.ban-para{
    color:#c9c9c5;
    text-align:justify
}
.high-bantxt{
    animation:2s infinite changeText;
}
@media (max-width:768px){
    h2.static-text{
        font-size:54px
    }
    .ban-h5{
        font-size:20px
    }
}
@media (max-width:576px){
    h2.static-text{
        font-size:42px
    }
    .ban-h5{
        font-size:22px
    }
}
.left-content{
    max-width:700px;
    color:#000
}
.text-item{
    color:#fff;
    padding-left:15px;
    padding-right:15px;
    font-weight:700;
    white-space:nowrap;
    text-align:center
}
.branch-slide:hover .branch-slide-content,.text-item.active{
    opacity:1
}
.changing-text{
    display:block;
    animation:3s infinite changeText
}
.column,.four-columns,.row,.split-section{
    display:flex
}
@keyframes changeText{
    20%,80%{
        color:#000
    }
    40%{
        color:#e95900
    }
    60%{
        color:#f9e512
    }
    100%{
        color:#e86f2b
    }
}
.error-msg {
    color: red;
    display: none;
}
form{
    border-top:5px solid #036ad1;
    box-shadow: 0 4px 8px rgb(83 83 82 / 70%);
    padding: 20px;
}

label{
    display:block;
    margin-bottom:8px
}
input,select{
    width:100%;
    padding:10px;
    margin-bottom:15px;
    border:1px solid #ccc;
    border-radius:5px
}
i.fa.fa-download {
    color: #fff;
}
input[type=submit]{
    color:#fff;
    border:none;
    padding:12px 20px;
    font-size:16px;
    cursor:pointer;
    border-radius:5px
}
.sub-btn{
    margin-top:15px;
    width:fit-content
}
.right-form{
    flex:1;
    max-width:35%
}
.four-columns {
    justify-content: space-between;
    flex-wrap: wrap;
    /* background-color: #f6faff; */
    color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 13%);
    border-radius: 10px;
}
.column{
    flex-basis:calc(25% - 20px);
    margin-bottom:20px;
    margin-top:20px;
    flex-direction:row
}
.column img{
    width:40px;
    height:40px;
    margin-right:10px;
    /* filter: grayscale(100%) invert(100%) brightness(2); */
}
.column-content{
    display:flex;
    flex-direction:column;
    width:100%;
    color:#fff
}
.col-md-6{
    flex-basis:50%
}
.left{
    order:1
}
.right{
    order:2
}
.left-column,.right-column{
    flex:1;
    padding:20px
}
.kh-key{
    font-size: 20px;
    color: black;
    padding-top: 8px;
}
.text-block-c{
    font-weight:400;
    font-size:18px;
    line-height:28px;
    padding-top:10px;
    padding-bottom:10px
}
.center{
    text-align:center!important;
    color:#334155;
    font-size:30px;
    font-weight:700
}
.address-box,.branch-l,.branchslidebox img,.content-container,.foot-c,.form_title,.tn_btn a,.tn_btng,footer{
    text-align:center
}
.train-cen{
    font-size:45px
}
.text-c {
    text-align: center !important;
}
.hg {
    padding-top: 100px !important;
    margin-top: -50px;
    /* background:#f6faff */
}
.spacing{
    padding-top:40px;
    padding-bottom:40px
}
.rm-space{
    padding:10px
}
.head2{
    margin-bottom:2rem
}
.rolling-image-container{
    overflow:hidden;
    width:100%;
    height:300px
}
.txt-cont1{
    padding-left:20px
}
.rolling-image{
    width:auto;
    height:100%;
    animation:400s linear infinite rollImage
}
@keyframes rollImage{
    0%{
        transform:translateX(0)
    }
    100%{
        transform:translateX(-100%)
    }
}
.youtube-slider{
    width:100%;
    margin:auto
}
.slider-item{
    margin:0 10px
}
@media (max-width:768px){
    .banner-section{
        flex-direction:column;
        padding:20px
    }
    .left-content,.right-form{
        max-width:100%;
        margin-bottom:20px
    }
    .split-section{
        flex-direction:column
    }
    .youtube-slider{
        width:100%
    }
    .slider-item{
        margin:0 5px
    }
}
.job-opp-content{
    /* max-width:1200px; */
    margin:0 auto;
    background-color:#f6faff;
    padding:20px;
    /* border-radius:8px */
}
.job-opp-image{
    max-width:100%;
    border-radius:8px;
    margin-bottom:20px
}
.job-opp-read-more-toggle{
    cursor:pointer;
    color:#fff;
    border-radius:10px;
    padding:5px 10px;
    font-weight:700;
    display:inline-block;
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    transition:background-color .3s
}
.job-opp-read-more-toggle:hover{
    background-color:#0056b3;
    text-decoration:none
}
.b-slider{
    background-image:url(assets/cities.jpg)
}
#branch-slider-container{
    overflow:hidden;
    width:100%
}
.branch-slider{
    display:flex;
    transition:transform .5s ease-in-out
}
.branch-slide{
    min-width:calc(100% / 5);
    position:relative;
    border:1px solid rgb(183 183 183)
}
.branch-img{
    width:100%;
    height:auto
}
.branch-slide-content{
    text-align:center;
    padding:10px;
    background-color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    opacity:0;
    transition:opacity .3s ease-in-out
}
.branchslider1{
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#f0f0f0
}
.center-box,.directions{
    align-items:center;
    display:flex
}
.branchslidebox{
    margin:0 auto;
    padding:20px;
    background-color:#fcfcfc;
    box-shadow:0 3px 6px #00000029;
    border-radius:5px;
    opacity:1
}
.address-box,.center-box{
    background-color:#fff
}
.branchslidebox img{
    width:153px!important;
    margin:0 auto;
    display:block!important
}
.box-slide-branch{
    padding:20px
}
.center-box{
    padding:10px;
    border:1px solid #ddd;
    justify-content:center;
    margin:0 auto
}
.branch-l{
    font-size:20px;
    font-weight:600;
    padding:10px
}
.box-branch{
    font-size:16px;
    line-height:10px
}
.address-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center
}
.address-box{
    margin:20px;
    border:1px solid #e0e0e0;
    border-radius:10px;
    padding:20px;
    width:300px;
    max-width:400px;
    box-shadow:0 0 15px rgba(0,0,0,.1);
    transition:transform .3s
}
.fact,.fact1{
    margin-bottom:15px
}
.fact-item,.nj-opportunities li{
    transition:transform .3s ease-in-out
}
.addresstitle{
    font-size:24px;
    font-weight:500;
    padding:20px
}
.br-box-h,.fact,.fact1{
    font-size:20px
}
.agenda_new h5,.br-box-h,.fact,.fact1,span.pric_t{
    font-weight:700
}
.address-box:hover,.fact-item:hover{
    transform:scale(1.05)
}
.loading-underline1:after,.loading-underline:after{
    content:"";
    display:block;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:0;
    bottom:0
}
.directions{
    font-style:italic;
    color:#007bff;
    margin-top:10px;
    justify-content:center
}
.map-icon{
    color:#007bff;
    margin-right:5px
}
/* #facts-section{
    padding:30px;
    border-radius:15px;
    margin-bottom:20px
} */
 .fct-h2 {
    margin-top: 20px;
 }
.fact{
    color:#333
}
.fact1{
    color:#fff
}
.fact-item{
    position:relative;
    margin-bottom:20px;
    padding:15px;
    background-color:#f8f8f8;
    border-radius:10px;
    border-right: 4px solid #2003c6;
    box-shadow:0 0 20px rgba(0,0,0,.1)
}
.fact-item p{
    margin:0;
    color:#555
}
.col-md-4{
    max-width:initial!important
}
.footer{
    background:#06357f
}
.faqaccordion-header {
    color:#0e64a4;
    background-color: white;
}
.footer{
    background-image:-webkit-linear-gradient(0deg,#0e64a4 0,#1f39a4 51%,#2f0ea4 100%);
    color:#fff
}
.nbanner,.ready-for-career{
    background-size:cover;
    background-position:center
}
.foot-c{
    color:#fff
}
.faq1{
    margin:0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center
}
.faqaccordion{
    width:100%;
    max-width:800px
}
.faqaccordion-item{
    background-color:#fff;
    border:1px solid #2f0ea4;
    margin-bottom:2px
}
.faqaccordion-header{
    padding:15px;
    cursor:pointer;
    user-select:none;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center
}
.faqaccordion-content{
    padding:10px;
    display:none;
    border-top: solid 1px #0000003d;
}
.icon{
    width:15px;
    height:15px;
    fill:#fff;
    transition:transform .3s
}
.rotate{
    transform:rotate(90deg)
}
@media only screen and (max-width:600px){
    .faqaccordion{
        max-width:100%
    }
    .faqaccordion-header{
        font-size:14px
    }
}
.agenda-sec{
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background-size:cover;
    color:#fff
}
.content-container{
    margin:auto auto 20px;
    padding:20px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
}
.agenda,.agenda_new{
    background-color:#fff;
    color:#333;
    padding:20px;
    border-radius: 32px;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    margin-top:20px;
    /* border-top:5px solid #0e64a4; */
    box-sizing:border-box;
    position: relative;
  border-top: 5px solid #000000 ;
}
.agenda,.agenda_new{
    background-color:#fff;
    color:#333;
    padding:20px;
    border-radius: 32px;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    margin-top:20px;
    /* border-top:5px solid #0e64a4; */
    box-sizing:border-box;
    position: relative;
  border-top: 5px solid #000000 ;
}
.value_ag {
    background-image: -webkit-linear-gradient(0deg, #0e64a4 0, #1f39a4 51%, #2f0ea4 100%);
    box-shadow: 0 0 10px rgba(23, 22, 22, 0.9);
    border-top: 5px solid #000000;
}
.value_ag h5 {
    color: white;
}
.cv_agenda_new {
    background-color: #c2e0f3;
    color: #333;
    padding: 20px;
    border-radius: 32px;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 70%); */
    margin-top: 20px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #036ad1;;
}
.k_high {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.agenda{
    width:48%
}
.agenda_new{
    width:100%
}
.agenda_new h5{
    font-size:24px;
}
h5.cv {
    font-size: 18px;
    line-height: 29px;
    color: #0f172a;
}
h5.hc {
    font-weight: 500;
    font-style: italic;
    font-size: 22px;
    line-height: 29px;
    color: #0f172a;
    /* color:#036bd2; */
}
.agenda_new p{
    font-size:24px;
    font-style: italic;
    color:#036bd2;
}
span.pric_t{
    font-size:30px;
    color:red
}
.tn_btng a{
    background-color:#0f5832;
    color:#fff!important;
    padding:10px;
    border-radius:5px;
    font-size:20px
}
.tn_btng{
    margin:40px 0
}
.agenda_new p{
    font-size:20px;
    padding:10px 0
}
.slick-next{
    right:-5px!important
}
.slick-prev{
    left:-10px!important
}
@media only screen and (max-width:768px){
    .right-form,.sec3,.senior,form{
        max-width:100%
    }
    .address-box,.agenda,.youtube-slider{
        width:100%
    }
    .agenda,.menu{
        margin-top:10px
    }
    header{
        flex-direction:column;
        align-items:flex-start
    }
    .col-md-6,.key-highlights .col-md-6{
        flex-basis:100%
    }
    .menu{
        order:-1
    }
    .branch-slider,.content-container,.menu ul{
        flex-direction:column
    }
    .menu li{
        margin-right:0;
        margin-bottom:10px
    }
    .sec3{
        flex:0 0 100%
    }
    .rolling-image,.rolling-image-container{
        height:auto
    }
    .job-opp-content{
        max-width:100%;
        padding:15px
    }
    .fact-item{
        min-width:100%
    }
    .faqaccordion-header{
        font-size:14px
    }
}
.job_space {
    padding-bottom:20px
}
@keyframes loadingAnimation{
    0%{
        width:0
    }
    25%{
        width:25%
    }
    50%{
        width:50%
    }
    75%{
        width:75%
    }
    100%{
        width:100%
    }
}
@keyframes colorChange{
    0%,100%{
        background-color:#007bff
    }
    50%{
        background-color:tomato
    }
}
.loading-underline,.loading-underline1{
    position:relative;
    display:inline-block
}
.loading-underline:after{
    top:45px;
    height:5px;
    background-color:#007bff;
    animation:5s ease-in-out infinite loadingAnimation,5s ease-in-out infinite colorChange
}
.text-web,.tn_btn:hover{
    background-color:#fff
}
@media (max-width:767px){
    .loading-underline:after{
        top:38px
    }
}
@media screen and (max-width:768px){
    .loading-underline1:after{
        top:40px!important
    }
}
.loading-underline1:after{
    top:70px;
    height:3px;
    background-color:#fff;
    animation:5s ease-in-out infinite loadingAnimation1,5s ease-in-out infinite colorChange1
}
@keyframes loadingAnimation1{
    0%{
        width:0
    }
    50%{
        width:50%
    }
    100%{
        width:100%
    }
}
@keyframes colorChange1{
    0%,100%,50%{
        background-color:#fff
    }
}
.ready-for-career{
    background-image:linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.9)),url(assets/background-pattern.png);
    background-repeat:no-repeat
}
.text-web{
    padding:20px;
    box-shadow:0 0 10px rgba(0,0,0,.3)
}
.form_title{
    font-weight:600;
    font-size:26px
}
.date,.off-text{
    font-weight:700
}
footer{
    padding:5px;
    bottom:0;
    width:100%
}
.bc-t p,.fac-tab-high,footer p{
    margin-bottom:0!important
}
.img-ch{
    width:20px;
    height:20px
}
.nbanner{
    padding-top: 20px;
    padding-bottom: 100px;
    /* box-shadow: 0 4px 8px rgb(23 77 164); */
    /* box-shadow: 0 4px 8px rgb(83 83 82 / 70%); */
    /* background-color: #f8f8f8; */
}
.highlight-section {
    margin-top: -40px;
    /* background-color: #f6faff; */
}
.ds-banner{
    background-image:url(assets/WB.jpg)
}
.dm-banner{
    background-image:url(assets/dm-banner.jpg)
}
.st-banner{
    background-image:url(assets/st-banner.jpg)
}
.network-banner{
    background-image:url(assets/Networking-banner.jpg)
}
.power-bi-banner{
    background-image:url(assets/Power-BI.jpg)
}
.salesforce-banner{
    background-image:url(assets/salesforce-bg.html)
}
.python-banner{
    background-image:url(assets/python-bg.html)
}
.fs-banner{
    background-image:url(assets/full-Stack.html)
}
.newban{
    color:#000;
    margin-top: 40px;
    /* padding:30px; */
}
.strike{
    text-decoration:line-through;
    font-size:42px;
    color:#c40000
}
.off-text{
    color:#2a1ba4;
    font-size:62px
}
.date{
    font-size:24px;
    margin-top:10px;
    color:#002c89
}
.register-btn,span.new-txt a{
    color:#fff!important
}
.n_foot a,.tn_btn{
    border-radius:5px;
    padding:5px;
}
.tn_btn{
    background-color:#ffdb58
}
.ag-text,.ag-text1{
    display:inline-block;
    padding:10px 20px;
    background-color:rgba(0,0,0,.7);
    color:#fc0!important;
    font-weight:600;
    margin-top:15px;
    border-radius:15px;
    text-decoration:none
}
.tn_btn a{
    font-size:20px;
    font-weight:600
}
span.price_btn del{
    font-size:20px;
    color:#000
}
span.price_btn{
    font-size:30px;
    color:red
}
.ag-text{
    font-size:24px;
    width:450px
}
.ag-text1{
    font-size:32px
}
.home-box,.n_foot{
    background-color:#000000;
}
.home-box,.img-hc{
    border-radius:10px
}
.n_foot{
    display:flex;
    justify-content:space-around;
    align-content:center;
    position:fixed;
    bottom:0;
    width:100%;
    left:0;
    z-index:4000;
    box-shadow:0 0 6px 0 rgb(41 33 164);
    background-color:#000000;
}
.n_foot a{
    color:#fff!important;
    /* margin:10px 0;
    box-shadow:5px 4px 2px 1px rgb(103 103 103);
    font-size:19px;
    background-color:#e95400; */
}
.n_foot span{
    padding:10px;
    font-weight:700
}
.home-box,.nj-opportunities img{
    box-shadow:0 4px 8px rgba(0,0,0,.1)
}
.T-part,.bc-para,.home-box,.mp-testimonial,.nj-opportunities li,.review-count-box{
    text-align:center
}
.nj-opportunities{
    padding:50px 0
}
.nj-opportunities img{
    max-width:100%;
    height:auto;
    border-radius:8px
}
.nj-opportunities p{
    font-size:18px;
    color:#333
}
.nj-opportunities ul{
    padding:0;
    list-style:none;
    margin:0;
    display:flex;
    flex-wrap:wrap;
}
.nj-opportunities li{
    background-color: #fff;
    color: #000;
    padding: 15px;
    margin: 5px;
    box-shadow: 3px 1px 2px 2px #add8e685;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: 600;
    width: calc(25% - 10px);
}
.ban-h3,.bc-para,.home-box h3,.mp-name,.text-cer{
    font-weight:700
}
.nj-opportunities li:hover{
    transform:scale(1.1)
}
@media screen and (max-width:768px){
    .n_foot a{
        font-size:14px
    }
    .k_high p {
    line-height: 20px;
    font-size: 14px;
    }
    .k_high {
        line-height: 30px;
    }
}
    .n_foot span{
        padding:10px;
        font-weight:700;
        font-size:23px
    }
    .n_foot span del{
        font-size:15px
    }
    .n_foot{
        display:flex;
        max-width:100%;
        justify-content:space-evenly;
        align-content:center;
        position:fixed;
        bottom:0;
        width:100%;
        left:0;
        z-index:100;
        box-shadow:0 0 6px 0 rgb(41 33 164)
    }
    .ag-text,.ban-h3,.date{
        font-size:20px
    }
    .center{
        text-align:center!important;
        color:#334155;
        font-size:23px;
        font-weight:700
    }
    .register-btn{
        font-size:29px;
        padding:8px 16px;
        margin-top:15px;
        border-radius:10px
    }
    .ag-text,.ag-text1{
        padding:8px 16px;
        margin-top:10px;
        border-radius:10px;
        width:100%
    }
    .ag-text1{
        font-size:28px
    }
    .nj-opportunities li{
        width:calc(25% - 10px)
    }
    .nj-opportunities,.nj-opportunities li{
        text-align:center
    }
    #facts-section{
        padding:0
    }
    .nj-opportunities img{
        margin-bottom:20px
    }
.five-box{
    margin:0;
    padding:0;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center
}
.text-cer,.yellow{
    text-decoration:underline
}
.homebtn-more:hover{
    background-color:#297fb8
}
@keyframes fadeInUp{
    from{
        opacity:0;
        transform:translateY(20px)
    }
    to{
        opacity:1;
        transform:translateY(0)
    }
}
.ban-h3{
    font-size:30px
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box
}
.learn-list{
    list-style-type:none;
    padding:0
}
.learn-item{
    /* display:flex; */
    align-items:center;
    background:#ffffff;
    padding:15px;
    margin-bottom:15px;
    border-radius: 15px;
    box-shadow:0 2px 4px rgba(0,0,0,.7)
}
.icon{
    font-size:24px;
    margin-right:15px;
    color:#007bff
}
.learn-item p{
    margin:0;
    color:#000000;
    font-size:20px
}
.power-bi-img{
    width:300px;
    padding-top:50px
}
.T-part{
    width:800px;
    margin:0 auto;
    justify-content:center
}
.spacing2{
    padding-bottom:40px
}
.spacing3{
    padding-top:40px
}
span.t-97,span.t-lakh{
    font-size:28px;
    color:#ff3535
}
.red{
    color:#ff3535
}
.text-cer{
    font-size:28px
}
.sticky {
    position: sticky;
}
.bc-t{
    background-color: #072a92;
    /* background-image:linear-gradient(100deg,#1c1330 0,#172c35 100%); */
}
.bc-para{
    padding:8px 40px;
    color:#fff;
    font-family:Poppins,Sans-serif;
    font-size:24px;
    line-height:1.8em
}
.yellow{
    color:#ff0
}
.blue{
    color:#00b0ff
}
.f-blue {
    color: #036ad1;
}
.button-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    height:15vh
}
.pad-b{
    padding-bottom:30px
}
.animated-button{
    position:relative;
    padding:15px 30px;
    color:#fff;
    background-color:#28a745;
    border:none;
    border-radius:5px;
    cursor:pointer;
    animation:2s infinite bounceUpDown;
    transition:padding .3s,font-size .3s
}
@keyframes bounceUpDown{
    0%,100%{
        top:0
    }
    50%{
        top:20px
    }
}
@media (max-width:600px){
    .home-box{
        width:100%;
        padding:30px
    }
    .home-box h3{
        font-size:4vw
    }
    .animated-button{
        padding:10px 20px
    }
    .learn-item{
        padding:10px
    }
    .icon{
        font-size:20px;
        margin-right:10px
    }
    .power-bi-img{
        width:300px;
        padding-top:0
    }
    .T-part{
        padding:20px;
        width:100%
    }
    .bc-para{
        padding:20px;
        font-size:28px;
        line-height:1.2em
    }
    .fact-item p,.learn-item p{
        text-align:center
    }
    .nj-opportunities p{
        padding-left:5px;
        padding-right:5px
    }
    .faq-mble{
        padding:40px
    }
}
.custom-modal{
    display:none;
    position:fixed;
    z-index:1000;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,.7);
    padding-top:60px
}
.custom-modal-content{
    background-color:#fff;
    margin:5% auto;
    padding:20px;
    font-size:20px;
    border-radius:10px;
    width:90%;
    max-width:400px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.3);
    animation:.3s ease-in-out fadeIn
}
.custom-modal-close{
    color:#aaa;
    float:right;
    font-size:24px;
    font-weight:700;
    cursor:pointer
}
.custom-modal-close:focus,.custom-modal-close:hover{
    color:#000;
    text-decoration:none
}
.custom-modal-highlight{
    padding:10px;
    border-radius:5px;
    display:inline-block;
    margin-top:15px
}
@keyframes fadeIn{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}
.mp-testimonial-section,.nbanner.dm-banner{
    padding:40px 0;
    background-color:#f9f9f9
}
.newban .static-text{
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    /* margin-bottom: 20px; */
}
.banner-p {
font-size: 16px;
text-align: justify;
margin-bottom: 0;
}
.newban .ag-text1{
    font-size:16px;
    color:#555;
    margin-bottom:10px
}
.rating-review-row{
    display:flex;
    align-items:center;
}
.star-rating{
    font-size: 30px;
    color:#f1c40f;
    margin-right:20px
}
.review-count-box{
    font-size: 14px;
    color: #fff;
    margin: 15px 0px;
    padding: 5px 10px;
    display: inline-block;
    box-shadow: 0 1px 4px 0 rgba(1, 1, 1, 0.15);
    background-image: -webkit-linear-gradient(0deg, #2f0ea4 0, #1f39a4 51%, #0e64a4 100%);
    /* background-color:#007bff;
    color:#fff;
    padding:10px 20px;
    border-radius:10px */
}
.review-count-box .review-count{
    font-size: 18px;
    margin:0
}
.review-count-box p{
    margin:0;
    font-size:14px
}
.image-container img{
    width:100%;
    height:auto;
    border-radius:10px
}
.mp-testimonial{
    padding:20px;
    background-color:#fff;
    border:1px solid #e3e3e3;
    border-radius:10px;
    margin:10px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
.mp-initial-circle{
    width:50px;
    height:50px;
    background-color:#007bff;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin:0 auto 10px
}
.mp-name{
    font-size:18px;
    margin-bottom:5px
}
.mp-stars{
    color:#f1c40f;
    margin-bottom:10px
}
.mp-review{
    font-size:16px;
    color:#555;
    flex-grow:1
}
.mp-row-space{
    margin-top:20px
}
/* Masters */
li, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Student testimonial */
.st-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

.st-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 80%;
    max-width: 600px;
}

.st-review-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    background-color: #ddd;
    border-radius: 10px;
    font-size: 1.2em;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #aaa;
    padding: 20px;
    box-sizing: border-box;
}

.st-box1 {
    background-color: #ffcccc;
}

.st-box2 {
    background-color: #cceeff;
}

.st-box3 {
    background-color: #cceeff;
}

.st-box4 {
    background-color: #ffcccc;
}

.listofMarketingSec_m li i.icons {
    width: 30px;
    height: 30px;
    display: inline-flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
}
ul {
    list-style: none;
}
.listofMarketingSec_m li {
    max-width: 100%;
    flex: 0 0 50%;
    padding: 0 15px 10px 0;
    align-items: center;
    display: flex;
}
.orangeBtn_m {
    background-color: #e94600;
    color: #fff;
    margin-top: -8px;
    font-size: 20px;
}
a.tel_m {
    background-color: #ffffff42;
    padding: 10px;
    border-radius: 8px;
    font-size: 17px;
    border: 1px solid #1e3ea4;
    margin-left: 20px;
    font-weight: 600;
    color: #0e64a4;
}
.btn1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:hover {
    color: #333;
    text-decoration: none;
}
ul.learn-ul {
    font-size: 20px;
    line-height: normal;
}
/*  */
.skills-container {
    background-image: url('assets/course-background.html');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.st-skills-container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.st-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.st-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.st-skills {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.st-skill {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 8px rgb(83 83 82 / 70%);
    border-top: 5px solid #0e64a4;
}

.st-skill:hover {
    transform: translateY(-5px);
}

.st-skill img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.st-skill p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
    .st-title {
        font-size: 24px;
    }

    .st-subtitle {
        font-size: 16px;
    }

    .st-skills {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .st-skill {
        padding: 15px;
    }

    .st-skill img {
        width: 35px;
        height: 35px;
    }

    .st-skill p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .st-title {
        font-size: 24px;
    }
.st-module-item p {
    font-size: 18px !important;

}
    .st-subtitle {
        font-size: 16px;
    }

    .st-skills {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .st-skill {
        padding: 10px;
    }

    .st-skill img {
        width: 45px;
        height: 45px;
    }

    .st-skill p {
        font-size: 16px;
    }
}

/* Core Modules */
.core-container {
    /* background-color: #f6faff; */
}

.st-core-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    padding: 30px 0px;
    width: 100%;
}

.st-core-right {
    flex: 2;
    text-align: left;
}

.st-core-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-core-left img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.st-core-title {
    font-size: 25px;
    margin-bottom: 20px;
    color: #190091;
    font-weight: 700;
}

.st-modules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 40px;
}

.st-module-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
}

.st-icon {
    font-size: 20px;
    color: #1cc82c;
    margin-top: 2px;
    font-weight: 700;
}

.st-module-item p {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .st-core-container {
        flex-direction: column-reverse;
    }

    .st-core-right .st-core-title {
        text-align: center;
    }

    .st-modules-grid {
        grid-template-columns: 1fr;
    }
}


/* What will you learn */

.st-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Arial', sans-serif;
}

.st-section-title {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    /* margin-bottom: 30px; */
    text-align: left;
    position: relative;
    padding-bottom: 10px;
}

.st-section-title::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #007BFF;
    display: block;
    margin-top: 10px;
}

.st-module-title {
    font-size: 26px;
    font-weight: 600;
    color: #072a92;
    margin-bottom: 10px;
}

.st-module-description {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    text-align: justify;
}

.st-contact-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.st-contact-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
}

.st-submit-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.st-submit-btn:hover {
    background-color: #0056b3;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .st-content-wrapper {
        padding: 40px 15px;
    }
    .st-main-content, .st-contact-form-wrapper {
        width: 100%;
        padding: 0;
    }
    .st-contact-form-wrapper {
        margin-top: 40px;
    }
}
.h2-txt {
    /* text-decoration: underline; */
}
.section-fact {
    background-color: #f6faff;
}
/* .highlight-section {
    background-color: #f6faff;
} */
.st-skills-container {
    text-align: center;
}

.st-button-container {
    margin-top: 50px; 
}
/* Popup Form Styles */
.st-contact-form-popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.st-contact-form {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    /* max-width: 100%;
    width: 300px; */
    z-index: 99;
    width: 100%;
    max-width: 300px;
}

.close-btn {
    position: absolute;
    top: 58px; 
    right: 20px; 
    width: 40px;           
    height: 40px;           
    border: none;
    font-size: 24px; 
    font-weight: 700;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
    /* transition: background-color 0.3s ease; */
}

.close-btn:hover {
    background-color: #999; /* Change background color on hover */
    color: #000;
}


/* STP */
.st-placed-companies {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.st-student-box {
    background-color: #f6faff;
    text-align: center;
    width: 23%;
    margin-bottom: 20px;
    color: #000;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
    font-weight: 600;
    border-top: 5px solid #0e64a4;
    box-shadow: 0 4px 8px rgb(83 83 82 / 70%);
}

.st-student-image {
    width: 50%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.st-student-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.st-placed-company {
    margin-bottom: 10px;
}

.st-company-logo {
    width: 60%;
    height: auto;
}

.st-star-rating span {
    font-size: 18px;
    color: #f39c12;
}

  
  /* Responsive Styles */
  @media (max-width: 1024px) {
    .st-student-box {
      width: 48%;
    }
  }
  
  @media (max-width: 768px) {
    .st-student-box {
      width: 100%;
    }
    .four-columns {
        padding-top: 20px;
    }
    .st-module-description {
        line-height: 24px;
        margin-bottom: 5px;

    }
    
.nj-opportunities li{
    width: calc(50% - 10px);
}
  }
  @media only screen and (max-width: 767px) {
    .n_foot_mble a.register-button {
        display: none;
    }
}
/* Journey Section CSS */
.custom-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Default for mobile view */
    /* gap: 20px; */
  }
  
  .custom-col, .custom-content {
    background-color: #f6faff;
  }
  
  /* Sticky column styling */
  .custom-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  
  .custom-img {
    width: 100%;
    margin-top: 25px;
    position: sticky;
    top: 25px;
  }
  
  @media (min-width: 768px) {
    .custom-row {
      grid-template-columns: 1fr 2fr; /* Two columns for larger screens */
      align-items: stretch; /* Ensures columns stretch to match each other */
    }
  
    .custom-col {
      min-height: 100%;
    }
  
    .custom-content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  /* Features lt */
  .lt-card  {
    
    background:  #fff;
    
    border-radius:  8px;
    
    box-shadow:  0 4px 6px rgba(0,  0,  0,  0.1);
    
    padding:  15px;
    
    margin-bottom:  30px;
    
    transition:  transform 0.3s ease;
    
    text-align:  left;
    
    height:  280px;
    
    display:  flex;
    
    flex-direction:  column;
    
    justify-content:  space-between;
    
}

.lt-card: hover  {
    
    transform:  translateY(-5px);
    
}

.lt-card a  {
    
    font-size:  18px;
    
}

.lt-icon  {
    
    margin-bottom:  15px;
    
    display:  flex;
    
    justify-content:  flex-start;
     
    align-items:  flex-start;
    
    width:  64px;
    
    height:  64px;
    
}

.lt-icon img  {
    
    width:  100%;
    
    height:  100%;
    
    object-fit:  contain;
    
}


.lt-title  {
    
    text-align:  left;
    
    font-size:  20px;
    
    color:  #1d057c;
    
    margin:  10px 0;
    
}

.lt-description  {
    
    color:  #000000;
    
    margin-bottom:  10px;
    
    font-size:  16px;
    
    flex-grow:  1;
    
}

.lt-link  {
    
    font-size:  14px;
    
    font-weight:  bold;
    
    color:  #0073e6;
    
    text-decoration:  none;
    
    margin-top:  auto;
    
}

.lt-link: hover  {
    
    text-decoration:  underline;
    
}


a.lt-link.enquiryBtn {
    border: none;
    outline: 0;
    text-decoration: none;
    color: #0e64a4;
    font-weight: 400;
}

/* Master Course */
/* General Section Styling */
.mp_courses-section {
    padding: 50px 20px;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
    
 }
 .mp_c {
    padding-top: 40px;
    padding-bottom: 40px;
 }
 /* Container */
 /* Master Courses Section */
 .mp_course-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Align leftover boxes in the center */
    gap: 20px; /* Space between the boxes */
  }
  
  .mp_course-box {
    width: calc(25% - 20px); /* 4 boxes per row */
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s;
  }
  
  .mp_course-box:hover {
    transform: translateY(-5px);
  }
  
  .mp_course-image {
    width: 100%;
    max-width: 100px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  
  .mp_course-title {
    font-size: 18px;
    font-weight: 700;
    color: #003269;
    margin-bottom: 10px;
  }
  
  .mp_course-button {
    display: inline-block;
    margin-top: 10px;
    /* padding: 10px 20px;
    background-color: #007bff; */
    color: #fff;
    text-decoration: underline;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
  }
  
  .mp_course-button:hover {
    color: green;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 1200px) {
    .mp_course-box {
      width: calc(33.33% - 20px); /* 3 boxes per row */
    }
  }
  
  @media (max-width: 992px) {
    .mp_course-box {
      width: calc(50% - 20px); /* 2 boxes per row */
    }
  }
  
  @media (max-width: 576px) {
    .mp_course-box {
      width: calc(100% - 20px); /* 1 box per row */
    }
  }
  /* PL Sec */
  /* PL Sec */
.mp-section {
    background-color: #f9f9f7; /* Light background */
    padding: 40px 20px;
    text-align: center;
  }
  
  .mp-title {
    font-size: 28px;
    font-weight: 700;
    color: #052f44; /* Dark teal */
    margin-bottom: 30px;
  }
  
  .mp-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  
  .mp-box {
    flex: 1;
    min-width: 250px; /* Minimum width to prevent shrinking */
    max-width: 300px; /* Keep boxes consistent */
    text-align: center;
  }
  
  .mp-box-title {
    font-size: 18px;
    font-weight: 600;
    color: #052f44;
    margin-bottom: 10px;
  }
  
  .mp-box-text {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
  }
  
  .mp-divider {
    height: 60px;
    width: 2px;
    background-color: #e2aa1d; /* Golden divider */
  }
  
  @media (max-width: 768px) {
    .mp-content {
      flex-direction: column;
    }
    .mp-divider {
      display: none; /* Hide divider on small screens */
    }
    .rev_bx {
        padding-bottom: 20px;
    }
  }
  
  /* CTA */
  /* Section Styles */
.pm_placement-section {
    background: linear-gradient(135deg, #dce35b, #45b649);
    padding: 40px 20px;
    display: flex;
    justify-content: center;
  }
  
  /* Card Styles */
  .pm_placement-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-wrap: wrap;
  }
  
  /* Content Section */
  .pm_placement-content {
    flex: 1;
    padding: 20px 40px;
  }
  
  .pm_placement-content h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
  }
  
  .pm_placement-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
  }
  
  .pm_download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fbb03b, #ff6f61);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .pm_download-button span {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  
  .pm_download-button:hover {
    background: linear-gradient(135deg, #ff6f61, #fbb03b);
  }
  
  /* Image Section */
  .pm_placement-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  
  .pm_placement-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .pm_placement-card {
      flex-direction: column;
    }
  
    .pm_placement-content {
      text-align: center;
      padding: 20px;
    }
  
    .pm_download-button {
      margin: 0 auto;
    }
  
    .pm_placement-image {
      padding: 0;
    }
  }
  