* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

::selection {
    /* background-color: #088178; */
    /* Highlight background */
    /* color: #fff; */
    /* Text color */
}

::-webkit-scrollbar {
    /* width: 5px; */
}

::-webkit-scrollbar-thumb {
    /* background-color: #198754; */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: inline-block;
}
.me-auto {
    margin-left:auto;
}
.nav_cal_btn {
    /* padding:10px 20px; */
    padding-left: 20px;
    border-radius: 50px;
    /* background: linear-gradient(90deg, #FFD54F, #FF9800); */
    background: linear-gradient(to right, #FFE066, #FFC83D, #F9A825);
    display:flex;
    align-items: center;
    gap: 10px;
    border: unset;
    font-weight: 550;
    transition: .3s;
    /* flex-direction: row-reverse; */
}
/* .nav_cal_btn:hover {
    background: linear-gradient(to right, #F9A825,#FFC83D, #FFE066 );
} */
 .nav_cal_btn:hover {
    transform: translateY(-3px);
  background-position: 100% 50%;
  box-shadow: 0 14px 30px #F9A825;
 }
.navbar-brand img {
    max-width: 200px;
    min-width: 200px;
}
.nav_cal_btn a {
    width: 45px;
    height: 45px;
    background:#FF9800;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_cal_btn a img {
    width: 35px;
}
.top_nav_section {
 background-color: #fff;
   position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.top_nav {
   
}
.nav-item2 {
    padding: 30px 30px !important;
}
.nav-link {
    padding: 0 !important;
    font-weight: 550;
    font-size: 18px;
    color: #012b51 !important;
    position: relative;
}
.nav-link::before {
    position: absolute;
    content: "";
    background: #012b51;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: .3s;
}
.nav-link::after {
    position: absolute;
    content: "";
    background: #012b51;
    width: 0%;
    height: 2px;
    bottom: 0;
    right: 0;
    transition: .3s;
}
.nav-item2:hover .nav-link::before {
    width: 48%;
}
.nav-item2:hover .nav-link::after {
    width: 48%;
}
.banner {
    padding: 50px 0 100px 0;
    background-image:url(../images/top_banner.png);
    background-size: cover;
    overflow: hidden;
}
.banner_text h1 {
    color: #012b51;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.banner_text p {
    font-size: 20px;
    color: #012b51;
    margin-bottom: 10px;
    font-weight: 600;
}
.banner_form h5 {
    font-size: 13px;
    color: #B32024;
    margin-bottom: 10px;
}
.banner_text h3 {
    padding: 5px 10px;
    background: linear-gradient(to right, #FFE066, #FFC83D, #F9A825);
    display: inline-block;
    border-radius: 50px;
    color: #012b51;
    margin-bottom: 30px;
}
.banner_text h4 {
    color: #012b51;
    margin-bottom: 30px;
}
.blue_box {
    max-width: 460px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
     background: #012b51d1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 15px 30px 15px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.blue_box p {
    color: #fff;
    font-size: 20px;
}
.blue_box i {
    color: #fff;
}
.since {
    /* margin-right: 30px; */
}
.free.free {
    padding: 10px 40px;
    background: linear-gradient(90deg, #FFE066, #FFC83D, #F9A825);
    display: inline-block;
    border-radius: 50px;
    color: #012b51;
}
.banner_form {
    padding: 30px;
    border-radius: 20px;
    /* background: #ffffff38;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px); */
     /* background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    #ffffff 100%
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px); */
  background-color: #fff;
}
.banner_form_row {
    justify-content: right;
}
.banner_form h3 {
    font-weight:500;
    font-size: 23px;
    margin-bottom: 10px;
}
.banner_form p {
    font-size: 15px;
    margin-bottom: 20px;
}
.banner_form h2 {
    font-weight:600;
    font-size: 40px;
    margin-bottom: 20px;
}
.banner_form input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    outline: unset;
    border: 1px solid transparent;
    background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to right, #FFEB3B, #FFC107, #FF9800) border-box;
    margin-bottom: 15px;
}
.banner_form label {
    font-size: 13px;
    margin-bottom: 15px;
}
.banner_form input:focus {
    border-color: rgba(208, 24, 34, .55);
    box-shadow: 0 0 0 4px rgba(208, 24, 34, .12);
}
.banner_form select {
    width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
    outline: unset;
    border: 1px solid transparent;
    background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to right, #FFEB3B, #FFC107, #FF9800) border-box;
    margin-bottom: 15px;
}
.banner_form button {
    width: 100%;
    /* background: linear-gradient(to right, #FFE066, #FFC83D, #F9A825); */
    background: #B32024;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    border: unset;
    font-size: 20px; 
    margin-bottom: 20px;
}

.main-div {
    width: 40px;
    height: 40px;
    /* background: #3e7476; */
    margin: auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}
.icon {
    width:40px;
    height: 5px;
    margin-bottom: 13px;
    background-color: #012b51;
    border-radius: 3px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    transition: background-color 0.2s ease-in-out;

}
label{
cursor: pointer;	
}
.sub-div input{
display:none
}

#menu:checked ~.all-line .div-1 {
 animation: animate-line-1 .7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

#menu:checked ~.all-line .div-3 {
 animation: animate-line-2 .7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}

#menu:checked ~.all-line .div-2 {
    scale: 0;
    transition: all 0.5s;
}
#menu1:checked ~.all-line .div-1 {
 animation: animate-1-rev 0.7s ease-in-out
}

#menu1:checked ~.all-line .div-3 {
  animation: animate-2-rev 0.7s ease-in-out
}

#menu1:checked ~.all-line .div-2 {
    scale: 1;
    transition: all 0.5s;
}
#menu1:checked .label-1{
	z-index: 0;
}
#menu:checked ~ .label-2{
	z-index: 3;
}

@keyframes animate-1-rev {
  0% {
    transform: translate3d(0, 18px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, 18px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes animate-line-1 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, 18px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 18px, 0) rotate(45deg);
  }
}
@keyframes animate-line-2 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, -18px, 0) rotate(-45deg);
  }
}
@keyframes animate-2-rev {
  0% {
    transform: translate3d(0, -18px, 0) rotate(45deg);
  }
  50% {
    transform: translate3d(0, -18px, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
.div-2-2{
	display: none;
}
.label-1 {
    height: 50px;
    display: block;
    width:50px;
    z-index: 2;
    position: relative;
}
.label-2 {
    height: 50px;
    display: block;
    width:50px;
	position: absolute;
    top: 0px;
}
.sub-div {
    position: relative;
}
.all-line {
    position: absolute;
    top: 0px;
    z-index: 1;
}
.navbar-toggler {
    border: unset;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
.sub_banner {
    margin-top: -50px;
}
.sub_banner_box a{
    padding: 20px;
    border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: .3s;
    overflow: hidden;
}
.sub_banner_box a:hover {
    margin-top:-20px;
}
.sub_banner_box img {
    width: 50px;
}
.sub_banner_box_text h3 {
    font-size: 23px;
    color: #012b51;
}
.sub_banner_box_text p {
    color: #012b51;
}
.sub_banner_box1 a {
    background: linear-gradient(to right,rgb(255, 255, 255), rgb(227 193 198),rgb(255 170 213));
}
.sub_banner_box2 {
    margin-left: -40px;
}
.sub_banner_box2 a {
background: linear-gradient(to right, #ffffff, #EAF3FF,#DCEBFF);
}
.sub_banner_box3 {
    margin-left: -40px;
}
.sub_banner_box3 a {
background: linear-gradient(to right, #ffffff, #FFE6C6, #FFD7A8);
}
.sub_banner_box4 {
    margin-left: -40px;
}
.sub_banner_box4 a {
    background: linear-gradient(to right, #ffffff, #EAF3FF,#DCEBFF);
}
.choose {
    padding: 50px 0;
}
.choose_box {
    padding: 15px;
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
     min-height: 170px;
     border: 1px solid transparent;
     transition: .3s;
     background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #FFEB3B, #FFC107, #FF9800) border-box;
}
.choose_box p {
    line-height: 30px;
}
.choose_box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.choose_header {
    text-align: center;
    margin-bottom: 50px;
}
.choose_box_icon_text {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.choose_box_icon_text h4 {
    font-size: 22px;
}
.choose_box_icon_text img {
    width: 50px;
}
.choose_box i {
    color: #FFC107;
}
.campus {
    padding: 50px 0;
}
.campus_tab_box {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.nav-link2 {
    font-size: 22px;
    padding: 10px 36px !important;
    border-radius: unset !important;
    /* background: linear-gradient(20deg, #fde999,#ffffff); */
    /* background: linear-gradient(90deg, #0b4aa6, #a3e2ff); */
    background: #fff;
    border: 1px solid rgba(230, 237, 247, .95);
    
    /* color: #fff !important; */
    color: #012b51;
}
.nav-pills .nav-link.active {
    /* background: linear-gradient(180deg, #FFE066, #FFC83D, #F9A825); */
    background: linear-gradient(90deg, #0c1d3b, #1e79a3);
    /* color: #012b51; */
    color: #fff !important;
}
.tab-pane {
    padding: 30px;
    background-image: url(../images/tab_img3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    z-index: 2;
}
.tab-pane::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff63;
    z-index: -1;
    left: 0;
    top: 0;
}
.campus_tab_img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    
}
.campus_tab_img_box {
text-align: center;
/* padding: 20px 0 20px 20px; */
}
.campus_tab_img_box a {
    padding: 5px 20px;
    border-radius: 50px;
    background: linear-gradient(180deg, #FFE066, #FFC83D, #F9A825);
    font-size: 22px;
    font-weight: 550;
    color: #012b51;
    width: 100%;
    margin-top: -10px;
    transition: .3s;
}
.campus_tab_img_box a:hover {
    transform: translateY(-10px);
}
.campus_tab_img_box a:hover i {
    margin-left: 15px;
}
.campus_tab_img_box a i {
    margin-left: 10px;
    transition: .3s;
}
.campus_tab_img img {
    width: 100%;
}
.campus_tab_content {
    /* padding: 30px 30px 30px 0;
    background-image: url(../images/tab_img.png);
    background-size: 100% 100%; */
    text-align: center !important;
}
.campus_tab_content h3 {
    margin-bottom: 10px;
    text-align: center;
    color: #012b51;
    margin-bottom: 20px;
}
.campus_tab_content p {
    line-height: 30px;
    font-weight: 550;
    margin-bottom: 10px;
    font-size: 20px;
    color: #012b51;
    /* text-align: center; */
    text-align: justify;
}
.nav-pills {
    margin-bottom: 0 !important;
    justify-content: space-between;
}
.campus_tab_content h5 {
    margin-bottom: 10px;
}
.guide {
    padding: 50px 0;
}
.guide_box {
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.guide_box img {
    width: 50px;
    margin-bottom: 10px;
}
.guide_box h3 {
    font-size: 22px;
}
.guide_box p {
    font-weight: 600;
}
.footer_box_call a {
    background-color: #fff; 
    border-radius: 50px;
     padding: 5px 30px;
     font-size: 30px;
     font-weight: 600;
     color: #012b51;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer_box_call a i {
    font-size: 30px;
    color: #012b51;
    font-weight: 600;
    transition: .3s;
    margin-right: 5px;
}
.footer_box_call a:hover i {
    margin-right: 15px;
}
.footer_box_number a {
    border-radius: 50px;
     padding: 5px 30px;
     font-size: 30px;
     font-weight: 600;
     color: #012b51;
     transition: .3s;
     
}
.footer_box_number a:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.footer_box_wp {
    text-align: right;
}
.footer_box_wp a {
    background: linear-gradient(90deg, #1F7A3E, #2E8B4E); 
    border-radius: 50px;
     padding: 5px 30px;
     font-size: 30px;
     font-weight: 600;
     color: #fff;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     transition: .3s;
}
.footer_box_wp a i {
    margin-right: 5px;
    transition: .3s;
}
.footer_box_wp a:hover i {
    margin-right: 15px;
}
.footer_box_number2 a {
    background-color: #fff; 
    border-radius: 50px;
     padding: 10px 30px;
     font-size: 20px;
     font-weight: 600;
     color: #012b51;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.academic_banner {
    padding: 100px 0 100px 0;
    background-image: url(../images/tech_park.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.academic_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    /* opacity: .5; */
    z-index: -1;
}
.academic_banner_content h1 {
    color: #012b51;
    text-align: center;
    font-size: 70px;
    margin-bottom: 30px;
}
.academic_banner_content h2 {
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.department {
    padding: 50px 0;
    background-color: #E0E8F2;
}
.department_box {
}
.department_box ul li {
    list-style-type: disc;
    line-height: 30px;
}
.department_box h1 {
    position: relative;
    color: #012b51;
    margin-bottom: 50px;
    text-align: center;
}
.department_box h1::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #0C4DA2;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.department_box p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
}
.department_box_content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}
.department_box_content::before {
     content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #ffe0667d, #ffc83d75, #F9A825);
    z-index: -1;
    opacity: 0;
    transition: .3s;
}
.department_box_content a {
    height: 124px;
    width: 100%;
    padding: 40px 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.department_box_content a img{
    filter: invert(15%) sepia(98%) saturate(2599%) hue-rotate(206deg) brightness(95%) contrast(91%);
    transition: .3s;
    width: 50px;
}
.department_box_content a p {
    font-size: 22px;
    color: #000000;
    transition: .3s;
    font-weight: 550;
}
.sub_container_2 {
    background: linear-gradient(to right, #f5eeda, #FFC107, #FF9800) border-box;
        padding: 15px;
        border: 8px solid #fff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 30px 30px 0 0;
    
}
/* .department_box_content_backgroung {
    position: relative;
    width: 100%;
    height: 124px !important
}
.department_box_content_backgroung::before {
   content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(12, 77, 162, 0.8), rgba(12, 77, 162, 0.8));
} */
 .card1 {
    /* transition: .3; */
    background-position:center;
 }
 .card2 {
    /* transition: .3; */
    background-position:center;
 }
 .card3 {
    /* transition: .3; */
    background-position:center;
 }
 .card4 {
    /* transition: .3; */
    background-position:center;
 }
 .card5 {
    /* transition: .3; */
    background-position:center;
 }
 .card6 {
    /* transition: .3; */
    background-position:center;
 }
 .card7 {
    /* transition: .3; */
    background-position:center;
 }
 .card8 {
    /* transition: .3; */
    background-position:center;
 }
 .card9 {
    /* transition: .3; */
    background-position:center;
 }
 .card10 {
    /* transition: .3; */
    background-position:center;
 }
 .card11 {
    /* transition: .3; */
    background-position:center;
 }
 .card12 {
    /* transition: .3; */
    background-position:center;
 }
 .card13 {
    /* transition: .3; */
    background-position:center;
 }
 .card14 {
    /* transition: .3; */
    background-position:center;
 }
 .card15 {
    /* transition: .3; */
    background-position:center;
 }
 .card16 {
    /* transition: .3; */
    background-position:center;
 }
 .card17 {
    /* transition: .3; */
    background-position:center;
 }
 .card18 {
    /* transition: .3; */
    background-position:center;
 }
 .card19 {
    /* transition: .3; */
    background-position:center;
 }
 .card20 {
    /* transition: .3; */
    background-position:center;
 }
 .card21 {
    /* transition: .3; */
    background-position:center;
 }
 .card22 {
    /* transition: .3; */
    background-position:center;
 }
 .department_box_content:hover a p {
    color: #012b51;
 }
 .department_box_content:hover a img {
    /* filter: brightness(0) invert(1); */
    transition: .3s;
 }
 .undergraduate_content_div {
    /* margin-bottom: 20px; */
    /* padding: 15px 0; */
    /* border-bottom: 1px solid rgb(0 0 0 / 30%); */
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid rgb(0 0 0 / 30%);
 }
 .undergraduate_content {
    padding: 50px 0;
 }
 .department_box_content:hover::before {
    opacity: 1;
 }
 .undergraduate_content_img img {
    width: 100%;
 }
 .undergraduate_content_text_content {
    padding: 10px;
 }
 .undergraduate_content_text_content  h3 a {
    color: #012b51;
    margin-bottom: 20px;
 }
 .undergraduate_content_text_content p {
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
 }
 .pipe {
    margin-left: 10px;
    margin-right: 10px;
 }
 .btech_content {
    padding: 50px 0;
    background-color: #0c4da2;
    color: #fff;
    text-align: center;
 }
 .btech_content h1 {
    margin-bottom: 20px;
 }
  .btech_content p {
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: justify;
  }
  .department_box_content:hover.card1 {
    background-image: url(../images/deparment_center/image-009.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
   .department_box_content:hover.card2 {
    background-image: url(../images/deparment_center/image-049.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card3 {
    background-image: url(../images/deparment_center/image-043.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card4 {
    background-image: url(../images/deparment_center/department-of-bio-medical-engineering.png);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card5 {
    background-image: url(../images/deparment_center/department-of-bio-technology.png);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card6 {
    background-image: url(../images/deparment_center/image-022.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card7 {
    background-image: url(../images/deparment_center/department-of-chemical-engineering-.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card8 {
    background-image: url(../images/deparment_center/image-012.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card9 {
    background-image: url(../images/deparment_center/image-023.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card10 {
    background-image: url(../images/deparment_center/image-024.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card11 {
    background-image: url(../images/deparment_center/image-026.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card12 {
    background-image: url(../images/deparment_center/image-031.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card13 {
    background-image: url(../images/deparment_center/image-029-1.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card14 {
    background-image: url(../images/deparment_center/image-032.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card15 {
    background-image: url(../images/deparment_center/image-017.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card16 {
    background-image: url(../images/deparment_center/image-018.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card17 {
    background-image: url(../images/deparment_center/image-000.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card18 {
    background-image: url(../images/deparment_center/image-027.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card19 {
    background-image: url(../images/deparment_center/image-045.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card20 {
    background-image: url(../images/deparment_center/image-047.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card21 {
    background-image: url(../images/deparment_center/image-025.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
    .department_box_content:hover.card22 {
    background-image: url(../images/deparment_center/image-046.jpg);
    background-size: cover;
    object-fit: cover;
    transition: .3s;
  }
  .aerospace_banner {
     padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/Aerospace-Banner-Dowse.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;

    z-index: 1;
  }
  .btechaero_banner {
    padding: 100px 0 100px 0;
    background-image: url(../images/aeropspace-scaled.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
  }
  .data_banner {
     padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/deparment_center/image-026.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .electronics_banner {
     padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/deparment_center/image-029-1.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .electrical_banner {
    padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/umberto-jXd2FSvcRr8-unsplash.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .electrical_instrument_banner {
     padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/Department-of-Electronics-and-Instrumentation-Engineering-scaled.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .food_banner {
     padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/Lab-photo-1-resized-scaled.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .mechanical_banner {
    padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/image-045.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .mechatrinics_banner {
    padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/image-046.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .networking_banner {
    padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/image-027.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .physics_banner {
    padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/image-035.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .physics_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .networking_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .mechatrinics_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .mechanical_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .food_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .electrical_instrument_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .electrical_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .electronics_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
  .data_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
  }
   .btechaero_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
   }
  .aerospace_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.aerospacee_ngineering {
    padding: 50px 0;
    background-color: #E0E8F2;
    /* background-image: url(../images/three_student.jpeg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60%; */

}
.department_box_img img {
    width: 100%;
}
.program {
    padding: 50px 0;
}
.program_heading h1 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    color: #012b51;
}
.program_heading h1::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #0C4DA2;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;

}
.program_box img {
    margin-bottom: 20px;
    transition: .3s;
}
.program_box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #012b51;
    transition: .3s;
}
.program_box p {
    color:#313131 ;
    transition: .3s;
}
.program_box a {
    width: 100%;
    text-align: center;
    border: 1px solid #00000066;
    padding: 30px;
}
.program_box {
    transition: .3s;
    margin-bottom: 24px;
}
.program_box:hover {
    background: #0c4da2;
}
.program_box:hover img {
    filter: brightness(0) invert(1);
    
}
.program_box:hover h3 {
    color: #fff;
}
.program_box:hover p {
    color: #fff;
}
.school_banner {
       padding: 50px 0 50px 0;
       background-position: center;
    background-image: url(../images/image-049.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.automobile_banner {
    padding: 50px 0 50px 0;
    background-position: center;
    background-image: url(../images/automobile_banner.jpeg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.biomedical_banner {
    padding: 50px 0 50px 0;
    background-position: center;
    background-image: url(../images/department-of-bio-medical-engineering.png);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.biotechnology_banner {
     padding: 50px 0 50px 0;
     background-position: center;
    background-image: url(../images/department-of-bio-technology.png);
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.civil_banner {
   padding: 50px 0 50px 0;
   background-position: center;
    background-image: url(../images/image-021.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;

}
.chemical_banner {
   padding: 50px 0 50px 0;
   background-position: center;
    background-image: url(../images/chemical.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
}
.chemistry_banner {
    padding: 50px 0 50px 0;
    background-position: center;
    background-image: url(../images/Chemistry-research-149-1-scaled.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
}
.computational_banner {
   padding: 50px 0 50px 0;
   background-position: center;
    background-image: url(../images/image-024.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
}
.computing_banner {
   padding: 50px 0 50px 0;
   background-position: center;
    background-image: url(../images/image-025.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
}
.genetic_banner {
    padding: 50px 0 50px 0;
   background-position: center;
    background-image: url(../images/genetic-thumbnail-scaled.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
}
.language_banner {
     padding: 50px 0 50px 0;
   background-position: center;
    background-image: url(../images/image-000.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
}
.mathematics_banner {
    padding: 50px 0 50px 0;
   background-position: center;
    background-image: url(../images/Department-of-Mathematics.png);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center;
    z-index: 1;
}
.mathematics_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.language_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.genetic_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.computing_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.computational_banner::before {
      position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.chemistry_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.chemical_banner::before {
      position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.civil_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.biotechnology_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.biomedical_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.automobile_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.school_banner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.eligibility {
    padding: 50px 0;
}
.eligibility_box_img img {
    width: 100%;
}
.eligibility_box {
    border: 1px solid rgb(255 255 255 / 10%);
    background: linear-gradient(to right, #ffffff, #EAF3FF,#DCEBFF);
    backdrop-filter: blur(8px);
    /* box-shadow: 0 16px 40px rgba(2, 24, 64, .18); */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
    border-radius: 20px;
}
.eligibility_box h1 {
    margin-bottom: 20px;
}
.eligibility_box p {
    line-height: 30px;
}
.check_eligibility {
    padding: 8px 20px;
    background: linear-gradient(180deg, #ffd35a, #ffc107);
    border-radius: 50px;
    color: #012b51;
    font-weight: 550;
    transition: .3s;
}
.check_eligibility:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(-5px);
}
.eligibility_banner {
    padding: 100px 0 100px 0;
    background-image: url(../images/eligibility_02.jpg);
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position:bottom;
    z-index: 1;
}
.eligibility_banner::before {
     position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:linear-gradient(180deg, #f9f9f97d, #ffc83d75, #F9A825);
    z-index: -1;
}
.eligibility_banner h1 {
    font-size: 55px;
}
.srm_institute {
    padding: 50px 0;
    /* background-color: #fde999; */
    background: linear-gradient(to bottom, #ffffff, #FFE6C6, #FFD7A8);
}
.srm_institute_heading {
    text-align: center;
}
.srm_institute_heading h1 {
    color: #012b51;
    margin-bottom: 30px;
    font-size: 35px;
}
.srm_institute_img  {
    text-align: center;
    transition: .3s;
    overflow-y: hidden;
}
.srm_institute_img img {
    transition: .3s;
}
.srm_institute_img:hover img {
    transform: scale(1.1);
    /* width: 100%; */
}
.srm_institute_tag {
    text-align: center;
}
.srm_institute_tag h3 {
    margin-top: -30px;
    padding: 10px 30px;
    background: linear-gradient(90deg, #FFE066, #FFC83D, #F9A825);
    position: relative;
    z-index: 999;
    display: inline-block;
    color: #012b51;
    border-radius: 50px;
}
.srm_institute_count_box {
    text-align: center;
}
.srm_institute_count_div {
    padding: 50px;
}
.srm_institute_count_box h1 {
    color: #0C4DA2;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
}
.srm_institute_count_box p {
    font-size: 20px;
    font-weight: 550;
    color: #0C4DA2;
}
.rank {
    padding: 50px 0;
}
.rank_heading {
    text-align: center;
    margin-bottom: 30px;
}
.rank_heading h1 {
    color: #012b51;
}
.rank_slider_box_heading {
    text-align: center;
    margin-bottom: 30px;
}
.rank_slider_item_box {
    border: 1px solid #E0E8F2;
    border-radius: 10px;
}


#rank_slider.owl-theme .owl-dots .owl-dot.active span {
    background: #012b51;
}
.rank_logo_box_box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 40px;
}
.rank_logo_box_box img {
    width: 100%;
    
}
.global {
    padding: 50px 0;
    background:linear-gradient(180deg,#BEDAFF 0%, #fff 100%);
}
.global_count {
    background-image: url(../images/pngwing.com_.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.global_count::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffffbd;
    z-index: -1;
}
.global_count_box {
    padding: 40px;
    text-align: center;
    border: 1px solid #0C4DA2;
    margin-bottom: 20px;
}
.global_count_box h1 {
    margin-bottom: 20px;
    color: #012b51;
    font-size: 50px;
    font-weight: 700;
}
.global_count_box p {
    color: #012b51;
}
.global_slide .item {
    padding: 10px;
}
.global_slide_box {
    padding: 30px 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.global_slide_box h3 {
    margin-bottom: 20px;
    color: #012b51;
}
.global_slide .owl-nav {
    margin: 0;
}
.global_slide .owl-nav button span {
    font-size: 30px;
}

.ac-section {
  padding: 56px 18px
}

.ac-wrap {
  max-width: 1200px;
  margin: 0 auto
}

.ac-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.ac-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #0b4aa6;
  background: rgba(14, 165, 233, .10);
  border: 1px solid rgba(14, 165, 233, .18);
  padding: 8px 12px;
  border-radius: 999px;
}

.ac-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0b4aa6,#0ea5e9);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, .12);
}

.ac-title {
  margin: 12px 0 6px;
  font-size: clamp(26px, 2.6vw, 40px);
  letter-spacing: -.03em;
  line-height: 1.1;
}

.ac-sub {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 70ch;
}

.ac-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ac-search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 12px;
  border-radius: 16px;
  border: 1px solid rgb(177 204 243 / 95%);
  background: rgba(255, 255, 255, .82);
  box-shadow: var(--shadow2);
  min-width: min(420px, 92vw);
}

.ac-search svg {
  width: 18px;
  height: 18px;
  color: #334155;
  opacity: .8
}

.ac-search input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  font-weight: 700;
  color: #0b1220;
}

.ac-search input::placeholder {
  color: #94a3b8;
  font-weight: 700
}

.ac-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.ac-chip {
  border: 1px solid rgb(177 204 243 / 95%);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 22px rgba(2, 6, 23, .06);
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  color: #0b1220;
}

.ac-chip.is-active {
  color: #fff;
  border-color: transparent;
  /* background: linear-gradient(90deg, #0b4aa6, #0ea5e9); */
  background: #0c1d3b;
}

/* Grid */
.ac-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

/* Card */
.ac-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 16px;
  border-radius: 22px;
  border: 1px solid rgb(177 204 243 / 95%);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(2, 6, 23, .08);
  text-decoration: none;
  color: inherit;
  min-height: 92px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ac-card:before {
  content: "";
  position: absolute;
  inset: -40px -60px auto auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #d3e2fb, transparent 60%);
  opacity: .9;
  pointer-events: none;
}

.ac-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(2, 6, 23, .10);
  border-color: rgba(14, 165, 233, .38);
}

.ac-ico {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 1px solid rgba(230, 237, 247, .95);
  background: linear-gradient(135deg, rgba(11, 74, 166, .10), rgba(14, 165, 233, .10));
  display: grid;
  place-items: center;
  flex: 0 0 52px;
}

.ac-ico svg {
  width: 26px;
  height: 26px;
  /* color: #0b4aa6; */
  color: #0c1d3b;
}

.ac-text {
  min-width: 0
}

.ac-name {
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1.25;
  font-size: 15px;
  margin-bottom: 4px;
}

.ac-meta {
  font-weight: 800;
  font-size: 12px;
  color: var(--muted);
}

.ac-arrow {
  margin-left: auto;
  font-weight: 900;
  color: #0b1220;
  opacity: .35;
  transition: opacity .18s ease, transform .18s ease;
}

.ac-card:hover .ac-arrow {
  opacity: .8;
  transform: translate(2px, -1px);
}

/* Footer row */
.ac-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.ac-note {
  color: var(--muted);
  font-weight: 700
}

.ac-more {
  cursor: pointer;
  border: 1px solid rgba(230, 237, 247, .95);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 22px rgba(2, 6, 23, .06);
  padding: 12px 14px;
  border-radius: 16px;
  font-weight: 900;
}

/* "Collapsed" mode (optional) */
.ac-grid.is-collapsed .ac-card:nth-child(n+10) {
  display: none
}

/* Responsive */
@media (max-width: 980px) {
  .ac-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .ac-grid {
    grid-template-columns: 1fr;
  }

  .ac-search {
    min-width: 100%;
  }
}
.admission_guidance  {
    padding: 50px 0;
}
.admission_guidance_heading {
    text-align: center;
    margin-bottom: 30px;
}
.admission_guidance_heading h1 {
    margin-bottom: 10px;
}
.admission_guidance_box {
    padding: 18px;
    height: 150px;
    border-radius: 20px;
    /* background: #0c1d3b; */
    background: #1E3A5F;
    border: 1px solid rgba(255, 255, 255, .10);
   transition: .3s;
    box-shadow: 0 18px 70px rgba(0,0,0,.45);
}
.admission_guidance_box_all {
    display: flex;
    gap: 20PX;
}
.admission_guidance_box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.admission_guidance_box h3 {
    font-size: 20px;
    color:#e9e98a;
    margin-bottom: 15px;
}
.admission_guidance_box img {
    margin-bottom: 15px;
}
.admission_guidance_box p {
    margin: 0;
    color: rgb(234 240 255 / 90%);
}
.admission_guidance_btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}
.admission_guidance_btn a {
    /* border: 1px solid #444; */
    border-radius: 14px;
    padding: 7px 30px;
    color: rgb(234 240 255 / 90%);
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.support_student {
    padding: 50px 0;
    background: linear-gradient(180deg, #BEDAFF 0%, #FFFFFF 100%);
}
.support_student_left h1 {
    font-size: 25px;
    margin-bottom: 15px;
}
.support_student_left p {
    margin-bottom: 20px;
}
.support_student_left_box {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color:#fff;
    border-radius: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #D4A017;
    padding: 16px;
    box-shadow: 0 10px 22px rgba(15,42,68,.08);
}
.support_student_left_box span {
    width: 42px;
    height: 42px;
    background: rgba(212, 160, 23, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color:#1E3A5F;
}
.support_student_left_box h3 {
    font-size: 18px;
    color: #0F2A44;
    margin-bottom: 5px;
}
.support_student_left_box p {
    color: #0F2A44;
}
.divider {
    height: 1px;
    background: rgba(255, 255, 255, .12);
    margin: 14px 0;
}
.support_student_right {
    border-radius: 20px;
    height: 100%;
    background-color: #012b51;
    padding: 100px 18px 18px 18px;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}
.support_student_right_top {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    color: rgb(234 240 255 / 90%);
    margin-bottom: 15px;
}
.support_student_right_top span {
    width: 40px;
    height: 40px;
    /* background-color: #0ea5e9; */
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    /* font-size: 20px; */
}
.support_student_right_top  h3 {
    font-size: 20px;
    /* margin-bottom: 5px; */
}
.support_student_right_top span {
    font-size: 14px;
}
.support_student_right p {
    color: rgb(234 240 255 / 90%);
    margin-bottom: 10px;
}
.support_student_right span {
    font-size: 18px;
    font-weight: 600;
    color: rgb(234 240 255 / 90%);
}
.star_div {
    display: flex;
    flex-direction: column;
    width: 90%;
}
.star_div ul {
    display: flex;
    gap: 5px;
}
.star_div ul li i {
    font-size: 10px;
    color: #f7b704;
}
.support_student_left_box_count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
    text-align: center;
    color: rgb(234 240 255 / 90%);

}
.support_student_left_box_count_box {
    padding: 12px;
    border-radius: 18px;
    background-color: #0b4aa6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.support_student_left_box_btn {
    display: flex;
    /* margin-top: 30px; */
    gap: 20px;
}
.support_student_left_box_btn a {
    border: 1px solid #444;
    border-radius: 14px;
    padding: 10px 14px;
    color: rgb(234 240 255 / 90%);
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.faq {
  display: grid;
  gap: 12px;
  /* max-width: 920px; */
  margin: 0 auto
}

.faq__item {
  padding: 14px 16px;
  background-color:#fff;
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(15,42,68,.08);
}

.faq__item summary {
  cursor: pointer;
  /* font-weight: 500; */
  list-style: none;
   /* color: rgb(234 240 255 / 90%); */
   color: #012b51;
  
}

.faq__item summary::-webkit-details-marker {
  display: none
}

.faq__body {
  margin-top: 10px;
  /* color: rgb(234 240 255 / 90%); */
  color: #012b51;
}
.section__head {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
}
.section__head h2 {
    margin-bottom: 10px;
    color: #0F2A44;
    font-weight: 700;
}
#faq {
    padding: 50px 0;
     background: linear-gradient(180deg, #BEDAFF 0%, #FFFFFF 100%);
}
.apply_for {
    text-align: center;
    margin-top: 30px;
}
.apply_for a {
    background-color: #B32024;
    color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.office-section {
    padding: 60px 20px;
    text-align: center;
    background: #f7f9fc;
}
.office-section h2 {
    margin-bottom: 15px;
}
.office-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: auto;
}
.office-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}
.office-card h3 {
    margin-bottom: 10px;
    color: #0b1b33;
    font-size: 20px;
    font-weight: 700;
}
.office-card p {
    color: #444;
    line-height: 1.6;
    font-size: 17px;
}
.office-sub {
    color: #555;
    margin-bottom: 35px;
    line-height: 1.6;
}
.office-card:hover {
    transform: translateY(-5px);
}