@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;

    }

    .container-mid {
        max-width: 80% !important
    }

    .col-md-2.bgImg {
        width: 10%;
    }

    .col-md-2.site-logo {
        width: 12%;
    }

    .col-md-8.borderbox {
        width: 78%;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px !important;

    }

    .container-mid {
        max-width: 83% !important;
    }

    .col-md-2.bgImg {
        width: 10%;
    }

    .col-md-2.site-logo {
        width: 12%;
    }

    .col-md-8.borderbox {
        width: 78%;
    }
}

@media (min-width: 1800px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1620px !important;

    }

    .container-mid {
        max-width: 80% !important;
    }
}


button.menu-toggle {
    display: none;
}

.borderbox {
    border: 2px solid #d069f4;
    padding: 15px;
    background-color: #202020;
}

ul#primary-menu {
    flex-wrap: wrap;
    align-items: center !important;
    flex-direction: row !important;
    text-align: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.menu-menu-1-container {
    height: 100%;
}

nav#site-navigation {
    height: 100%;
}

nav#site-navigation {
    height: 100%;
}

.row.row-cols-auto {
    justify-content: flex-end;
    overflow: hidden;
}

.bgImg {
    justify-content: center;
    vertical-align: middle;
}

a.custom-logo-link {
    display: flex;
    height: 100%;
    align-items: center;
    width: 68%;
}

.topheader a.custom-logo-link {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

ul.sub-menu {
    display: none;
}

ul#primary-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px !important;
}

ul#primary-menu li a:hover {
    color: #d069f4
}

ul#primary-menu {
    color: #fff;
}

.col-md-2.site-logo {
    background: #d069f4;
    display: flex;
    align-items: center;
}

.row.align-items-start.blackbg {
    flex-wrap: wrap;
}

img {
    max-width: 100%;
    height: auto;
}

.site-logo h3 {
    color: #fff;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.search-input {
    width: 0;
    padding: 0;
    border: none;
    outline: none;
    transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.search-container.active .search-input {
    color: white;
    width: 500px;
    padding: 0px;
    visibility: visible;
    opacity: 1;
}

.col.borderbgn {
    background: #202020;
    display: block;
    border: 2px solid #d069f4;
    margin-top: 4px;
}

li#menu-item-20 {
    position: relative;
}

#menu-item-20>a {
    position: relative;
    padding-left: 30px;
    /* Adjust this based on the SVG size */
}

#menu-item-20>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
    width: 16px;
    /* Adjust SVG size */
    height: 16px;
    background-image: url('https://child-development.org.il/wp-content/uploads/2024/11/pink_drop.svg');
    background-size: contain;
    background-repeat: no-repeat;
}


#primary-menu .sub-menu {
    margin: 10px 0;
    display: none;
    position: absolute;
    left: 0;
    padding: 10px 10px;
    background-color: #fff;
    list-style: none;
    text-align: right;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#menu-item-20 .sub-menu li {
    padding: 10px;
}

#menu-item-20 .sub-menu li:hover {
    padding: 10px;
    background-color: #f7f7f7;
}

#menu-item-20 .sub-menu li a {
    color: black !important;
}


.col.borderbgn ul {
    margin: 0;
    display: flex;
    list-style: none;
    color: #fff;
    padding: 7px;
    align-items: center;
}

li.useraccount {
    border-right: 1px solid #fff;
    padding-right: 20px;
    padding-left: 0;
}

li.useraccount img {
    margin-left: 10px;
}

.col.borderbgn a {
    color: #fff;
    text-decoration: none;
}

.search-container {
    padding-left: 10px;
}

.timerRow {
    direction: ltr;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#column-content {
    padding: 20px 10px;
    background-color: #F1F1F1;
    list-style: none;
    align-items: self-start;
    margin: 10px 0;
}

.tab-contents ul.accordion-title .ctablespeaker:empty {
    display: none !important;
}

.accordion-title.bgcolor-blue li.ctablespeaker {
    width: 100%;
}

#column-content p {
    padding: 0;
    margin: 0;
}

#column-content img {
    margin: 8px 10px;
}

.boxTime {
    background-color: #fff;
    padding: 9px 10px;
    margin: 10px;
    color: #000;
}

.text-white {
    color: #fff;
}

.boxTime span {
    display: block;
    color: #202020;
    font-weight: 600;
    font-size: 55px;
    line-height: 1;
}

.herotimer {
    background-size: cover;
    padding-top: 30vh !important;
    background-repeat: no-repeat;

}

.herotimer h1 {
    font-size: 5.5rem;
    font-weight: bold;
}

.herotimer p {
    font-weight: 500;
}

.lg\:h-screen {
    min-height: 100vh;
}

header#masthead {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
}

.topheader {
    background: #fff;
}




.tabs-container li#column-content {
    display: flex;
    align-items: center;
}

@media (min-width: 1920px) {
    .container {
        max-width: 1720px;
    }
}

@media (min-width: 1720px) {
    .container {
        max-width: 1520px;
    }
}


a.btn {
    border-radius: inherit;
    padding: 20px 50px;
    font-weight: 500;
    background: #d069f4;
    color: #fff;
    border: 2px solid #d069f4;
}

.row.tbpadding {
    padding-bottom: 50px;
}

a.btn.option1 {
    background: #d069f4;
    color: #fff;
    border: 2px solid #d069f4;
}

a.btn:hover {
    background: #fff;
    color: #d069f4;
    border-color: #fff;
}

a.btn.option1:hover {
    background: #fff;
    color: #d069f4;
    border-color: #fff;
}

.banner-section {
    display: block;
}

.bgcolor-blue {
    background: #d069f4;
}

.bgcolor-purple {
    background: #d069f4;
}

/* "Section Bg Color" ACF option — full palette, scoped to .banner-section.
   Two bugs were making the option not reflect:
   1) Only blue/purple/white/gray had rules, so Black/Green/Red/Orange/Yellow did nothing.
   2) The section also carries the .whitebg utility class, and `.whitebg{background:#fff}`
      (same specificity, loaded later) was OVERRIDING `.bgcolor-*` → the band went white.
   Scoping to `.banner-section.bgcolor-*` (specificity 0,2,0) makes the option's color win
   over `.whitebg` (0,1,0). Uses background-color (not the `background` shorthand) so the
   hero's inline background-image is never wiped. This file loads only on conference pages. */
.banner-section.bgcolor-white {
    background-color: #fff;
}

.banner-section.bgcolor-black {
    background-color: #000;
    color: #fff;
}

.banner-section.bgcolor-gray,
.banner-section.bgcolor-light {
    background-color: #F1F1F1;
}

.banner-section.bgcolor-blue,
.banner-section.bgcolor-purple {
    background-color: #d069f4;
}

/* conference keeps its own brand purple */
.banner-section.bgcolor-green {
    background-color: #2CC97D;
}

.banner-section.bgcolor-red {
    background-color: #FC8B8B;
}

.banner-section.bgcolor-orange {
    background-color: #FBBC83;
}

.banner-section.bgcolor-yellow {
    background-color: #FCD369;
}

.banner-section.bgcolor-yellow-light {
    background-color: #FFF9EB;
}

.p-8 {
    padding: 2rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-9 {
    padding-bottom: 2.25rem;
    padding-top: 2.25rem
}

.py-\[16rem\] {
    padding-bottom: 16rem;
    padding-top: 16rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-\[16rem\] {
    padding-bottom: 16rem
}

.pb-\[5rem\] {
    padding-bottom: 5rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-8 {
    padding-top: 2rem
}

.pt-\[10rem\] {
    padding-top: 10rem
}

.pt-\[13rem\] {
    padding-top: 13rem
}

.pt-\[16rem\] {
    padding-top: 16rem
}

.pt-\[8rem\] {
    padding-top: 8rem
}

.text-center {
    text-align: center
}

.whitebg .container {
    background: #fff;
    color: #000;
    text-align: right !important;
}



.padding-35 .container {
    padding: 65px;
}

.container p {
    line-height: 1.6;
}

/*footer css*/
footer#colophon {
    border-top: 1px solid #d069f4;
    padding: 50px 150px 50px 150px;
    background-color: #202020;
    color: #fff;
}

ul.socialIcons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    padding-right: 50px;
}

ul.socialIcons li a {
    color: #d069f4;
    font-size: 20px;
}

ul.socialIcons li {
    padding: 10px;
}

ul.socialIcons li:first-child {
    padding-right: 0;
}

input#search-input::placeholder {
    color: #202020;

}

.site-footer h3.widget-title {
    border-bottom: 1px solid #d069f4;
    padding: 0px 0px 10px 0px;
    color: #d069f4;
    font-size: 1.50rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.search-container {
    margin: 0px 0px 0px 10px;
    padding: 5px 0;
    border-bottom: 1px solid #202020;
}

.search-container.active {
    margin: 0 10px;
    padding: 5px 0;
    border-bottom: 1px solid #d069f4;
}

.imp-btns {
    display: flex;
    width: 100%;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

ul.imp-btns {}

.imp-btns li {
    width: 100%;
    text-align: center;
}

.imp-btns li a {
    border: 1px solid #d069f4;
    text-align: center;
    display: block;
    direction: ltr;
    text-decoration: none;
    padding: 6px 5px;
    color: #fff;
}

.imp-btns li a i {
    padding-right: 10px;
    color: #d069f4;
}

table.footerTimeline {}

table.footerTimeline {
    width: 100%;
}

table.footerTimeline tr {
    border-bottom: 1px solid #d069f4;
}

table.footerTimeline tr td,
table.footerTimeline th {
    padding-bottom: 18px;
}

.footerTimeline th {
    font-weight: 500;
}

.site-footer p {
    font-size: 15px;
}

.print-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid black;
    width: 17px;
    height: 17px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

.print-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4.5px;
    width: 5px;
    height: 8px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.ctableDate img,
.ctablespeaker img {
    padding-bottom: 10px;
}

.ctableDate h4 {
    text-transform: Capitalize !important;
    font-size: 20px;
    font-family: 'Ploni', sans-serif;
    font-weight: 700;
}

.ctableDate p {
    text-transform: Capitalize !important;
    font-size: 20px;
}

.toggle-icon {
    cursor: pointer;
    /* Shows that the icon is clickable */
    transition: transform 0.3s ease;
    /* Optional smooth transition */
    position: absolute;
    left: -25px;
    top: -10px;
}

.accordion-title li {
    list-style: none;
    display: inline-block;
    margin-right: 0;
    /* Adjust margin as needed */
}

.accordion-item {
    border: 1px solid #ccc;
    /* Optional border for accordion item */
    padding: 10px;
    margin-bottom: 10px;
    /* Optional spacing between items */
}


img {
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    .search-container.active .search-input {
        width: 200px;
        padding: 0px;
        visibility: visible;
        opacity: 1;
    }


    .borderbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    button.menu-toggle {
        display: block;
    }

    .menu-menu-1-container {
        /* display: none; */
    }

    .site_logo {
        max-width: 140px;
        color: #fff;
    }

    .search-container {
        float: right;
    }

    .main-navigation.toggled .menu-menu-1-container {
        /* display: block; */
        left: 0;
    }

    nav#site-navigation {
        display: flex;
        align-items: center;
    }

    button.menu-toggle {
        background: transparent;
        border: none;
        font-size: 0;
        height: 34px;
        width: 40px;
        border-bottom: 2px solid #fff !important;
        border-top: 2px solid #fff;
        position: relative;
        padding: 0;
        opacity: 1;
    }

    button.menu-toggle:after {
        content: '';
        display: block;
        border: 1px solid #fff;
        width: 100%;
    }

    .site_logo h3 {
        font-size: 20px;
    }

    .main-navigation.toggled ul#primary-menu {
        display: block;
        margin-top: 30px;
    }

    .main-navigation .menu-menu-1-container {
        z-index: 1000;
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background-color: #f8f9fa;
        padding: 10px;
        border-right: 1px solid #ccc;
        transition: left 0.3s ease;
    }



    ul#primary-menu li a {
        color: #000;
        text-align: center;
    }

    ul#primary-menu li {
        padding: 10px 10px;
    }

    footer#colophon {
        padding: 0;
    }

    footer#colophon {
        display: block;
    }

    footer#colophon .col {
        width: 100%;
        flex: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site-footer h3.widget-title {
        direction: ltr;
        text-align: right;
    }

    .py-16 {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .boxTime {
        margin: 7px;
    }

    .col.Count-1 {
        margin: 0;
        padding: 0;
    }

    .herotimer h1 {
        font-size: 3rem;
    }

    .boxTime span {
        font-size: 36px;
    }

    .row.tbpadding {
        margin: 0;
    }

    .row.align-items-start.blackbg {
        margin: 0;
        background: transparent;
    }

    header#masthead {
        background: transparent;
    }

    .topheader {
        background: transparent;
    }

    .search-container {
        padding-left: 0;
    }

    input#search-input {
        position: absolute;
        top: 88px;
        border: 1px solid white;
        padding: 8px;
        right: 150px;
        border-radius: 0;

    }

    li.useraccount {
        display: none;
    }

}

/*single confrence page*/

.main.awardSingle {
    padding-top: 200px;
    padding-bottom: 40px;
    background: #000;
}

.event-year-archive-container {
    padding: 50px 0px;
}

.ctable {
    display: flex;
    list-style: none;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    gap: 20px;
}

li.ctableCheck {
    width: 6%;
}

li.toggle {
    position: relative;
    width: 21%;
}

li.ctableDate {
    width: 22%;
}

li.ctablespeaker {
    width: 27.5%;
    padding: 0 8px;
}

.tabs-container {
    margin-top: 20px;
}

.tab-titles {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: row;
}

ul.tab-titles {
    justify-content: center;
    direction: ltr;
    padding-bottom: 20px;
}

ul.tab-titles li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.tab-content {
    display: none;
    margin-top: 10px;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-title {
    cursor: pointer;
    display: flex;
    align-items: end;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    list-style: none;
    margin-bottom: 0;
    padding-right: 10px;
}

.accordion-content {
    display: none;
}


.accordion-item {
    border: none;
}

ul.ctable {
    margin-bottom: 0;
    gap: 20px;
    padding: 16px 12px;
}

.accordion-title li {
    font-weight: 700;
    font-size: 20px;
}

.accordion-item {
    background: #f1f1f1 !important;
    margin-top: 10px;
    border: none !important;
    border-radius: 0 !important;
}

ul.accordionDetails {
    display: flex;
    align-items: start;
    /* 	min-height: 113px; */
    padding: 20px 60px;
    list-style: none;
    gap: 0;
    border-top: 1px solid #7C7C7C;
}

.accordion span.time {
    padding: 18px;
    font-weight: 700;
    font-size: 20px;
}

.accordion-title li.ctablespeaker span {
    word-break: break-word;
    -webkit-line-clamp: 1;
    position: relative;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.ctablespeaker h4 {
    font-size: 20px;
    font-family: 'Ploni', sans-serif;
    font-weight: 700;
}

.ctablespeaker p {
    font-weight: 400;
    font-size: 20px;
}

.accordion-title.bgcolor-blue {
    background: #d069f4;
    color: #fff;
}

.btnStyle2 {
    background: #fff;
    border: 1px solid #D069F4;
    color: #000;
    font-weight: bold;
    padding: 15px 25px;
}

.btnStyle2:hover {
    background: #d069f4;
    color: #fff;
}

button.print-tab-data.btnStyle2 {
    float: left;
    margin: 13px 0;
}

.tab-content:after {
    content: '';
    display: block;
    clear: both;
}

.ConferenceSingle {
    padding-bottom: 40px;
}


/*page title*/
.page-template-conference-template .main-page {
    background: #000;
}

.banner-title-section h1 {
    text-align: center;
    line-height: 1;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
}

.awardBox .text-center strong {
    font-size: 24px !important;
}

.banner-title-section .container {

    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1030px;
}

.bgcolor-blue {
    background: #d069f4;
    color: #fff;
}

.box-section .container {
    max-width: 1030px;
    background: #f1f1f1;
    color: #000;
    padding: 70px;
    margin-bottom: 50px;
}

.container-mid {
    /* max-width: 1030px; */
    /* margin: 0 auto; */
}

.box-section .container-mid {
    padding: 20px;
    border: 2px solid #d069f4;
    background: #fff;
}

.bgcolor-white {
    background: #fff;
    color: #000;
}

.banner-title-section .bgtext {
    max-width: 700px;
    margin: 0 auto;
}

.form-style-1 label.form-label {
    font-weight: bold;
}

.form-style-1 .form-control {
    background: transparent;
    border: navajowhite;
    border-bottom: 1px solid #000;
    border-radius: 0;
    display: ruby;
    text-align: right;
    padding: 10px 0 10px 0;
}




.call-for-award .container.h-auto {
    background-color: #F1F1F1 !important;
}

.form-style-1 .form-control:focus {

    box-shadow: none;
    border-color: black;
}

.formrow {
    margin-bottom: 10px;
}

.formrow.textareaform {
    border: 1px solid #000;
}

.formrow.textareaform label.form-label {
    display: block;
    background: #f1f1f1;
    padding: 10px 4px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
}

.formrow.textareaform textarea {
    color: #000;
    border: none;
}

.boxContainer h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.formbtn .submitbtn {
    display: block;
    background: #F7EDFC;
    width: 100%;
    border: 1px solid #d069f4;
    padding: 10px 0;
    font-weight: bold;
}

.formbtn .submitbtn:hover {
    display: block;
    background: #D069F4;
    width: 100%;
    border: 1px solid #d069f4;
    padding: 10px 0;
    font-weight: bold;
}

a.btn.option3 {
    background: #f1f1f1;
    border-color: #f1f1f1;
    display: block;
    color: #000;
    line-height: 1;
    padding: 10px 10px;
}

.btn img {
    max-height: 32px;
    margin-left: 10px;
}

.banner-title-section .container p {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.row.tbpadding {
    padding-bottom: 0;
}

.row.tbpadding .mb-5 {
    margin-bottom: 30px !important;
}

/*award page css*/
.bgcolor-gray {
    background: #f1f1f1;
}

.bgcolor-white {
    background-color: #fff;
}

.awardSection .container {
    max-width: 1030px;
    color: #000;
    padding: 70px;
    margin-bottom: 50px;
}

.awardSection .col-md-6 .inrboxcoltwo {
    padding: 20px;
    border: 2px solid #d069f4;
    background: #fff;

    /* Centers horizontally */
    /* Centers vertically */
    /* Ensure the container takes the full height */
}

.awardSection {
    background: transparent;
}

.BoxBtn {
    background: #f1f1f1;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}

.BoxBtn h3 {

    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 0;
    line-height: 1;
}

.BoxBtn p {
    margin-bottom: 0;
}

.awardSection .col-md-6 .inrboxcoltwo.imageBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.awardSection .col-md-6 .inrboxcoltwo.imageBox:before {
    background: #d069f4;
    height: 500px;
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    border-radius: 54%;
    margin-right: -196px;
    margin-top: -210px;
}

.awardSection .col-md-6 {
    position: relative;
}

.awardSection .col-md-6 .inrboxcoltwo.imageBox img {
    z-index: 9;
}

.text-purple {
    color: #d069f4;
}

.tax-event-year main.main-page {
    background: #000;
    padding-top: 170px;
    padding-bottom: 40px;
}

.container-mid {
    max-width: 1030px;
    margin: 0 auto;
}

.topheadingArchive h1 {
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    font-size: 2rem;
}

.topheadingArchive {
    padding: 15px 40px;
}

.post-type-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.post-type-tabs ul li a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #f1f1f1;
    display: block;
    padding-bottom: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.post-type-tabs ul li {
    padding: 10px;
}

.post-type-tabs ul li a:hover,
.post-type-tabs ul li.active a {
    border-color: #d069f4;
}

.event-year-terms h3 {
    padding: 25px 15px;
    font-size: 18px;
}

.event-year-terms ul {
    padding: 15px;
    list-style: none;
    margin: 0;
}

.event-year-terms ul li a {
    display: block;
    text-decoration: none;
    background: #f1f1f1;
    border: 2px solid #d3d3d3;
    margin-bottom: 15px;
    padding: 10px;
    color: #000;
    font-weight: bold;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.event-year-terms ul li.active a,
.event-year-terms ul li a:hover {
    background: #d069f4;
    border-color: #d069f4;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.post-type-tabs {
    padding: 0 40px;
}

.archivePostList {
    padding: 15px 40px;
}


.card {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;

    overflow: hidden;
}

.card-img-top {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.masonry-itemCustom .card-body {
    padding: 0;
}

.card-title {
    background: #d069f4;
    color: #000;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.2;
    padding: 15px 10px;
}

.card-title a {
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
}

.card-sub-title {
    background: #F1F1F1;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    margin: 0;
}

.card-text p {
    padding: 10px;
}

.post-type-archive-committee {
    background: #000;
    padding-top: 120px;
}

.pageHeader .container {
    background: #d069f4;
}

.masonry-gridCustom {

    margin: 0 80px;
    padding: 30px 100px;
}

.card img.card-img-top {
    border: 0 !important;
    border-radius: 0 !important;
}

.card {
    border: 1.3px solid #d069f4 !important;
    border-radius: 0 !important;
}

.card-text p {
    text-align: center;
}

.card-img-top {
    border-radius: 0;
}

.pageHeader {
    margin: 0 80px;
    margin-top: 40px;
    background: #d069f4;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pageHeader h1 {
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 2rem;
}

.committees-archive-container {
    padding-bottom: 40px;
}

@media (max-width: 768px) {

    input#searchsubmit {
        display: none;
    }

    ul.tab-titles li a {
        text-align: center;
    }

    .ctablespeaker p {
        text-align: right;
    }

    a.custom-logo-link {
        width: 100%;
    }

    ul.accordionDetails {
        display: flex;
        align-items: center;
        border-top: 1px solid #ccc;
        flex-direction: column;
    }

    li.ctablespeaker.ct-topic {
        width: 100%;
    }


    .ctable {
        display: flex;
    }

    #column-content p {
        padding: 0;
    }

    .masonry-gridCustom {}

    h4.card-sub-title.flextbox {
        padding: 0;
        text-align: left;
    }

    h4.card-sub-title.flextbox img {
        margin-right: 10px;
    }

    .masonry-gridCustom {}

    .card-title {
        font-size: 14px;
    }

    .pageHeader {
        margin: 0;
    }

    .pageHeader h1 {
        font-size: 1.5rem;
        padding: 10px 0;
    }


}

@media (max-width: 576px) {
    .masonry-gridCustom {
        column-count: 2;
        /* 1 column on smaller screens */
    }
}

.archivePostList .masonry-gridCustom {
    margin: 0;
    padding: 0;
    padding-top: 40px;
}

.archivePostList .masonry-gridCustom h3.card-title {
    font-size: 18px;
    padding: 10px 10px;
    margin-bottom: 0;
}

.card-text {
    max-height: 80px;
    overflow-x: auto;
}

.card-text {

    margin-bottom: 10px !important;
}


.card-text ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}


.card-text p {
    font-size: 14px;
}

.committees-archive-container {
    padding-bottom: 60px;
    padding-top: 40px;
}

.post-type-archive-sponsor {
    background: #000;
    padding-top: 200px;
}

.admin-bar .post-type-archive-sponsor {
    padding-top: 120px;
}

.pageHeader .container {
    background: #d069f4;
}

.pageHeader {
    margin-top: 40px;
    background: #d069f4;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sponcer-item {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    box-shadow: 0 4px 15px -1px rgba(0, 0, 0, .05);
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 25px;
}

.sponcer-item img.card-img-top {
    height: 100px;
    width: auto;
}

.committees-archive-container .container-mid {
    background: #F1F1F1;
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}

.committees-archive-container .pageHeader {
    margin: 0;
}

.sponcer-grid {
    margin: 0 80px;
}

.pageSubHeader {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

.pageHeader h1 {
    text-align: center;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 32px;
}

.archivePostList.bgcolor-white.sponsor {
    background: #f1f1f1;
    padding: 0;
}

.archivePostList .sponcerContainer.sponcer-grid {
    padding: 0 40px;
    margin: 0;
    padding-top: 40px;
}

.archivePostList.bgcolor-white.award {
    padding: 0;
}

.archivePostList.bgcolor-white.award p {
    font-size: 14px;
}

.row {
    margin-left: -5px;
    margin-right: -5px !important;
}

.archivePostList.photo-gallery .col-md-9,
.archivePostList.photo-gallery .col-md-6,
.archivePostList.photo-gallery .col-md-4,
.archivePostList.photo-gallery .col-md-3 {
    padding: 0 5px;
    padding-bottom: 10px;
}

.archivePostList.recordings .col-md-6 {
    padding: 0 5px;
    padding-bottom: 10px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* Aspect ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.masonry-itemCustom.col-md-3 {
    padding: 0 5px;
    padding-bottom: 10px;
}

.video-wrapper .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.recording-item h3 {
    background: #f1f1f1;
    display: block;
    margin: 0;
    font-size: 16px;
    padding: 13px;
}

.recording-item h3.rTitle {
    background: #d069f4;
}

.recordings .tab-contents {
    padding-top: 20px;
}

ul.tab-titles li a {
    display: block;
    border-bottom: 3px solid #fff;
    padding-bottom: 13px;
    font-size: 20px;
}

ul.tab-titles li a.active {
    border-color: #d069f4;
    font-weight: bold;
}

.menu-menu-1-container {

    padding: 17px 25px;

}

.archivePostList .card-sub-title {
    text-align: left;
    padding: 0;
}

.archivePostList .card-sub-title img {
    height: 20px;
    margin-right: 10px;
}

.herotimer .row.tbpadding {
    align-items: center;
    justify-content: center;
    width: 100%;
    float: none;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
}

.tabs-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.post-type-archive.post-type-archive-lecturer {
    background: #000;
    padding-top: 120px;
}

.post-type-archive.post-type-archive-lecturer .container-mid {
    background: #fff;
}


.post-type-archive.post-type-archive-lecturer h3.card-title,
.masonry-itemCustom .card-body h3.card-title {
    display: block;
    margin: 0;
    padding: 8px;
}

.post-type-archive.post-type-archive-lecturer h4.card-sub-title.flextbox,
.card-sub-title {
    text-align: left;
    margin: 0;
    padding: 0;
}


.post-type-archive.post-type-archive-lecturer h4.card-sub-title.flextbox img,
.card-sub-title img {
    width: 55px;
    margin-right: 10px;
}

.page-style-main {
    padding-top: 190px;
    background: #000;
}

.page-style-main .box-section .container {

    padding: 70px 105px;
    margin: 0 auto;
}

.page-style-main .box-section .container {
    background: #fff;
}

.page-style-main .box-section .container-mid {
    max-width: 100% !important;
}

main.main-page.otherpages.page-style-main {
    padding-bottom: 50px;
}

.awardSection .container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .post-type-tabs ul li a {
        font-size: 14px;
    }

    .post-type-tabs ul li {
        padding: 5px;
    }



    .archivePostList .masonry-gridCustom h3.card-title {
        font-size: 16px;
    }

}

.archivePostList.committee h4 {
    padding: 10px;
    text-align: center;
}

.ConferenceSingle .container-mid {
    background: #fff;
}

.ConferenceSingle .pageHeader {
    margin: 0;
}

@media only screen and (max-width: 767px) {}



/* New css based on changes */

.search-container {
    transition: all 0.3s ease;
}

/* Hide the search container initially */
.conference-search-container {
    display: none;
}

/* Show the search container when 'active' class is added */
.conference-search-container.active {
    display: block;
}


li#menu-item-22 a {
    color: #d069f4 !important;
}

#primary-menu .menu-item.current-menu-item a {
    text-decoration: none;
    /* Reset default underline */
    position: relative;
    padding-bottom: 5px;
}

#primary-menu .menu-item.current-menu-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D069F4;
    /* Adjust the underline color */
}

/*  Registeration form  */


.registration_form .text-white {
    background-color: #d069f4;
    padding: 10px 0px;
    font-size: 25px;
    font-weight: bold;
}

.registration_form p.lead.mb-4 {
    font-weight: 400;
}

.registration_form .container.text-center.content-optimized.alignCenter {
    padding: 0;
}

/* Search CSS  */
/* General container for search results grid */
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
}

/* Card styling */
.search-results-grid article {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for cards */
.search-results-grid article:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Title styling */
.search-results-grid .entry-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.search-results-grid .entry-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.search-results-grid .entry-title a:hover {
    color: #0073aa;
    /* Adjust to match your theme */
}

/* Excerpt styling */
.search-results-grid .entry-summary {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

span.prof_name_new {
    display: none;

}

.herotimer .row.tbpadding a.btn.option1 {
    width: 100%;
    padding: 15px 50px;
}

.call-for-award h2.gform_title {
    display: none;
}

.call-for-award .gform-theme--foundation .gform_fields {
    row-gap: 10px;
    text-align: right;
}

.call-for-award .gform_body input {
    font-weight: bold;
    box-shadow: none !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #202020 !important;
}

.call-for-award input#input_14_1_3 {
    padding: 0;
    color: #7c7c84;
    font-size: 16px;
    font-weight: 400;
}

.call-for-award legend.gfield_label.gform-field-label.gfield_label_before_complex {
    font-weight: bold;
}

.call-for-award label.gfield_label.gform-field-label {
    font-weight: bold;
}

.call-for-award textarea#input_14_7 {
    border-radius: 0;
    box-shadow: none;
    color: #7C7C7C;
}

.call-for-award #gform_wrapper_14 #field_14_7 .gfield_label.gform-field-label {
    border: 1px solid #000;
    border-bottom: none;
    padding: 12px;
    background: #F1F1F1;
    border-radius: 0px;
    margin: 0;
}

.call-for-award p.gform_required_legend {
    display: none;
}

.call-for-award input#gform_submit_button_14 {
    width: 100%;
    padding: 18px;
    border-radius: 0;
    color: black;
    box-shadow: none;
    background: #F7EDFC;
    border: 1px solid #D069F4;
}

.call-for-award .gform-theme--foundation .gfield input.large {
    font-weight: 400;
    font-size: 16px;
    color: #7C7C7C;
    padding: 0;
}

.call-for-award label.gform-field-label.gform-field-label--type-sub {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .search-results-grid {
        grid-template-columns: 1fr;
    }
}



@media (max-width: 768px) {
    .ctable {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        /* Adjust gap between items */
    }

    .herotimer {

        padding-top: 14vh !important;

    }


    .page-style-main .box-section .container {
        padding: 25px;
        margin: 0 auto;
    }

    .awardSection .flex-row-reverse {
        flex-direction: column-reverse !important;
        padding: 10px;
        display: flex;
        margin: 0 0 0 0;
    }

    .awardSection .col-md-6 {
        position: relative;
        margin: 10px 0 0 0;
    }

    .awardSection .container {

        padding: 10px 0;

    }

    .banner-title-section h1 {
        text-align: right;
        line-height: 1;
        padding: 5px 0;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 600;
        margin: 0;
    }

    .banner-title-section .container p {
        max-width: 95%;
    }

    .awardSection .col-md-6 .inrboxcoltwo.imageBox img {
        z-index: 9;
        width: 80%;
    }

    .main.awardSingle .row.tbpadding a.btn.option3 {
        font-weight: 400;
    }

    .awardSection .col-md-6 .inrboxcoltwo.imageBox {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: 50% 0;
        margin: 15px 0 0 0;
        position: relative;
        overflow: hidden;
    }

    .btn img {
        max-height: 32px;
        display: flex;
        margin: auto;

        align-content: center;

    }

    .masonry-gridCustom {

        padding: 40px;
    }

    .padding-35 .container {
        padding: 25px;
    }

    section.banner-section.relative.text-black.bgcolor-blue.py-16.max-lg\:py-8.h-auto.whitebg.padding-35 {
        padding: 20px;
    }

    .lg\:h-screen {
        min-height: 5vh;
    }

    .py-24 {
        padding-bottom: 1rem;
    }

    .box-section .container {
        padding: 20px;
    }

    .box-section .container-mid .row {

        display: flex;
        flex-direction: column;
    }

    .row.tbpadding .mb-5 {
        padding: 6px;
    }

    .herotimer .row.tbpadding a.btn.option1 {
        width: 100%;
    }

    .page-style-main {
        padding-top: 100px;
        background: #000;
    }

    .ctable li {
        text-align: right;
        padding: 0;
        box-sizing: border-box;
    }

    .customTable li.ctableCheck {
        display: none;
    }

    ul.ctable {
        margin-bottom: 0;
        gap: 0;
    }

    li.ctableCheck {
        width: 10%;
        position: absolute;
        top: 0;
    }

    .firstcablespeaker {
        font-weight: 700 !important;
    }

    .ctablespeaker span {
        text-align: left;
        font-weight: 400;
    }

    .ConferenceSingle {
        padding-top: 90px !important;

    }

    .toggle-icon {
        cursor: pointer;
        transition: transform 0.3s ease;
        position: absolute;
        left: 0;
        top: -21px;
    }

    .spk_name {
        text-align: left;
        font-weight: 400;
    }

    .accordion-title {
        padding: 32px 10px 0px 0px;
        position: relative;
        align-items: flex-start;
    }

    .accordion-title .ctableDate img {
        display: none;
    }

    .accordion-title .ctablespeaker img {

        display: none;
    }

    .ctableDate div {
        padding: 0 !important;
    }

    .mobile_2 {
        display: block;
    }

    .accordionDetails li.ctablespeaker {
        width: 100% !important;
    }

    li.ctablespeaker {
        width: 50%;

    }

    li.ctableDate {
        width: 50%;
    }

    li.toggle {
        position: relative;
        width: 45%;
    }

    .ctableDate .topic_img {
        display: none;
    }

    .accordion span.time {
        padding: 0;
    }

    span.mobile_chk {
        display: block !important;
        font-weight: 400;
    }

    span.prof_name_new {
        word-break: break-word;
        text-align: left;
        -webkit-line-clamp: 1;
        position: relative;
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

}

span.mobile_chk {
    display: none;
}


.bg_title_css {
    text-align: center;
    margin: 0;
    padding: 4px;
    background: #F7EDFC;
}

/*  Award Page */

.doctor-item {
    background: #F1F1F1;
    padding: 5px;
    margin: 15px auto;
}

.doctor-item h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.doctor-item p {
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

.greet_content h4 {
    font-size: 19px;
}

/* Header menu */

.menu-menu-1-container li#menu-item-2315 a {
    color: #D069F4 !important;
}

.sponcer-item {
    text-align: center;
}

.sponcer-item img {
    margin: 0 auto;
    display: block;
}

.sponcer-item .lb-image {
    display: block;
    margin: 0 auto;
}

.lightbox {
    top: 60% !important;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    background: none !important;
}

.lightbox .lb-image {
    border-radius: 0 !important;

}

/* Scientific program page */

span.topic_img img {
    width: 80%;
}

span.lecturer-content p {
    text-align: right !important;
}

/*  Site logo  */

.site-logo a {
    text-decoration: none;
    color: white;
}

/*  Latest*/

.boxCfdetails li.ctablespeaker {
    width: 50% !important;
    text-align: left;
}


.section_header {
    border-bottom: 1px solid #D069F4;
    text-align: center;
    padding: 2px 0;
    margin: 5px 0;
    background: #FCFCFC;
}

.section_header h2 {
    font-size: 30px;
    font-weight: 700;
}

.accordion-title.bgcolor-blue {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

li.hallname-main {
    position: absolute;
    left: 13.5%;
}