/* ============================================
   LEADERSHIP COACHING PAGE STYLES
   ============================================ */

/* Leadership Hero Section */
.leadership-hero-section {
    position: relative;
    height: 400px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .leadership-hero-section {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .leadership-hero-section {
        height: 400px;
    }
}

.leadership-hero-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.leadership-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(37, 55, 75, 0.6) 0%, rgba(37, 55, 75, 0.4) 100%);
}

.leadership-hero-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 0 16px;
}

@media (min-width: 768px) {
    .leadership-hero-content {
        padding: 0 24px;
    }
}

.leadership-hero-title {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .leadership-hero-title {
        font-size: 48px;
        margin-bottom: 16px;
    }
}

@media (min-width: 992px) {
    .leadership-hero-title {
        font-size: 64px;
        margin-bottom: 20px;
    }
}

.leadership-hero-subtitle {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .leadership-hero-subtitle {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

.leadership-hero-tagline {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 768px) {
    .leadership-hero-tagline {
        font-size: 18px;
    }
}

/* Why This Matters Section */
.why-matters-section {
    padding: 60px 0;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .why-matters-section {
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    .why-matters-section {
        padding: 60px 0;
    }
}

.why-matters-graphic {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .why-matters-graphic {
        height: 400px;
    }
}

.why-matters-graphic-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-matters-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .why-matters-title {
        font-size: 40px;
        margin-bottom: 32px;
    }
}

.why-matters-text {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 32px;
}

.why-matters-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-matters-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.design-element {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Why Would A Mid-Level Or First-Time Leader Need Coaching Section */
.why-coach-section {
    padding: 60px 0;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .why-coach-section {
        padding-top: 0 !important;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .why-coach-section {
        padding: 60px 0;
    }
}

.why-coach-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .why-coach-title {
        font-size: 40px;
        margin-bottom: 32px;
    }
}

.why-coach-text {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.why-coach-graphic {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-coach-graphic-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Program Details and CTA Section */
.program-details-cta-section {
    position: relative;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #25374B;
}

.program-details-cta-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.program-details-cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-details-cta-overlay {
    position: absolute;
    inset: 0;
}

.program-details-cta-content {
    position: relative;
    z-index: 2;
    color: #FFF;
    display: flex;
    align-items: center;
}

.program-details-cta-content .container {
    position: relative;
    width: 100%;
}

.program-details-cta-content .row {
    position: relative;
    min-height: 120px;
    align-items: stretch;
}

.program-details-cta-content .row > [class^="col-"],
.program-details-cta-content .row > [class*=" col-"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.program-details-cta-content .row > [class^="col-"]:not(:first-child)::before,
.program-details-cta-content .row > [class*=" col-"]:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

.program-details-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 84px;
    justify-content: center;
}

.program-details-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    height: 84px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: 42px;
}

.program-details-item .program-details-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.program-details-zoom {
    /* flex-direction: column; */
    gap: 0;
}

.program-details-zoom-title {
    color: #FFF;
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.program-details-zoom-subtitle {
    color: #FFF;
    font-family: "Public Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.program-details-item .program-details-number {
    font-weight: 700;
}

.program-details-item .program-details-label {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.program-details-number {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.program-details-label {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.program-details-item:only-child {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: 32px;
}

.program-details-description {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px;
}

.program-details-cta-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 78px;
    text-align: center;
}

.program-details-cta-text-small {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
    text-align: center;
}

.program-details-cta-btn {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-decoration: none;
    display: inline-block;
}

.program-details-cta-btn:hover {
    color: #FFF;
    text-decoration: underline;
}

/* 768px–1024px: 2 col + 2 col layout */
@media (min-width: 768px) and (max-width: 1024px) {
    .program-details-cta-content .row {
        display: flex;
        flex-wrap: wrap;
    }
    .program-details-cta-content .row > [class^="col-"],
    .program-details-cta-content .row > [class*=" col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .program-details-cta-content .row > [class^="col-"]::before,
    .program-details-cta-content .row > [class*=" col-"]::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .program-details-cta-section {
        height: auto;
        padding: 40px 0;
    }
    
    .program-details-cta-content {
        height: auto;
    }
    
    .program-details-cta-content .row {
        height: auto;
    }
    
    .program-details-cta-content .row > [class^="col-"]::before,
    .program-details-cta-content .row > [class*=" col-"]::before {
        display: none;
    }
    
    .program-details-item {
        height: auto;
        margin-bottom: 20px;
    }
    
    .program-details-list {
        height: auto;
    }
    
    .program-details-description {
        height: auto;
        margin-bottom: 20px;
    }
    
    .program-details-cta-btn-wrapper {
        height: auto;
        margin-top: 20px;
    }
}

/* FAQs Section */
.leadership-faqs-section {
    padding: 60px 0;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .leadership-faqs-section {
        padding: 80px 0;
    }
}

.leadership-faqs-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .leadership-faqs-title {
        font-size: 40px;
        margin-bottom: 48px;
    }
}

.leadership-faqs-section .accordion {
    --bs-accordion-border-color: #E0E0E0;
    --bs-accordion-border-radius: 8px;
    --bs-accordion-inner-border-radius: 8px;
}

.leadership-faqs-section .accordion-item {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    background-color: #FFF;
}

.leadership-faqs-section .accordion-button {
    background-color: #038DB5;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 24px;
    border: none;
    box-shadow: none;
}

.leadership-faqs-section .accordion-button:not(.collapsed) {
    background-color: #038DB5;
    color: #FFF;
    box-shadow: none;
}

.leadership-faqs-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23038DB5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: brightness(0) saturate(100%) invert(60%) sepia(100%) saturate(2000%) hue-rotate(160deg) brightness(0.9) contrast(1);
}

.leadership-faqs-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23038DB5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}

.leadership-faqs-section .accordion-body {
    padding: 20px 24px;
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #F9FAFB;
}

/* Testimonials Section */
.leadership-testimonials-section {
    padding: 60px 0;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .leadership-testimonials-section {
        padding: 80px 0;
    }
}

.leadership-testimonials-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 48px;
    text-align: center;
}

@media (min-width: 768px) {
    .leadership-testimonials-title {
        font-size: 40px;
        margin-bottom: 60px;
    }
}

.leadership-testimonial-content {
    position: relative;
    padding: 20px 0;
}

.leadership-testimonial-slider {
    position: relative;
}

.leadership-testimonial-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 0;
}

.leadership-testimonial-slide.active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

/* Testimonial Page Card styles (shared with Testimonials page) */
.testimonial-page-card {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    position: relative;
    border-left: 8px solid #038DB5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}

.testimonial-page-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .testimonial-page-card {
        padding: 40px;
        border-left-width: 10px;
    }
}

.testimonial-page-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    position: relative;
}

.testimonial-page-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(3, 141, 181, 0.2);
    background: #FFF;
    padding: 2px;
}

@media (min-width: 768px) {
    .testimonial-page-image {
        width: 100px;
        height: 100px;
    }
}

.testimonial-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-page-info {
    flex: 1;
}

.testimonial-page-name {
    font-size: 20px;
    font-weight: 700;
    color: #25374B;
    margin: 0 0 8px 0;
    line-height: 1.3;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-name {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.testimonial-page-role {
    font-size: 14px;
    color: #25374B;
    margin: 0 0 6px 0;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-role {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

.testimonial-page-location {
    font-size: 13px;
    color: #25374B;
    margin: 0 0 12px 0;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-location {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

.testimonial-page-rating {
    display: flex;
    gap: 4px;
}

.testimonial-page-rating i {
    color: #038DB5;
    font-size: 16px;
}

@media (min-width: 768px) {
    .testimonial-page-rating i {
        font-size: 18px;
    }
}

.testimonial-quote-open {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #E1F8FF;
    font-size: 120px;
    line-height: 1;
    z-index: 1;
    opacity: 0.4;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    pointer-events: none;
}

@media (min-width: 768px) {
    .testimonial-quote-open {
        font-size: 150px;
        right: 30px;
        top: 15px;
    }
}

.testimonial-quote-open i {
    color: #E1F8FF;
    opacity: 0.6;
}

.testimonial-page-text {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding-top: 0;
}

.testimonial-page-text p {
    font-size: 15px;
    color: #25374B;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    text-align: left;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-text p {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 24px;
    }
}

/* Leadership testimonial layout overrides to match design */
.leadership-testimonial-slide .testimonial-page-card {
    background: #FFF;
    border-left: 0;
    box-shadow: none;
    padding: 0;
}

.leadership-testimonial-slide .testimonial-page-header {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 12px;
}

.leadership-testimonial-slide .testimonial-page-info {
    text-align: left;
}

.leadership-testimonial-slide .testimonial-page-image {
    width: 160px;
    height: 160px;
    border: 3px solid #038DB5;
    padding: 0;
}

.leadership-testimonial-slide .testimonial-quote-open {
    position: static;
    font-size: 40px;
    opacity: 1;
    color: #038DB5;
    margin-right: 12px;
    width: 46px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.leadership-testimonial-slide .testimonial-quote-open.quote-right {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
}

.leadership-testimonial-slide .testimonial-quote-open i {
    color: #038DB5;
    opacity: 1;
}

.leadership-testimonial-slide .testimonial-page-text {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .leadership-testimonial-slide .testimonial-page-image {
        width: 120px;
        height: 120px;
    }
}

.leadership-testimonial-quote-icon {
    font-size: 120px;
    color: #038DB5;
    line-height: 1;
    position: absolute;
    opacity: 0.8;
}

.leadership-testimonial-quote-left {
    top: -20px;
    left: -20px;
    z-index: 1;
}

.leadership-testimonial-quote-right {
    bottom: -20px;
    right: -20px;
    font-size: 120px;
    z-index: 1;
}

.leadership-testimonial-text {
    color: #4A5568;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 32px;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
    z-index: 2;
}

.leadership-testimonial-author {
    margin-bottom: 20px;
    margin-left: 60px;
}

.leadership-testimonial-name {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
}

.leadership-testimonial-role {
    color: #718096;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.leadership-testimonial-rating {
    display: flex;
    gap: 4px;
    margin-top: 16px;
    margin-left: 60px;
}

.leadership-testimonial-rating i {
    color: #038DB5;
    font-size: 20px;
}

.leadership-testimonial-image-wrapper {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    display: inline-block;
}

.leadership-testimonial-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border: 5px solid #038DB5;
    position: relative;
    z-index: 1;
}

.leadership-testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.leadership-testimonial-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #25374B;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.leadership-testimonial-dots .dot.active {
    background-color: #038DB5;
}

@media (max-width: 767px) {
    .leadership-testimonial-quote-icon {
        font-size: 80px;
    }
    
    .leadership-testimonial-quote-left {
        top: -10px;
        left: -10px;
    }
    
    .leadership-testimonial-quote-right {
        bottom: -10px;
        right: -10px;
    }
    
    .leadership-testimonial-text {
        margin-left: 40px;
        margin-right: 40px;
        font-size: 16px;
    }
    
    .leadership-testimonial-author {
        margin-left: 40px;
    }
    
    .leadership-testimonial-rating {
        margin-left: 40px;
    }
}

/* Bottom CTA Section */
.leadership-bottom-cta-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-color: #25374B;
}

@media (min-width: 768px) {
    .leadership-bottom-cta-section {
        padding: 100px 0;
    }
}

.leadership-bottom-cta-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.leadership-bottom-cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-bottom-cta-overlay {
    position: absolute;
    inset: 0;
}

.leadership-bottom-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFF;
}

.leadership-bottom-cta-title {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .leadership-bottom-cta-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

.leadership-bottom-cta-subtitle {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .leadership-bottom-cta-subtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.leadership-bottom-cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.leadership-bottom-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background-color: transparent;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.leadership-bottom-cta-btn:hover {
    background-color: #FFF;
    color: #038DB5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.leadership-bottom-cta-btn .cta-icon {
    width: 20px;
    height: 20px;
}
