.widget-title h2 {
font-family: 'Cormorant',serif;
font-weight: 700;
font-size: 38px;
line-height: 44px;
letter-spacing: 1%;
    color: #723421;
}
.widget-title p {
font-weight: 400;
font-size: 16px;
margin-top: 15px;
line-height: 22px;
color: #444444;
letter-spacing: 1%;

}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.widget-title{
    margin-bottom: 30px;
}
.usp_intro{
    background:linear-gradient(352.61deg, rgba(77, 48, 105, 0.2) -10.38%, rgba(245, 245, 245, 0.2) 86.06%), url(../images/intro_bg.png) center/ cover no-repeat;

}

.usp_intro .intro_box{
    min-height: 140px;
    padding: 10px;
}

.usp_intro .intro_box h6{
    text-align: left;
      background: linear-gradient(180deg, #4D3069 0%, #794EA2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      /* For Firefox */
      background-clip: text;
      color: transparent;
font-weight: 800;
font-size: 30px;
line-height: 40px;
margin-bottom: 5px;

}
.usp_intro .intro_box p{
font-weight: 400;
font-size: 18px;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
color: #2D2F33;
}

.usp_intro .intro_box.br{
    border-right: 2px solid #fff;
}

.video-play-row {
    overflow: hidden;
    position: relative;
    border: solid 1px #fff;
}
.video-button {
    width: 200px;
    height: 200px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 90px;
    font-size: 2rem
}

.video-section {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    z-index: 3
}

.courses_section{
    background:url(../images/course_bg.webp) center/ cover no-repeat;

}

.courses_section .parent_tab{
    margin: auto;
    text-align: center;
    width: 90%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.courses_section .parent_tab .nav-item{
width: 32.5%;

}
.courses_section .parent_tab .nav-item .nav-link{
border: 2px solid #D8D8D8;
border-radius: 20px;
text-align: center;
padding: 20px 5px;
font-size: 18px;
line-height: 22px;
color: #2D2F33;
width: 100%;
background-color: #F5F5F5;

}
.courses_section .parent_tab .nav-item .nav-link.active{
    background-color: #4D3069;
    color: #fff;
}

.courses_section .parent_content .box{
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.courses_section .parent_content > .tab-pane h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    color: #3C3C3C;
    margin-bottom: 25px;
}
.courses_section .parent_content > .tab-pane span{
font-weight: 600;
font-size: 16px;
line-height: 18px;
letter-spacing: 0%;
color: #2D2F33;
margin-bottom: 15px;
display: block;
}
.courses_section .parent_content .tab-pane p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
color: #2D2F33;
}



.courses_section .mba_tabs{
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: -20px;
    display: flex;
    border-bottom: 0;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
}

.courses_section .mba_tabs .nav-item{
width: 33%;

}
.courses_section .mba_tabs .nav-item .nav-link{
text-align: center;
font-size: 16px;
line-height: 22px;
color: #fff;
padding: 10px 0px;
width: 100%;

}
.courses_section .mba_tabs .nav-item .nav-link.active{
    border: none;
border-bottom: 4px solid #fff;
background: transparent;
}

.common_btn a{
    padding: 15px 30px;
    border-radius: 2px;
    text-align: center;
    background-color: #723421;
font-weight: 600;
font-style: Bold;
font-size: 16px;
line-height:22px;
color: #fff;
letter-spacing: 0%;
display: block;
margin-top: 25px;

}
.common_btn a:active, .common_btn a:hover{
    background-color: #fff;
    color: #723421;
    transition: all .5s;
    transform: scale(1.08);
}

.placement_section .placement_box{
    overflow: hidden;
    position: relative;
}
.placement_section .placement_box img{
    width: 100% !important;
    height: 380px;
        border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}
.placement_section .placement_box .content{
    position: absolute;
    background: linear-gradient(to right, #4D3069, #6C4C8F);
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.placement_section .placement_box .content h6{
font-weight: 700;
font-size: 26px;
line-height: 28px;
color: #fff;
text-align: center;

}
.placement_section .placement_box .content p{
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #fff;
text-align: center;

}
.national_section{
       background:url(../images/national-firms_bg.webp) center/ cover no-repeat;
}

.national_section .natinonal_firm_box{
    background-color: #FFFFFF33;
    padding: 15px;
    border-radius: 15px;
}
.internatinonal_firm_box {
    background-color: #36424A;
    padding: 15px;
    border-radius: 15px;
}
 .firm_parent{
display: flex;
width: 100%;
background-color: #FFFFFF;
padding: 10px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
height: 120px;
}
 .firm_parent img{
    width: 100% !important;
    height: 100% !important;
    padding: 10px;
    object-fit: contain !important;
}


.schoolar_ship_section{
       background:url(../images/scholar-ship_banner.webp) center/ cover no-repeat;
}

.schoolar_ship_section .schoalhip_box{
    text-align: center;
    padding: 5px;
}

.schoolar_ship_section .schoalhip_box img{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
        transition: all .5s;
}
.schoolar_ship_section .schoalhip_box  h6{
font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 5px;
color: #2D2F33;

}
.schoolar_ship_section .schoalhip_box p{
font-weight: 500;
font-size: 18px;
line-height: 22px;
letter-spacing: 0%;
text-align: center;
color: #2D2F33;

}
.schoolar_ship_section .schoalhip_box:hover img{
    transform: rotateY(180deg);
    transition: all .5s;
}

.curriculum_section .curriculum_div .grad_cont{
    background: linear-gradient(90.05deg, #4D3069 23.28%, #333333 104.19%);
border-radius: 0px 0px 30px 30px;
padding: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
min-height: 90px;
}
.curriculum_section .curriculum_div .grad_cont p{
font-weight: 700;
font-size: 18px;
line-height: 24px;
letter-spacing: 0%;
color: #fff;

}

.curriculum_section .curriculum_div img{
    width: 100% !important;
    object-fit: cover !important;
}
.show{
    display:  block !important;
}

.admissions_section{
       background:url(../images/process_img.png) center/ cover no-repeat;
}

.admissions_section .process_box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    flex-direction: column;
}
.admissions_section .process_box .number{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
font-weight: 500;
font-size: 16px;
background-color: #fff;
line-height: 100%;
letter-spacing: 0%;
color: #2D2F33;
margin-bottom: 30px;

}
.admissions_section .process_box .process_child{
text-align: left;
padding: 0px 05px 0px 15px;
position: relative;
min-height: 150px;

}
/* .admissions_section .process_box:hover .number{
  background: linear-gradient(180deg, #4D3069 0%, #794EA2 100%);
    color: #fff;
    transition: all .5s;
} */
.admissions_section .process_slider{
    position: relative;
    width: 81%;
    margin: auto;
}
.admissions_section .process_slider::before{
    width: 100%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    content: '';
    position: absolute;
    background-color: #DDDDDD;
}
.admissions_section .process_slider .process_fill{
    width: 0%;
    height: 3px;
    transition: width 1s ease-in-out;
    left: 0%;
    top: 25px;
    content: '';
    position: absolute;
    background-color: #47315C;
}
.admissions_section .process_box .process_child img{
    width: 36px;
    height: 36px;
    object-fit: contain !important;
    margin-bottom: 20px;
}
.admissions_section .process_box .process_child p{
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #2D2F33;
}
.admissions_section .process_box .process_child::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
 width: 1.5px;
  height: 100%; /* or any height you want */
  background: repeating-linear-gradient(
    to bottom,
    #2c003e,      
    #2c003e 3.5px,
    transparent 4px,
    transparent 8px
  );
  background-blend-mode: multiply;
 -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 60%);
  mask-image: linear-gradient(to bottom, black 10%, transparent 60%);

}


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

.header-navigation {
    display: flex !important;
    width: 100%;
    height: 100%;
    gap: 30px;
    justify-content: flex-end !important;
    align-items: flex-end;
}

.header .nav-links {
    color: #444444;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    position: relative; 
    margin: 0px 05px;
    padding: 5px;

}

.nav-links:hover {
    transform: scale(1.04);
    transition: .5s all;
    color: black !important;
    /* border-bottom: 2px solid; */
}
.nav-links:before {
    content: '';
    position: absolute;
    bottom: -0px;
    left: 50%;
    transform: translate(-50%,0px);
    height: 2px;
    width: 0%;
    background: #794EA2;
    border-radius: 12px;
    transition: all 0.4s ease;
}

.nav-links:hover:before {
    width: 80%;
}



.zIndex2 {
    z-index: 2;
}

/*== HEADER CSS START ==*/


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

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

.frmBg h2 {
    margin-bottom: 15px;
    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 p{
font-weight: 600;
font-size: 24px;
line-height: 28px;
color: #FFFFFF;
letter-spacing: 0%;
text-align: left;

}
.dsu-addmission hr{
    margin: 0;
    opacity: 1;
    background-color: #fff;
    color: #fff;
    width: 100px;
    height: 3px;
    margin: 15px 0px;
}
.dsu-addmission .bannerContent .blob > span{
font-weight: 400;
font-size: 24px;
line-height: 28px;
color: #fff;
letter-spacing: 0%;
margin-bottom: 04px;
display: block;
text-align: left;

}

.dsu-addmission .bannerContent .blob h1 {
font-family: 'Cormorant',serif;
font-weight: 700;
font-size: 52px;
line-height: 54px;
letter-spacing: 1%;
color: #fff;
margin-bottom: 15px;
text-align: left;


}

  
  /* Track */
   
  /* Handle */
  
  /* Handle on hover */
.dsu-addmission .bannerContent .blob h2{
font-family: 'Cormorant',serif;
font-weight: 700;
font-size: 32px;
line-height: 42px;
letter-spacing: 1%;
color: #fff;
margin-bottom: 10px;
text-align: left;


}
.dsu-addmission .bannerContent .blob p{
font-weight: 400;
font-size: 18px;
line-height: 24px;
color: #fff;
text-align: left;


}
.usp{
background: #00000033;
height: 100%;
padding: 10px;
border-radius: 5px;
}
 .usp p{
font-weight: 400;
font-size: 20px;
line-height: 26px;
color: #fff;
letter-spacing: 0%;
text-align: left;

}
.usp span{
font-weight: 800;
font-size: 26px;
line-height: 32px;
      background: linear-gradient(197.9deg, #FFFFFF 36.93%, #E0C0FF 59.48%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;

      /* Optional for better support and smoother rendering */
      background-clip: text;
      color: transparent;


}
.contact-fild-box {
    margin-bottom: 0px;
    position: relative;
}
.contact_fild {
    padding: 0px 5px;
}
.form-group {
    margin-bottom: 0px;
}
.contact-fild-box .form-control, .contact-fild-box .form-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: #2A282899;
    background-color: #fff;
border: 1px solid #D4D7E3;
    border-radius: 5px;
}
.btn_submit {
    background-color: #723421;
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    border-radius: 2px;
    padding: 8px 10px;
    margin-top: 10px;
}
.w-50{
    width: 50%;
}
.btn_submit:hover {
    background-color:#FFFFFF;
    color: #723421;
    border: 1px solid #723421 ;
}
.ftr__btm {
    position: absolute;
    bottom: 0rem;
    left: 0;
}

/*== Footer css start ==*/
.footer {
    padding: 20px 90px !important;
    background: #060919;
    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;
}

.active {
    font-weight: 600;
    color: #E06A42;
}

.active::before {
    width: 80%;
}

/* .modal-content {
    width: 380px;
} */
 .admissions_section .process_box .number.active{
      background: linear-gradient(180deg, #4D3069 0%, #794EA2 100%);
    color: #fff;
    transition: all .5s;
}
.milstone_section 
.owl-theme .owl-dots .owl-dot.active span,
.milstone_section .owl-theme .owl-dots .owl-dot:hover span{
        background: #fff !important;
}
.life_section 
.owl-theme .owl-dots .owl-dot.active span,
.life_section .owl-theme .owl-dots .owl-dot:hover span{
        background: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #723421 !important;
    width: 30px !important;
}


#curriculum_slider.owl-theme .owl-nav [class*=owl-] {
    background-color: #fff;
    margin-top: 20px;
    border: none;
    position: absolute;
    color: #2D2F33;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    font-size: 30px;
    background: none;
    height: 30px;
    line-height: 24px;
}

#admission_slider.owl-theme .owl-nav [class*=owl-] {
    background-color: #fff;
    margin-top: 0px;
    border: none;
    border: 1px solid #4d3069;
    position: relative;
    color: #ffffff;
    background-color: #4d3069;
    border-radius: 100%;
    text-align: center;
    width: 30px;
    font-size: 20px;
    height: 30px;
    line-height: 20px;
}


#curriculum_slider.owl-theme .owl-nav .owl-prev{
    left: -30px;
    top: 40%;
    transform: translateY(-50%);
}

#curriculum_slider.owl-theme .owl-nav .owl-next{
    right: -30px;
    top: 40%;
    transform: translateY(-50%);
}

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

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




































.about_section{
    background-color: #2F31800A;
    position: relative;
    overflow: hidden;
}
.about_section::after{
    content: '';
    position: absolute;
    left: 0;
    top:30px;
    background: url(../images/star_png.png);
    background-size: contain;
    background-position: center;
    width: 210px;
    height: 210px;
    z-index: 0;
    mix-blend-mode: overlay;

}
.about_section::before{
    content: '';
    position: absolute;
    right: -70px;
    bottom:30px;
    background: url(../images/star_png.png);
    background-size: contain;
    background-position: center;
    width: 260px;
    height: 260px;
    z-index: 0;
    mix-blend-mode: overlay;

}
.about_section .cust_width{
width: 80% ;
margin: auto;
}

.about_section .cmimg_box{
width: 100%;
height: 100%;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
overflow: hidden;
border: 4px solid #fff;
display: block;
box-shadow: 0px 4px 15px 0px #4497FB30;
}
.about_section .cmimg_box img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.why_choose_section{
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

.why_choose_section::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -120px;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  z-index: 0;
  background: #72342114;
filter: blur(15px);
}
.why_choose_section .choose_div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    box-shadow: 1px 2px 11px 3px #00000012;
background-color: #fff;
padding: 15px;
border-radius: 10px;
min-height: 160px;
gap: 15px;
transition: .5s ease;
}
.why_choose_section .choose_div .choose_img{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C94C18;
}
.why_choose_section .choose_div .choose_img img{
width: 100%;
height: 100%;
object-fit: contain;
padding: 8px;
}
.why_choose_section .choose_div .choose_content{
width: calc(100% - 70px);
}
.why_choose_section .choose_div .choose_content h6{
font-weight: 700;
font-size: 20px;
line-height: 24px;
letter-spacing: 0%;
color: #444444;
margin-bottom: 12px;

}
.why_choose_section .choose_div .choose_content p{
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
color: #444444;

}
.why_choose_section .choose_div:hover *{
    color: #fff !important;
}
.why_choose_section .choose_div:hover {
   background-color: #C94C18;
}

.model_section{
    background: url(../images/model_patterb.webp) ,linear-gradient(105.79deg, rgba(201, 76, 24, 0.1) 6.78%, rgba(99, 37, 12, 0.1) 98.17%);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.model_section #model_slider img{
width: 100% !important;
height: 450px !important;
object-fit: cover !important;
}
.model_section .cust_width{
    width: 80%;
    margin: auto;
}
.model_section #model_slider .model_content{
    padding: 30px 70px 30px 40px;
    height: 100%;
    position: relative;
  background: linear-gradient(117.5deg, #723421 -25.32%, #C94C18 68.3%);

}
.model_section #model_slider .model_content h6{
    font-family: 'Cormorant',serif;
font-weight: 700;
font-style: Bold;
font-size: 32px;
line-height: 38px;
color: #fff;
letter-spacing: 1%;
margin-bottom: 15px;

}
.model_section #model_slider .model_content p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #fff;
letter-spacing: 1%;


}
.model_section #model_slider .model_content a{
    background: #723421;
    border: 1px solid #fff;
    border-radius: 5px;
font-weight: 600;
color:#fff;
font-size: 15px;
line-height: 100%;
letter-spacing: 1%;
padding: 15px 40px;
display: inline-block;
margin-top: 40px;

}
.model_section #model_slider .model_content a:hover{
    transform: scale(1.05);
    transition: ease .5s;
}
.model_section #model_slider .model_content::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 140px;
    z-index: 0;
    background: url(../images/model_svg_img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.eligibility_section{
    background-color: #fff;
}


.eligibility_section .eligibility_box{
   background: #C94C181C;
   padding: 40px 20px;
   border-radius: 5px;
    border: 0.5px solid #72342180;
    height: 100%;
}
.eligibility_section .eligibility_box:hover{
    background: #C94C18;
    transition: ease .5s;
}
.eligibility_section .eligibility_box:hover *{
   color: #fff !important;
}
.eligibility_section .eligibility_box h6{
font-family: 'Cormorant',serif;
font-weight: 700;
font-size: 26px;
line-height: 28px;
letter-spacing: 1%;
color: #723421;
margin-bottom: 15px;


}

.eligibility_section .eligibility_box p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #723421;
}


.milstone_section{
    background: url(../images/milestone_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.milstone_section .widget-title *{
    color: #fff;
}

.milstone_section .milestone_box{
    padding: 10px;
    border-radius: 1px;
    width: 100%;
    min-height: 420px;
    background-color: #fff;
    opacity: 0.3;

}


.milstone_section .milestone_box img{
width: 100%;
height: 230px;
object-fit: contain;
background-color: #fff;
margin-bottom: 8px;
object-position: center;

}

.milstone_section .milestone_box span{
font-weight: 900;
font-size: 18px;
line-height: 150%;
letter-spacing: 1%;
color: #723421;
display: block;
margin-bottom: 5px;
text-align: left;

}
.milstone_section .milestone_box p{
font-weight: 500;
text-align: left;
font-size: 16px;
line-height: 22px;
letter-spacing: 1%;
color: #444444;

}
.milstone_section #milestone_slider .owl-item{
    padding-top: 50px;
}
.milstone_section #milestone_slider .owl-item.active.center .milestone_box{
    opacity: 1;
    position: relative;
    transition: ease 0.5s;
    transform: scale(1.1);
    transform-origin: bottom;
}
.milstone_section #milestone_slider .owl-item.active.center .milestone_box::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/left_arrow_pattenr.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    left: -100px;
    height: 210px;
}
.milstone_section #milestone_slider .owl-item.active.center .milestone_box::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/right_arrow_pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    right: -100px;
    height: 210px;
}


.infra_section{
    background-color: #fff;
}

.infra_section .infra_box{
    overflow: hidden;
    position: relative;
    box-shadow: 2px 4px 8px 0px #0000001F;
}
.infra_section .infra_box img{
    width: 100%;
    object-fit: cover;
    height: 230px;
}
.infra_section .infra_box .content_dark{
    background-color: #2C231F;
    width: 100%;
    padding: 15px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}
.infra_section .infra_box h6{
font-weight: 600;
font-size: 16px;
line-height: 25.2px;
width: 100%;
letter-spacing: 0%;
color: #fff;
text-align: center;


}
.infra_section .infra_box:hover .content_dark h6{
display: none;
    transition: ease 0.5s;
}
.infra_section .infra_box:hover .overlay_box {
top: 0;
    transition: ease 0.5s;
}
.infra_section .infra_box .overlay_box{
    position: absolute;
background: linear-gradient(182.26deg, rgba(23, 23, 23, 0) 1.9%, rgba(23, 23, 23, 0.9) 63.68%);
    top: 100%;
    transition: ease 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 15px;
    left: 0;
    width: 100%;
}

.infra_section .infra_box .overlay_box p{
    color: #fff;
font-weight: 400;
margin-top: 15px;
font-size: 15px;
line-height: 130%;
text-align: center;
letter-spacing: 1%;

}


.testimonial_section{
    background: url(../images/testimonial_banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial_section .parent_box{
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 50px 30px;
    position: relative;
    min-height: 280px;

}.testimonial_section .parent_box::before{
    position: absolute;
    content: '';
    left: 15px;
    top: 15px;
    background: url(../images/quote_img.png);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.testimonial_section .parent_box .parent_img_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.testimonial_section .parent_box .parent_img_box img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial_section .parent_box .parent_img_box .content{
    width: calc(100% - 70px);
}

.testimonial_section .parent_box .parent_img_box .content h6{
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
margin-bottom: 5px;
color: #444444;
}
.testimonial_section .parent_box .parent_img_box .content p{
font-weight: 400;
font-style: Bold;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
color: #444444;
}
.testimonial_section .parent_box > p{
font-weight: 400;
color: #535353;
margin-top: 20px;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;

}


.process_section{
    background: url(../images/process_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}


.process_section .steps_img img{
    width: auto !important;
    height: 210px !important;
}

.life_section{
    background: url(../images/life_banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.life_section .common_btn a{
    background-color: #C94C18;
}
.life_section .common_btn a:hover{
color: #C94C18;
background-color: #fff;
}

.life_section .cmimg_box{
width: 100%;
height: 100%;
border-radius: 10px;
overflow: hidden;
border: 4px solid #fff;
display: block;
}
.life_section .cmimg_box img{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
}

.accordion-item {
    border: none;
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    padding: 16px 20px;
    background: rgba(139, 77, 58, 0.08);
    color: #333;
    border: none;
    box-shadow: none;
    transition: background 0.3s ease;

}

.accordion-button:hover {
    background: rgba(243, 233, 228, 1);
}

.accordion-button:not(.collapsed) {
    background: rgba(139, 77, 58, 0.08);
    color: #000000;
}

/* Custom Plus/Minus Icon */
.accordion-button::after {
    content: "+";
    font-size: 1.2rem;
    color: rgba(114, 52, 33, 1);
    transform: none !important;
    background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    font-size: 24px;
    color: rgb(255, 255, 255);
    background: rgba(114, 52, 33, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 15px;
}

.accordion-body {
    padding: 18px 22px;
    background: rgba(139, 77, 58, 0.08);
    border: 1px solid #FFFFFF;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}