.elementor-kit-1339{--e-global-color-primary:#2B2B2B;--e-global-color-secondary:#040404;--e-global-color-text:#5A5A5A;--e-global-color-accent:#70C4D7;--e-global-color-26e062d:#FFFFFF;--e-global-color-fa3c567:#D2D2D2;--e-global-color-6273c37:#D8D8D8;--e-global-color-f90c44c:#E2E2E2;--e-global-color-3a78494:#EEEEEE;--e-global-color-8a3c369:#DFE3E8;--e-global-color-dc668cd:#08AAC4;--e-global-color-f57faf4:#5B3525;--e-global-typography-primary-font-family:"sofia-pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"sofia-pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"sofia-pro";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-3a78494 );color:var( --e-global-color-text );}.elementor-kit-1339 button,.elementor-kit-1339 input[type="button"],.elementor-kit-1339 input[type="submit"],.elementor-kit-1339 .elementor-button{background-color:var( --e-global-color-dc668cd );color:var( --e-global-color-26e062d );}.elementor-kit-1339 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1339 a{color:var( --e-global-color-dc668cd );font-family:"sofia-pro", Sans-serif;}.elementor-kit-1339 a:hover{color:var( --e-global-color-accent );}.elementor-kit-1339 h1{font-family:"sofia-pro", Sans-serif;}.elementor-kit-1339 h2{font-family:"sofia-pro", Sans-serif;}.elementor-kit-1339 h3{font-family:"sofia-pro", Sans-serif;}.elementor-kit-1339 h4{font-family:"sofia-pro", Sans-serif;}.elementor-kit-1339 h5{font-family:"sofia-pro", Sans-serif;}.elementor-kit-1339 h6{font-family:"sofia-pro", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:96%;}.e-con{--container-max-width:96%;}}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:96%;}.e-con{--container-max-width:96%;}}@media(max-width:1026px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:96%;}.e-con{--container-max-width:96%;}}@media(max-width:880px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:96%;}.e-con{--container-max-width:96%;}}@media(max-width:640px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:96%;}.e-con{--container-max-width:96%;}}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}/* Start custom CSS */.blue-dot {
    color: #70C4D7;
}  
.publication-details-container {
    display: inline-flex;
    flex-wrap: wrap;
}
.inline-text-editor {
    display: inline;
    white-space: normal; /* Ensures text wraps naturally */
    padding: 0;
    margin: 0;
}


.elementor-container {
    display: inline-flex;
    flex-wrap: wrap;
}
.elementor-widget-text-editor {
    display: inline;
    white-space: normal; /* Ensures text wraps naturally */
    padding: 0;
    margin: 0;
}
  
.publication-details {
    font-family: Sofia-Pro, Arial, Helvetica, sans-serif;
    color: #1f1f1f;

}

@media screen AND (min-width: 1200px) {
    .publication-details {
       font-size: 18px !important;
    }
}

@media Screen AND (max-width: 1200px) {
    .publication-details {
       font-size: 16px !important;
    }
}

@media Screen AND (max-width: 768px) {
    .publication-details {
       font-size: 15px !important;
    }
}
.publication-box a {
    color: black;
}


/*------------------------------*/
/* Hide the checkbox completely */
/*------------------------------*/
.abstract-toggle-block {
    margin-bottom: 15px;
    position: relative;
}

/* Hide the checkbox completely */
.toggle-checkbox {
    display: none;
}

/* Content is hidden by default */
.content-block {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0;
    display: block;
}

/* When checkbox is checked, show content */
.toggle-checkbox:checked ~ .content-block {
    max-height: 1600px; /* Adjust this to the content's approximate maximum height */
}

/* Style the toggle link (the label) */
.toggle-link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

/* Icon rotation for expanded state */
.icon-color {
    color: #0CA9C4 !important; /* Customize as needed */
    transition: transform 0.3s ease;
}

.toggle-checkbox:checked + .toggle-link .icon-color {
    transform: rotate(180deg); /* Rotate icon */
}/* End custom CSS */