﻿



@font-face {
    font-family: 'Inter Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Inter Regular'), url('./fonts/Inter-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Inter Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Inter Bold'), url('./fonts/Inter-Regular.woff') format('woff');
}



@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype'), url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Forma DJR Display Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Forma DJR Display Regular'), url('../fonts/FormaDJRDisplay-Regular-Testing.woff') format('woff');
}

@font-face {
    font-family: 'Forma DJR Display Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Forma DJR Display Bold'), url('../fonts/FormaDJRDisplay-Bold-Testing.woff') format('woff');
}


:root {
    color-scheme: only light !important;
    --main-color: #007367;
    --main-light-color: #8BCBB7;
    --secondary-color: #F4E4C9;
    --secondary-dark-color: #A58255;
}


* {
    margin: 0;
    padding: 0;
    font-family: "Forma DJR Display Regular" !important;
    letter-spacing: 1.2px;
}


body {
    font-family: "Forma DJR Display Regular" !important;
    letter-spacing: 1.2px;
    color: #333;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    /*    position: relative;
*/
    /* min-height: 100vh;

    background-image:
        url('/admissionsnew/assets/img/gitam-login-view.mp4');
    background-size: cover;




    background-position: center;
    padding: 60px 40px; */
}

.headcontentsec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.logocallsec {
    position: relative;
    top: 10%;
    display: flex;
    align-items: start;
    width: 100%;
}

.admtitlesec {
    position: relative;
    top: 25%;
    display: flex;
    align-items: center;
}



.showcase {
    position: relative;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    padding: 0;
}

    .showcase video {
        width: 100%;
        /* height: 100%; */
        transition: height 0.3s ease;
        object-fit: cover;
    }


.showcase1 {
    position: relative;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    padding: 0;
}

    .showcase1 video {
        width: 100%;
        /* height: 100%; */
        transition: height 0.3s ease;
        object-fit: cover;
    }

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    z-index: 2;
    max-width: 600px;
    margin-left: 60px;
}

.gitam-logo {
    /* width: 140px; */
    filter: brightness(0) invert(1);
}

.hero-title {
    color: white;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 0;
}

    .hero-title .year {
        font-weight: 700;
    }

.help-button {
    width: max-content;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 25px;
    font-size: 14px;
    /* font-weight: 600; */
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* margin: auto; */
    border: 1px solid #007269;
    position: relative;
    background-color: #006b5f !important;
    margin-left: 13px;
}

.help-button1 {
    margin: inherit;
}

.help-button i {
    margin-right: 8px;
}


.mt-50 {
    margin-top: 160px;
}

.scroll-down-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

    .scroll-down-btn:hover {
        transform: translateX(-50%) translateY(5px);
    }

    .scroll-down-btn i {
        font-size: 24px;
        color: #00796B;
    }

.hero-right {
    background: #f5f5f5;
    min-height: 100vh;
    padding: 40px;
}

.login-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

.tabs {
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.tab-btn {
    background: none;
    border: none;
    padding: 12px 16px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
}

    .tab-btn.active {
        color: #00796B;
        border-bottom-color: #00796B;
        font-weight: 600;
    }

.form-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-control {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

    .form-control:focus {
        border-color: #00796B;
        box-shadow: 0 0 0 3px rgba(0, 121, 107, 0.1);
    }

.btn-login {
    background: #00796B;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 15px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.3s ease;
    padding: 10px 35px;
}

    .btn-login:hover {
        background: #00594d;
        color: #fff;
    }

.forgot-password {
    color: #00796B;
    text-decoration: none;
    font-size: 14px;
}

    .forgot-password:hover {
        text-decoration: underline;
    }

#header {
    background: #f3e5cb;
    transition: all .5s;
    z-index: 997;
    padding: 0;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    ;
}

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 1px;
        font-family: 'Forma DJR Display Regular'
    }

        #header .logo a {
            color: #2d405f
        }

.gitamlogo svg {
    width: 178px;
}

.inrasslogo img {
    width: 100px
}

#header .logo img {
    max-height: 59px
}

.mobile-img {
    display: none
}

.navbar {
    padding: 0
}

    .navbar ul {
        margin: auto;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center
    }

    .navbar li {
        position: relative;
        margin-bottom: 0;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-size: 16px;
        font-weight: 500;
        color: #004840;
        white-space: nowrap;
        transition: .3s;
        letter-spacing: 1.3;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px
        }

        .navbar .active,
        .navbar .active:focus,
        .navbar a:hover,
        .navbar li:hover > a {
            color: #000;
        }

.mobile-nav-toggle {
    color: #004740;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

    .mobile-nav-toggle.bi-x {
        color: #fff
    }

.custom-radio label::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    text-align: center;
    color: transparent;
    background-color: #FFFFFF;
    border: 1px solid #979090;
    border-radius: 50%;
    font-size: 12px;
}

.custom-radio label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

/*.scholarshipSec1 {
    margin-top: -160px;
}*/

.form-group {
    margin-bottom: 10px;
}

.regForm label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
    color: #000 !important;
}

.custom-radio input[type="radio"] {
    display: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.form-check-input:checked {
    background-color: var(--main-color);
    border: 1px solid var(--main-color) !important;
}

/* form floating styles */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: 0px !important;
}

    .form-floating > .form-control-plaintext ~ label,
    .form-floating > .form-control:focus ~ label,
    .form-floating > .form-select ~ label,
    .form-floating > .form-control:not(:placeholder-shown) ~ label {
        top: -8px;
        background-color: #fff;
        width: auto;
        opacity: 1;
        padding: 0px 4px;
        margin: 5px;
        height: 25px;
    }

.registerForm .form-control:focus,
.loginForm .form-control:focus,
.registerForm .form-select:focus {
    box-shadow: 0 0 0 2px rgb(158, 48, 55);
}


.form-floating > .form-control:focus ~ label,
.form-floating > .form-select:focus ~ label {
    font-size: 15px;
}

.form-floating > label {
    padding: 0.3rem 0.75rem;
    color: #57595d !important;
}

.form-floating > .form-select ~ label {
    opacity: 1;
    padding: 10px 0.75rem;
    padding-top: 3px;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.325rem;
    padding-bottom: 1.025rem;
}

.form-floating > .form-select {
    padding-bottom: 0;
    padding-top: 0;
}

.form-floating > .form-select {
    height: 40px !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    height: 1em !important;
}

.regForm .card {
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    max-height: auto;
}

.topnav {
    background-color: #007367;
}

.box-inner {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 10px;
}

.applybtn .btn {
    width: max-content;
    color: #000000;
    padding: 7px 12px;
    border-radius: 25px;
    font-size: 14px;
    /* font-weight: 600; */
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* margin: auto; */
    border: 1px solid #007269;
    position: relative;
    background-color: #fff !important;
    margin-left: 30px;
}

.btn.show {
    background-color: #007367;
    color: #fff;
}

#applyModal .modal-body {
    padding: 0
}

.scrollTop {
    display: none;
}

    .scrollTop.show {
        display: inline-block;
    }

.mt-100 {
    margin-top: 100px
}

.img_height {
    margin-top: 68px;
    /* height: 800px; */
    overflow: hidden;
}



#rddegree tbody,
#rdGAT_GBAT tbody {
    display: flex;
}

    #rddegree tbody tr,
    #rdGAT_GBAT tbody tr {
        margin-right: 40px;
    }

    #rddegree tbody td input {
        margin-right: 3px;
    }

    #rddegree tbody td label,
    #rdGAT_GBAT tbody td label {
        color: #fff;
        font-size: 21px;
        font-weight: 600;
        letter-spacing: 1.5px;
    }

    #rdGAT_GBAT tbody td label {
        color: #ffffff;
    }

    #rddegree tbody tr:nth-child(2) td {
        text-align: left;
    }

#rdtype td {
    padding-right: 30px;
}

#regsiter {
    color: #007467;
}

#rdtype label, .regForm label, .form-control, .btn-toggle {
    font-family: "Forma DJR Display Regular" !important;
    letter-spacing: 0.8px;
    text-align: left;
}

.regForm .card-body {
    padding: 20px 20px;
}

#rdreg label {
    margin-right: 15px;
}

#Rdbtncountry label {
    margin-right: 15px;
}

#lblerrormessage {
    display: block;
    color: red;
}

.widget_container {
    padding: 0px !important
}

.descriptionSec {
    background: #f3e5cb;
}

.ug-pg-border-bot {
    border-bottom: 1px solid #c8bfbf !important;
}

.otpbtn {
    display: flex;
    justify-content: end;
    top: -17px;
}

.custom-radio input[type="radio"]:checked + label::before {
    color: #007367;
    background-color: #ffffff;
    border: 1px solid var(--main-color);
    padding-top: 1px;
    padding-bottom: 0px;
}


.regForm .custom-radio input[type="radio"]:checked + label::before {
    color: #fff;
    background-color: #007367;
    border: 1px solid var(--main-color);
    padding-top: 0px;
    padding-bottom: 0px;
}


.custom-radio.radiodegree label::before {
    left: -4px;
    width: 20px;
    height: 20px;
}

.alert {
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #edf7f4;
    color: #004740;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: opacity 0.3s ease;
}

    .alert.show {
        display: block;
        opacity: 1;
    }

    .alert.hide {
        opacity: 0;
    }

.ml-10 {
    margin-left: 10px;
}

.navbar .nav-link.active {
    color: #000; /* highlight color */
    font-weight: 600;
}

#rddegree.custom-radio input[type="radio"]:checked + label::before {
    padding-top: 2px;
}

@media (min-width: 1600px) {
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block;
        color: #004840;
        margin-left: auto;
    }

    .navbar ul {
        display: none
    }

    .applybtn .btn {
        margin-left: 10px;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(29, 41, 60, .9);
    transition: .3s;
    z-index: 999
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 6px;
        background-color: #fff;
        overflow-y: auto;
        transition: .3s
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #2d405f
    }

        .navbar-mobile .active,
        .navbar-mobile a:hover,
        .navbar-mobile li:hover > a {
            color: #007367
        }


/*.nationaltbl .table tr th{
    background-color:#ddd;
}*/

.bg-ivory {
    background-color: #ECDDC8 !important;
}

.bg-green {
    background-color: #007367 !important;
    color:#fff !important;
}

.nationaltbl .table tr .brtbl {
    border-right: 1px solid #c8bfbf;
}

.MobileBanner {
    display: none;
}

#hero {
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
}

    #hero .container {
        padding-top: 70px
    }
/*
    #hero h1 {
        margin: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        color: #141d2b;
        width: 60%;
        color: #2d405f
    }*/

/*    #hero h2 {
        color: #466393;
        margin: 15px 0 0 0;
        font-size: 24px;
        color: #2d405f
    }*/

/*    #hero .hero-img {
        max-width: 60%;
        margin-top: 40px
    }*/

@media (max-width:992px) {
    /*  #hero h1 {
        font-size: 36px;
        line-height: 42px;
        width: 100%
    }

    #hero h2 {
        font-size: 20px;
        line-height: 24px
    }

    #hero .hero-img {
        max-width: 90%
    }*/
}

@media (min-width:992px) and (max-width:1100px) {
    .img_height {
        margin-top: 55px;
    }
}
/*admissions-section*/

.admissions-section {
    width: 100%;
    /* min-height: 100vh; */
    /* display: flex;
    align-items: center; */
    background: linear-gradient(125deg, #016b64 50%, #F4E4C9 50%);
    /*  background-color: #F4E4C9;*/
    font-family: "Forma DJR Display Regular" !important;
    color: #fff;
    /* padding-bottom: 0; */
    position: relative;
}

    .admissions-section .transimg {
        position: absolute;
        top: 10%;
        left: -333px;
    }

        .admissions-section .transimg img {
            width: 600px;
            height: 600px;
            opacity: 0.1;
        }

.contentcontainer {
    padding: 0px 140px;
}

.admissions-left {
    flex: 1;
    display: flex;
    justify-content: center;
}

.admissions-box {
    border: 1px solid rgb(189 188 188 / 60%);
    border-radius: 15px;
    padding: 40px 50px;
    /* max-width: 500px; */
    /* background-image: url(../images/translogo.png);
    background-size: cover;
    background-position: center;*/
}

.transimg {
}

.admissions-box h3 {
    /*font-size: 70px;*/
    font-size: 45px;
    font-weight: 700;
    /*line-height: 67px;*/
    line-height: 30px;
    margin-bottom: 15px;
    color: #f2dfbe;
    text-align: center;
}

.head1 {
    display: none;
}

.admissions-box h3 span {
    display: inline-block;
    color: #f2dfbe;
}

.admissions-box .year {
    color: #f2dfbe;
    font-weight: 500;
}

.admissions-box .sub-text {
    font-size: 1rem;
    color: #e1e1e1;
    margin-bottom: 19px;
    text-align: left;
}

section {
    padding: 80px 0;
    overflow: hidden;
}

.stats p {
    font-size: 45px;
    font-weight: 500;
    color: #f0e0c0;
    margin: 0;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    line-height: 0;
}

.stats strong {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    /*margin-right: 13px;*/
}

.student-img {
    /* width: 380px; */
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    margin: auto;
    display: block;
}


/* OUTER BLOCK */
.statistics_bg {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-width {
    display: grid;
    grid-template-columns: 160px auto;
    align-items: center;
    gap: 40px;
    text-align: left;
}


.start-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.stat-width h3 {
    font-size: 50px;
    font-weight: 700;
    color: #007367;
    margin: 0;
}

.stat-width b {
    font-size: 45px;
    color: #007367;
    font-weight: 700;
}

.stat-width p {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}

.statistics_bg .line {
    display: none;
}

.camptitle {
    color: #ECDDC8;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
/* Campuses Section */
.campuses-section {
    background: #005C52;
}

.bg-light {
    background: #EDF7F4 !important;
}

.section-title {
    color: #00796B;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #00796B;
    font-size: 1.5rem;
    font-weight: 400;
}

.titlbrk {
    display: grid;
}

.campus-card {
    /*  position: relative;*/
    border-radius: 12px;
    /*    overflow: hidden;
    height: 350px;*/
    cursor: pointer;
    transition: transform 0.3s ease;
}

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

    .campus-card img {
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
        height: auto;
        border-radius: 20px;
    }

.campus-overlay {
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
    background-color: #fff;
    padding: 28px 17px 17px;
    color: white;
}

    .campus-overlay h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #005C52;
    }

    .campus-overlay p {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 1.4;
        text-align: left;
        color: #005C52;
    }

.campus-link {
    color: #005C52;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

    .campus-link i {
        margin-left: 5px;
        transition: margin-left 0.3s ease;
    }

    .campus-link:hover i {
        margin-left: 10px;
    }


/*  humans of gitam*/
.profile-card {
    background: #ffffff;
    /* box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);*/
    position: relative;
    overflow: hidden;
}

/* TOP GREEN SECTION */
.top-section {
    background: #006f63;
    height: 307px;
    padding: 40px 60px;
    position: relative;
}

/* PROFILE IMAGE */

.imgdtls {
    position: relative;
    left: 0 !important;
    top: 90px;
    display: flex;
}

.profile-img {
    margin-right: 40px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #fff;
    background: #fff;
}

    .profile-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.login-wrapper {
    justify-content: end;
}
/* NAME */
.profile-info h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

/* BRAIN IMAGE */
.brain-img {
    width: 140px;
}

    .brain-img img {
        width: 100%;
        height: auto;
    }

/* BOTTOM CONTENT */
.bottom-section {
    padding: 150px 60px 50px 60px;
}

    .bottom-section p {
        font-size: 22px;
        color: #666;
        line-height: 1.6;
        margin: 0;
    }


/* Instructions Section */
.instructions-section {
    background: #fff;
}

.instruction-icon {
    width: 80px;
    height: 80px;
    /* background: #fff; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

    .instruction-icon i {
        font-size: 36px;
        color: #C4965F;
    }

.instruction-title {
    color: #00796B;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.instruction-list {
    list-style: none;
    padding-left: 0;
}

    .instruction-list li {
        padding-left: 20px;
        position: relative;
        margin-bottom: 10px;
        color: #666;
        font-size: 15px;
        line-height: 1.6;
    }

        .instruction-list li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #00796B;
            font-weight: bold;
        }

.pr-0 {
    padding-right: 0;
}


/* instructions section */

.instructions-section {
    display: flex;
    flex-wrap: wrap;
    /* min-height: 100vh; */
    max-width: 100%;
}

    .instructions-section .videosvg {
        margin-left: 10px;
    }

.anchor {
    display: block;
    height: 85px;
    margin-top: -85px;
    visibility: hidden;
}

.carousel-item img {
    width: 100%;
}

.left-panel {
    flex: 1;
    background-color: #006b63;
    color: #fff;
    padding: 50px 40px 0px 140px;
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    position: relative;
    max-width: 30%;
    min-height: 83vh;
    bottom: 0;
}

    .left-panel h2 {
        margin-bottom: 50px;
    }

/* .left-panel img {
    max-width: 90%;
    border-radius: 10px;
    margin-bottom: 0px;
} */

.student-image {
    position: absolute;
    bottom: 0px;
    right: -40px;
    max-width: 500px;
}

.right-panel {
    flex: 1;
    background-color: #F4E4C9;
    padding: 60px 50px;
    color: #004f4f;
    max-width: 70%;
}

    .right-panel .accordion-button:focus {
        z-index: 3;
        border-color: #f4e4c9;
        outline: 0;
        box-shadow: none;
    }

    .right-panel .accordion-body {
        padding-top: 0px;
    }

    .right-panel h3 {
        color: #007d66;
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .right-panel ul {
        list-style-type: disc;
        margin-left: 25px;
    }

    .right-panel li {
        margin-bottom: 8px;
        line-height: 1.6;
        /* color: #555A66; */
    }

/* .date-card {
    text-align: center;
    padding: 20px 10px;
}

.date-icon {
    width: 60px;
    height: 60px;
    background: #E8F5F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    margin-bottom: 35px;
}

.date-icon img:after {
    border-right: 1px solid red;
}

.br-btm-none {
    border-bottom: none;
}

.date-icon i {
    font-size: 24px;
    color: #00796B;
}

.date-number {
    color: #00796B;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.date-desc {
    color: #666;
    font-size: 13px;
    margin: 0;
} */





.timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-top: 40px;
}

    /* Green line connecting icons */
    .timeline::before {
        content: "";
        position: absolute;
        top: 40px;
        /* aligns through center of icons */
        left: 8%;
        right: 8%;
        height: 2px;
        background-color: #3d8f89;
        z-index: 1;
    }

/* Each date card */
.date-card {
    position: relative;
    text-align: center;
    flex: 1;
    z-index: 2;
}

/* Circle icon style */

.dates-section {
    background-color: #005C52;
}

.impdatetab .nav-tabs {
    /*  border: 1px solid #ffffff;*/
    width: fit-content;
    padding: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .impdatetab .nav-tabs .nav-item.show .nav-link, .impdatetab .nav-tabs .nav-link.active {
        color: #007367;
        font-weight: 600;
    }


    .impdatetab .nav-tabs .nav-link {
        color: #fff;
        padding: 5px 12px;
    }

.impdatetab .tab-content p {
    color: #fff;
    text-align: left;
}

.date-icon {
    /* width: 70px;
  height: 70px; */
    /* background-color: #ffffff;
  border: 2px solid #007169; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    position: relative;
    z-index: 3;
}

    .date-icon img {
        width: 90px;
        height: 90px;
    }

.mr-15 {
    margin-right: 15px;
}
/* Date */
.date-number {
    font-weight: 700;
    color: #CCBA8D;
    font-size: 18px;
    margin-bottom: 6px;
}

/* Description */
.date-desc {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: center;
}
/*major section*/

.program-card {
    border: 4px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* padding: 5px; */
    margin-bottom: 20px;
    height: 300px;
    position: relative;
}

    .program-card img {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
        display: block;
        /* height: 281px; */
        object-fit: cover;
    }

.program-title {
    background: #007367;
    color: #fff;
    font-size: 15px;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
}


/*Explore engage section*/
.infrastructuresection img {
    width: 100%;
}

.engagecard {
    position: relative;
}

    .engagecard img {
        width: 100%;
    }

.engagetext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 121, 107, 0.95), transparent);
    padding: 30px 20px 20px;
    color: white;
}

    .engagetext h6 {
        font-size: 19px;
        color: #fff;
        margin-bottom: 0;
    }
/*gallery section*/
.program-box {
    transition: .3s;
    text-align: center;
}

    .program-box:hover {
        transform: translateY(-6px);
    }

.program-icon img {
    width: 100%;
}

.gallerysection {
    position: relative;
}

.swiper-slide img {
    max-width: 100%;
    /*    object-fit: cover;
*/
}

/*.program-box img {
    height: 370px;
}
*/
.btn_close {
    right: 0;
    z-index: 999;
    background: #0e4a3c;
    color: #fff;
    width: 53px;
    border-radius: 0;
}

.modal-body {
    padding: 0px;
}

.leadabout {
    color: #007367;
    cursor: pointer;
}
/*.program-icon.problemcard img {
    object-fit: cover;
    object-position: top;
}
*/
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 19px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    background: #0e4a3c;
}

.swiper-wrapper {
    height: auto;
}

.leadhead {
    color: #a58255 !important;
}

.gallerysection {
    background-color: #f9f9f9;
}

.programdtls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px
}
/*ranksection */
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

    .logos:before,
    .logos:after {
        content: "";
        position: absolute;
        top: 0;
        width: 250px;
        height: 100%;
        z-index: 2;
    }

    .logos:before {
        left: 0;
        /* background: linear-gradient(to left, rgba(255,255,255,0), white);*/
    }

    .logos:after {
        right: 0;
        /* background: linear-gradient(to right, rgba(255,255,255,0), white);*/
    }

.sliderabk {
    margin-right: 65px;
}

    .sliderabk h4 {
        text-align: left;
        color: #007367;
        font-weight: 600;
    }

    .sliderabk p {
        text-align: left;
    }

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-flex;
    animation: 35s slide infinite linear;
}

    .logos-slide img {
        /* width: 235px;*/
        /*margin: 0 40px;*/
    }

.rankingSection {
    background-color: #ffffff;
}

.rankCard {
    border-radius: 12px;
    justify-content: flex-start;
    background: linear-gradient(135deg, #F4E4C9 0%, #DDE4D3 55%, #CCD9C9 100%);
    border-radius: 18px;
    padding: 35px 24px;
    text-align: left;
    min-height: 195px;
    display: flex;
    align-items: center;
}

    .rankCard img {
        max-width: 100px;
    }

    .rankCard h4 {
        font-size: 23px;
        font-weight: 700;
        color: #007367;
        margin-bottom: 6px;
    }

        .rankCard h4 span {
            display: block;
        }


    .rankCard p {
        font-size: 18px;
        color: #555A66;
        margin: 0;
        text-align: left;
    }

    .rankCard:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }



/* news section */
.news-section {
    padding: 80px 0;
    background: #F8F9FA;
    display: flex;
    justify-content: center;
}

.news-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 40px;
}

.news-card {
    background: white;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

    .news-card:hover {
        transform: translateY(-10px);
    }

/* Date Box */
.date-box h2 {
    font-size: 32px;
    margin: 0;
    font-weight: 600;
}

.date-box span {
    font-size: 16px;
    color: #777;
}

.date-box .line {
    width: 40px;
    height: 2px;
    background: #ccc;
    margin: 12px 0;
}

/* Title */
.title {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 1.4;
    font-weight: 600;
}

/* Description */
.desc {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 20px;
}

/* Image */
.img-box {
    width: 100%;
    height: 230px;
    border-radius: 12px;
    overflow: hidden;
}

    .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .news-card {
        padding: 25px;
    }
}


@media (min-width: 1400px) {
    .admissions-section {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .program-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .program-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    /* .program-card img {
        height: 180px;
    } */

    .program-title {
        font-size: 16px;
        padding: 8px;
    }

    .MobileBanner {
        display: block;
    }

    .MainBanner {
        display: none;
    }
}



/* Responsive layout */
@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
        align-items: center;
    }

    .date-number {
        font-size: 18px;
        text-align: left;
    }
    /*
    .timeline::before {
        content: "";
        position: absolute;
        top: 40px;
        left: 50%;
        right: 0;
        height: 1px;
        width: 2px;
        height: 86%;
        background-color: #007169;
        z-index: 1;
    }
*/
    .timeline::before {
        /* display: none; */
    }

    /* .date-card {
        margin-bottom: 40px;
    } */
    .date-icon {
        margin: 0 auto 0px;
    }

    .processdate-left {
        position: relative;
        left: 110px;
        top: -83px;
    }

    .processdate-right {
        position: relative;
        right: 110px;
        top: -79px;
    }

    .stat-width {
        grid-template-columns: 160px auto;
    }

    .rankCard h4 {
        font-size: 27px;
    }
}

/* Explore Section */
.explore-section {
    background: #fff;
}

.study-options-card {
    background: #edf7f4;
    border-radius: 12px;
}

.study-options-grn {
    background: #00796B;
}

.bradiustop {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.tabs-study {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
}

.tab-study-btn {
    flex: 1;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

    .tab-study-btn:first-child {
        border-radius: 6px 0 0 6px;
    }

    .tab-study-btn:last-child {
        border-radius: 0 6px 6px 0;
    }

    .tab-study-btn.active {
        background: white;
        color: #00796B;
    }

    .tab-study-btn:hover:not(.active) {
        background: rgba(255, 255, 255, 0.3);
    }

.info-card {
    padding: 25px;
    border-radius: 8px;
}

.info-card1 {
    padding: 0px 40px 40px 40px;
}

.info-card2 {
    padding: 0px 40px 20px 40px;
}

.info-title {
    color: #00796B;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}


ul {
    list-style: disc;
    padding-left: 20px;
}

li {
    padding-bottom: 2px;
    line-height: 29px;
}

.feelist {
    list-style: disc;
    padding-left: 20px;
}

    .feelist li {
        padding-bottom: 2px;
        line-height: 29px;
    }

.fee-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    min-height: 117px;
}

    .fee-item h6 {
        font-size: 13px;
        color: #007367;
        font-weight: 600;
        margin-bottom: 12px;
    }

.mr-40 {
    margin-right: 40px;
}

.fee-amount {
    font-weight: 700;
    color: #00796B;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 22px;
}

.demo-form .form-control {
    background: #fff;
    border: 0 !important;
    border-radius: 20px;
    padding: 22px 16px;
}

.btn-demo {
    color: #007367;
    border: 1px solid #007367;
    padding: 12px;
    border-radius: 20px;
    font-weight: 600;
    transition: background 0.3s ease;
}

    .btn-demo:hover {
        background: #00594d;
        color: #fff;
    }

/* Scholarship Table */
.scholarship-section {
    padding: 30px;
    border-radius: 8px;
    margin-top: 20px;
}

.scholarship-table {
    margin: 0;
    margin: 0;
    border-collapse: separate !important;
    border-spacing: 0px 20px;
    vertical-align: middle !important;
    border: none
}

    .scholarship-table tr {
        border-style: none !important;
    }

    .scholarship-table thead {
        /* background: #00796B; */
        color: white;
    }

    .scholarship-table th {
        padding: 15px;
        font-size: 17px !important;
        font-weight: 600 !important;
        border: none !important;
        border-right: 0 !important;
        background-color: #dddddd !important;
        text-align: center;
        color: #494444 !important;
        width: 200px;
        white-space: nowrap;
    }

.brscholar {
    border-top: 1px solid #CCBA8D;
    margin: 0px 40px;
}

.scholarship-table tbody tr td:nth-child(1) {
    background: #ECDDC8;
    color: #007367;
    font-weight: 600;
    font-size: 22px;
    min-width: 140px;
}
/*.table-scroll th:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 2;
}*/

@media (min-width: 1600px) {
    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.table-scroll td:first-child {
    background: #ECDDC8;
}

.table-scroll th:nth-child(1), .table-scroll td:nth-child(1) {
    position: sticky;
    left: 0;
    /* z-index: 2; */
}

.table-scroll thead th:first-child {
    z-index: 5;
}

.z-0{
    z-index:0 !important;
}

/*.table-scroll1 td:first-child {
    background: #ddd;
}*/

.table-scroll1 th:nth-child(1), .table-scroll1 td:nth-child(1) {
    position: sticky;
    left: 0;
    /* z-index: 2; */
}

.table-scroll1 thead th:first-child {
    z-index: 5;
}


.scholarship-table tbody tr td:nth-child(n+2):nth-child(-n+15) {
    background: #007367;
    color: #ECDDC8;
}

.scholarship-table td {
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border-bottom: 0px;
}



/* Schools Section */
.schools-section {
    background: white;
}

.school-card {
    background: #FAFAFA;
    overflow: hidden;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    margin: 20px 20px;
}

    .school-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    }

    .school-card img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        margin-bottom: 15px;
        filter: grayscale(100%);
        transition: filter 0.3s ease;
    }

    .school-card:hover img {
        transform: rotate(45deg);
        transition: transform 0.6s ease, box-shadow 0.3s ease;
    }

.marginbtwn {
    margin: 40px 0px;
}

.school-card h5 {
    color: #00796B;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.school-card:hover h5 {
    transform: translateY(18px);
    transition: transform 0.6s ease;
}

/* Scholarship Details Section */
.scholarship-details-section {
    background-color: #fff;
}

.bg-white {
    background-color: #fff;
}


.infrastructuresection .tabsContainer .tabsLine .nav-tabs .nav-item.show .nav-link, .infrastructuresection .tabsContainer .tabsLine .nav-tabs .nav-link.active {
    border-bottom: 2px solid #007367;
    color: #007367;
}

.infrastructuresection .tabsContainer .tabsLine .nav-tabs {
    border-bottom: 0px;
}

    .infrastructuresection .tabsContainer .tabsLine .nav-tabs .nav-link {
        border: none;
        color: #000;
    }

.bg-grey {
    background-color: #f9f9f9;
}

.scholarship-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.scholarship-tab-btn {
    background: #007367;
    border: 2px solid #007367;
    color: white;
    padding: 20px 30px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

    .scholarship-tab-btn i {
        font-size: 28px;
        display: block;
        margin-bottom: 8px;
    }

    .scholarship-tab-btn.active {
        background: #edf7f4;
        color: #C4965F;
        border: 1px solid #007467;
    }

    .scholarship-tab-btn:hover:not(.active) {
        background: #a0d3c4;
        border: 2px solid #9dd4c4;
        color: #000;
        cursor: pointer;
        font-size: 14px;
    }

.scholarship-content {
    max-width: 800px;
    margin: 0 auto;
}

.scholarship-details-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #007367;
}

    .scholarship-details-card h5 {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .scholarship-details-card ul {
        list-style: none;
        padding-left: 0;
    }

    .scholarship-details-card li {
        padding-left: 16px;
        position: relative;
        margin-bottom: 12px;
        line-height: 1.6;
    }

        .scholarship-details-card li:before {
            content: "•";
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        .scholarship-details-card li .scholarol {
            list-style-type: decimal;
        }

            .scholarship-details-card li .scholarol li:before {
                list-style-type: none;
                content: none;
            }

.scholartab .nav-tabs {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #007467 !important;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
}

    .scholartab .nav-tabs .nav-item {
        width: 20%;
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }

.scholartab .tab-content {
    margin-top: 20px;
    border: 0;
    background: none;
    padding: 40px 0px 20px 0px;
}

/* Achievement Section */
.achievement-section {
    background: #1a1a1a;
    color: white;
    position: relative;
}

    .achievement-section .carousel-caption {
        background-color: #00000080;
        padding: 10px;
        border-radius: 10px;
        max-width: fit-content;
    }


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    border-radius: 50%;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    font-size: 20px
}

.carousel-indicators .active {
    width: 23px;
    height: 23px;
    position: relative;
    top: -3px;
}


.carousel-caption {
    text-align: left;
}

.achievement-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
}

.achievement-text {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 20px;
}

.carousel-indicators-custom {
    display: flex;
    gap: 10px;
}

    .carousel-indicators-custom span {
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .carousel-indicators-custom span.active {
            background: white;
        }

/* Footer */
.footer {
    background: #005C52;
    color: white;
}

.footer-logo {
    width: 170px;
    margin-bottom: 15px;
}

.footer-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.6;
}

.footer-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a {
        /* color: rgba(255, 255, 255, 0.8);*/
        color: #fff;
        text-decoration: none;
        font-size: 17px;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: white;
        }

.social-links {
    display: flex;
    gap: 15px;
}

    .social-links a {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 18px;
        transition: background 0.3s ease;
    }

        .social-links a i {
            padding: 0;
            font-size: 18px;
        }

        .social-links a:hover {
            background: rgba(255, 255, 255, 0.2);
        }

.footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}

.footer-copyright {
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.formsec .tabsContainer .tabsFill .nav-tabs {
    border-bottom: none;
}

.tabsContainer .tabsLine .nav-tabs .nav-link {
    text-align: left !important;
}

.formsec .tabsContainer .tabsFill .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background-color: #EDF7F4;
    margin-right: 0px;
    text-align: left !important;
}

    .formsec .tabsContainer .tabsFill .nav-tabs .nav-link.active {
        background-color: #007367;
        margin-right: 0px;
    }


.study-options-card .tabsContainer .tabsLine .nav-tabs .nav-link {
    background-color: #007a6b;
    color: #8BCBB7;
    font-size: 20px;
    text-align: left !important;
}

    .study-options-card .tabsContainer .tabsLine .nav-tabs .nav-link.active {
        background-color: #007a6b;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

.tabsLine li {
    padding-bottom: 0;
}

.table {
    vertical-align: middle !important;
}

.p-40 {
    padding: 40px;
}

.px-40 {
    padding: 10px 40px;
}

.bg-scholar {
    background-color: #EDF7F4;
}

.study-options-card .tabsContainer .tab-content {
    background-color: #EDF7F4;
}

.study-options-card .innercontentfee {
    background-color: #EDF7F4;
}

.graduate .form-select {
    color: #007367;
    background-color: #EDF7F4;
    border-radius: 14px;
    height: 52px;
    font-size: 17px !important;
}


    .graduate .form-select:focus {
        border-color: #edf7f4;
        outline: 0;
        box-shadow: none;
    }


.containerSec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.withOutBorder .accordion-item {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    box-shadow: none;
    margin-bottom: 10px;
    background: none;
}

    .withOutBorder .accordion-item ul {
        padding-left: 1rem;
    }

        .withOutBorder .accordion-item ul li {
            text-align: left;
            font-size: 14px;
            margin-bottom: 10px;
            line-height: 1.7;
        }

a {
    color: #007367;
    text-decoration: none;
    font-size: 15px;
}

.withOutBorder .accordion-button {
    font-size: 1rem;
    margin-bottom: 20px;
    background: none;
}

    .withOutBorder .accordion-button:focus {
        border-color: #fff;
        box-shadow: none;
    }


    .withOutBorder .accordion-button:not(.collapsed) {
        color: #007367;
        background: none;
        border-bottom: 1px solid #f0eded;
    }

.scrollTop {
    position: fixed;
    right: -56px;
    top: 50%;
    /* z-index: 9999;*/
    transition: all 0.4s ease-in-out 0s;
    transform: rotate(-90deg);
    border-radius: 0px;
    background-color: #007367;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #007367;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .4s;
}

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
        z-index: 9999;
    }

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

.logocallsectop {
    display: none !important;
    align-items: center;
    /* width: 100%; */
}

.carsmobl {
    display: none;
}

.scholartab .nav-tabs .nav-link {
    padding: 10px !important;
    border: none !important;
    color: #007467 !important;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
    background: none;
    text-align: center;
}



    .scholartab .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #007367;
    }

    .scholartab .nav-tabs .nav-link i {
        font-size: 32px;
        margin-right: 0;
        padding-right: 0;
    }


.dash_large_card_colors .cardBox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0px;
}

.cardBox {
    background: #fff;
    padding: 15px 10px 10px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    margin-bottom: 22px;
    min-height: 110px;
}


.feeStructure .dash_large_card_colors .cardBox {
    background-color: #edf7f4;
    color: #000000 !important;
    border: 1px solid #D9D9D9;
    box-shadow: none;
    padding: 15px 10px 10px 15px;
    text-align: left;
}

.feeStructure .dash_large_card_colors .onehead {
    color: #007367;
    font-size: 14px;
    font-weight: 600;
}

.dash_large_card_colors .card-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.dash_large_card_colors .cardBox .cardTitle {
    font-size: 19px !important;
}

.dash_large_card_colors .cardBox .cardValue {
    font-size: 19px !important;
    color: #007a6b;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.modal .btn-close {
    background: #007367;
    border-radius: 100px;
    position: absolute;
    opacity: 1;
    right: -9px;
    top: -5px;
    width: 26px;
    height: 26px;
    color: #fff;
    box-shadow: var();
}

    .modal .btn-close svg {
        fill: #fff;
    }

.campuses-section a:hover {
    color: #007367;
}



.regForm {
    position: absolute;
    top: 35px;
    right: 45px;
    z-index: 1;
}

    .regForm .card {
        position: relative;
        z-index: 999;
        /*max-height: 510px;*/
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

.impdate {
    display: flex;
    justify-content: center;
}
/*banner*/
.banner-card {
    background: #007367;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    z-index: 1 !important;
    top: 33%;
    text-align: left;
    left: 9%;
}
/*.banner-card {
    background: #007367bd;
    padding: 38px 100px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    z-index: 1 !important;
    top: 33%;
 
    left: 15%;

    opacity: 0.;
}*/
/*h1 span {
    font-size: 50px;
    color: #f2dfbe;
}*/

.banner-left h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 67px;
    margin-bottom: 15px;
    color: #f2dfbe;
    letter-spacing: 1.9px;
}
/*.banner-left h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 15px;
    color:#fff;
    letter-spacing: 1.9px;
    text-align: center;
}*/

.banner-left p {
    margin-top: 15px;
    font-size: 16px;
    max-width: 380px;
    margin-bottom: 0;
}

.banner-right h2 {
    font-size: 37px;
    font-weight: 500;
    color: #f0e0c0;
    margin: 0;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    line-height: 0;
    letter-spacing: 1.6px;
}

    .banner-right h2 span {
        font-size: 58px;
        font-weight: 700;
        color: #fff;
        margin-right: 10px;
    }

.banner-right h1 {
    margin-top: 10px;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 1px;
}

.banner-right h4 {
    font-size: 26px;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 991px) {
    .admissions-section {
        background: #016b64;
        text-align: center;
        /* padding: 50px 20px; */
    }

    /* 
    .admissions-container {
        flex-direction: column;
    } */

    .admissions-box {
        margin-bottom: 40px;
    }

        .admissions-box h3 {
            color: #000;
            font-size: 40px;
        }

    .stats strong {
        color: #007367;
        font-size: 50px;
    }

    .button-list {
        align-items: center;
        margin: 0;
    }

    /* .admissions-btn {
        width: 90%;
    } */
    .head2 {
        display: none;
    }

    .head1 {
        display: block;
    }
}




/* Responsive Design */

@media (max-width: 1200px) {
    .hero-title {
        font-size: 60px;
        color: #007367;
        margin-bottom: 20px;
    }

    .student-image {
        /* position: static;
        margin-top: 20px;
        width: 100%; */
        display: none;
    }

    .headcontentsec {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .admtitlesec {
        position: relative;
        top: 0;
        padding: 40px 0px;
    }

    .logocallsec {
        display: none;
    }

    .logocallsectop {
        display: flex !important;
        position: relative;
        /* top: 6%;
        left: 0;
        right: 0; */
        background-color: #007367;
        padding: 10px 30px;
    }

    .admissions-mid {
        display: none;
    }

    .instructions-section {
        flex-direction: column;
    }

    /* Instructions Section */

    .left-panel {
        max-width: 100%;
        padding: 30px 20px;
        background-color: #f3e5cb;
        min-height: 0;
    }


    .instructions-section .camptitle {
        color: #007367;
    }

    .right-panel {
        max-width: 100%;
        padding: 30px 20px;
        padding-top: 0;
    }

    .camptitle {
        font-size: 37px;
        text-align: center;
        margin-bottom: 30px !important;
    }

    .right-panel ul {
        list-style-type: disc;
        margin-left: 0px;
    }

    .section-title {
        text-align: center;
        font-size: 37px;
        margin-bottom: 30px !important;
    }

    .regForm {
        position: inherit !important;
        top: 0px;
        right: 0;
        margin: 35px auto !important;
    }

    .rankCard h4 {
        font-size: 23px;
    }

    #UpdatePanel5 {
        display: flex;
        justify-content: center;
    }

    .pgradio {
        display: flex !important;
        justify-content: center !important;
    }

    /* .major-section{
        padding:0px 40px;
    }*/
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .student-image {
        max-height: 420px;
    }

    .banner-card {
        top: 40%;
    }

    .left-panel {
        max-width: 35%;
        min-height: 65vh;
    }

    .right-panel {
        max-width: 65%;
    }

    /* .admissions-mid {
            display: none;
        } */
    .rankCard h4 {
        font-size: 23px;
    }

    @media (max-width: 1399px) {
        .admissions-mid {
            display: none;
        }
    }
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .programdtls {
        display: block;
    }
}



@media (max-width: 991px) {

    /* .hero-left,
    .hero-right {
        min-height: auto;
        padding: 40px 20px;
    } */

    .hero-content {
        margin-left: 0;
    }



    .login-card {
        max-width: 100%;
    }

    .tab-btn {
        font-size: 12px;
        padding: 10px 12px;
    }

    .info-card {
        padding: 0;
        border-radius: 8px;
        margin-top: 30px;
    }

    .info-card1 {
        padding: 0px 40px 40px 40px;
    }

    .brscholar {
        border-top: 1px solid #CCBA8D;
        margin: 0px 40px;
    }

    .scholartab .nav-tabs .nav-item span {
        display: none;
    }

    .admissions-section {
        text-align: center;
        background: #F4E4C9;
    }

    .admissions-box {
        margin-bottom: 40px;
    }

    .gitamlogo svg {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 40px;
    }

    .section-title {
        font-size: 35px;
    }
    /*
        .campus-card {
            height: 220px;
        }
*/
    .study-options-card {
        padding: 0px;
    }

    .scholarship-tabs {
        gap: 10px;
    }

    .scholarship-tab-btn {
        padding: 15px 20px;
        flex: 0 0 calc(20% - 10px);
    }

    /*  .date-card {
        padding: 0;
    }*/

    /* .date-number {
        font-size: 0.9rem;
    } */


    .scrollTop {
        bottom: 0px;
        top: 95% !important;
        height: 40px;
        border-radius: 0px;
        width: 100%;
        left: 0px;
        transform: rotate(0deg) !important;
        transition: all 0.4s ease-in-out 0s;
    }

    .carousel-caption {
        position: absolute;
        right: 5%;
        bottom: 1.25rem;
        left: 5%;
    }

    .withOutBorder .accordion-item ul {
        padding-left: 0.5rem;
    }

    section {
        padding: 50px 0;
        overflow: hidden;
    }

    .achievement-title {
        font-size: 24px;
        margin-bottom: 9px;
    }

    .achievement-text {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .carsdesk {
        display: block;
    }

    .carsmobl {
        display: none;
    }

    .login-wrapper {
        justify-content: flex-start;
    }


    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
    }

    .carousel-indicators .active {
        width: 15px;
        height: 15px;
    }

    .showcase {
        height: 330px;
    }

    #myVideo {
        height: 100%;
    }

    .dates-section {
        padding-bottom: 0px !important;
    }


    .banner-card {
        background: #007367;
        padding: 13px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        max-width: 100%;
        margin: 0 20px;
        color: #fff;
        position: absolute;
        z-index: 1 !important;
        top: 25%;
        text-align: left;
        left: 0;
    }


    .banner-left h1 {
        font-size: 41px;
        font-weight: 700;
        line-height: 37px;
        margin-bottom: 7px;
        color: #f2dfbe;
        letter-spacing: 1.9px;
    }

    .banner-right h2 {
        font-size: 26px;
        font-weight: 500;
        color: #f0e0c0;
        margin: 0;
        padding: 19px 0px;
        display: flex;
        align-items: center;
        line-height: 0;
        letter-spacing: 1.6px;
    }

        .banner-right h2 span {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            margin-right: 5px;
        }

    .banner-left p {
        margin-top: 0;
        font-size: 14px;
        max-width: 380px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .date-icon img {
        width: 75px;
        height: 75px;
    }

    .date-number {
        font-size: 15px;
    }

    .date-desc {
        font-size: 13px;
    }

    .banner-card {
        background: #007367;
        padding: 13px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        max-width: 100%;
        margin: 0 20px;
        color: #fff;
        position: absolute;
        z-index: 1 !important;
        top: 39%;
        text-align: left;
        left: 0;
    }


    .banner-left h1 {
        font-size: 49px;
        font-weight: 700;
        line-height: 43px;
        margin-bottom: 7px;
        color: #f2dfbe;
        letter-spacing: 1.9px;
    }

    .banner-right h2 {
        font-size: 33px;
        font-weight: 500;
        color: #f0e0c0;
        margin: 0;
        padding: 21px 0px;
        display: flex;
        align-items: center;
        line-height: 0;
        letter-spacing: 1.6px;
    }

        .banner-right h2 span {
            font-size: 41px;
            font-weight: 700;
            color: #fff;
            margin-right: 5px;
        }

    .banner-left p {
        margin-top: 0;
        font-size: 16px;
        max-width: 380px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .help-button {
        margin: inherit;
        width: max-content;
        color: #fff;
        padding: 9px 9px;
        border-radius: 25px;
        font-size: 14px;
    }

    .logocallsectop {
        padding: 10px 15px;
    }

    .gitam-logo {
        width: 140px;
        filter: brightness(0) invert(1);
    }

    .p-40 {
        padding: 20px;
    }



    .scholartab .nav-tabs .nav-link {
        padding: 10px !important;
    }

        .scholartab .nav-tabs .nav-link i {
            font-size: 37px;
            margin-right: 0;
            padding-right: 0;
        }

    .banner-card {
        background: #007367;
        padding: 13px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        max-width: 100%;
        margin: 0 20px;
        color: #fff;
        position: absolute;
        z-index: 1 !important;
        top: 46%;
        text-align: left;
        left: 0;
    }


    .banner-left h1 {
        font-size: 21px;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 7px;
        color: #f2dfbe;
        letter-spacing: 1.9px;
    }

    .banner-right h2 {
        font-size: 17px;
        font-weight: 500;
        color: #f0e0c0;
        margin: 0;
        padding: 13px 0px;
        display: flex;
        align-items: center;
        line-height: 0;
        letter-spacing: 1.6px;
    }

        .banner-right h2 span {
            font-size: 24px;
            font-weight: 700;
            color: #fff;
            margin-right: 5px;
        }

    .banner-left p {
        margin-top: 0;
        font-size: 7px;
        max-width: 380px;
        margin-bottom: 0;
    }
}

@media (max-width: 477px) {
    .login-card {
        padding: 20px;
    }

    .titlbrk {
        display: block;
    }
}





/* Tablet screens (≤991px) */


@media (min-width: 992px) and (max-width: 1200px) {
    .contentcontainer {
        padding: 0px 35px;
    }

    /* .stat-width {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 5px;
        margin-bottom: 10px;
    } */

    .programdtls {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .admissions-section {
        background: linear-gradient(90deg, #016b64 50%, #F4E4C9 50%);
        /* background-color: #F4E4C9;*/
    }
}

@media (max-width: 991px) {
    .contentcontainer {
        padding: 0 40px;
    }

    /* 
    header .gitamlogo img {
        width: 160px;
    } */

    .applybtn a {
        padding: 6px 14px;
        font-size: 14px;
    }

    /* Admissions Section */
    /* .admissions-container {
        flex-direction: column;
        text-align: center;
    } */

    /* .admissions-left,
    .admissions-mid,
    .admissions-right {
        width: 100%;
        margin-bottom: 20px;
    } */

    .student-img {
        max-width: 250px;
    }

    /* Campus cards */
    /*  .campus-card {
            height: 300px;
        }*/

    .campus-overlay h4 {
        font-size: 20px;
    }

    .camptitle {
        font-size: 37px;
        text-align: center;
        margin-bottom: 20px !important;
    }




    /* Tables and Tabs */
    .scholarship-table th,
    .scholarship-table td {
        font-size: 13px;
        padding: 6px;
    }

    .tabsContainer .tabsLine .nav-tabs .nav-link {
        font-size: 14px;
        padding: 8px 10px;
    }

    /* Rank Cards */
    /* .rankCard {
        margin-bottom: 15px;
    } */

    /* Navbar */
    .navbar ul {
        flex-direction: column;
        /* background-color: #007367; */
    }

    /* .admissions-section {

        background: linear-gradient(180deg, #016b64 50%, #F4E4C9 50%);

    } */
    .stat-width b {
        color: #007367;
        font-size: 38px;
    }

    .stat-width h3 {
        color: #007367;
        font-size: 39px;
    }

    .stat-width p {
        color: #333;
    }

    .adminfstdiv {
        margin: auto;
    }

    .img_height {
        margin-top: 60px;
    }
}

/* Mobile screens (≤576px) */
@media (max-width: 576px) {
    .contentcontainer {
        padding: 0 20px;
    }

    .camptitle,
    .section-title {
        font-size: 32px;
    }

    /* Hero image carousel */
    #hero img {
        height: auto;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    /* Admissions buttons */
    .admissions-btn h6 {
        font-size: 15px;
    }

    /* Timeline vertical alignment fix */
    .timeline {
        flex-direction: column;
        align-items: center;
    }

        .timeline::before {
            left: 8% !important;
            top: 50px;
            width: 2px;
            height: 82%;
        }

    .date-card {
        text-align: center;
        margin-bottom: 0px;
    }

    .date-icon img {
        width: 60px;
        height: 60px;
    }

    .processdate-left {
        position: relative;
        left: 95px;
        top: -62px;
    }

    .processdate-right {
        position: relative;
        right: 95px;
        top: -64px;
    }

    .fee-item {
        padding: 10px;
    }

    .program-card {
        height: 270px;
    }

    .fee-item .mr-40 {
        margin-right: 20px;
    }

    .scholarship-section {
        padding: 0;
        margin-top: 20px;
    }

    .info-card {
        padding: 0px 0px 0px 0px;
    }

    .info-card1 {
        padding: 0px 20px 40px 20px;
    }

    .info-card2 {
        padding: 0px 20px 20px 20px;
    }

    .brscholar {
        border-top: 1px solid #CCBA8D;
        margin: 0px 20px;
    }

    .fee-amount {
        font-size: 18px;
    }

    /* Schools grid */
    .school-card {
        margin-bottom: 20px;
    }

        .school-card h5 {
            font-size: 15px;
        }

    /* Buttons */
    .btn-demo {
        padding: 10px;
        font-size: 14px;
    }

    .admissions-box {
        padding: 35px 35px;
    }

        .admissions-box h3 {
            font-size: 40px;
        }

    .stats p {
        font-size: 40px;
        padding-bottom: 60px;
    }

    .stats strong {
        font-size: 47px;
    }

    .img_height {
        margin-top: 60px;
    }

    .stat-width {
        grid-template-columns: 1fr;
        text-align: left;
        gap: 0px;
    }

    .regForm .card-body {
        padding: 15px 9px;
    }

    #Rdbtncountry label {
        margin-right: 10px;
    }

    #rdtype td {
        padding-right: 15px;
    }


    #rddegree tbody td label {
        font-size: 17px;
    }

    #rddegree tbody tr {
        margin-right: 23px;
    }
}

/* Very small screens (≤400px) */
@media (max-width: 400px) {
    .applybtn a {
        font-size: 13px;
    }

    #rdGAT_GBAT tbody tr {
        margin-right: 25px;
    }

    .help-button {
        font-size: 13px;
    }

    .admissions-btn h6 {
        font-size: 14px;
    }

    .info-title {
        font-size: 18px;
    }

    .help-button {
        font-size: 12px;
        margin-right: 3px;
        padding: 6px 6px;
    }

    .gitamlogo svg {
        width: 130px;
    }

    .img_height {
        margin-top: 40px;
    }

    #rdGAT_GBAT tbody td label {
        font-size: 17px;
    }


    .timeline::before {
        left: 14% !important;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 52px;
    }

    .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 8%;
        right: 0;
        width: 2px;
        height: 86%;
        background-color: #007169;
        z-index: 1;
    }

    .timeline .date-card {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 43px;
        width: 100%;
        left: 2%;
    }

    .timeline .date-icon img {
        width: 60px;
        height: auto;
    }

    .timeline .processdate-left,
    .timeline .processdate-right {
        text-align: left !important; /* left align content */
        position: relative;
        left: 0;
        top: 0;
    }

    .timeline .date-number {
        font-size: 20px;
        line-height: 1.2;
        margin: 0;
    }

    .timeline .date-desc {
        margin: 5px 0 0;
        font-size: 15px;
        width: 100%;
        text-align: left;
    }

    .date-icon {
        margin: 0;
    }

    .programdtls {
        display: block;
    }
}

@media (min-width:1400px) and (max-width:1700px) {
    .admissions-box h3 {
        font-size: 55px;
    }
}


/* dummy important dates*/
.vertical-timeline {
    flex-direction: column;
}

    .vertical-timeline .date-card {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
        left: 7.6%;
        text-align: start;
    }

    .vertical-timeline.timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 13%;
        right: 0;
        width: 2px;
        height: 86%;
        background-color: #007169;
        z-index: 1;
    }


    .vertical-timeline .processdate-left {
        padding-left: 20px;
    }

    .vertical-timeline .date-icon {
        margin: 0;
    }

.camSubtitle {
    font-size: 25px;
    color: #fff;
}



@media (min-width: 1400px) {
    .tabsFill .label_style {
        overflow-x: scroll !important;
    }
}
