.elementor-3927 .elementor-element.elementor-element-dd5b600 > .elementor-element-populated{margin:0px 0px -50px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3927 .elementor-element.elementor-element-e7abbca > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3927 .elementor-element.elementor-element-e7abbca{width:var( --container-widget-width, 134.161% );max-width:134.161%;--container-widget-width:134.161%;--container-widget-flex-grow:0;}body.elementor-page-3927{margin:0px 0px 0px 0px;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


:root{
    --shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    --accent: #2a264c;
    --accent_tran: #1313139b;
    --accent_hover:#12111f;
    --accent_disabled:#08519f66;
}



.pres_cont h1{
    line-height: px;
    margin: 0;
}


*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    /*font-family: "Nunito", serif;*/
    font-optical-sizing: auto;
    font-style: normal;
    list-style: none;
    border:none;
    outline:none;
    text-decoration: none;
    font-weight:400;
    scroll-behavior: smooth;
}


.wh-breadcrumbs-bar{
    display: none;
}

.wh-page-title-bar{
    display:none;
}

.elementor-section, .e-con{
    margin:0 !important;
}


.nav{
    width:100%;
    height:60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.174);
    display:flex;
    justify-content: space-between;
    position:fixed;
    top:0;
    left:0;
    z-index: 10000000;
    background: white;
    /* backdrop-filter: saturate(150%) blur(8px); */
}

.nav h1{
    font-size:24px;
    text-align: center;
    width:100%;
    padding:12px;
}

.sec1{
    /*margin-top:60px;*/
    margin-top:144.8px;
}

.content{
    width:100%;
    min-height:100px;
    padding:30px 0 30px 0;
}

.hero{
    background: white;
    padding:20px 0;
    width:100%;
    height:fit-content;
}




.sec1{
    width:100%;
    height:500px;
    position:relative;
    text-transform: capitalize;
}


body{
    background: white;
}

.banner{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0;
    background-size:cover;
    background-image: url('https://supremeeducation.com/wp-content/uploads/2026/04/Mental_health.jpeg');
    z-index: -1;
}

.overlay{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index: -1;
}

.sec1 .overlay{
    background: #000000b5;
}

.text_box{
    width:100%;
    margin-top:360px;
    display:flex;
    align-items: center;
    flex-direction: column;
    gap:8px 0px;
}

.text_box h1{
    color:white;
    font-size:60px;
    text-align: center;
    font-weight:600;
}

.text_box h4{
    color:white;
    font-size:20px;
    font-weight:500;
}

.hero{
    margin-top:200px;
    margin-bottom: 0 !important;
}


.interview_cont, .pres_cont{
    width:65%;
    height:fit-content;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 16px auto !important;
    gap:18px 20px !important;
}


.sec2{
    background: url('https://supremeeducation.com/wp-content/uploads/2026/04/project_background.jpg');
    background-repeat: repeat;
    background-size:contain;
    height:100% !important;
}


.sec2 video, .sec2 iframe{
    width:80% !important;
    height: fit-content !important;
    margin-left:36px !important;
    border-radius: 16px !important;
    position:relative;
    /* border: 5px solid #01a45b87; */
    box-shadow: var(--shadow);
    margin-top:50px !important;

}

.header_box{
    width:100%;
    padding:0 10px;
    margin-top:15px;
}

.header_box h1{
    text-align: left;
    font-weight:700;
    margin-top:14px;
    font-size:30px;
}



h1.spacing{
    margin-top:80px;
    text-align: center;
    font-weight:600;
}

.pres_cont{
    margin-top:160px;
}

.array{
    width:65%;
    margin:60px auto;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
     gap:30px 20px; 
}

.rect{
    width: 75%;
    height:fit-content;
    display:flex;
    flex-direction: column;
    justify-content: center;
    margin-top:40px;

}


.pres_cont h1, h1 span{
    text-align: left;
    font-weight:600;
    font-size:30px;
    color: #0e69409b;
}

.pres_cont .header_box{
    display:Flex;
    flex-direction: column;
    /* width:300px; */
}

.no-weight{
    font-weight:400;
    color:black;
}


.col{
    overflow:hidden;
    width:100%;
    /*aspect-ratio: 1.05/1;*/
    aspect-ratio: 1.5;
    display:flex;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    transition:.3s;
    position:relative;
    border:5px solid  #01a45b43;
    flex-direction: column;
    gap:0 10px;
}

.col .overlay{
    position:absolute;
    z-index: 1;
    background: #0e100f5d;
    transition:.3s;
}

.col:hover{
    transform: translateY(-5px);
    transition: .3s;
    cursor:pointer;
    border:5px solid  #01a45a;
}

.col:hover .overlay{
    background: #0e100f14;
}

.col img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: 0 10%;
}


.underline{
    width:20%;
    height:4.5px;
    border-radius: 5px;
    background: #01a45a;
}

.und{
    display:flex;
    flex-direction: column;
    gap:8px 0;
}

.pres_cont video{
    margin-top:14px;
    width:80%;
    margin-left:36px;
}

#brazil{
    color:#01a45b8c;
}

#uk{
    color:rgba(255, 0, 0, 0.378);
}

#us{
    color:rgba(21, 21, 117, 0.416);
}

#india{
    color: #ff993385;
}

.interview_cont.s_and_t{
    gap:0 100px !important;
}

.s_and_t .header_box{
    padding-right:0 ; 
    text-align: right;
}


.s_and_t iframe{
    width:80%;
    margin-left:0px;
}


.q_a{
    margin-top:80px;
}

.up img{
    object-position: 50% 50%
}/* End custom CSS */