@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.ttf");
}
@font-face {
  font-family: "LufgaMedium";
  src: url("../fonts/LufgaMedium.ttf");
}
@font-face {
  font-family: "LufgaBold";
  src: url("../fonts/LufgaBold.ttf");
}
@font-face {
  font-family: "LufgaRegular";
  src: url("../fonts/LufgaRegular.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf");
}

:root {
    --primary-color: #1b9ad6;
    --secondary-color: #15265e;
    --bold-font: Lato-Bold;
    --extra-bold-font: Lato-Black;
    --regular-font: Lato-Regular;
    --lufga-bold: LufgaBold;
    --lufga-medium: LufgaMedium;
    --lufga-regular: LufgaRegular;
}

body {
    font-family: var(--regular-font);
    font-size: 13px;
}
.banner-content h1 {    
    span {
        color: #29cdea;
        text-transform: uppercase;
    }
}
.theme-btn:visited, .theme-btn:active {
    color: #fff;
}
.bg-dark {
    background-color: #000000 !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
header {
    img.logo {
        width: 170px;
    }
    a.navbar-brand {
        padding: 0;
    }
    ul {
        li {
            a {  
                text-transform: uppercase;
                letter-spacing: 2.8px;
                text-align: center;
                border-radius: 0;
                font-family: inherit;
                outline: none;
                color: #fff !important;
            }
        }
    }
}

footer {
    background-color: #ededed;
    border-top: 1px solid #7654f01f;
    padding-top: 7em;
    .social-links {
        margin: 20px 0;
        a {
            text-decoration: none;
            color: #000;
            font-size: 22px;
            margin-right: 10px;
        }
    }
    .social-links a:hover {
        color: #018ac0;
    }
    .footer-menu-spacer {
        display: flex;
    }
    small {
        font-size: 12px;
        margin: 1em 0;
        display: block;
    }
    .column:first-child {
        max-width: 32%;
    }
    .column:nth-child(2) {
        max-width: 23%;
    }
    .column:nth-child(3) {
        max-width: 20%;
    }
    .column:last-child {
        max-width: 25%;
    }
    .footer-logo {
        max-width: 260px;
    }
    img.convolign-logo {
        max-width: 200px;
    }
    .footer-menu-spacer h3 {
        color: #000;
        font-family: var(--bold-font);
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: .5em;
    }
    ul.footer-menu {
        padding: 0;
        margin: 0;
        li {
            list-style-type: none;
            a {
                color: #000;
                transition: .5s all ease-in;
                text-decoration: none;
                padding-top: 8px;
                padding-bottom: 8px;
                font-size: 18px;
                cursor: pointer;
                font-family: var(--regular-font);
            }
        }
        :hover {
            color: var(--primary-color);
        }
    }
    .footer-bottom {
        padding: 2em 0;
        background-color: #ededed;
        color: #000000;
        p {
            font-size: 14px;
            margin: 0;
        }
        a {
            text-decoration: none;
            color: #1b9ad6;
        }
        .social-links a {
            color: #000000;
            text-decoration: none;
            padding-right: 5px;
        }
        .social-links a:hover {
            color: #1b9ad6;
        }
        
    }
}

section.banner-content {
    height: 100vh;
    padding: 3em;
    background-image: url('../images/banner-bg.webp');
    background-size: cover;
    img {
        width: 60%;
        margin-top: 5%;
        margin-bottom: 5px;
    }
    h1 {
        font-family: var(--extra-bold-font);
        font-size: 50px;
        font-weight: 700;
        text-transform: capitalize;
        font-style: normal;
        line-height: 122%;
        color: #FFFFFF;
        margin: 1em 0;
    }
} 

.theme-btn {
    background: linear-gradient(95deg, #0a749c 49.96%, #29cdea 113.85%);    
    border: 2px #0a749c solid;
    font-family: var(--regular-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    transition: all .3s;
    padding: 12px 24px;
    margin: 5px;
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    outline: none;
    .theme-btn-icon {
        padding-left: 10px;
    }
}
.theme-btn:hover {
    background: transparent;
    border: 2px #0a749c solid;
    color: #FFFFFF;
}
.bg-blue {
    background-color: #018ac0;
}
.section-header {
    min-height: 100px;
    background-color: #30cfea;
    padding: 15px 50px;
    border-radius: 0 0 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    img {
        max-width: 100px;
    }
    h2 {
        font-family: var(--extra-bold-font);
        font-size: 25px;
        margin: 0;
        span {
           font-family: var(--regular-font); 
        }
    }
}
.section-header-right {
    min-height: 100px;
    background-color: #3bafe2;
    color: #fff;
    padding: 15px 50px;
    border-radius: 0 80px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -15px;
    text-transform: uppercase;
    img {
        max-width: 100px;
    }
    h2 {
        font-family: var(--extra-bold-font);
        font-size: 25px;
        margin: 0;
        span {
           font-family: var(--regular-font); 
        }
    }
}
.about {
    scroll-margin-top: 70px;
    h2 {
        color: #0a749c;
        font-size: 32px;
        line-height: 42px;
        font-family: var(--bold-font);
        font-weight: 800;
        margin-bottom: 10px;
    }
    h3 {
        color: #29cdea;
        font-size: 25px;
        line-height: 35px;
        font-family: var(--bold-font);
        font-weight: 500;
        margin-bottom: 0px;
    }
    h4 {
        color: #000;
        font-size: 25px;
        line-height: 35px;
        font-family: var(--bold-font);
        font-weight: 500;
        margin-bottom: 20px;
    }
    p {
        font-size: 15px;
        line-height: 28px;
        font-weight: 400;
        color: #000;
        font-family: var(--regular-font);
    }
    .counter-box {
        padding: 3em 0;
        h2 {
            font-family: var(--extra-bold-font) !important;
            font-size: 63px;
            line-height: 63px;
            color: #000 !important;
            font-weight: 600;
            font-family: var(--regular-font);
            span {            
                font-family: var(--regular-font) !important;
            }
        } 
        .counter-item {
            padding: 5px 30px;
            margin-bottom: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            .counter {
                font-size: 29px;
                line-height: 35px;
                color: #000;
                font-family: var(--extra-bold-font);
            }
            .counter-text {
                font-size: 18px;
                line-height: 25px;
                color: #000;
                font-family: var(--regular-font);
            }
        }
    }
    .theme-btn:hover {
        color: #000;
    }
    .theme-btn:hover {
        svg {
            fill: #000;
            filter: invert(1) brightness(0);
        }
    }
    .secondary-theme-btn {
        color: #000;
        background: none;
        svg {
            fill: #000;
            filter: invert(1) brightness(0);
        }
    }
    .secondary-theme-btn:hover {
        color:#ffffff;
        background: linear-gradient(95deg, #0A749C 49.96%, #9CEEB0 113.85%);
        svg {
            fill: #ffffff;
            filter: invert(0) brightness(1);
        }
    }
}
.why-boston {
    padding: 5em 0;
    .section-title {
        color: #000;
        font-size: 36px;
        line-height: 47px;
        font-family: var(--bold-font);
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
    }
    .col-md-4 {        
        .card-item {
            display: flex;
            background: linear-gradient(213deg, #ffffff 85%, #29cdea70 100%);
            padding: 20px !important;
            margin-bottom: 20px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            text-align: left;
            min-height: 156px;    
            p {
                font-family: var(--lufga-medium);
                font-size: 13px;
                line-height: 23px;
                color: #000;
                font-weight: 500;
            }
            img {
                max-width: 50px;
            }
        }
    }
}
.connect-influence-lead {
    padding: 5em 0;
    .section-title {
        color: #0a749c;
        font-size: 36px;
        line-height: 47px;
        font-family: var(--bold-font);
        text-transform: capitalize;
        margin-bottom: 30px;
        text-align: center;
    }
    .box-content {
        position: absolute;
        bottom: 0;
        padding: 30px;
        h4 {
            font-size: 24px;
            line-height: 33px;
            color: #fff;
            font-family: var(--bold-font);
            margin-bottom: 20px;
        }
        p {
            font-size: 15px;
            line-height: 23px;
            color: #fff;
            font-family: var(--regular-font);
        }
    }
}
.full-width {
    background: #000000;
    padding: 7em 0;
    h3 {
        font-size: 36px;
        line-height: 47px;
        color: #fff;
        font-family: var(--lufga-bold);
        margin-bottom: 20px;
    }
    p {
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        font-family: var(--lufga-regular);
        margin-bottom: 0;
    }
}
.key-highlights {
    padding-bottom: 10em;
    background: #000000;
    .section-title {
        font-size: 36px;
        line-height: 47px;
        color: #fff;
        font-family: var(--bold-font);
        text-transform: capitalize;
        margin-bottom: 1.5em;
    }  
    .item.key-card {
        background: linear-gradient(136deg,#0a749c 49.96%,#29cdea 113.85%);
        background-color: #0a749c;
        border-radius: 10px;
        color: #fff;
        padding: 30px;
        min-height: 400px;
        h4 {
            font-size: 22px;
            font-weight: 600;
            line-height: 130%;
            color: #FFFFFF;
            font-family: var(--bold-font);
        }
        p {
            font-family: var(--regular-font);
            color: #FFFFFF;
            font-size: 16px !important;
            line-height: 24px;
        }
    }  
    /* Owl Carousel Navigation Customization 
    This is crucial to match the large, transparent arrows in the image.
    */
    .key-highlights-carousel .owl-nav {
        margin-top: 0;
        position: absolute;
        top: 50%; /* Center vertically */
        transform: translateY(-50%);
        width: 100%;
        /* Use padding to push the arrows away from the content */
        padding: 0 20px; 
        display: flex;
        justify-content: space-between;
        /* REMOVE: pointer-events: none; - This is often unnecessary and can cause issues */
    }

    .key-highlights-carousel .owl-prev,
    .key-highlights-carousel .owl-next {
        position: relative;
        z-index: 10;
        
        /* Keep these styles for appearance */
        color: #000000 !important;
        opacity: 1;
        background: none !important; 
        border: none !important; 
        line-height: 1;
        cursor: pointer;
        transition: opacity 0.2s;
        
        /* REMOVE THE MARGINS that were pushing them off-screen */
        /* margin-left: -50px; */ 
        /* margin-right: -50px; */ 
        
        /* Ensure the button area is wide enough to click */
        padding: 20px !important;
    }

    .key-highlights-carousel .owl-prev {
        margin-left: -50px; /* Adjust position off-screen */
    }
    .key-highlights-carousel .owl-next {
        margin-right: -50px; /* Adjust position off-screen */
    }

    .key-highlights-carousel .owl-prev:hover,
    .key-highlights-carousel .owl-next:hover {
        opacity: 1;
    }

    /* Optional: Hide dots */
    .key-highlights-carousel .owl-dots {
        display: none;
    }
    .bg-dark {
        background-color: #000 !important;
    }
    /* Temporarily force the owl-nav to display, overriding the hidden state */
    .owl-carousel .owl-nav.disabled {
        opacity: 1 !important; 
        display: flex !important; 
        visibility: visible !important;
    }
    .key-highlights-carousel .owl-prev::before,
    .key-highlights-carousel .owl-next::before {
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        font-size: 40px; /* This controls the actual size of the icon */
        color: #fff;
    }
    .key-highlights-carousel .owl-prev:hover::before,
    .key-highlights-carousel .owl-next:hover::before {
        color: #0a749c; /* Hover color (Red) */
    }

    .key-highlights-carousel .owl-prev::before {
        content: "\f053"; /* Unicode for fa-chevron-left */
    }

    .key-highlights-carousel .owl-next::before {
        content: "\f054"; /* Unicode for fa-chevron-right */
    }
}

.users-check {
    max-width: 100px;
    margin: 25px;
}


.delegates li {
    margin-bottom: 7px;
}

.why-attend-content-spacing {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    h2 {
        font-family: var(--extra-bold-font);
    }
    h3 {
        text-transform: uppercase;
        font-size: 16px;
        color: #000;
        font-family: var(--bold-font);
    }
    p {
        font-size: 13px;
    }    
    .col-md-4 {
        margin: 0 0 5px 0;
        img {
            margin-bottom: 10px;
            max-width: 50px;
        }
    }
    .theme-btn:hover {
        color: #000;
        svg {
            fill: #000;
            filter: invert(1) brightness(0);
        }
    }
}
/* General container and heading */
.speaker-section {
    padding: 80px 0 0;
    background-color: #fff; /* Light background for the overall section */
    .section-title {
        color: #0a749c;
        font-size: 36px;
        line-height: 47px;
        font-family: var(--bold-font);
        text-transform: capitalize;
        margin-bottom: 30px;
        text-align: center;
    }
}
.sponsors-section {
    padding: 80px 0;
    background-color: #fff; /* Light background for the overall section */
}
.delegates-section {
    padding: 80px 0;
    background-color: #fff; /* Light background for the overall section */
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title-secondary {
    text-align: center;
    font-family: var(--extra-bold-font);
    margin-bottom: 60px;
    font-size: 1.5rem;
    color: #05759e;
}

/* Speaker Card Styling */
.speaker-card {
    text-align: center;
    position: relative;
    /* Optional: Add a subtle background gradient similar to the image */
    background: linear-gradient(180deg,rgba(42, 123, 155, 0) 0%, rgba(188, 232, 225, 1) 150%);
    min-height: 450px; /* Adjust as needed */
}

.speaker-image {
    width: 100%;
    height: auto;
    display: block;
    /*max-height: 350px;*/
    /*object-fit: contain;*/
}

/* Speaker Info Box (Dark Overlay Look) */
.speaker-info {
    background-color: #000; /* Dark background */
    color: white;
    padding: 15px 10px;
    text-align: center;
    line-height: 1.5;
    /* Position the info block to slightly overlap the image, matching the example */
    min-height: 295px;
    bottom: 0;
    left: 0;
    right: 0;    
    .speaker-name {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        font-family: var(--lufga-bold);
        margin-bottom: 5px;
    }
    .speaker-title {
        color: #fff;
        font-size: 18px;
        line-height: 27px;
        font-family: var(--lufga-regular);
        margin-bottom: 3px;
    }
    .speaker-company {
        font-size: 16px;
        line-height: 24px;
        color: #fff9;
        font-family: var(--lufga-regular);
    }
}


/* Owl Carousel Navigation Customization 
   This is crucial to match the large, transparent arrows in the image.
*/
.speaker-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%; /* Center vertically */
    transform: translateY(-50%);
    width: 100%;
    /* Use padding to push the arrows away from the content */
    padding: 0 20px; 
    display: flex;
    justify-content: space-between;
    /* REMOVE: pointer-events: none; - This is often unnecessary and can cause issues */
}

.speaker-carousel .owl-prev,
.speaker-carousel .owl-next {
    position: relative;
    z-index: 10;
    
    /* Keep these styles for appearance */
    color: #000000 !important;
    opacity: 1;
    background: none !important; 
    border: none !important; 
    line-height: 1;
    cursor: pointer;
    transition: opacity 0.2s;
    
    /* REMOVE THE MARGINS that were pushing them off-screen */
    /* margin-left: -50px; */ 
    /* margin-right: -50px; */ 
    
    /* Ensure the button area is wide enough to click */
    padding: 20px !important;
}

.speaker-carousel .owl-prev {
    margin-left: -50px; /* Adjust position off-screen */
}
.speaker-carousel .owl-next {
    margin-right: -50px; /* Adjust position off-screen */
}

.speaker-carousel .owl-prev:hover,
.speaker-carousel .owl-next:hover {
    opacity: 1;
}

/* Optional: Hide dots */
.speaker-carousel .owl-dots {
    display: none;
}
.bg-dark {
    background-color: #000 !important;
}
/* Temporarily force the owl-nav to display, overriding the hidden state */
.owl-carousel .owl-nav.disabled {
    opacity: 1 !important; 
    display: flex !important; 
    visibility: visible !important;
}
.speaker-carousel .owl-prev::before,
.speaker-carousel .owl-next::before {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    font-size: 40px; /* This controls the actual size of the icon */
    color: #000;
}
.speaker-carousel .owl-prev:hover::before,
.speaker-carousel .owl-next:hover::before {
    color: #0a749c; /* Hover color (Red) */
}

.speaker-carousel .owl-prev::before {
    content: "\f053"; /* Unicode for fa-chevron-left */
}

.speaker-carousel .owl-next::before {
    content: "\f054"; /* Unicode for fa-chevron-right */
}
.delegates {
    .theme-btn:hover {
        color: #000;
        svg {
            fill: #000;
            filter: invert(1) brightness(0);
        }
    }
}
.theme-breadcrumb {
    background-image: url('../images/breakcrumb-bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    .fullWidthContent {
        padding: 10em 0;
        h3 {
            font-size: 40px;
            font-family: var(--bold-font);
        }
        p {
            font-size: 16px;
        }
        h4 {
            font-size: 30px;
            font-family: var(--bold-font);
            text-transform: capitalize;
            span {
                font-size: 40px;
                color: #1b9ad6;
            }
        }
    }
}
.inner-page-banner {
    background-image: url('../images/inner-page-breadcrumb.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000000;    
    padding: 10em 2em 7em;
    color: #fff;
    justify-content: center;
    text-align: center;
    h1 {
        margin: 25px 0 -10px;
    }
}
.all-speakers {
    padding: 5em 0;
}
.speaker-profile-content {
    padding: 20px 0;
}
.speaker-name {
    font-family: var(--regular-font);
    color: #181818;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.speaker-designation {
    font-family: var(--regular-font);
    color: #181818;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}
.speaker-company {
    font-family: var(--regular-font);
    color: #181818b0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.speaker-profile-picture {
    position: relative;
}
.profile-link {
    position: absolute;
    right: 0;
    padding: 10px;
    a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        transition: 0.25s all ease-in;
    }
}
.profile-link a:hover {
    color: #15265e;
}
.sponsors-section {
    .section-title {
        color: #0a749c;
        font-size: 36px;
        line-height: 47px;
        font-family: var(--bold-font);
        text-transform: capitalize;
        margin-bottom: 10px;
        text-align: center;
    }
    h4 {
        color: #fff !important;
        background: linear-gradient(95deg, #0A749C 49.96%, #9CEEB0 113.85%);
        background-color: #0A749C;
        width: fit-content !important;
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;        
        padding: .375rem .75rem;
        font-size: 1rem;
        text-transform: uppercase;
        font-family: var(--regular-font);
        margin: 1em 0;
        border-radius: 10px;
    }    
    .flex-img {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 0;
        a {
            background-color: #ffffff9e;
            border-color: #f9f9f9;
            border-radius: 10px;
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
            padding: 10px;
            display: block;
            margin: 1em .5em 0 0;
            img {
                width: 300px;
                max-width: 76%;
                margin: 0 auto;
                display: block;
            }
        }
    }
}
textarea.wpcf7-form-control {
    max-height: 60px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}
.form-check {
    padding: 0;
}
.modal-header {
    background: linear-gradient(95deg, #0A749C 49.96%, #9CEEB0 113.85%);
    color: #fff;
    border: none;
}
button.btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.theme-btn:hover {
    color: #000;
}
.connect-influence-lead { 
    .section-header {
        h2 {
            color: #0a749c;
            font-size: 32px;
            line-height: 42px;
            font-family: var(--bold-font);
            font-weight: 800;
            margin-bottom: 0;
        }
        h3 {
            color: #29cdea;
            font-size: 25px;
            line-height: 35px;
            font-family: var(--bold-font);
            font-weight: 500;
            margin-bottom: 20px;
        }
    }   
    
    .connect-influence-lead-carousel .owl-nav {
        margin-top: 0;
        position: absolute;
        top: 50%; /* Center vertically */
        transform: translateY(-50%);
        width: 100%;
        /* Use padding to push the arrows away from the content */
        padding: 0 20px; 
        display: flex;
        justify-content: space-between;
        /* REMOVE: pointer-events: none; - This is often unnecessary and can cause issues */
    }

    .connect-influence-lead-carousel .owl-prev,
    .connect-influence-lead-carousel .owl-next {
        position: relative;
        z-index: 10;
        
        /* Keep these styles for appearance */
        color: #000000 !important;
        opacity: 1;
        background: none !important; 
        border: none !important; 
        line-height: 1;
        cursor: pointer;
        transition: opacity 0.2s;
        
        /* REMOVE THE MARGINS that were pushing them off-screen */
        /* margin-left: -50px; */ 
        /* margin-right: -50px; */ 
        
        /* Ensure the button area is wide enough to click */
        padding: 20px !important;
    }

    .connect-influence-lead-carousel .owl-prev {
        margin-left: -50px; /* Adjust position off-screen */
    }
    .connect-influence-lead-carousel .owl-next {
        margin-right: -50px; /* Adjust position off-screen */
    }

    .connect-influence-lead-carousel .owl-prev:hover,
    .connect-influence-lead-carousel .owl-next:hover {
        opacity: 1;
    }

    /* Optional: Hide dots */
    .connect-influence-lead-carousel .owl-dots {
        display: none;
    }
    /* Temporarily force the owl-nav to display, overriding the hidden state */
    .owl-carousel .owl-nav.disabled {
        opacity: 1 !important; 
        display: flex !important; 
        visibility: visible !important;
    }
    .connect-influence-lead-carousel .owl-prev::before,
    .connect-influence-lead-carousel .owl-next::before {
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        font-size: 40px; /* This controls the actual size of the icon */
        color: #000;
    }
    .connect-influence-lead-carousel .owl-prev:hover::before,
    .connect-influence-lead-carousel .owl-next:hover::before {
        color: #0a749c; /* Hover color (Red) */
    }

    .connect-influence-lead-carousel .owl-prev::before {
        content: "\f053"; /* Unicode for fa-chevron-left */
    }

    .connect-influence-lead-carousel .owl-next::before {
        content: "\f054"; /* Unicode for fa-chevron-right */
    }    
    .theme-btn:hover {
        background: 0 0;
        border: 2px #0a749c solid;
        color: #000;
        svg {
            fill: #000;
            filter: invert(1) brightness(0);
        }
    }
    
}
.why-boston {
    .theme-btn:hover {
        background: 0 0;
        border: 2px #0a749c solid;
        color: #000;
        svg {
            fill: #000;
            filter: invert(1) brightness(0);
        }
    }
}
.tagline {
    font-size: 36px;
    line-height: 47px;
    color: #000;
    font-family: var(--lufga-bold);
}
.black-box {
    .card-item {
        background: linear-gradient(136deg, #0a749c 49.96%, #29cdea 113.85%) !important;
        min-height: auto !important;
        p {
            color: #fff !important;
        }
    }
}
.inner-page {    
    .banner {
        background-image: url('../images/sponsors-bg.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        .max-w-75 {
            h2 {
                font-family: var(--extra-bold-font);
                font-size: 50px;
                font-weight: 700;
                text-transform: capitalize;
                font-style: normal;
                color: #fff;
                margin: 0;
            }
            h4 {
                font-family: var(--bold-font);
                font-size: 30px;
                font-weight: 700;
                text-transform: capitalize;
                font-style: normal;
                line-height: 122%;
                color: #fff;
                margin: 0 0 1em;
            }
            p {
                font-family: var(--regular-font);
                color: #fff;
                max-width: 75% !important;
                margin: 0 auto;
                font-size: 18px;
                margin-bottom: 30px;
            }
        }
    }
    .section-heading {
        color: #000;
        font-size: 36px;
        line-height: 47px;
        font-family: var(--bold-font);
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
    }
    .bg-height {
        padding: 10px 30px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        border-radius: 5px;
        color: #ffff;
        background: #24C6DC;
        background: -webkit-linear-gradient(213deg,#ffffff 85%,#29cdea70 100%);
        background: linear-gradient(213deg,#ffffff 85%,#29cdea70 100%);
        min-height: 420px;
        h4 {
            color: #000;
            font-family: var(--bold-font);
            font-size: 18px;
            text-transform: uppercase;
        }
        ul {
            padding: 0px;
            li {
                font-size: 14px;
                margin-bottom: 5px;
                color: #000;
                font-family: var(--lufga-regular);
            }
        }
    }
    .wpcf7-form-control-wrap {
        position: relative;
    }
    .custom-radio {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
        max-width: 100%;
        width: 100%;
        background-color: unset;
        border: unset;
        .wpcf7-list-item {
            display: flex;
            align-items: center;
        }
        .wpcf7-list-item input[type=radio] {
            margin-right: 8px;
        }
        span.wpcf7-list-item-label {
            font-size: 16px;
            color: #000;
            font-family: var(--lufga-regular);
        }
        .wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
            content: " ";
        }
        .wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
            content: " ";
        }
    }
    .became-a-sponsor {
        border-radius: 15px;
        max-width: 84%;
        margin: 0 auto;
        display: block;
    }
    .products {
        .product-item {
            margin: 1em 0;
            background: #24C6DC;
            background: -webkit-linear-gradient(213deg,#ffffff 85%,#29cdea70 100%);
            background: linear-gradient(213deg,#ffffff 85%,#29cdea70 100%);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            background-position: left top;
            background-size: auto;
            background-repeat: no-repeat;
            border-radius: 20px;
            padding: 30px;
            min-height: 590px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .product-header {            
            color: #00271d;
            font-size: 21px;
            font-family: var(--extra-bold-font);
            line-height: 35px;
            font-weight: 700;
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            img {
                max-width: 35px;
                margin-right: 10px;
            }
        }
        .product-price {
            color: #fff;
            font-size: 30px;
            line-height: 20px;
            font-family: var(--extra-bold-font);
            background-color: #4090f2;
            background: -webkit-linear-gradient(to bottom,#0A749C,#9CEEB0);
            background: linear-gradient(95deg,#0a749c 49.96%,#29cdea 113.85%);
            padding: .5em;
            border-radius: 20px;
            text-align: center;
            max-width: 180px;
            margin: 0 auto;
            margin-bottom: 15px;
        }
        .product-description p {
            font-size: 15px;
            font-family: var(--lufga-regular);
        }
        .product-button {
            display: flex;
            justify-content: center;
            .theme-btn:hover {
                color: #000;
                background: 0 0;
                border: 2px #0a749c solid;
                svg {
                    fill: #000;
                    filter: invert(1) brightness(0);
                }
            }
        }
        
    }
}
.box-img {
    img {
        border-radius: 10px;
    }
}


.dp-card__top {
    margin-bottom: .25rem;
}
.dp-pass-name {
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #0d2d4e;
    margin-bottom: .9rem;
}
.dp-price-row {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    margin-bottom: .45rem;
}
.dp-price {
    font-size: clamp(2.4rem, 5vw, 3rem);
    font-weight: 800;
    color: #0d2d4e;
    line-height: 1;
}
.dp-price-unit {
    font-size: .9rem;
    color: #4a6070;
    font-weight: 500;
}
.dp-earlybird {
    font-size: .82rem;
    color: #2a8fc7;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.dp-earlybird .bi {
    font-size: .75rem;
}


 /* ---- Main container ---- */
    .rwe-inner {
        text-align: center;
        margin: 100px 15px;
        position: relative;
        z-index: 1;
    }
 
    /* ---- Check icon ---- */
    .rwe-icon-wrap {
      width: 96px;
      height: 96px;
      margin: 0 auto 28px;
      border-radius: 50%;
      border: 1.5px solid rgba(0, 188, 180, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
 
    .rwe-icon-wrap::before {
      content: '';
      position: absolute;
      inset: -8px;
      border-radius: 50%;
      border: 1px solid rgba(0, 188, 180, 0.10);
    }
 
    .rwe-icon-circle {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background-color: #00bcb4;
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .rwe-icon-circle svg {
      width: 28px;
      height: 28px;
      stroke: #07111f;
      stroke-width: 2.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    /* ---- Badge ---- */
    .rwe-tag {
      display: inline-block;
      background: rgba(0, 188, 180, 0.10);
      border: 1px solid rgba(0, 188, 180, 0.28);
      color: #00bcb4;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 30px;
      margin-bottom: 20px;
    }
 
    /* ---- Headline ---- */
    .rwe-h1 {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.22;
      letter-spacing: -0.4px;
      color: #ffffff;
      margin-bottom: 14px;
    }
 
    .rwe-h1 span {
      color: #00bcb4;
    }
 
    /* ---- Subtext ---- */
    .rwe-sub {
      font-size: 15px;
      color: #7a90a8;
      line-height: 1.7;
      margin-bottom: 32px;
    }
 
    .rwe-sub strong {
      color: #b8cde0;
      font-weight: 500;
    }
 
    /* ---- Event info card ---- */
    .rwe-card {
      background: rgba(255, 255, 255, 0.035);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 12px;
      padding: 20px 32px;
      display: inline-flex;
      gap: 5px;
      margin-bottom: 32px;
      flex-wrap: wrap;
      justify-content: center;
    }
 
    .rwe-card-item {
      display: flex;
      align-items: center;
      gap: 12px;
      text-align: left;
    }
 
    .rwe-card-ico {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      background: rgba(0, 188, 180, 0.10);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .rwe-card-ico svg {
      width: 16px;
      height: 16px;
      stroke: #00bcb4;
      stroke-width: 1.8;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }
 
    .rwe-card-label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      color: #3d5570;
      margin-bottom: 3px;
    }
 
    .rwe-card-val {
      font-size: 13px;
      font-weight: 600;
      color: #c8daea;
      line-height: 1.4;
    }
 
    .rwe-divider {
      width: 1px;
      height: 40px;
      background: rgba(255, 255, 255, 0.07);
      align-self: center;
    }
 
    /* ---- CTA Buttons ---- */
    .rwe-btns {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 28px;
    }
 
    .rwe-btn-ghost {
      background: transparent;
      border: 1.5px solid rgba(255, 255, 255, 0.18);
      color: #c8daea;
      padding: 10px 22px;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.3px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: border-color 0.2s, color 0.2s;
    }
 
    .rwe-btn-ghost:hover {
      border-color: rgba(255, 255, 255, 0.4);
      color: #ffffff;
    }
 
    .rwe-btn-teal {
      background: #00bcb4;
      border: none;
      color: #07111f;
      padding: 10px 22px;
      border-radius: 8px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.3px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.2s;
    }
 
    .rwe-btn-teal:hover {
      background-color: #00d4cb;
    }
 
    /* ---- Contact line ---- */
    .rwe-contact {
      font-size: 13px;
      color: #3d5570;
    }
 
    .rwe-contact a {
      color: #00bcb4;
      text-decoration: none;
    }
 
    .rwe-contact a:hover {
      text-decoration: underline;
    }
 
    /* ---- Responsive ---- */
    @media (max-width: 480px) {
      .rwe-h1 {
        font-size: 24px;
      }
 
      .rwe-card {
        flex-direction: column;
        gap: 16px;
        padding: 16px 20px;
      }
 
      .rwe-divider {
        width: 100%;
        height: 1px;
      }
 
      .rwe-btns {
        flex-direction: column;
        align-items: center;
      }
 
      .rwe-btn-ghost,
      .rwe-btn-teal {
        width: 100%;
        text-align: center;
      }
    }
    
    
/* =========================================================
   RWE CONNECT — BLOG STYLES (COMPLETE FILE, v2)
   Replace your ENTIRE previous blog CSS block with this file.
   Uses your existing --primary-color / --secondary-color / font variables
   ========================================================= */

html { scroll-behavior: smooth; }

/* ---------------------------------------------------------
   1. BLOG LISTING PAGE
   --------------------------------------------------------- */
.blog-hero {
    background:
        linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(10,20,40,.92) 100%),
        radial-gradient(circle at 20% 20%, rgba(41,205,234,.15), transparent 50%);
    background-color: #0a1220;
    padding: 90px 0 70px;
    text-align: center;
}
.breadcrumb {
    font-family: var(--regular-font);
    font-size: 13px;
    color: #7a90a8;
    margin-bottom: 20px;
}
.breadcrumb a { color: #7a90a8; text-decoration: none; }
.breadcrumb span { color: #29cdea; margin: 0 4px; }

.hero-tag {
    display: inline-block;
    background: rgba(41,205,234,.10);
    border: 1px solid rgba(41,205,234,.35);
    color: #29cdea;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 22px;
    font-family: var(--lufga-medium);
}
.blog-hero h1 {
    font-family: var(--extra-bold-font);
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}
.blog-hero h1 span { color: #29cdea; }
.hero-underline {
    width: 90px;
    height: 3px;
    background: linear-gradient(90deg, #29cdea, transparent);
    margin: 0 auto 22px;
    border-radius: 4px;
}
.blog-hero p {
    max-width: 620px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    color: #b8cde0;
    font-family: var(--regular-font);
}

.featured-wrap { padding: 64px 0 20px; }
.featured-label {
    font-family: var(--lufga-bold);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0a749c;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.featured-label::before {
    content: '';
    width: 22px;
    height: 2px;
    background: #0a749c;
    display: inline-block;
}
.featured-card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
    background: linear-gradient(213deg, #ffffff 85%, #29cdea18 100%);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

/* 16:9 featured image */
.featured-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.featured-content { padding: 10px 20px 10px 0; }
.featured-content h2 {
    font-family: var(--extra-bold-font);
    font-size: 28px;
    line-height: 1.3;
    color: var(--secondary-color);
    margin-bottom: 14px;
}
.featured-content h2 a { color: inherit; text-decoration: none; }
.featured-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
    font-family: var(--regular-font);
    margin-bottom: 22px;
}
.meta-row { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a749c, #29cdea);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--extra-bold-font);
    font-size: 13px;
    flex-shrink: 0;
}
.meta-text { font-family: var(--lufga-regular); font-size: 13px; color: #5f6b7a; }
.meta-text b { color: #000; font-family: var(--lufga-bold); }
.meta-dot { margin: 0 6px; }
.read-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--regular-font);
    font-weight: 700;
    font-size: 14px;
    color: #0a749c;
    text-decoration: none;
    border-bottom: 2px solid #0a749c;
    padding-bottom: 3px;
    transition: .3s;
}
.read-link:hover { color: #29cdea; border-color: #29cdea; gap: 12px; }

.grid-wrap { padding: 40px 0 70px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    transition: transform .35s ease, box-shadow .35s ease;
    display: flex;
    flex-direction: column;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 16px 30px rgba(10,116,156,.18); }

/* 16:9 card thumbnail */
.card-img-wrap {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}
.blog-card:hover .card-img-wrap img { transform: scale(1.08); }

.card-body { padding: 24px 22px 22px; flex: 1; display: flex; flex-direction: column; }
.card-meta {
    font-family: var(--lufga-medium);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8a97a8;
    margin-bottom: 12px;
}
.card-body h3 { font-family: var(--bold-font); font-size: 18px; line-height: 1.4; color: var(--secondary-color); margin-bottom: 12px; }
.card-body h3 a { color: inherit; text-decoration: none; }
.card-body p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #5f6b7a;
    font-family: var(--regular-font);
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.card-footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #eee; padding-top: 16px; }
.card-author { display: flex; align-items: center; gap: 10px; }
.card-author .avatar { width: 30px; height: 30px; font-size: 11px; }
.card-author span { font-family: var(--lufga-regular); font-size: 12.5px; color: #333; }
.card-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #0a749c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a749c;
    text-decoration: none;
    transition: .3s;
    flex-shrink: 0;
}
.blog-card:hover .card-arrow { background: #0a749c; color: #fff; }
.no-posts-msg { text-align: center; padding: 60px 0; font-family: var(--regular-font); font-size: 16px; color: #5f6b7a; }

.pagination { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 20px 0; flex-wrap: wrap; }
.pagination .page-numbers {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid #d8e2ea; color: var(--secondary-color);
    font-family: var(--regular-font); font-weight: 700; font-size: 13px;
    transition: .3s; text-decoration: none;
}
.pagination .page-numbers.current { background: linear-gradient(95deg, #0a749c 49.96%, #29cdea 113.85%); color: #fff; border-color: transparent; }
.pagination .page-numbers.dots { border: none; width: auto; }
.pagination .page-numbers:hover:not(.current):not(.dots) { border-color: #0a749c; color: #0a749c; }

/* ---------------------------------------------------------
   2. SINGLE POST — HERO
   --------------------------------------------------------- */
.post-hero {
    background:
        linear-gradient(180deg, rgba(0,0,0,.78) 0%, rgba(10,20,40,.92) 100%),
        radial-gradient(circle at 20% 20%, rgba(41,205,234,.15), transparent 50%);
    background-color: #0a1220;
    padding: 100px 0 60px;
    text-align: center;
}
.post-title {
    font-family: var(--extra-bold-font);
    font-size: 38px;
    line-height: 1.25;
    color: #fff;
    max-width: 820px;
    margin: 0 auto 24px;
}
.post-hero-meta { justify-content: center; margin-bottom: 0; }
.post-hero-meta .meta-text { color: #b8cde0; }
.post-hero-meta .meta-text b { color: #fff; }

/* ---- Featured image (16:9) + overlay CTA card ---- */
.post-featured-img-wrap { padding: 40px 0 0; }
.featured-img-frame {
    position: relative;
}
.post-featured-img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,.2);
}
.img-cta-card {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 300px;
    background: rgba(10,18,32,.92);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(41,205,234,.25);
    border-radius: 14px;
    padding: 24px;
}
.img-cta-loc {
    font-family: var(--lufga-medium);
    font-size: 10.5px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #29cdea;
    margin-bottom: 10px;
}
.img-cta-title { font-family: var(--extra-bold-font); font-size: 19px; color: #fff; margin-bottom: 8px; }
.img-cta-sub { font-family: var(--regular-font); font-size: 12.5px; line-height: 1.6; color: #b8cde0; margin-bottom: 16px; }
.img-cta-btn {
    display: inline-block;
    background: linear-gradient(95deg, #0a749c 49.96%, #29cdea 113.85%);
    color: #fff;
    font-family: var(--regular-font);
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}

/* ---------------------------------------------------------
   3. SINGLE POST — TWO COLUMN LAYOUT
   IMPORTANT: no align-items:start here — that was the bug that
   broke sticky. Default (stretch) lets .post-sidebar match the
   full height of .post-main, giving the sticky box room to stick.
   --------------------------------------------------------- */
.post-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px;
    padding: 60px 24px 20px;
}
.post-main { min-width: 0; }

/* ---- Article typography ---- */
.post-body { font-family: var(--regular-font); font-size: 16px; line-height: 1.85; color: #2d2d2d; }
.post-body > p:first-of-type { font-size: 18px; line-height: 1.75; color: #384454; }
.post-body p { margin-bottom: 22px; }
.post-body h2 {
    font-family: var(--bold-font);
    font-size: 25px;
    line-height: 1.35;
    color: var(--secondary-color);
    margin: 46px 0 18px;
    scroll-margin-top: 120px;
}
.post-body h3 { font-family: var(--bold-font); font-size: 20px; line-height: 1.4; color: var(--secondary-color); margin: 34px 0 14px; scroll-margin-top: 120px; }
.post-body h4 { font-family: var(--bold-font); font-size: 17px; color: #000; margin: 26px 0 12px; }
.post-body ul, .post-body ol { margin: 0 0 22px 24px; }
.post-body li { margin-bottom: 10px; }
.post-body a { color: #0a749c; text-decoration: underline; text-decoration-color: rgba(10,116,156,.35); }
.post-body a:hover { color: #29cdea; }
.post-body img { max-width: 100%; height: auto; border-radius: 10px; margin: 30px 0; display: block; }
.post-body strong { color: #000; }

.post-body table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 13.5px; }
.post-body table th, .post-body table td { border: 1px solid #e2e8f0; padding: 12px 14px; text-align: left; }
.post-body table th { background: linear-gradient(95deg, #0a749c 49.96%, #29cdea 113.85%); color: #fff; font-family: var(--bold-font); }
.post-body table tr:nth-child(even) td { background: #f7fbfd; }

/* ---- Pull quote / blockquote ---- */
.post-body blockquote {
    position: relative;
    border-left: 4px solid #29cdea;
    background: linear-gradient(213deg, #ffffff 85%, #29cdea18 100%);
    padding: 26px 28px 26px 56px;
    border-radius: 0 10px 10px 0;
    font-family: var(--lufga-medium);
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    color: var(--secondary-color);
    margin: 34px 0;
}
.post-body blockquote::before {
    content: '"';
    position: absolute;
    left: 16px;
    top: 6px;
    font-family: var(--extra-bold-font);
    font-size: 46px;
    color: #29cdea;
    line-height: 1;
}

/* ---- Callout boxes (add class in Gutenberg block's "Additional CSS class" field) ---- */
.callout-key, .callout-note {
    border-radius: 12px;
    padding: 24px 26px;
    margin: 30px 0;
}
.callout-key { background: #f0faf7; border: 1px solid #cdeee2; }
.callout-key::before {
    content: 'Key Takeaways';
    display: block;
    font-family: var(--bold-font);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0a749c;
    margin-bottom: 12px;
}
.callout-note { background: #f4f7fa; border: 1px solid #dde5ec; }
.callout-note::before {
    content: 'Note';
    display: block;
    font-family: var(--bold-font);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5f6b7a;
    margin-bottom: 12px;
}
.callout-key p:last-child, .callout-note p:last-child { margin-bottom: 0; }
.callout-key ul, .callout-note ul { margin-bottom: 0; }
.callout-key li, .callout-note li { margin-bottom: 8px; }
.callout-key li::marker { color: #0a749c; }

/* ---- FAQ accordion (use native <details><summary> in the editor's Custom HTML block) ---- */
.post-body details {
    border: 1px solid #e6edf2;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 12px;
}
.post-body summary {
    font-family: var(--bold-font);
    font-size: 15.5px;
    color: var(--secondary-color);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-body summary::-webkit-details-marker { display: none; }
.post-body summary::after {
    content: '+';
    font-family: var(--extra-bold-font);
    font-size: 20px;
    color: #0a749c;
    margin-left: 12px;
}
.post-body details[open] summary::after { content: '−'; }
.post-body details p { margin: 14px 0 0; color: #5f6b7a; font-size: 14.5px; }

/* ---- Tags / Share ---- */
.post-tags { margin: 10px 0 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.post-tag {
    font-family: var(--lufga-regular);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #0a749c;
    background: #f0f9fc;
    border: 1px solid #cfe9f2;
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: .3s;
}
.post-tag:hover { background: #0a749c; color: #fff; border-color: transparent; }

.share-row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid #eef2f5;
    border-bottom: 1px solid #eef2f5;
    margin-bottom: 30px;
}
.share-label { font-family: var(--lufga-medium); font-size: 13px; color: #5f6b7a; }
.share-icons { display: flex; gap: 10px; }
.share-btn {
    width: 32px; height: 32px; border-radius: 50%;
    border: 1px solid #d8e2ea;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--bold-font); font-size: 11px;
    color: var(--secondary-color); text-decoration: none;
    transition: .3s;
}
.share-btn:hover { background: #0a749c; color: #fff; border-color: transparent; }

/* ---- Author box ---- */
.author-box {
    display: flex; gap: 18px; align-items: flex-start;
    background: #f7fafc; border: 1px solid #e6edf2; border-radius: 14px;
    padding: 26px; margin-top: 10px;
}
.author-box-avatar { width: 52px; height: 52px; font-size: 16px; }
.author-box-name { font-family: var(--bold-font); font-size: 16px; color: var(--secondary-color); margin-bottom: 6px; }
.author-box-bio { font-family: var(--regular-font); font-size: 14px; line-height: 1.7; color: #5f6b7a; }

/* ---------------------------------------------------------
   4. SIDEBAR (sticky)
   --------------------------------------------------------- */
.post-sidebar { min-width: 0; }
.sidebar-sticky {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: start;
}

.sidebar-card {
    background: #fff;
    border: 1px solid #e6edf2;
    border-radius: 14px;
    padding: 22px;
}
.sidebar-card-title {
    font-family: var(--bold-font);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color);
    margin-bottom: 16px;
}

.cta-sidebar-card {
    background: linear-gradient(160deg, #0a1220 0%, #15265e 100%);
    border: 1px solid rgba(41,205,234,.25);
}
.cta-sidebar-loc {
    font-family: var(--lufga-medium);
    font-size: 10.5px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #29cdea;
    margin-bottom: 10px;
}
.cta-sidebar-title { font-family: var(--extra-bold-font); font-size: 19px; color: #fff; margin-bottom: 8px; }
.cta-sidebar-sub { font-family: var(--regular-font); font-size: 12.5px; line-height: 1.6; color: #b8cde0; margin-bottom: 18px; }
.cta-sidebar-btn {
    display: block;
    text-align: center;
    background: linear-gradient(95deg, #0a749c 49.96%, #29cdea 113.85%);
    color: #fff;
    font-family: var(--regular-font);
    font-weight: 700;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 11px 20px;
    border-radius: 50px;
    text-decoration: none;
}

.toc-list { display: flex; flex-direction: column; gap: 2px; max-height: 55vh; overflow-y: auto; }
.toc-list a {
    font-family: var(--lufga-regular);
    font-size: 13.5px;
    line-height: 1.5;
    color: #5f6b7a;
    text-decoration: none;
    padding: 8px 10px;
    border-left: 2px solid transparent;
    border-radius: 0 6px 6px 0;
    transition: .2s;
}
.toc-list a:hover { color: #0a749c; background: #f4faff; }
.toc-list a.active { color: #0a749c; border-left-color: #0a749c; background: #f4faff; font-family: var(--lufga-bold); }

.topics-pills { display: flex; flex-wrap: wrap; gap: 8px; }

.newsletter-sub { font-family: var(--regular-font); font-size: 13px; line-height: 1.6; color: #5f6b7a; margin-bottom: 16px; }
.newsletter-form { display: flex; flex-direction: column; gap: 10px; }
.newsletter-form input {
    border: 1px solid #d8e2ea;
    border-radius: 8px;
    padding: 10px 14px;
    font-family: var(--regular-font);
    font-size: 13.5px;
    outline: none;
}
.newsletter-form input:focus { border-color: #0a749c; }
.newsletter-form button {
    background: linear-gradient(95deg, #0a749c 49.96%, #29cdea 113.85%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 11px 16px;
    font-family: var(--bold-font);
    font-size: 13px;
    cursor: pointer;
}

/* ---------------------------------------------------------
   5. RELATED / BACK LINK
   --------------------------------------------------------- */
.related-wrap { background: #fafcfd; padding: 60px 0 70px; margin-top: 30px; border-top: 1px solid #eef2f5; }
.related-wrap .featured-label { justify-content: center; max-width: 1240px; margin: 0 auto 30px; }
.back-to-blog-wrap { padding: 30px 24px 60px; }

/* ---------------------------------------------------------
   6. RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 900px) {
    .featured-card { grid-template-columns: 1fr; }
    .blog-grid { grid-template-columns: 1fr 1fr; }
    .post-layout { grid-template-columns: 1fr; }
    .sidebar-sticky { position: static; }
    .img-cta-card { position: static; width: 100%; margin-top: 16px; border-radius: 14px; }
    .featured-img-frame { margin-top: -40px; }
}
@media (max-width: 600px) {
    .blog-grid { grid-template-columns: 1fr; }
    .blog-hero h1, .post-title { font-size: 28px; }
}

/* =========================================================
   REPLACE your old ".toc-list a" rules with this block.
   Find this in your existing main.css and swap it:

   .toc-list { display: flex; flex-direction: column; gap: 2px; ... }
   .toc-list a { ... }
   .toc-list a:hover { ... }
   .toc-list a.active { ... }

   With the block below (uses buttons instead of links now).
   ========================================================= */

.toc-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 55vh;
    overflow-y: auto;
}
.toc-list .toc-link {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    border-left: 2px solid transparent;
    font-family: var(--lufga-regular);
    font-size: 13.5px;
    line-height: 1.5;
    color: #5f6b7a;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: .2s;
}
.toc-list .toc-link:hover {
    color: #0a749c;
    background: #f4faff;
}
.toc-list .toc-link.active {
    color: #0a749c;
    border-left-color: #0a749c;
    background: #f4faff;
    font-family: var(--lufga-bold);
}
article ul {
    margin: 0px !important;
}