.widget-title h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #101828;
    margin-bottom: 15px;
}


.widget-title p {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
    color: #444444;
    letter-spacing: 1%;

}

.header {
    background-color: #002147;
}

.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;
}



.conference-section .item {
    background: #F5F5F5;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 30px;
    margin: 10px 0px;
    transition: all .2s ease-in-out;
    min-height: 120px;
}

.conference-section .item:hover {
    background-color: #002147;
    transition: all .5s ease-in-out;
    transform: translateY(-5px);
}

.conference-section .item:hover p {
    color: #fff;
}

.conference-section .item:hover .conf_box img {
    filter: brightness(0) invert(1);
}

.conference-section .item .conf_box {
    margin-bottom: 15px;
}

.conference-section .item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #101828;
}


.global-collaborators {
    background-color: #002147;
}

.global-collaborators .global_logo_box {
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.global-collaborators .item small {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
    font-family: 'Poppins';
}

.global-collaborators .global_logo_box img {
    width: 100% !important;
    height: 80px !important;
    object-fit: contain !important;
}


.conference-highlights {
    background-image: url(../images/globBg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.conference-highlights .item {
    background: #F5F5F5;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 30px;
    margin: 10px 0px;
    transition: all .2s ease-in-out;
    min-height: 125px;
}

.conference-highlights .item:hover {
    background-color: #002147;
    transition: all .5s ease-in-out;
    transform: translateY(-5px);
}

.conference-highlights .item:hover p {
    color: #fff;
}

.conference-highlights .item:hover .conf_box img {
    filter: brightness(0) invert(1);
}

.conference-highlights .item .conf_box {
    margin-bottom: 15px;
}

.conference-highlights .item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #101828;
}





.locat_text {
    padding: 10px;
}

.locat_text h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 18px;
}

.locat_text .d-flex {
    margin-bottom: 14px;
}

.locat_text i {
    font-size: 18px;
    margin-top: 3px;
    color: #667085;
}

.locat_text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #667085;
    margin-bottom: 10px;
}

.locat_text strong {
    color: #667085;
}

.locat_text a {
    color: #667085;
    text-decoration: underline;
}

.about-section {
    background: url(../images/aboutBg.png) center/ cover no-repeat;
}

.about-section .about-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}


.program-list {
    background: #0a2a52;
    padding: 25px;
    border-radius: 8px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    width: 100%;
}

.program-list .item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.program-list .item:last-child {
    border-bottom: none;
}

.program-list h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.program-list h5 i {
    color: #4ade80;
    /* green tick (same as screenshot) */
    margin-right: 10px;
}

.program-list p {
    font-size: 13px;
    opacity: 0.9;
    margin: 8px 0 0 26px;
    /* indent after icon */
    line-height: 1.5;
}






.leader-card {
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 432px;
    background-color: #002147;
}

.leader-img {
    position: relative;
}

.leader-img img {
    width: 100%;
    height: auto;
    display: block;
}

.leader-badge {
    position: absolute;
    bottom: 25px;
    left: 0px;
    background: #fff;
    padding: 6px 20px 6px 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #002147;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    border-radius: 0px 21px 21px 0px;
}

.leader-info {
    background: #002147;
    color: white;
    padding: 20px 15px 18px;
}

.leader-info h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.leader-info p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}



.advisory-committee .leader-card {
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 445px;
    background-color: #002147;
}


.advisory-committee .owl-nav {
    position: absolute;
    right: 0;
    top: -18%;
}

.advisory-committee .owl-theme .owl-nav [class*=owl-] {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #525151 !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    padding: 8px 0 !important;
}


.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: 12px 20px;
    border-radius: 8px;
    text-align: center;
    background-color: #ffffff;
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    color: #002147;
    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);
}


.date-section .date-card {
    border: 1px solid #e5e5e5;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.date-section .icon-box {
    background: #E0EAFF;
    padding: 14px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-section .icon-box i {
    color: #002147;
}

.date-section .text-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #101828;
}

.date-section .text-date {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #101828;
}

.date-section .common_btn a,
.papers-section .common_btn a,
.details_registration_section .common_btn a {
    background-color: #002147;
    color: #fff;
    border: 1px solid #002147;
}

.date-section .common_btn a:hover,
.papers-section .common_btn a:hover,
.details_registration_section .common_btn a:hover {
    color: #002147;
    background-color: #fff;
    border: 1px solid #002147;
}





/* Tab Styling */
.papers-section .nav-tabs .nav-link {
    font-size: 20px;
    font-weight: 600;
    padding: 14px 30px;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #101828;
    color: #101828;
    border-radius: 100px;
    border: 1.3px solid #D8D8D8;
}

.papers-section .nav-tabs .nav-link.active {
    background-color: #002147;
    color: white;
}

.papers-section .nav-tabs {
    border: none !important;
}

.papers-section li.nav-item {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border: none;
    color: #002147;
}

.papers-section .cmimg_box img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}



.papers-section .abstract-box {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    height: 305px;
    overflow-y: scroll;
}

.papers-section .abstract-box h2 {
    margin-bottom: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #101828;
}

.papers-section .abstract-box h3 {
    margin: 20px 0 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #101828;
}

.papers-section .abstract-box p {
    margin: 12px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #101828;
}

.papers-section .abstract-box .label {
    font-weight: 600;
    font-size: 16px;
}


.papers-section ::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.papers-section ::-webkit-scrollbar-track {

    border-radius: 10px;
}

/* Handle */
.papers-section ::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}

/* Handle on hover */
.papers-section ::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.custom-ol {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    line-height: 1.6;
    height: 305px;
    overflow-y: scroll;
}

.custom-ol li {
    margin-bottom: 10px;
    padding-left: 5px;
    list-style: circle;
    margin: 12px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #101828;
}




.widg-tag {
    background-image: url(../images/widgBg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.widg-tag .tagline p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}




.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: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 37.4701px;
    line-height: 43px;
    letter-spacing: -0.468376px;
    color: #FFFFFF;
}

.dsu-addmission .bannerContent .blob h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 26.2291px;
    line-height: 43px;
    letter-spacing: -0.468376px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

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


.dsu-addmission .bannerContent .blob .event-list li {
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-style: normal;
}

.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: #ea5454 !important;
}

.life_section .owl-theme .owl-dots .owl-dot.active span,
.life_section .owl-theme .owl-dots .owl-dot:hover span {
    background: #d73030 !important;
}

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


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

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




.tracks-section .programAccordion {
    background-color: #002147;
    color: #ffff;
}

.tracks-section .accordion {
    margin-right: 10% !important;
}

.wrap {
    background: linear-gradient(90deg, rgba(0, 33, 71, 1) 82%, rgba(255, 255, 255, 0.693) 81%);
    padding: 0px 20px;
    border-radius: 10px;
}

.tracks-section .track_img {
    height: 100%;
    padding: 20px 0px;
}

.tracks-section .track_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}


.tracks-section .accordion-item {
    border: none;
    margin: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}

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

.tracks-section .accordion-button {
    font-weight: 600;
    font-size: 1.05rem;
    padding: 16px 0px;
    background: #002147;
    color: #ffffff;
    border: none;
    box-shadow: none;
    transition: background 0.3s ease;
    border-bottom: 1px solid #D8D8D8;
}



.tracks-section .accordion-button:hover {
    background: #002147;
}

.tracks-section .accordion-button:not(.collapsed) {
    background: #002147;
    color: #ffffff;
}

/* Custom Plus/Minus Icon */
.tracks-section .accordion-button::after {
    display: none;
}

.bluee {
    background-color: #002147;
}

/* .tracks-section .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;
} */

.tracks-section .accordion-body {
    padding: 18px 22px;
    background: #002147;
    border: 1px solid #FFFFFF;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
}





.teams_section .teams_box_parent {
    padding: 20px;
    position: relative;
}

.teams_section .teams_box_parent::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #76A0CF1A;
    border-radius: 4px;
    height: 85%;
    z-index: -1;
}

.teams_section .team_box {
    background-color: #fff;
    height: 100%;
    padding: 30px 0px;
    border-radius: 10px;
}

.teams_section .team_box h6 {
    font-weight: 600;
    color: #101828;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-bottom: 15px;
    padding: 0px 20px;

}

.teams_section .team_box.blue {
    background-color: #002147;
}

.teams_section .team_box.blue * {
    color: #fff !important;
}

.teams_section .team_box p {
    font-weight: 400;
    color: #101828;
    font-size: 15px;
    line-height: 21px;
    padding: 0px 20px;
    letter-spacing: 0%;

}

.teams_section .team_box p:not(:last-child) {
    margin-bottom: 5px;
}



.details_registration_section table {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #101828;


}

.details_registration_section thead {
    background-color: #002147;
    color: #fff;
}

.details_registration_section table th,
.details_registration_section table td {
    padding: 10px 20px !important;
}

.details_registration_section table tbody tr {
    border: 1px solid #D8D8D8 !important;
    border-collapse: collapse;
}

.details_registration_section table th {
    font-weight: 500 !important;
}

.details_registration_section table .tl {
    text-align: left !important;
}

.details_registration_section .registrations {
    text-align: center;
    background-color: #002147;
    padding: 10px 10px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
}

.details_registration_section .registrations a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.details_registration_section .payment_box h4 {
    font-weight: 600;
    color: #101828;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 0%;

}

.details_registration_section .payment_box p {
    font-weight: 400;
    color: #101828;
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;

}

.details_registration_section .payment_box p b {
    font-weight: 600;
}

.details_registration_section .upi_box {
    background-color: #002147;
}

.details_registration_section .upi_box .account_details h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -2%;
    margin-bottom: 10px;
    color: #fff;

}

.details_registration_section .upi_box .account_details p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 24px;
}

.details_registration_section .upi_box .account_details table {
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: #101828;
    overflow: hidden;
    border: 1px solid #D8D8D8 !important;
    border-collapse: collapse;
}

.details_registration_section .upi_box .account_details table td {
    padding: 13px !important;
}

.details_registration_section .brd-right {
    border-right: 1px solid #FFFFFF66;
    padding-right: 30px !important;
}

.details_registration_section .outer_div {
    border: 1px solid #D8D8D8;
}



.cfp-container {
    background: #fff;
    margin: auto;
    padding: 25px 30px;
    border-radius: 6px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cfp-header {
    background: #1f3c5c;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    font-size: 20px;
    margin-bottom: 25px;
}

.cfp-title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 8px;
    color: #000;
}

.cfp-subtitle {
    text-align: center;
    font-style: italic;
    font-size: 17px;
    margin-bottom: 25px;
}

.section-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.cfp-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #101828;
    text-align: center;
}