@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    /* overflow-x: inherit; */
    width: 100%;
    scroll-behavior: smooth;
}

* {
    font-family: "Montserrat", sans-serif;
}

.orange_color {
    color: #F8AE23;
}

.orange_back {
    background: #F8AE23;
}

.blue_color {
    color: #00287D;
}
.blue_back {
    background: #00287D;
}
.red_color{
    color:#E93F3A;
}
.red_back{
    background:#E93F3A;
}


.blue_grad {
    background: -webkit-linear-gradient(45deg, #00478D, #0375E5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-style-ones {
    background: #fff;
    padding: 10px 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #00478D;
    border-radius: 100px;
    box-shadow: 0 0 16px 0px #0000006e;
}

/* Form Css Starts */

.banner_form_sec {
    background: #fff;
    width: 100%;
    /* padding: 20px 15px; */
    position: relative;
    /* border-radius: 15px; */
    z-index: 1;
    box-shadow: 0 10px 44px 0px #0000005c;
    height:auto;
}

.banner_form_sec h4.form_title {
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.banner_form_sec .form-control {
    height: 40px !important;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px !important;
    background: #ffffff !important;
    border: 1px solid #b9b9b9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}

.phonewithcountrycode .select2-container--default .select2-selection--single {
    height: 40px !important;
    border-color: #b9b9b9 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    padding: 6px 0 !important;
}

.banner_form_sec a.btn.btn-link.forPwd.showifvalid.toggleAction {
    padding: 0;
    color: #000;
    font-weight: 500;
}

.register-panel .form-group.agrCheck .checkText {
    color: #000;
}

.banner_form_sec ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.banner_form_sec ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.banner_form_sec :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.banner_form_sec :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

/* Form Css Ends */

/* banner section start  */

.banner_section{
    background-image: url('../../images/frontend/skdu/newBannerImg.png');
    background-position: top center;
    background-size:cover;
    background-repeat: no-repeat;
    height: auto;
}
.banner_section .navbar{
    position: static !important;
}
.banner_section .navbar-brand {
    display: flex;
    align-items: center;
    height:70px;
}
.banner_section .text-container {
    font-size: 50px; 
    line-height: 1;
}
.banner_section .banner_text h4.shaping{
    font-size:25px;
    color:#fff;
    font-weight:400;
    text-align:center;
}
.banner_section .banner_text h4.leading{
    font-size:20px;
    color:#fff;
    font-weight:600;
    text-align:center;
}
.banner_section .banner_text h4.ugc_title{
    font-size:30px;
    color:#fff;
    font-weight:500;
    border-top:1px solid #E93F3A;
    border-bottom:1px solid #E93F3A;
    margin-top:2px;
    margin-bottom:2px;
}

.banner_section .banner_text h5.admission_open{
    font-size:30px;
    font-weight:bold;
    text-transform: uppercase;
    text-align:center;
}
.banner_section .line-one {
    font-size:30px;
    color:#fff;
}
.banner_section .line-two {
    font-weight: bold;
    display: block;
    margin-top: -10px; 
    color: #fff;
}
.banner_section .banner_text{
    padding:0% 0% 5% 0%;
}
.banner_section .banner_text h5{
    color:#fff;
}
.banner_section .banner_text h4{
    color:#fff;
    font-weight:bold;
}
.banner_section .banner_text hr{
    border:1px solid #F8AE23;
}
.banner_section .navbar-brand img{
    width:25%;
}

.admission-banner {
    color: #ffffff; 
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    margin-top:5%;
}

.admission-text {
    font-size: 2rem; 
    text-transform: uppercase; 
}

.year {
    font-size: 2.2rem; 
    color: #FF9C00;
    font-weight: bold;
}

.year span {
    color: #ffffff; /* White for '20' */
}

@media (min-width:320px) and (max-width:480px){
    .banner_section{
        background-image: url('../../images/frontend/skdu/newBannerImg.png');
        background-position: top left;
        background-size:cover;
        background-repeat: no-repeat;
        height: auto;
    }
    .banner_section .banner_text .banner_form_sec{
        background:#fff;
        height:auto;
        width:100%;
    }
    .banner_section .banner_text{
        padding:0% 0%;
    }
    .banner_section .banner_text h4 {
        font-size: 20px;
    }
    .banner_section .banner_text h5 {
        font-size: 14px;
        text-align:left;
    }
    .banner_section .banner_text img.ugc_img{
        width:50px;
        margin-bottom:3%;
    }
    .banner_section .banner_text h5.admission_open{
        font-size:20px;
    }
    .banner_section .banner_text h4.leading {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }
    .banner_section .navbar-brand {
        display: flex;
        align-items: center;
        height:90px;
    }
    .banner_section .banner_text h4.shaping {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
    }
    .banner_section .banner_text h4.ugc_title {
        font-size: 20px;
        padding-top:3%;
        padding-bottom:3%;
        text-align:center;
    }    
    .admission-text {
        font-size: 1.4rem;
    }
    .year {
        font-size: 1.4rem;
    }
    .admission-banner {
        text-align:center;
    }
    .banner_section .navbar-brand img{
        width:100%;
    }
}

/* banner section end  */

/* about section start  */

.aboutSection{
    padding:3% 0%;
    text-align:center;
}
.aboutSection h6{
    font-weight:500;
    font-size:14px;
    color:#000;
}
.aboutSection h2{
    font-size:30px;
    font-weight:500;
}
.aboutSection hr{
    border:1px solid rgba(0,0,0,0.4);
}
.aboutSection p{
    font-size:12px;
    color:#000;
    font-weight:400;
}
@media (min-width:320px) and (max-width:480px){
    .aboutSection {
        padding: 10% 0%;
    }
}

/* about section end */

/* approval section start  */

    .approvalSection{
        padding:3% 0% 0% 0%;
    }
    .approvalSection h2{
        font-weight:400;
        text-align:center;
    }
    .approvalSection hr{
        border-top:1px solid #000;
    }
    /* Move carousel indicators lower */
    .approvalSection .carousel-inner {
        padding-bottom:60px; /* Adjust this value */
    }

    .approvalSection .carousel-indicators li {
        background-color: #555; /* Default indicator color */
    }

    .approvalSection .carousel-indicators .active {
        background-color: #f26522; /* Active indicator color */
    }
    @media (min-width:320px) and (max-width:480px){
        .approvalSection h2 {
            font-size: 25px;
        }
    }

/* approval section end */

/* campus section start  */

    .campus_section{
        background:url('../../../default/images/frontend/skdu/campus_back.png');
        background-size:cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding:20% 0% 0% 0%;
        margin-top:-20%;
    }
    .campus_section h2{
        font-size:40px;
        text-align:center;
        font-weight:400;
    }
    .campus_section .card2{
        margin-left:10%;
    }
    .campus_section .card3{
        margin-left:20%;
    }
    .campus_section .card4{
        margin-left:20%;
    }
    .campus_section .card5{
        margin-right:25%;
    }
    .campus_section .card6{
        margin-right:15%;
    }
    .campus_section .campus_card {
        background: #fff;
        border-radius: 50px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
        border-left: 3px solid #f57229;
        width: 60%;
        padding:1% 5%;
    }
    .campus_section .campus_card h6 {
        color: #00287D;
        font-size:12px;
    }
    .campus_section .campus_card p {
        font-size: 10px;
        color: #000;
        font-weight: 700;
    }
    @media (min-width:320px) and (max-width:480px){
        .campus_section h2 {
            font-size: 25px;
        }        
        .campus_section {
            background: url('../../../default/images/frontend/skdu/campus_back2.png');
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            padding: 40% 0% 10% 0%;
            margin-top: -40%;
        }
        .campus_section .campus_card {
            width: 100%;
            padding: 5% 5% 1% 5%;
        }
        .campus_section .card2 {
            margin-left: 0%;
        }
        .campus_section .card3 {
            margin-left: 0%;
        }        
        .campus_section .card4 {
            margin-left: 0%;
        }
    }

/* campus section end */

/* campus life section start  */


.campus_life_Section {
    padding: 8% 0% 5% 0%;
    /* margin-bottom: 50px; */
    background:url('../../../default/images/frontend/skdu/career_support.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    height:auto;
    border-radius:10px;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.item {
    flex: 1;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: flex 0.8s ease;
    overflow: hidden;
}

.item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    writing-mode: vertical-rl; /* Vertical text */
    transition: all 0.8s ease;
}

.item:hover {
    flex: 7;
}

.item:hover .overlay {
    writing-mode: horizontal-tb; /* Change text to horizontal */
    background: rgba(0, 0, 0, 0.3);
    font-size: 1.5rem;
    text-align: center;
}

/* Image backgrounds */
.item-1 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/1.png');
}
.item-2 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/2.png');
}
.item-3 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/3.png');
}
.item-4 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/4.png');
}
.item-5 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/5.png');
}

.item-6 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/6.png');
}
.item-7 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/7.png');
}
.item-8 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/8.png');
}
.item-9 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/9.png');
}
.item-10 {
    background-image: url('../../../default/images/frontend/skdu/campus_life/10.png');
}

.programs_section{
    padding:5% 0% 0% 0%;
}
.programs_section h2{
    font-size:35px;
    text-align:center;
    color:#fff;
    font-weight:400;
}
.programs_section hr{
    border-top:1px solid #f26522;
}
.programs_section h6{
    text-align:center;
    color:#fff;
}
.programs_section .nav .nav-link{
    background:transparent;
    font-size:14px;
    color:rgba(255,255,255,0.7);
}
.programs_section .nav .nav-link b{
    font-weight:bold;
    color:#fff;
}

.programs_section .nav .nav-link.active b{
    color:#E93F3A;
    font-size:30px;
}
.programs_section .tab-content .tab-pane .course_content{
    background:#fff;
    padding:5%;
    border-radius:10px;
}
.programs_section .tab-content .tab-pane .course_content h4{
    color:#00287D;
    font-size:16px;
    
}
.programs_section .tab-content .tab-pane .course_content h4 span{
    font-weight:400;
    text-transform: capitalize;
}
.programs_section .tab-content .tab-pane .course_content ul{
    list-style:none;
    padding:0;
    font-size:13px;
    font-weight:400;
    color:#000;
}
.programs_section .tab-content .tab-pane .course_content ul li{
    margin-bottom:2%;
    text-transform: uppercase;
}
.programs_section .tab-content .tab-pane button{
    border-radius:50px;
    font-size:16px;
    color:#000;
}

/* Responsive Design */
/* @media screen and (max-width: 767px) {
    
} */
@media (min-width:320px) and (max-width:480px){
    .programs_section h2 {
        font-size: 25px;
    }
    .programs_section .nav .nav-link.active b{
        color:#E93F3A;
        font-size:25px;
    }
    .gallery-wrap {
        flex-direction: row;
        height: auto;
    }
    .item {
        height: 150px;
    }
    .item .overlay {
        writing-mode: vertical-lr;
        font-size: 1rem;
    }
    .item .overlay h2,.item .overlay h3{
        font-size: 10px;
    }
    .campus_life_Section {
        padding: 10% 0% 5% 0%;
    }
}

/* campus life section end */

/* career support section start  */

.career_support{
    background:url('../../../default/images/frontend/skdu/career_support_bg.png');
    background-repeat: no-repeat;
    background-size:100% 100%;
    background-position: bottom;
    height:auto;
    border-radius:10px;
    /* box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3); */
    margin-top:5%;
}
.career_support h2{
    font-weight:400;
    margin-top:7%;
}
.career_support h2 span.skdu{
    font-size:18px;
    font-weight:bold;
}
.career_support p{
    font-size:12px;
    font-weight:500;
}
@media (min-width:320px) and (max-width:480px){
    .career_support {
        background: url('../../../default/images/frontend/skdu/career_support_bg2.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: auto;
        border-radius: 10px;
        /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
        margin-top: 5%;
    }
    .career_support h2 {
        font-weight: 600;
        margin-top: 7%;
        font-size: 25px;
        text-align: center;
    }
}

/* career support section end */


/* events section start  */

.events{
    padding:3%;
}
.events img{
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3); 
}
.events h2 span{
    font-weight:400;
}
.events h2 span.AtSkdu{
    font-size:16px;
    font-weight:700;
}
.events button{
    font-weight:600;
    font-size:14px;
    border-radius:50px;
    color:#000;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width:320px) and (max-width:480px){
    .events2 h2{
        font-size:25px;
        text-align:center;
        margin-bottom:4%;
    }
    .events2 h2 span.AtSkdu{
        font-size:18px;
    }
}

/* events section end */

/* footer section start  */

.footer_section {
    background-color: #000;
    color: #fff;
    padding: 50px 0 20px 0px;
    margin-top:-4%;
}

.footer_section a {
    color: #fff;
    text-decoration: none;
}

.footer_section .social-icons a {
    font-size: 20px;
    margin-right: 15px;
}

.footer_section hr {
    border-color: #444;
}

.footer_section .call-number {
    font-weight: bold;
    font-size: 1.2rem;
}

.footer_section .copyright {
    margin-top: 15px;
    font-size: 0.9rem;
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background:#00287D;
    border-radius: 100%;
    width: 60px;
    height: 60px;
  }
  .CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
  }
  .CallButton a:hover{
    text-decoration: none;
    color:#fff;
  }
  
  /* call now button end  */
  
  
  /* Apply Now button start  */
  
  .applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
  }
  
  .applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
  }
  
  .applyNowButton a h5 {
    font-size: 14px;
  }
  
  .applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
  }
  
  .applyNowButton a img {
    max-width: 90%;
  }
  
  
  
  /* Apply Now  button end  */

