.widget-title h2 {
font-weight: 700;
font-size: 34px;
line-height: 42px;
color: #333333;

}
.widget-title h2 span{
    color: #251641;
}
.desktop{
    display: block;
}

.logo1 img{
    height: 70px;
    margin-top: 5px;
}

.download-grid {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
}
.logo2{
    height: 70px !important;
}
.header{
    background-color: #fff;
}
.widget-title{
    margin-bottom: 30px;
}
.location{
    text-align: center;
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #ffffff;
}

.hero-sectionn .video_div {
    position: absolute;
    width: 100%;
    z-index: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
}

.hero-sectionn .video_div #myVideo {
    width: 100%;
    background-size: cover;
    object-fit: cover;
    height: 100%;
}

.about_section p{
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #000000d1;
}

.program_high_section{
background: linear-gradient(176.84deg, rgba(234, 0, 0, 0) 32.27%, #EFEFEF 80.68%);


}

.program_high_section .program_box{
    width: 100%;
    border-radius: 15px;
    transition: all .5s;
    display: flex;
    align-items: center;
    background-color: #adddf140;
    padding: 20px;
    position: relative;
    min-height: 100px;
}
.program_high_section .program_box:hover span{
    background-color: #251641;
    transform: rotateY(360deg);
}

.program_high_section .program_box span{
    transition: all .5s;
    width: 45px;
    height: 45px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    background-color: #58dfb4;
    border-radius: 50%;
    color: #fff;
}
.program_high_section .program_box p{
    text-align: left;
    font-size: 16px;
    width: calc(100%  - 60px);
    line-height: 24px;
    font-weight: 500;
    color: #2e2e2e;
}

.placement_highlight{
background-color: #251641;
}


.placement_highlight .common_cta{
    background-color: #fff;
    color: #251641;
}
.placement_highlight .placement_detail_box{
    padding: 0px 10px 0px 0px;
    min-height: 70px;
    margin-bottom: 10px;
}
.placement_highlight .placement_detail_box.b-right{
    border-right: 2px solid #58dfb4;
}
.placement_highlight .placement_detail_box h6{
font-weight: 700;
font-size: 28px;
color: #58dfb4;
line-height: 32px;
text-align: left;
margin-bottom: 8px;
}
.placement_highlight .placement_detail_box p{
font-weight: 400;
font-size: 16px;
color: #fff;
line-height: 22px;
text-align: left;
}



.steps_section::after{
    background-color: #58dfb480;
filter: blur(50px);
position: absolute;
content: '';
width: 100px;
height: 160px;
bottom: 0px;
left: 50px;
z-index: 0;
transform: rotateZ(40deg);
}

.steps_section::before{
    background-color: #58dfb480;
filter: blur(50px);
position: absolute;
/* border-radius: 50%; */
content: '';
width: 100px;
height: 160px;
top: 0px;
right: 50px;
z-index: 0;
transform: rotateZ(10deg);
}

.steps_section .steps_box{
    background: linear-gradient(91.58deg, #58dfb4 3.3%, rgba(255, 255, 255, 0) 95.23%);
    border-radius: 20px;
    padding: 2px;
    
}
.steps_section .steps_box .inner_box{
    background: #Fff;
    border-radius: 20px;
    padding: 20px 15px;
    min-height: 150px;
    
}
.steps_section .steps_box .inner_box .number_img_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.steps_section .steps_box .inner_box:hover{
    background-color: #58dfb4;
}
.steps_section .steps_box .inner_box:hover *{
    color : #fff !important;
    transition: all .5s;
}
.steps_section .steps_box .inner_box .number_img_box img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-top: 2px;
}
.steps_section .steps_box .inner_box .number_img_box span{
font-weight: 700;
font-size: 38px;
line-height: 38px;
color: #58dfb4;
}
.steps_section .steps_box .inner_box p{
font-weight: 600;
font-size: 18px;
line-height: 24px;
color: #161D4A;
}

 .recruiters_section .recruit_box{
display: flex;
width: 100%;
background-color: #FFFFFF;
padding: 5px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
height: 100px;
box-shadow: 0px 4px 4px 0px #00000040;
}
.recruiters_section .recruit_box img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.testimonial_section{
          background:url(../images/testimonial-bg.webp) center/ cover no-repeat;
}

#testimonial_section{
    width: 70%;
    margin: auto;
}
.testimonial_section .testimonial_box{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    min-height: 470px;
    justify-content: flex-start;
    background-color: #251641;
    padding: 25px 15px;
    border-radius: 15px;
}
.testimonial_section .testimonial_box img{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.testimonial_section .testimonial_box p{
font-weight: 400;
font-size: 15px;
overflow: auto;
height: 220px;
padding-right: 5px;
line-height: 24px;
color: #fff;
text-align: center;
margin-bottom: 25px;

}
.testimonial_section .testimonial_box h6{
font-weight: 700;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
text-align: center;
color: #58dfb4;
margin-bottom: 5px;
}
.testimonial_section .testimonial_box span{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.testimonial_section ::-webkit-scrollbar {
  width: 2px;
}

.testimonial_section ::-webkit-scrollbar-track {
  background: transparent;
}

.testimonial_section ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
}

.campus_section{
    background-color: #161D4A;
}




.common_cta{
    padding: 15px 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #251641;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height:24px;
color: #ffffff;
letter-spacing: 0%;
margin-top: 40px;
display: block;

}
.common_cta:active, .common_cta:hover{
    background-color: #fff;
    color: #161D4A;
    transition: all .5s;
    transform: scale(1.08);
}

.placement_section .program_box{
    overflow: hidden;
    position: relative;
}
.placement_section .program_box img{
    width: 100%;
    height: 380px;
        border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}
/* .admissions_section .process_box:hover .number{
  background: linear-gradient(180deg, #4D3069 0%, #794EA2 100%);
    color: #fff;
    transition: all .5s;
} */


.brand-logo-section {
    width: 100%;
    height: 100%;
}
/* .brand-logo-section .ty{
    height: 70px !important;
} */



.zIndex2 {
    z-index: 2;
}
.contact_fild {
    padding: 0.5rem 05px 0;
}
.contact-fild-box{
    margin-bottom: 12px;
}
.contact-fild-box .form-control, .contact-fild-box .form-select {
    background-color: #fff;
    margin: 0 auto;
    height: auto;
    padding: 9px 24px;
    border: 0.82px solid #D4D7E3;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000 !important;
}
.btn_submit:hover {
    color: #FFFFFF;
    transform: scale(1.02);
    transition: all .5s;
}

.btn_submit {
    align-items: center;
    padding: 10px 40px;
    gap: 10px;
    font-size: 18px;
    margin-top: 0px !important;
    line-height: 24px;
    font-weight: 600;
    color: #161D4A;
    background: #58dfb4;
    width: 100%;
    border-radius: 5px;
}

/*== HEADER CSS START ==*/


/*== BANNER CSS START ==*/
.dsu-form {
    width: 350px;
    margin: 02rem auto 0;
    padding: 1.5rem 1rem;
    float: right;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color:#fff;
}

.frmBg {
    position: relative;
    text-align: center;
    padding: 0 0;
    ;
}

.frmBg h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #3C3C3C;
    
    

}

.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 h4 {
font-weight: 600;
font-size: 28px;
line-height: 34px;
color: #fff;
letter-spacing: 0%;
text-align: left;
margin-bottom: 40px !important;

}
.dsu-addmission .bannerContent .blob h5 {
font-weight: 600;
font-size: 36px;
line-height: 40px;
color: #fff;
margin-bottom: 30px;
letter-spacing: 0%;
text-align: left;


}
.dsu-addmission .bannerContent .blob h1 {
font-weight: 700;
font-size: 68px;
margin-bottom: 10px;
line-height: 35px;
color: #fff;
letter-spacing: 0%;
text-align: left;
}
.dsu-addmission .bannerContent .blob h1 span{
    font-size: 28px;
}
  
  /* Track */
   
  /* Handle */
  
  /* Handle on hover */
.dsu-addmission .bannerContent .blob h2{
font-weight: 700;
font-size: 24px;
line-height: 30px;
color: #fff;
text-align: left;
margin-top: 25px;
  animation: blink-color 1s infinite;



}
@keyframes blink-color {
  0%   { color: #fed304; }
  50%  { color: #fff; }
  100% { color: #fed304; }
}
.dsu-addmission .blur{
  border: 4px solid transparent;
  width: 90%;
  overflow: hidden;
    border-radius: 20px;
    background-color: #FFFFFF1A;
    backdrop-filter: blur(10px);
    border: 1px solid #fff;
}
.dsu-addmission .blur .course_ban{
    position: relative;
        padding: 20px 17px;
}
.dsu-addmission .blur .blur_batch{
    text-align: center;
    display: block;
    padding: 6px 5px;
    font-weight: 600;
    font-size: 18px;
    background-color: #58dfb466;
    color: #fff;
}
.dsu-addmission .blur .bord::before{
    position: absolute;
    width: 1px;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 19.51%, #ffffff 54.68%, #58dfb4 30.1%);;


}
.dsu-addmission .blur h6{
font-weight: 400;
font-size: 18px;
text-align: left;
line-height: 26px;
color: #fff;
letter-spacing: 0%;

}
.dsu-addmission .blur h6 b{
font-weight: 600;
font-size: 24px;
line-height: 25px;

}
.ftr__btm {
    position: absolute;
    bottom: 0rem;
    left: 0;
}

/*== Footer css start ==*/
.footer {
    padding: 20px 90px !important;
    background: #222;
    text-align: left;
    border-top: solid 1px #fff;
}


.footer p {
    text-align: center !important;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.desktop {
    display: block;
}

/* .modal-content {
    width: 380px;
} */


.campus_section .single_gallery_item {
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}


.campus_section .single_gallery_item img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover !important;
    object-position: top;
    border-radius: 0;
}
.campus_section .single_gallery_item .hover_overlay {
    background-color: #002e8a72;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    width: 100%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}
.campus_section .single_gallery_item .links {
    top: 0;
    transform: translate(0, 40%);
    text-align: center;
    position: absolute;
    height: 100%;
    right: 0;
    margin-right: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campus_section .single_gallery_item .links a {
    height: 100%;
    text-decoration: none;
    width: 100%;
}
.campus_section .single_gallery_item .links>a>i,.campus_section .single_gallery_item .links>a>svg {
    color: #fff;
    font-size: 30px;
}

.campus_section .single_gallery_item:hover .hover_overlay {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.campus_section .single_gallery_item .links p {
    margin-bottom: 0;
    color: #fff;
    margin-top: 10px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.criteria_section{
    background-color: #251641;
}
.criteria_section .common_cta{
    background-color: #fff;
    color: #251641;
}

.criteria_section .criteria_box{
    border: 2px solid #58dfb4;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
}
.criteria_section .criteria_box p{
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    line-height: 24px;
    color: #2e2e2e;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #58dfb4 !important;
    width: 30px !important;
}

.thankyou-sec .bc-img01{
    background-color: transparent !important;
    mask-image: none;
}

.thankyou-sec .bc-img01::after{
    display: none;
}


.download-grid {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 800px;
}

.download-card {
    display: flex;
    align-items: center;
    background:#00a0e3;
    border-radius: 20px;
    padding: 1rem 1.4rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    min-width: 260px;
    max-width: 360px;
    flex: 1;
    text-decoration: none;
    color: var(--dark);
    border: 2px solid transparent;
}

/* .download-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 35px rgba(0,0,0,0.15);
    border-color: var(--secondary);
    background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
} */

.download-icon {
    width: 52px;
    height: 52px;
    background: var(--primary);
    color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-right: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(30,58,138,0.3);
}

/* .download-card:hover .download-icon {
    background: var(--secondary);
    transform: scale(1.1);
} */

.download-text strong {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
}
