html {
  scroll-behavior: smooth;
}

.widget-title h2 {
    font-weight: 800;
    font-size: 35px;
    line-height: 44px;
    letter-spacing: 0%;
    color: #000;

}

.widget-title p {
    color: #535353;
    font-weight: 500;
    font-size: 24px;
    margin-top: 5px;
    line-height: 100%;
    letter-spacing: 0%;

}
.bg-blue{
  background-color: #00aeef;
}
.border-bottom-blue{
    border-bottom: 3px solid #00aeef;
}
.text-blue{
  color: #00aeef;
}
.bg-orange{
  background-color: #f05e22;
}
.text-orange{
  color: #f05e22;
}
.widget-title {
    margin-bottom: 30px !important;
}

.header {
    background-color: #fff;
}

.header-navigation {
    display: flex !important;
    width: 100%;
    height: 100%;
    gap: 0px;
    justify-content: flex-end !important;
    align-items: flex-end;
}

.header .nav-links {
    font-weight: 600;
    font-size: 16px;
    line-height: 22.67px;
    letter-spacing: 0.74px;
    color: white;
    position: relative;
    padding: 0px 15px;
    border-right: 1px solid #fff;
}

.header .nav-links:last-child {
    border-right: none;
}

.nav-links:hover {
    transform: scale(1.04);
    transition: .5s all;
    /* border-bottom: 2px solid; */
}

/* .nav-links:hover:before {
        width: 80%;
    } */
/* .active {
    font-weight: 700 !important;
} */

.banner_down_usp  {
    padding: 50px 50px 50px 50px;
    /* width: 95%; */
    margin: auto;
    text-align: center;
    background-color: #f05e22;
    /* box-shadow: 0px 10px 40px 0px #00000033;
        border-radius: 10px; */
}

/* .banner_down_usp .usp_down_outer {
    margin-top: 50px;
    background-color: #fff;
} */

.usp_down_box:hover img {
    transform: rotateY(350deg);
    transition: all .5s;
}

.banner_down_usp .usp_down_outer .usp_down_box {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row;
    padding: 10px 30px;
}

.banner_down_usp .usp_down_outer .usp_down_box img {
    width: 60px;
    height: 60px;
    transition: all .5s;
    object-fit: contain;
    margin-right: 15px;
}

.banner_down_usp .usp_down_outer .usp_down_box .usp_text {
    width: auto
}



.banner_down_usp .usp_down_outer .usp_down_box .usp_text h6 {
    font-weight: 800;
    text-align: center;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 1%;
    color: #fff;
    margin-bottom: 3px;
}

.banner_down_usp .usp_down_outer .usp_down_box .usp_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.awards_sec .awards_box {
    background-color: #DD7228;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    min-height: 190px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.awards_sec .awards_box:hover .hidden_div {
    transform: scale(1);
    transition: all .5s;
}

.awards_sec .outer_div {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.awards_sec .outer_div h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;

}

.awards_sec .outer_div hr {
    width: 70px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FFFFFF;
    opacity: 1;
    height: 2px;
    margin: 10px 0px;
}

.awards_sec .outer_div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #fff;

}

.awards_sec .awards_box .hidden_div {
    background: linear-gradient(180deg, #751010 50%, #3C1164 100%);
    box-shadow: 0px 10px 40px 0px #00000033;
    width: 100%;
    height: 100%;
    transition: all .5s;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: absolute;
    transform: scale(0);
}

.awards_sec .awards_box .hidden_div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.awards_sec {
    background: linear-gradient(180deg, #771b8910 50%, #3c11641e 100%);

}

.about-section {
    background: url(../images/about_bg.webp) center no-repeat;
    background-size: cover;
}

.about-section .about_content p {
    color: #535353;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;

}

.about-section .about_content p b {
    font-weight: 600;
}


.usp_section .usp_div {
    display: flex;
    /* background: url(../images/leaves.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat; */
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 140px;
    width: 100%;
    padding: 0px 25px;
}

.usp_div::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/leaf_rigth.png);
    width: 65px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}

.usp_div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/leaf_left.png);
    width: 65px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}

.usp_section .usp_div .content_div {
    width: 100%;
    padding: 10px;
    height: 100%;
}

.usp_section .usp_div .content_div span {
    color: #231F20;
    font-weight: 700;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 13.25px;
    letter-spacing: 0%;
    text-align: center;

}

.usp_section .usp_div .content_div h6 {
    background: -webkit-linear-gradient(261.88deg, #FF9100 30%, #9F008F 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 32px;
    line-height: 36.74px;
    letter-spacing: 0%;
    text-align: center;
}

.usp_section .usp_div .content_div p {
    color: #231F20;
    margin-top: 4px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;

}

.innovation_section .widget-title {
    margin-bottom: 15px !important;
}

.campus_section {
    background: #75101012;
}

.innovation_section hr {
    margin: 10px 0px 25px 0px;
}

.innovation_section .innovation_content>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    color: #323232;

}

.py-7 {
    padding: 30px 0px 160px 0px;
}

/* .placement_section .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 10px;

} */

#glimpse_slider .item {
  
    overflow: hidden;
}

/* .why_section .why_box {
    padding: 20px 0px;
    background-color: #ECE7F0;
} */

.why_section .why_box .why_content h4 {
    font-weight: 500;
    font-size: 22.68px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #535353;
    margin-bottom: 10px;
}

.why_section .why_box .why_content h6 {
    font-weight: 800;
    font-size: 26.23px;
    line-height: 30.06px;
    letter-spacing: 0%;
    color: #f05e22;
}

.why_section .why_box .img_abs {
    position: relative;
    /* left: -60px;
    top: 50%; */
    width: 100%;
    /* transform: translateY(-50%); */
}

.why_section .why_box .img_abs img {
    width: 100% !important;
    object-fit: cover;
}

.why_section .why_box .why_content {
    padding: 20px;
}

.why_section .why_box .why_content hr {
    width: 100%;
    margin: 15px 0px;
    height: 1px;
    background-color: #00000067;
    color: #00000067;
    opacity: 1;
}

.why_section .why_box .why_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    color: #323232;

}

.placement_section {
    background: url(../images/placemetn_bg.jpg);
    background-size: cover;
}

/* .placement_section .item .job_img {
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
} */

.placement_section .item img {
    width: 100% !important;
    height: 150px !important;
    object-fit: contain;
}


.slider_outer {
    position: relative;
}

.slider_outer .item img {
    height: 250px !important;
    width: 100% !important;
    object-fit: cover;
}

/* .slider_outer::after{
        height: 100%;
        width: 60px;
        content: '';
        position: absolute;
        filter: blur(5px);
        left: 0;
        top: -20px;
        z-index: 2;
        background: #f1eef3;
        opacity: 0.5;
    
    }
    .slider_outer::before{
        height: 100%;
        width: 60px;
        opacity: 0.5;
        content: '';
        position: absolute;
        filter: blur(5px);
        right: 0;
        top: -20px;
        z-index: 2;
        background: #f1eef3;
    
    } */

.brand-logo-section {
    padding: 10px 0px;
    height: 100%;
}
.brand-logo-section img{
    height: 100px;
    width: 100%;
    object-fit: contain;
}

/* .brand-logo-section{
    width: 180px !important;
    } */
/* .brand-logo-section .ty{
        height: 70px !important;
    } */



.zIndex2 {
    z-index: 2;
}

/*== HEADER CSS START ==*/


/*== BANNER CSS START ==*/
.dsu-form {
    width: 100%;
    margin: 02rem auto 0;
    padding: 1rem 1rem;
    float: right;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    background: rgb(204, 204, 204);
    box-shadow: 0px 3.49px 8.72px 0px #00000033;

}

.frmBg {
    position: relative;
    text-align: center;
    padding: 0 0;
    ;
}

.frmBg h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #751010;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.15px;
    /* 105.475% */
    letter-spacing: 0.21px;


}

.contact_fild {
    padding: 0.5rem 10px 0;
}

.contact-fild-box .form-control,
.contact-fild-box .form-select {
    font-size: 14px;
    color: #000;
    padding: 8px 10px;
    border: 1px solid #D9D9D9 !important;
    border-radius: 0px;
    background-color: #fff !important;
    margin: 5px auto;
    border: 0;
    height: auto;
}

.form-group {
    margin-bottom: 0px;
}

.btn_submit {
    border-radius: 4px !important;
    background: #f05e22 ;
    color: var(--white-col);
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 70px;
    width: auto;
    margin-bottom: 20px;
}

.btn_submit:hover {
    color: var(--white-col);
    transform: scale(1.02);
    transition: all .5s;
}

.contact-fild-box {
    margin-bottom: 0.8rem;
    position: relative;
}

.contact-fild-box.text-center {
    margin-bottom: 0px;
}

.dsu-intro {
    position: relative;
    z-index: 2;
}

.dsu-addmission {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    height: 100%;
}

.dsu-addmission .bannerContent .blob>h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #fff;
    background: #f05e22;
    text-shadow: 2px 2px 5px #1212126b;
    margin-top: 20px;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
}

.dsu-addmission .bannerContent .blob>h6 b {
    font-weight: 800;
}

.dsu-addmission .bannerContent .blob h1 {
    color: #fff;
    font-weight: 800;
    font-size: 48px;
    line-height: 65.39px;
    letter-spacing: 0%;
    text-shadow: 2px 2px 5px #1212126b;
    margin-bottom: 15px;


}

.dsu-addmission .bannerContent .usp_outer {
    width: 65%;
}

.dsu-addmission .bannerContent .blob>p {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0%;
    color: #fff;
    text-shadow: 2px 2px 5px #1212126b;
    margin-bottom: 15px;


}

.dsu-addmission .bannerContent .blob .usp_box {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;

}

.dsu-addmission .bannerContent .blob .usp_box h6 {
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0%;
    background: -webkit-linear-gradient(261.88deg, #FF9100 30%, #9F008F 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.dsu-addmission .bannerContent .blob .usp_box p {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #434343;
    letter-spacing: 0%;

}

.programs_section .program_inner .course_name {
    background: linear-gradient(90deg, #A9007B 0%, #FF7C00 100%);
    min-height: 70px;
    padding: 5px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #FDE5E7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.programs_section .program_inner .program_list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}

.programs_section .program_inner .single_item .program_name {
    width: 100% !important;
}

.programs_section .program_inner .program_list .program_name {
    background: #ECE7F0;
    padding: 10px 20px;
    width: 49%;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.programs_section .program_inner .program_list .program_name:hover {
    background-color: #751010;
    transition: all .5s;
}

.programs_section .program_inner .program_list .program_name:hover * {
    color: #fff;
}

.programs_section .program_inner .program_list .program_name p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1%;
    color: #312F2F;

}

.programs_section .program_inner .program_list .program_name i {
    color: #751010;
    margin-right: 15px;
    font-size: 16px;


}

.programs_section .program_inner .course_name h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: #fff;

}

.programs_section .accordion-button {
    background-color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
    vertical-align: middle;
    color: #312F2F;

}

.accordion-body {
    height: 400px;
    overflow-y: auto;
}

.programs_section ::-webkit-scrollbar {
    width: 6px;
    /* Width of the scrollbar */
}

.programs_section ::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
    border-radius: 10px;
}

.programs_section ::-webkit-scrollbar-thumb {
    background: #751010;
    /* Scrollbar thumb color */
    border-radius: 5px;
}

.programs_section ::-webkit-scrollbar-thumb:hover {
    background: #751010;
    /* Color on hover */
}

.programs_section .accordion-item {
    margin-bottom: 15px;
    border-radius: 5px !important;
    overflow: hidden;
    border: 1px solid #000 !important;


}

.programs_section .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #A9007B 0%, #FF7C00 100%);
    color: #fff;
}

.formIDfid {
    padding: 0 0px;
}



.ftr__btm {
    position: absolute;
    bottom: 0rem;
    left: 0;
}

/*== Footer css start ==*/
.footer {
    padding: 20px 90px !important;
    background: #fff;
    text-align: left;
    border-top: solid 1px #fff;
}


.footer p {
    text-align: center !important;
    display: inline-block;
    color: #00aeef;
    /* font-size: 12px; */
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f05e22 !important;
    width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent !important;
    border: 1px solid #f05e22;
    margin: 0px 4px !important;
}
.downbg{
    background-color: #f05e22;
    font-size: 20px;
    padding: 15px;
    color: white;
    display: inline-block;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-radius: 3px;
}
.side-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}



.side-button a.downbg:hover {
  background-color: #00aeef;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #f05e22 !important;
    font-size: 25px;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #00aeef !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
     font-size: 25px;
     /* background-color:#00aeef !important; */
     margin-top: 10px;
     
}
.courses{
   color: #fff !important; 
    background-color:#00aeef !important;
}
.bg-grey{
background-color: rgb(238, 238, 238);
}
 .nav-link.active::after {
  
   
    color: f05e22; /* Bootstrap primary color */
    font-weight: 600;
    
  }
   .vision-mission-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .vm-img {
    max-width: 100px;
    margin-bottom: 20px;
  }



  /* Optional: make paragraph spacing consistent */
  .vision-mission-box p {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.6;
  }
  .institutes{
    filter: invert(1);
  }
  .why_content ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.why_content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.why_content ul li::before {
  content: '\2713'; /* Unicode for check mark */
  position: absolute;
  left: 0;
  color: #00aeef; /* green tick */
  font-weight: bold;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    /* overflow: hidden; */
    -webkit-transform: translate3d(0, 0, 0);
}
.recognition-section {
  background-color: #f8f9fa;
  text-align: center;
}

.recognition-box {
  background: #00AEEF;
  color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  height: 100%;
  transition: 0.3s;
}

.recognition-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}


.oo-img img{
    height: 80px;
    width: auto;
    object-fit: containe;
}

.recognition-box p {
  
  color: white;
 

}
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5); /* White border */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
   filter: invert(1);
}
/* Default logo size (mobile-first) */
.navbar-brand img.ty {
  max-height: 60px;
}

/* Desktop (lg and above) - Increase logo height */
@media (min-width: 992px) {
  .navbar-brand img.ty {
    max-height: 120px;
  }
  .border-right{
  
    border-right: 1px solid #fff;
}
}
  [id] {
        scroll-margin-top: 110px !important;
        /* Adjust for the header height */
    }