/* Start custom CSS */.wh-breadcrumbs-bar{
    display: none;
}

.wh-page-title-bar{
    display:none;
}

.elementor-section, .e-con{
    margin:0 !important;
}



.fluid-width-video-wrapper{
    padding:0 !important;
    position:static !important;
    height:auto !important;
    display:grid;
    justify-items: center;
}


.fluid-width-video-wrapper iframe{
    position:static !important;
}


@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;
}


*{
    padding:0;
    margin:0;
    box-sizing: border-box;

    list-style: none;
    border:none;
    outline:none;
    text-decoration: none;
    font-weight:400;
    scroll-behavior: smooth;
}


.nav{
    width:100%;
    height:60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.174);
    display:flex;
    justify-content: center;
    align-items: center;
    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;
}

.content{
    width:100%;
    min-height:100px;
    padding:30px 0 30px 0;
}

.hero{
    background: white;
    padding:20px 0;
    width:100%;
    height:fit-content;
        background: url('https://supremeeducation.com/wp-content/uploads/2026/05/project_4_background.jpg');
    background-repeat: repeat;
    background-size:contain;
}

:root{
    --theme:#121316;
    --theme2: #e36300;
}


.sec1{
    width:75%;
    margin:0 auto;
    height:330px;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    /* border-radius: 18px; */
    overflow: hidden;
}

.content .right{
    padding: 0px 40px 40px 35px;
    background: var(--theme);
    display:flex;
    flex-direction: column;
    gap: 0px;
    justify-content: center;
    height:330px;
}

.content .right h1{
    text-align: left;
    font-size:40px;
    color: white;
    font-weight:800;
    text-transform: uppercase;
}

.overlay{
    width:100%;
    height:100%;
    background: #0000001a;
    position:absolute;
    top:0;
    left:0;
    transition:.3s;
}

.sec1 .left{
    position:relative;
    background: url('https://supremeeducation.com/wp-content/uploads/2026/05/Header_NA_DemocracyQA_JD.jpg');
    background-size: cover;
    background-repeat: no-repeat;
     background-position: 0px -30px; 
    height:330px;
}

.heading{
    text-align: left;
    font-weight:700;
    width: 65%;
    margin: 0 auto;
    font-size:30px;
}

.heading span{
    color: var(--theme2);
    font-weight:700;
}

.sec2{
    margin-top:80px;
}

.array{
    display: grid;
    justify-items: center;
    gap: 30px 40px;
    width:65%;
    margin: 36px auto;
}

.ifr_cont{
    height:200px;
}

.evo{
    grid-template-columns: repeat(3, 1fr);
}

.evo .ifr_cont{
    width:100%;
}

iframe{
    background: var(--theme);
    border-radius: 18px;
}

.evo iframe{
    width:100%;
    aspect-ratio: 2;

}

.styling{
    width: 80px;
    height:12px;
    border-radius: 14px;
    background: var(--theme);
}

.title{
    display:flex;
    margin-top:18px;
    padding: 0 8px;
    width:100%;
    gap: 0 30px;
    align-items: center;
}

#or_sty{
    background: var(--theme2);
}

.title h4{
    font-weight:500;
    margin: 0 0 0 0;
    font-size:16px;
}

.mock{
    grid-template-columns: repeat(3, 1fr);
}

.mock .ifr_cont{
    width:100%;
}

.mock iframe{
    aspect-ratio: 2;
    aspect-ratio: 2;
}



.col{
    overflow:hidden;
    width:100%;
    aspect-ratio: 2;
    display:flex;
    border-radius: 18px;
    transition:.3s;
    position:relative;
    flex-direction: column;
    gap:0 10px;
    background: #000;
}

.col:hover .overlay{
    background: #0000000b;
}

.col:hover{
    transition:.3s;
    transform: translateY(-5px);
    cursor:pointer;
}

.col img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.countries{
    font-size:20px;
    margin-top:10px;
}

#ad_down{
    object-position: 0px -80px
}


h1{
    text-transform:capitalize;
}

.sec6, .sec7{
    width:65%;
    height:280px;
    margin:0px auto;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
}

.sec6 .title, .sec7 .title{
    width:85%;
    height:100%;
    margin:0;
    display:block !important;
}

.sec7{
    margin-top:40px;
}




.title h1{
    font-size:25px;
    color: black;
    text-align: left;
    font-weight:700;
    line-height:56px;
}

.vid{
    width:85%;
    height:100%;
}

.vid iframe{
    width:100%;
    aspect-ratio: 2.2;
}



.sec7 .title{
    width:100%;
}/* End custom CSS */