.elementor-16543 .elementor-element.elementor-element-139c457{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-16543 .elementor-element.elementor-element-10cd25d img{width:100%;}.elementor-16543 .elementor-element.elementor-element-eeb5f89{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-16543 .elementor-element.elementor-element-eeb5f89.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-16543 .elementor-element.elementor-element-139c457{--content-width:100%;}.elementor-16543 .elementor-element.elementor-element-eeb5f89{--width:88.45%;}}/* Start custom CSS for html, class: .elementor-element-a7b78bb *//* =========================
   CONTENT
========================= */

.tab-content{
    display:none;
    width:100%;
    padding:20px 0;
    background:transparent;
    border:none;
    box-shadow:none;
}

.tab-content.active{
    display:block;
}

/* Heading */

.tab-content h3{
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 32px !important;
    font-weight: 400;
    line-height: 1.3;
    color:#4A4A4A;
    margin:0 0 20px;
}

/* Paragraph */

.tab-content p{
    font-family:'Inter', sans-serif !important;
    font-size:16px !important;
    font-weight:400;
    line-height:1.8;
    color:#333333;
    margin:0 0 25px;
}

/* Read More Button */

.readmore{
    display:inline-block;
    padding:12px 24px;
    background:#2F6770;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-family:'Inter', sans-serif;
    font-size:16px;
    font-weight:500;
    transition:.3s;
}

.readmore:hover{
    background:#214c53;
}

.conference-details{
    list-style: disc;
    list-style-position: outside;
    margin:20px 0;
    padding-left:25px;
}

.conference-details li{
    font-family:'Inter', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.8;
    color:#202124; /* Dark black */
    margin-bottom:10px;
}

.conference-details li strong{
    font-family:Helvetica, Arial, sans-serif;
    font-weight:700;
    color:#202124; /* Dark black for bold titles */
}
.text-link{
    color:#2458BB;
    text-decoration:underline;
}

.text-link:hover{
    color:#1d469b;
}


.tick-list{
    list-style: none;
    padding-left: 40px;   /* Conference bullets ke saath align */
    margin: 20px 0;
}

.tick-list li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #202124;
}

.tick-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #2E7D32;
    font-size: 18px;
    font-weight: 700;
}
.proposal-link-list{
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 40px;
    margin: 20px 0;
}

.proposal-link-list li{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #202124;
}

.proposal-link-list a{
    color: #2458BB;
    text-decoration: underline;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.proposal-link-list a:hover{
    color: #1d469b;
}
.tab-content p,
.tab-content ul,
.tab-content ol,
.tab-content li{
    text-align: justify;
    text-justify: inter-word;
}

.sub-bullets{
    list-style-type: disc;
    margin-top:10px;
    margin-left:35px;     /* Pehle 20px tha */
    padding-left:20px;    /* Pehle 10-20px tha */
}

.sub-bullets li{
    margin-bottom:8px;
    color:#202124;
}




/* ===================================
   STUDY REPORT ACCORDION
=================================== */

.toc-box{
    margin-top:35px;
}

.toc-box h4{
    font-family:Helvetica, Arial, sans-serif;
    font-size:16px;
    font-weight:700;
    color:#202124;
    margin-bottom:15px;
}

/* Accordion Item */

.accordion-item{
    border-bottom:1px solid #d9d9d9;
}

/* Button */

.accordion-btn{
    width:100%;
    background:#fff;
    border:none;
    outline:none;
    cursor:pointer;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:18px 0;

    font-family:Helvetica, Arial, sans-serif;
    font-size:20px;
    font-weight:500;
    color:#202124;

    transition:.3s;
}

/* Hover */

.accordion-btn:hover{
    color:#2458BB;
}

/* Arrow */

.accordion-btn .icon{
    font-size:18px;
    transition:.35s ease;
}

/* Rotate Arrow */

.accordion-item.active .icon{
    transform:rotate(180deg);
}

/* Content */

.accordion-content{

    max-height:0;
    overflow:hidden;

    transition:max-height .45s ease;

}

/* =======================================
   SESEI ACCORDION
======================================= */

.custom-accordion{
    margin-top:25px !important;
}

.accordion-item{
    border-bottom:1px solid #2F6770;
}

.accordion-header{

    width:100%;

    background:#fff;

    border:none;

    padding:12px 0;

    cursor:pointer;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-family:Helvetica, Arial, sans-serif;

    font-size:18px;

    font-weight:600;

    color:#202124;

    transition:.3s;

}

.accordion-header:hover{

    color:#202124;          /* Font color same rahega */
    background:#e2eff5;     /* Light grey background */
}

.accordion-icon{

    font-size:22px;

    transition:.35s;

}

.accordion-item.active .accordion-icon{

    transform:rotate(180deg);

}

.accordion-body{

    max-height:0;

    overflow:hidden;

    transition:max-height .45s ease;

}

.accordion-body p{

    font-family:'Inter',sans-serif;

    font-size:16px;

    line-height:1.8;

    color:#202124;

    padding-bottom:25px;

}

.accordion-item.active .accordion-body{

    max-height:1500px;

}

@media(max-width:768px){

.accordion-header{

font-size:16px;

padding:18px 0;

}

}

/* Accordion Content */

.accordion-body{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
    padding:0;
}

.accordion-item.active .accordion-body{
    max-height:2000px;
    padding:15px 0 20px;
}

/* Paragraph */

.accordion-body p{
    margin:0 0 12px !important;
    padding:0 !important;
    font-family:'Inter',sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#202124;
}

/* Remove margin from last paragraph */

.accordion-body p:last-of-type{
    margin-bottom:8px !important;
}

/* Bullet List */

.accordion-body .conference-details{
    margin:0 0 10px 22px !important;
    padding-left:18px !important;
}

/* Bullet Items */

.accordion-body .conference-details li{
    margin:0 0 8px !important;
    padding:0 !important;
    line-height:1.8;
    color:#202124;/* End custom CSS */