body {
    background-color: #eaefe5;
}

.applyBtn {
    display: none;
}

.blinking-bg {
    padding: 15px;
    animation: blink-bg 2s infinite;
}

@keyframes blink-bg {

    0%,
    100% {
        background-color: #ffffff;
    }

    75% {
        background-color: #c1f79a;
    }
}
/* mobile menu for conference*/
.dropdownside-dropdown nav ul li a  {
      text-decoration: none;
    }

/*-- Other pages for SPA  --*/
.spa-header {
    color: #fff;
}

.spa-header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
}

.spa-header nav ul li {
    margin: 0.5rem auto;
    width: 100%;
    background-color: #014b29;
    /* Keeps each link inline */
}

.spa-header nav ul li a {
    font-size: 14px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #014b29;
    text-decoration: none;
    padding: 0.2em 1rem;
    line-height: 1.5rem;

}

.spa-header nav ul li a:hover {
    width: 100%;
    color: #fff;
    background-color: #323333;
    text-decoration: none;
}

/* Highlight active link */
.spa-header nav ul li a.active {
    color: #ffffff;
    /* Text color */
    background-color: #141515;
    /* Bootstrap primary blue */
    border-radius: 5px;
    padding: 6px 12px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* main page section for conference*/
.scetion-title {
    font-size: 25px;
    text-align: left;
    margin-bottom: 0px;
    line-height: 2rem;
    color: #014b29;
}

.section-update {
    font-size: 13px !important;
    color: blue;
    margin-top: 0px;
}

.section-content {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.section-content p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.section-content h6 {
    margin-bottom: 0px !important;
}

.section-content h4 {
    font-size: 20px;
}

.info-card {
    background-color: #e5e8eb;
    border-left: 5px solid #014b29;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 24px rgba(0, 0, 0, 0.26);
}

.info-card h5 {
    font-weight: bold;
    color: #014b29;
    margin-bottom: 10px;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/************* conference mobile menu *************************/
.side-dropdown {
    display: none;
}

/**************** list design ********************/
.professor-list {
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    list-style-position: inside;
}

.professor-list li {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 3px 12px;
    border-left: 3px solid #014b29;
    box-shadow: 0 14px 14px rgba(47, 47, 47, 0.26);
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.professor-list li:hover {
    background-color: #eef6ff;
}

/********************** Speaker list ******************************/
.speaker-list {
    padding: 20px;
    margin: 0 auto;
    max-width: 800px;
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.8rem;
    list-style: none;
}

.speaker-list li {
    font-size: 16px;
    line-height: 1.5rem;
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #014b29;
    border-bottom: 1px solid #014b29;
    box-shadow: 0 5px 5px rgba(47, 47, 47, 0.26);
    border-radius: 6px;
    padding: 8px 16px 8px 32px;
    transition: background-color 0.3s ease;
}

.speaker-list li::before {
    content: "✔";
    position: absolute;
    left: 10px;
    color: #014b29;
    font-weight: bold;
}

.speaker-list li:hover {
    background-color: #e8f4fc;
}

/***************** important dates *************************************/
.imptDates .row {
    border: 1px solid #acacac;
    margin-bottom: 2px;
}

.imptDates .row .col-md-3 h5 {
    font-size: 15px;
    font-weight: 600;
    padding: 10px;

}

.imptDates .row .col-md-9 {
    border-left: 1px solid #acacac;
}

.imptDates .row .col-md-9 p {
    background-color: #fafafa;
    padding: 10px;
}

/**************************** cost table *******************************/
.table {
    border-spacing: 5px;
}

.fee-heading {
    text-align: center;
}

.fee-table h6 {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.fee-table th,
.fee-table td {
    vertical-align: middle;
    font-size: 16px;
    padding: 15px 15px;
    border: solid 1px gray;
}

.fee-table tbody tr:nth-child(3) td {
    text-align: center;
    line-height: 20px;
}

.fee-table thead {
    background-color: #014b29;
    text-align: center;
    color: #fff;
}

.fee-table thead tr th:hover {
    background-color: #072102;
    cursor: default;
}

/******** application form button*****************/
.applyBtn {
    text-align: center;
}

.applyBtn a {
    text-decoration: none;
    background-color: #072102;
    color: white;
    padding: 15px;
    border-radius: 15px;
    transition: 0.3s;
}

.applyBtn a:hover {
    background-color: #0a4000;
    box-shadow: 0px 15px 15px gray;
    padding: 16px;
}

/**************** right side bar **************************/
#rightSideBar h5 {
    font-size: 15px;
    line-height: 15px;
}

.rightSideContent .right-content figure figcaption {
    font-size: 13px;
    font-weight: normal;
    line-height: 1rem !important;
}

/************************************************************************ Floating Button *******************************************/
.contact-floating {
    position: fixed;
    bottom: 400px;
    right: 1px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: chocolate;
    transition: all ease 0.6s;
}

.contact-btn {
    width: 50px;
    height: 50px;
    /* border-radius: 50%;*/
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all ease 0.5s;
}

.contact-btn:hover {
    width: 55px;
    height: 55px;
}

.contact-floating:hover {
    background-color: white;
}

.icon {
    font-size: 20px;
}

.contact-info {
    position: absolute;
    top: 50%;
    left: -238px;
    width: 238px;
    text-align: center;
    /* Hide to the left initially */
    transform: translateY(-50%);
    background-color: #0a4000;
    color: #fff;
    padding: 10px;
    /*border-radius: 20px;*/
    white-space: nowrap;
    display: none;
    min-width: 200px;
    border-left: solid 2px #000000;
}
.contact-info a {
    color: white;
    text-decoration: none;
}

.email {
    background-color: #dc3545;
}

.phone {
    background-color: #0163b7;
}

.whatsapp {
    background-color: #05953b;
}

.whatsapp .icon {
    font-size: 28px
}

.email:hover {
    background-color: #a3202c;
}

.phone:hover {
    background-color: #002b5d;
}

.whatsapp:hover {
    background-color: #205d38;
}
/*******************================== Applicaction Form =======================************************/
.cbcs-form span {
    color: #4e4e4e;
    font-style: italic;
    padding: 5px;
    margin: 5px;
}

.form-section {   
    background: #fff;
    border-radius: 10px;
    padding: 30px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 15px rgba(0, 0, 0, 0.19);
    margin-top: 30px;    
}

h2.title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.logo-row img {
    height: 60px;
    object-fit: contain;
}

textarea,
input[type="text"],
input[type="email"],
input[type="date"] {
    resize: none;
}

.custom-select {
    height: calc(2.25rem + 2px);
}

.submit-btn {
    background-color: #072102;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    width: 100%;
    transition: 0.5s;
}

.reset-btn {
    background-color: #2e3238;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    width: 100%;
    transition: 0.5s;
}

.submit-btn:hover {
    background-color: #0e5800;
}

.reset-btn:hover {
    background-color: #191818;
}

.word-count {
    font-size: 0.9em;    
    color: #666;
}

.file-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.delete-file {
    cursor: pointer;
    color: red;
}
.form_btn {   
    display: flex;  
    flex-wrap: nowrap;
    text-align: center;
    }


/*********************************************************** mobile menu ********************************************/
@media (max-width: 912px) {
    .side-dropdown {
        display: block;
        width: 100%;
        background-color: #659670
    }

    .spa-header {
        display: none;
    }

    .new-card {
        display: none;
    }

    .side-dropdown .dropdown-toggle {
        color: white;
        margin-left: 10px;
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 0px;
    }

    .table {
        border-spacing: 2px;
    }

    .fee-table th,
    .fee-table td {
        vertical-align: middle;
        font-size: 12px;
        padding: 12px;
        border: solid 1px gray;
        font-weight: normal;
    }

    tbody tr td {
        font-weight: normal;
    }

    .imptDates .row .col-md-9 {
        border-left: 1px solid #acacac;
    }

    /********* conference dropdown menu update***************/
    .side-dropdown .dropdown-menu {
        border-radius: 10px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        animation: fadeDown 0.3s ease-in-out;
    }

    .side-dropdown .dropdown-item {
        padding: 10px 20px;
        transition: background-color 0.3s ease;
    }

    .side-dropdown .dropdown-item:hover {
        background-color: #f8f9fa;
    }
    /* drop down bottom mobile*/
    .dropdownside-dropdown .btn {
        background-color: #0a4000;
        color: white;
        width: 37%;
        padding: 15px;
        text-align: left;
    }
    
    @keyframes fadeDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .contact-floating {
        position: fixed;
        bottom: 100px;
        right: 1px;
        z-index: 999;
        display: flex;
        flex-direction: column;
        gap: 10px;
        background-color: chocolate;
        transition: all ease 0.6s;
    }

    .contact-btn:hover {
        width: 50px;
        height: 50px;
    }

    .contact-floating:hover {
        background-color: chocolate;
    }

    #rightSideBar {
        display: none;
    }
}

@media (max-width: 540px) {
    .imptDates .row .col-md-9 {
        border-left: 0px solid #acacac;
    }

    .fee-table th,
    .fee-table td {
        vertical-align: middle;
        font-size: 10px;
        padding: 15px 10px;
        border: solid 1px gray;
    }
    .conf-main {
        margin: 0px !important;
    }
    .cbs_form .title {
        font-size: 18px;
        line-height: 22px;
    }
    .cbs_form .dna-workshop h5, p {
        font-size: 15px;
        line-height: normal;
    } 
    .form-section {   
    padding: 10px;  
}
   .form_btn {    
    display: flex;  
    flex-wrap: wrap;
    text-align: center;
    }
    .slider-container { 
        background-color: white;
        padding: 25px 0px;
}
    .slider-container .image-slider-2 .swiper-wrapper>div  { 
        text-align: center;
} 
    .dropdownside-dropdown .btn {
        background-color: #0a4000;
        color: white;
        width: 90%;
        padding: 15px;
        text-align: left;
    }
}

