body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;;
}
h3{
    font-size: 20px;
    font-weight: 600;
    margin-top:14px ;
    color: #29166f;
}
.heading{
    font-size: 20px;
    font-weight: 600;
    margin-top:8px ;
    color: #29166f;
}
a.scrollTop-btn {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 35px;
    height: 35px;
    background-color: #e31e34;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 2px 15px #0000001a;
    transition: all ease 0.3s;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}
a.scrollTop-btn:hover {
    background-color: #29166f;
    transition: all ease 0.3s;
}
a.scrollTop-btn.active {
    visibility: visible;
    opacity: 1;
}
.scrollTop-btn i {
    display: inline-block;
}
.ConferenceProject {
    display: flex;
    transition: all ease 0.5s;
}
.ConferenceProject .slider-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 16px 10px 0px rgb(0 0 0 / 14%), 0px 11px 18px 0px rgb(0 0 0 / 12%), 0px 13px 5px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 16px 10px 0px rgb(0 0 0 / 14%), 0px 11px 18px 0px rgb(0 0 0 / 12%), 0px 13px 5px -1px rgb(0 0 0 / 20%);
    transition: all ease 0.5s;
    z-index: 999;
}
.ConferenceProject .slider-section .sliderToggle-btn {
    position: absolute;
    top: 25px;
    right: -20px;
    padding: 0.5rem;
    background-color: #fff;
    color: #29166f;
    border-radius: 0 5px 5px 0;
    box-shadow: 4px 2px 5px #00000047;
}
.ConferenceProject .slider-section .sliderToggle-btn i {
    transform: rotate(180deg);
    transition: 0.3s;
}
.ConferenceProject .slider-section.active .sliderToggle-btn i {
    transform: rotate(0deg);
    transition: ease 0.3s;
}
.ConferenceProject .slider-section.active {
    position: fixed;
    left: -300px;
    height: 100vh;
    transition: all ease 0.5s;
}

.ConferenceProject .slider-section .logo {
    position: absolute;
    top: 1.5rem;
    width: 150px;
}
.ConferenceProject .slider-section .nav-pills {
    display: block;
    width: 100%;
    padding-right: 0.5rem;
    margin-top: 70px;
}
.ConferenceProject .nav-link {
    font-size: 14px;
    border-radius: 0 25px 25px 0;
    font-weight: 600;
    color: #0f1058;
    transition: ease 0.3s;
    white-space: nowrap;
    padding: 6px;
    margin-left: 20px;
}
.ConferenceProject .nav-link:hover {
    background-color: #f3f3f3;
    transition: ease 0.3s;
}
.ConferenceProject .nav-link.active {
    background-color: #e1e0f1;
    color: #0f1058;
    transition: ease 0.3s;
}
@media screen and (max-width: 768px) {
    .ConferenceProject .slider-section {
        position: fixed;
        left: -300px;
        width: 300px;
        height: 100%;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    }
    .ConferenceProject .slider-section.active {
        position: fixed;
        width: 300px;
        left: 0px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    } 
    
}
.conference-section .img1{
    width: 400px;
    
}


.ConferenceProject .main-section {
    width: 100%;
    position: relative;
    transition: ease 0.5s;
}
.ConferenceProject .main-section.ml-300 {
    margin-left: 300px;
}
.title-section .card {
    border: none;
    border-radius: 0;
}
.title-section .card .iuRaipur-logo-1 {
    width: 320px;
    height: auto;
    float: left;
    background-color: #fff;
    padding: 0.5rem;
    margin-bottom: 45px;
}
.title-section .card  .iuRaipur-logo-2 {
    width: 150px;
    height: auto;
    padding: 10PX;
    float: right;
    background-color: #fff;
}
.title-section .card .title {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.title-section  .sub-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}
.title-section .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    background-color: #29166f80;
    border-radius: 0;
}
.title-section .card .card-title {
    font-weight: 400;
    font-size: 1.4rem;
    margin: 0 auto 1rem;
    text-align: center;
}
.title-section .card .card-text {
    font-size: 1rem;
    text-align: center;
}
.organized-card {
    float: right;
}
.title-section .organized-card .card-title {
    font-size: 1.4rem;
}
.title-section .organized-card .card-text {
    font-size: 14px;
}

.conference-section {
    padding: 40px 0;
}
.conference-section  .main-title {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    color: #29166f;
    border-left: 5px solid #e31e34;
    padding-left: 0.5rem;
}
.conference-section .text {
    font-size: 1rem;
    text-align: justify;
    line-height: 1.6;
    font-weight: 600;
}

.conference-section  .sub-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
}
.conference-section .symposiumList {
    list-style: none;
    padding: 0;
    margin-bottom: 1.4rem;
}
.conference-section .symposiumList > li {
    position: relative;
    margin-left: 20px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #29166f;
}
.conference-section .symposiumList > li i {
    position: absolute;
    top: 5px;
    left: -20px;
    display: inline-block;
    margin-right: 5px;
}
.conference-section .card {
    position: relative;
    top: 0;
    border: none;
    padding: 1rem;
    margin: 15px 0;
    border-radius: 0;
    min-height: 120px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 15px #0000001a;
    transition:  ease 0.3s;
}
.conference-section .card:hover {
    position: relative;
    top: -5px;
    transition:  ease 0.3s;
}
.conference-section .card  .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e31e34;
}
.conference-section .profile-card {
    position: relative;
    top: 0;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 15px #0000001a;
    margin: 15px 0;
    display: flex;
    min-height: 120px;
    border-radius: 8px;
    transition: all ease 0.3s;
}
.conference-section .profile-card:hover {
    position: relative;
    top: -5px;
    transition: all ease 0.3s;
}
.conference-section .profile-card .card-head {
    width: 50px;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.conference-section .profile-card .card-body {
    padding: 0;
    width: 100%;
    margin-left: 10px;
}
.conference-section .profile-card .card-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e31e34;
}
.conference-section .profile-card .card-text {
    font-size: 14px;
}

.conference-section .brochure-card  {
    position: relative;
    top: 0;
    padding: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 15px #0000001a;
    border-radius: 15px;
    transition: ease 0.3s;
}
.conference-section .brochure-card:hover {
    position: relative;
    top: -5px;
    transition: ease 0.3s;
}
.conference-section .cardLink {
    display: block;
    text-decoration: none;
}
.conference-section .brochure-card .icon {
    width: 80px;
    height: auto;
}
.conference-section .brochure-card .card-text {
    font-size: 1.2rem;
    color: #e31e34;
    padding: 0 1rem;
}
.footer-section {
    padding: 0.5rem 0;
    background-color: #29166f;
}
.footer-section .copy-rights {
    color: #fff;
    margin-bottom: 0;
    float: right;
}
@media screen and (max-width: 1366px) {
    .conference-section {
        padding: 2.5rem;
        box-shadow: 0 2px 15px #0000001a;
    }
}
@media screen and (max-width:768px) {
    .ConferenceProject .main-section.ml-300 {
        margin: 0;
        position: relative;
    }
    .ConferenceProject  .sliderToggle-btn {
        position: absolute;
    }
    .ConferenceProject .sliderToggle.active  .sliderToggle-btn::after {
        content: '';
        position: absolute;
        top: -25px;
        left: 2px;
        width: 100vw;
        height: 100vh;
        background-color: #0005;
        z-index: -1;
        visibility: visible;
    }
    .conference-section {
        padding: 40px 0;
    }
    .title-section .card .title {
        text-align: left;
    }
    .title-section .card .card-title { 
        font-size: 1.2rem;
    }
    .conference-section .main-title {
        font-size: 1.6rem;
    }
    .conference-section.conference-bg {
        display: block;
        height: auto;
    } 
    .conference-section.conference-bg .main-title {
        font-size: 1.8rem;
    }
    .conference-section.conference-bg .text {
        font-size:1.2rem;
    }
    .organized-card { 
        float: left;
    }
}
.highlight {
    font-weight: bold;
    color: #d9534f;
}
.strong{
    font-weight: 700;
}
.patron-title{
    font-weight: 700;
    color: #e31e34;
}
a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px; /* Adjust size as needed */
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
}
.profile-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}
.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #e31e34;
}
.profile-info h5 {
    color: #333;
    font-weight: 600;
}
.profile-info p {
    margin-bottom: 6px;
    color: #666;
}
.profile-info .btn {
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
}