﻿* {
    font-family: 'Sora';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, a, p, span {
    font-family: 'Sora' !important;
}

body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

.main-header {
    display: block;
    width: 100%;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
}


.mainheader_inner {
    position: relative;
    display: block;
    z-index: 100;
}

    .mainheader_inner .container {
        max-width: 100%;
        padding-left: 100px;
        padding-right: 0px;
    }

.upperbox {
    position: relative;
    display: block;
    padding-left: 40px;
}

    .upperbox:before {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        width: 30px;
        background-color: #4f549a;
        clip-path: polygon(100% 0%, 20% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
    }

    .upperbox:after {
        content: "";
        position: absolute;
        top: 0;
        left: 25px;
        bottom: 0;
        width: 30px;
        background-color: #4f549a;
        clip-path: polygon(100% 0%, 20% 50%, 100% 100%, 80% 100%, 0% 50%, 80% 0);
    }


.upperbrownbox_inner {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 0;
    z-index: 1;
}

    .upperbrownbox_inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #50559b;
        clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 2% 100%, 0% 50%, 2% 0);
        z-index: -1;
    }

    .upperbrownbox_inner i {
        margin-right: 5px;
    }

.topleftblock, .toprightblock {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .topleftblock a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
        transition: 0.4s ease all;
    }

        .topleftblock a:hover, .toprightblock a {
            transform: translateY(-2px);
        }

    .toprightblock a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        transition: 0.4s ease all;
    }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.toprightblock a {
    color: white; /* White color */
    /*animation: blink 1.2s infinite;*/ /* 1 second blinking cycle */
}

.toprightblock .dropdown-menu a {
    color: black !important;
}

.main-header-style1__bottom-left {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header-style1__bottom-inner__box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 0;
    z-index: 1;
}


    .main-header-style1__bottom-inner__box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0 100%, 0% 0%);
        z-index: -1;
    }

.mainhderbelow {
    padding: 5px 0;
    width: 100%;
}

nav .nav-link {
    color: #313131;
    font-size: 15px;
    font-weight: 500;
}

    nav .nav-link:hover {
        color: #99262a;
    }

.main-header-style1__bottom-inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background-color: var(--thm-white);
    clip-path: polygon(25% 0%, 100% 50%, 25% 100%, 0% 100%, 75% 50%, 0% 0%);
}

.socialsidelinks {
    display: flex;
    z-index: 999;
    gap: 5px;
    list-style: none !important;
    position: relative !important;
    margin-top: 10px;
    padding: 0;
}

.sociallinksfooter li a {
    text-decoration: none;
}

    .sociallinksfooter li a i {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /*  color: #fff;*/
        padding: 12px;
        border: 1px solid #fff;
        background: transparent;
        font-size: 12px;
    }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}


.mainheading {
    font-size: 24px;
    text-transform: none;
    letter-spacing: 0px;
    color: #163269;
    font-weight: 500;
}

/*Left Big News Card*/
.newscard {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .newscard .newsimg {
        overflow: hidden;
        display: inline-block;
        transition: transform 0.3s ease, filter 0.3s ease;
    }

    .newscard img {
        width: 100%;
        display: block;
        transition: inherit;
    }

        .newscard img:hover {
            transform: rotate(3deg) scale(1.05);
            filter: brightness(0.8);
            transition: transform 0.3s ease, filter 0.3s ease;
        }

    .newscard span {
        color: #7b7b7b;
        font-size: 13px;
    }

.newsname {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

    .newsname:hover {
        color: #99262a;
    }
/*Right Small News Card*/
.newscard2 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 35px;
}

    .newscard2 .newsimg {
        overflow: hidden;
    }

    .newscard2 .newsimg {
        width: 80%;
        overflow: hidden;
        border-radius: 5px;
    }

    .newscard2 img {
        transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    }

        .newscard2 img:hover {
            transform: scale(1.1);
        }

    .newscard2 span {
        color: #7b7b7b;
        font-size: 13px;
    }

.newsnameright {
    font-size: 15px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444444;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

    .newsnameright:hover {
        color: #99262a;
    }


.mninnercard {
    padding: 30px 0;
}

.mninnerheading {
    font-size: 20px;
    color: white;
    margin: 0;
    font-weight: 500;
}

.form-input {
    border-radius: 0px;
    border: 1px solid #e3e3e3;
    padding: 12px;
    margin-bottom: 20px;
    width: 100%;
}

.mninnerspan {
    font-size: 14px;
    color: #a5a5a5;
    display: inline-block;
    background: white;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 400;
}

.readmorebtn {
    padding: 10px 20px;
    border: 1px solid #50559b;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    -webkit-background-clip: text !important;
    border-radius: 5px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 8px 2.6px;
    color: #50559b;
    transition: all .3s
}

    .readmorebtn:hover {
        background: #50559b !important;
        color: white !important;
    }

.admission-btn {
    padding: 10px 20px;
    border: 1px solid #fff !important;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    -webkit-background-clip: text !important;
    border-radius: 5px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.15) 7px 8px 2.6px;
    color: #50559b;
    transition: all .3s;
    color: white !important;
    background: #fff !important;
    border: 1px solid white !important;
    margin-top: 13px;
    color: #50559b !important;
    font-weight: bold;
}

.admission-open {
    transition: all 500ms ease;
    font-size: 30px;
    text-decoration: none;
    background: linear-gradient(92deg, #0d169b 40.95% 40.95%, #e74e4e 70.55% 70.55%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}


.bp-hs_inner__item {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

    .bp-hs_inner__item .hero-video {
        width: 100%;
        height: 100%;
        object-fit: cover; /* fills container without stretching */
    }

.readmore-txt {
    font-size: 17px;
    text-align: justify;
    margin-top: 20px;
}

.contactus-card {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 20px
}

.map-card {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

    .map-card iframe {
        border-radius: 15px;
    }

.contactbtn {
    padding: 10px 20px;
    border: 1px solid #50559b;
    cursor: pointer;
    display: inline-block;
    margin-top: 0px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
    transition: all .3s;
    display: block;
    width: 100%;
    border-radius: 5px !important;
    background: #50559b;
}

.form-input {
    outline: none;
}

    .form-input:focus {
        outline: none;
    }

.readmorebtn {
    background: #50559b !important;
    color: white !important;
}

.mb-15 {
    margin-bottom: 120px !important;
    margin-top: 80px !important;
}

.director-card p {
    color: #4b5563;
    text-align: justify;
}

@media(max-width:680px) {
    .bg-video{
        width: 100% !important;
        padding: 26px 6px !important;
    }
    .hillwoods-activities-page .hero-stats .stat {
        background: #fff;
        padding: 18px;
        min-width: 100% !important;
    }
        .bp-hs {
        height: auto !important;
    }
        .mission-section {
        padding: 44px 0 !important;
    }
    .eco-title {
        font-size: 19px !important;
    }
        .bannerheading h3 {
        color: #fff;
        font-size: 25px !important;
    }

    .main-heading {
        font-size: 28px !important;
        margin: 14px 0 !important;
        margin-top: 70px !important;
    }
    .eco-title {
        font-size: 24px;
    }
        .video.hero-video {
        width: 100% !important;
    }
    .datetag {
        width: 50px !important;
    }

    .newstitle {
        font-size: 13px !important;
    }

    #detailContent p a {
        font-size: 10px !important;
    }

    .about-list li {
        margin-bottom: 19px;
        display: block !important;
    }

    .about-elegant {
        padding:40px 0 !important;
    }

    .stat-box h3 {
        color: #1b2778;
        font-size: 22px !important;
    }

    .about-content p {
        font-size: 13px !important;
    }

    .admission-image {
        display: none !important;
    }

    .trans-certi {
        position: fixed;
        top: auto !important;
        bottom: 29px !important;
        right: 2px !important;
        z-index: 1;
    }

    .why-choose-section {
        padding: 30px 0 !important;
    }

    #events-new {
        padding: 0px 40px !important;
    }

    .academics-list {
        flex-direction: column;
    }

    .home_sec_four {
        padding: 30px !important;
    }

    .c-hamburger {
        display: inline-block;
        cursor: pointer;
        width: 24px !important;
        height: 20px !important;
        position: relative;
    }

    .hillwood-logo {
        max-width: 200px !important;
    }

    .mpd {
        display: none !important;
    }

    .mainhderbelow .container-fluid {
        padding: 0px 20px !important
    }

    .latestnewsbtn {
        width: 188px !important;
        font-size: 12px !important;
        margin-left: 0 !important
    }

    .news-flash marquee {
        font-size: 12px !important;
    }

    .socialsidelinkss {
        display: flex;
        gap: 7px;
    }

    .sociallinksfooters li a {
        list-style-type: none;
        font-size: 12px !important;
        color: white;
        background: none;
        padding: 4px;
        border-radius: 5px;
    }

        .sociallinksfooters li a i {
            font-size: 17px;
        }


    .why-choose-title {
        font-size: 24px !important;
    }

    .feature-box {
        justify-content: start !important;
    }

        .feature-box h6 {
            text-align: start !important;
        }

    .about-content {
        padding: 20px 40px !important;
    }

    .socialsidelinkss {
        gap: 9px !important;
        left: -29px !important;
        top: 20% !important;
    }

    .mainheader_inner .container {
        padding-left: 0px !important
    }

    .upperbox .topleftblock {
        display: none !important;
    }
    .toprightbtn {
        color: white;
        font-size: 11px !important;
        padding: 6px 5px !important;
        text-align: end;
    }
    #noticeListbox {
        margin-bottom: 30px !important;
    }
    .director-card p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
        .service-block_one-text {
        text-align: justify !important;
    }

    .readmore-txt {
        font-size: 15px !important;
    }

    .mninnercard .row {
        gap: 20px !important;
    }

        .mninnercard .row .col-lg-3 {
            padding: 0 50px !important;
            justify-content: space-between !important;
        }

    .mninnercard .mninnerheading, .mninnercard .mninnerspan {
        text-align: end !important
    }

    .home_sec_four {
        padding: 20px !important;
    }

    .socialsidelinkss {
        left: -1px !important;
    }

    .admission-inner h2 {
        font-size: 32px !important;
        text-align: center;
    }

    .admission-inner h1 {
        font-size: 26px !important;
    }

    .service-one {
        padding: 40px 20px !important;
    }

}



.overlayimg {
    position: absolute;
    top: 0;
    width: 100%;
}

.footer h3 {
    font-size: 24px;
}

.c-hamburger {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
}

    .c-hamburger span {
        background: #4f549a !important;
        display: block;
        height: 3px;
        margin: 5px 0;
        transition: all 0.3s;
    }

    .c-hamburger.c-hamburger--htx span:nth-child(1) {
        transform-origin: top left;
    }

    .c-hamburger.c-hamburger--htx span:nth-child(3) {
        transform-origin: bottom left;
    }

    .c-hamburger.is-active span:nth-child(1) {
        transform: rotate(45deg) translate(2px, 2px);
    }

    .c-hamburger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .c-hamburger.is-active span:nth-child(3) {
        transform: rotate(-45deg) translate(2px, -2px);
    }

/* Sidebar */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0; /* slide from right */
    background: #fff;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 60px;
    z-index: 1050;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
}

    .sidebar .closebtn {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 36px;
        text-decoration: none;
        color: #fff !important;
        background: none !important
    }

    .sidebar li > a {
        display: block;
        padding: 10px 20px;
        color: #000;
        text-decoration: none;
    }

        .sidebar li > a:hover {
            background: #f1f1f1;
        }

    .sidebar .submenu {
        display: none;
        padding-left: 15px;
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.graphicimg {
    position: absolute;
    bottom: 9%;
    right: 1%;
    z-index: 0;
    animation: rotate 15s linear infinite;
    opacity: 0.2;
    max-width: 140px;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar .dropdown-toggle::after {
    transition: 0.3s;
}

.navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #99262a;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    border-bottom: 1px dotted gray;
    padding: 4px 10px;
}

.c-hamburger {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
}

    .c-hamburger span {
        display: block;
        height: 3px;
        margin: 5px 0;
        background: #A0522D; /* brown */
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .c-hamburger.c-hamburger--htx span:nth-child(1) {
        transform-origin: top left;
    }

    .c-hamburger.c-hamburger--htx span:nth-child(3) {
        transform-origin: bottom left;
    }

    /* Toggle animation */
    .c-hamburger.is-active span:nth-child(1) {
        transform: rotate(45deg) translate(2px, 2px);
    }

    .c-hamburger.is-active span:nth-child(2) {
        opacity: 0;
    }

    .c-hamburger.is-active span:nth-child(3) {
        transform: rotate(-45deg) translate(2px, -2px);
    }

/* Sidebar */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 60px;
    z-index: 1050;
    box-shadow: -2px 0 8px rgba(0,0,0,0.2);
}

    .sidebar .closebtn {
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 36px;
        text-decoration: none;
        color: #000;
    }

    .sidebar li > a {
        display: block;
        padding: 10px 20px;
        color: #000;
        text-decoration: none;
    }

        .sidebar li > a:hover {
            background: #f1f1f1;
        }

    .sidebar .submenu {
        display: none;
        padding-left: 20px;
    }

.mainhderbelow {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


.mand-text a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    background: #4c5194e0;
    padding: 6px 12px;
    border-radius: 40px;
}

.mand-text i {
    font-size: 20px;
    margin-right: 6px !important;
    color: #50559b;
}

.hillwood-logo {
    max-width: 340px;
}

.mainhderbelow .container-fluid {
    padding: 0 60px;
}

.discoverbtn {
    background: #50559b !important;
    color: #fff !important;
}




.why-choose-section {
    position: relative;
    padding: 85px 0;
    background: #f5f7fb;
    overflow: hidden;
}

.why-choose-title {
    font-size: 30px;
    font-weight: 600;
    color: #2b418f;
    margin-bottom: 8px;
    line-height: 38px;
}

    .why-choose-title span {
        color: #d9a52d;
    }

.why-choose-subtitle {
    color: #181818f0;
    font-size: 18px;
    max-width: 650px;
    margin: auto;
}

.why-card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s ease all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .why-card.card1 {
        border-top: 5px solid #493393;
    }

    .why-card.card2 {
        border-top: 5px solid #2a58bf;
    }

    .why-card.card3 {
        border-top: 5px solid #d9a52d;
    }

    .why-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 60px rgba(0,0,0,.15);
    }

.why-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(90deg, #50559b, #5e697f);
    margin-bottom: 10px;
}

.why-card h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #50559b;
    margin-top: 10px;
}

.why-card p {
    color: #181818f0;
    line-height: 1.8;
    margin-bottom: 0;
    font-family: sans-serif !important;
    letter-spacing: .5px;
    font-weight: 400;
}

.why-card a {
    text-decoration: none;
    color: #185f40;
    font-weight: 700;
}


.about-school-section {
    background: #f5f7fb;
    overflow: hidden;
}

.about-school-wrapper {
    background: #fff;
}

.about-school-image img {
    width: 100%;
    object-fit: cover;
}


.experience-badge {
    position: absolute;
    left: -20px;
    bottom: 30px;
    width: 130px;
    height: 130px;
    border-radius: 20px;
    background: #185f40;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 35px rgba(24,95,64,.3);
}

    .experience-badge h2 {
        font-size: 42px;
        margin: 0;
        font-weight: 800;
    }

    .experience-badge span {
        font-size: 14px;
        text-align: center;
    }

.about-tag {
    display: inline-block;
    background: rgb(80 85 155 / 14%);
    color: #3f46a7;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-content {
    padding: 0 40px;
}

    .about-content p {
        font-size: 17px;
        max-width: 650px;
        font-weight: 400;
        color: #343434;
        margin: 0;
    }

.about-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

    .about-list li {
        margin-bottom: 15px;
        font-weight: 400;
        color: #343434;
        display: flex;
        gap: 10px;
        justify-content: start;
        align-items: center;
        font-size: 14px;
    }

    .about-list i {
        color: #50559b;
        margin-right: 10px;
    }

.about-stats {
    margin-top: 30px;
}

.stat-box {
    text-align: center;
    transition: .3s;
}

    .stat-box:hover {
        transform: translateY(-3px);
    }

    .stat-box h3 {
        color: #1b2778;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0px;
    }

.discover-btn {
    display: inline-block;
    margin-top: 40px;
    background: #1b2778;
    color: #fff;
    padding: 8px 45px 8px 15px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    transition: .3s;
    font-size: 16px;
    position: relative;
}

    .discover-btn i {
        border: 2px solid #d9a52d;
        padding: 5px;
        border-radius: 20px;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .discover-btn:hover {
        color: #fff;
        transform: translateY(-3px);
    }



.our-mentors-section {
    background: #f8fafc;
    padding: 100px 0;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}

.section-title p {
    color: #5e697f;
    font-size: 18px;
    max-width: 650px;
    margin: auto;
    font-weight: 600;
}

.mentor-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(24,95,64,.08);
    color: #185f40;
    font-weight: 600;
}

.mentor-row {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    position: relative;
    overflow: hidden;
}

    .mentor-row::before {
        content: "\f10e";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 70px;
        color: rgba(24,95,64,.08);
    }

.mentor-image {
    overflow: hidden;
    border-radius: 24px;
}

    .mentor-image img {
        width: 100%;
        border-radius: 24px;
        transition: .5s;
    }

.mentor-row:hover .mentor-image img {
    transform: scale(1.05);
}

.mentor-role {
    display: inline-block;
    color: #4d5795;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.mentor-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
}

.mentor-content p {
    color: #64748b;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 17px;
}

.mentor-btn {
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(90deg, #50559b, #4a5a8e);
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
    font-size: 16px;
}

    .mentor-btn:hover {
        transform: translateY(-3px);
    }

@media(max-width:991px) {

    .mentor-row {
        padding: 30px;
    }

    .section-title h2 {
        font-size: 36px;
    }

    .mentor-content h3 {
        font-size: 28px;
    }
}




/*Academics section CSS*/
.home_sec_four {
    background: linear-gradient(180deg,#ffffff 0%,#f6f8ff 100%);
    overflow: hidden;
}

.academics-subtitle {
    font-size: 17px;
    font-weight: 400;
    color: #343434;
    margin: 0 auto;
}

.title-divider {
    width: 120px;
    height: 3px;
    background: linear-gradient(90deg,#c79b26,#3949ab);
    border-radius: 30px;
    margin: 15px auto 0;
}

.academics-wrapper .col-lg-3 {
    position: relative;
}

    .academics-wrapper .col-lg-3:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 1px;
        height: 160px;
        background: #d7dcef;
    }

.academic-item {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 0 15px;
    transition: .35s;
}

.academic-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .academic-image img {
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
    }


.academic-icon {
    width: 60px;
    height: 60px;
    margin: -30px auto 15px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6c63ff, #3949ab);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 27px;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 35px rgba(57, 73, 171, .25);
}

.academic-item h4 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #50559b;
    margin-top: 10px;
}

.academic-item span {
    display: inline-block;
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

    .academic-item span:after {
        content: "";
        display: block;
        width: 55px;
        height: 3px;
        background: #5c6bc0;
        margin: 5px auto 0;
        border-radius: 20px;
    }

.academic-item p {
    font-size: 16px;
    color: #343434;
}


@media(max-width:991px) {

    .academics-wrapper .col-lg-3:after {
        display: none;
    }

    .academic-item {
        padding: 0;
    }
}


/*Admission section CSS*/

.admission-section {
    background: linear-gradient(135deg,#3d41a6,#4f56d8);
    padding: 80px 0;
}

.admission-wrapper {
    background: #fff;
    border-radius: 35px;
    padding: 70px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.12);
}

.small-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 40px 0 15px;
    font-size: 17px;
    max-width: 650px;
    font-weight: 400;
    color: #343434;
    margin: 0;
}

    .small-heading span {
        width: 40px;
        height: 3px;
        background: #d7a91d;
        border-radius: 30px;
    }

.admission-desc {
    font-size: 17px;
    max-width: 400px;
    font-weight: 400;
    color: #343434;
    margin: 0;
}


.admission-features {
    display: flex;
    gap: 45px;
    margin-top: 55px;
}

.admission-image {
    position: relative;
    text-align: center;
}

.circle-bg {
    width: 400px;
    height: 400px;
    background: #eef2ff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.admission-image img {
    position: relative;
    z-index: 2;
    max-height: 520px;
}

.floating-box {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 24px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 80%;
    box-shadow: 0 20px 40px rgba(0,0,0,.12);
    z-index: 3;
}

.floating-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #5561ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.floating-box h5 {
    margin: 0;
    font-size: 24px;
    color: #111f47;
}

.floating-box p {
    margin: 0;
    color: #666;
}

@media(max-width:991px) {

    .admission-wrapper {
        padding: 40px 35px;
    }

    .small-heading {
        font-size: 14px;
    }

    .admission-features {
        flex-direction: column;
        gap: 25px;
    }

    .feature:after {
        display: none;
    }


    .floating-box {
        position: relative;
        width: 100%;
        left: auto;
        transform: none;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .latestnewsbtn {
        width: 185px !important;
    }
    .trans-certi {
        position: fixed;
        top: auto !important;
        bottom: 25px !important;
        right: 20px;
        z-index: 1;
    }
    .bp-hs {
        height: auto !important;
    }
    .datetag{
        width: 55px !important  ;
    }
        .datetag span {
            color: white;
            font-size: 15px !important;
            line-height: 0 !important;
        }
    .about-elegant {
        padding: 40px 0 !important;
    }
    .main-heading {
        font-size: 34px !important;
        margin-top: 76px !important;
    }
    .upperbrownbox_inner {
        padding: 10px !important;
    }


    }