/* ============================================
   BOOTCAMP COACHING PAGE STYLES
   ============================================ */

/* Bootcamp Hero Section */
.bootcamp-hero-section {
    position: relative;
    height: 400px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .bootcamp-hero-section {
        height: 500px;
    }
}

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

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

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

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

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

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

.bootcamp-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) {
    .bootcamp-hero-title {
        font-size: 48px;
        margin-bottom: 16px;
    }
}

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

.bootcamp-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) {
    .bootcamp-hero-subtitle {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

.bootcamp-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) {
    .bootcamp-hero-tagline {
        font-size: 18px;
    }
}

/* What It Is Section */
.what-it-is-section {
    padding: 60px 0;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .what-it-is-section {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .what-it-is-section {
        padding: 30px;
    }
}

.what-it-is-graphic {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .what-it-is-graphic {
        height: 400px;
    }
}

.what-it-is-graphic-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.what-it-is-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) {
    .what-it-is-title {
        font-size: 40px;
        margin-bottom: 32px;
    }
}

.what-it-is-text {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

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

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

@media (min-width: 992px) {
    .why-matters-section {
        padding: 30px 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: 24px;
}

.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 Team Coaching Section */
.why-team-coaching-section {
    padding: 60px 0;
    background-color: #E8F4F8;
}

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

@media (min-width: 992px) {
    .why-team-coaching-section {
        padding: 30px 0;
    }
}

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

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

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

.why-team-coaching-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-team-coaching-title {
        font-size: 40px;
        margin-bottom: 32px;
    }
}

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

/* Our Approach Section */
.our-approach-section {
    padding: 60px 0;
    background-color: #FFF;
}

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

@media (min-width: 992px) {
    .our-approach-section {
        padding: 100px 0;
    }
}

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

@media (min-width: 768px) {
    .our-approach-title {
        font-size: 40px;
    }
}

.our-approach-subtitle {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.approach-item {
    width: 410px;
    height: 346px;
    background-color: #ffffff;
    border: 1px solid;
    border-color: #038db5;
    box-shadow: 0px 0px 38px #a6a6a64c;
}

@media (min-width: 320px) and (max-width: 768px) {
    .our-approach-section .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-approach-section .approach-item {
        width: 100%;
        max-width: 100%;
   
        height: auto;
        box-sizing: border-box;
        padding: 32px 24px;
    }
}

@media (min-width: 768px) {
    .approach-item {
        padding: 40px 32px;
    }
}

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

.approach-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.approach-item-list li {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.approach-item-list li:before {
    content: "•";
    color: #038DB5;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.approach-item-list li:last-child {
    margin-bottom: 0;
}

/* Workshop Add-On Section */
.workshop-addon-section {
    padding: 60px 0;
    background-color: #F9FAFB;
}

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

@media (min-width: 992px) {
    .workshop-addon-section {
        padding: 100px 0;
    }
}

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

@media (min-width: 768px) {
    .workshop-addon-title {
        font-size: 40px;
    }
}

.workshop-addon-subtitle {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.workshop-item {
    padding: 32px 24px;
    height: 100%;
    background-image: url('../images/service/bootcamps-work.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #25374b;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (min-width: 320px) and (max-width: 768px) {
    .workshop-addon-section .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .workshop-addon-section .workshop-item {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}

@media (min-width: 768px) {
    .workshop-item {
        padding: 40px 32px;
    }
}

.workshop-item-title {
    color: #ffffff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.workshop-item-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}
.youll-see-section {
  padding: 60px 0;
}

.youll-see-card {
  display: flex;
  align-items: center;
  border: 2px solid #2a3c54;
  border-radius: 14px;
  padding: 0px;
  height: 100%;
  gap: 16px;
}

.youll-see-icon {
  min-width: 64px;
  height: 64px;
  background: #0b7ea6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youll-see-icon img {
  width: 34px;
  height: 34px;
  filter: brightness(0) invert(1);
}

.youll-see-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #2a3c54;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .youll-see-text {
    font-size: 13px;
  }
  .row.mt-3.justify-content-center.workshop-card {
    padding-left: 0;
    padding-right: 0;
  }
  .workshop-card .col-md-4 {
    padding-bottom: 15px;
}
}

.workshop-item-list li {
    color: #ffffff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}

.workshop-item-list li:before {
    content: "•";
    color: #038DB5;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.workshop-item-list li:last-child {
    margin-bottom: 0;
}

.workshop-item-text {
    color: #ffffff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* You'll See Section */
.youll-see-section {
    padding: 60px 0;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .youll-see-section {
        padding: 60px 0;
    }
}

@media (min-width: 992px) {
    .youll-see-section {
        padding: 0px 0;
        font-weight: bold;
    }
}

.youll-see-title {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .youll-see-title {
        font-size: 40px;
    }
}

.youll-see-item {
    text-align: center;
    padding: 32px 24px;
    height: 100%;
    background-color: #F9FAFB;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.youll-see-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
    .youll-see-item {
        padding: 40px 32px;
    }
}

.youll-see-icon {
    width: 80px;
    height: 80px;
    background-color: #038DB5;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #FFF;
    font-size: 36px;
}

.youll-see-title-text {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 768px) {
    .youll-see-title-text {
        font-size: 20px;
    }
}

/* Best For Section */
.best-for-section {
    padding: 60px 0;
    background-color: #F9FAFB;
}

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

@media (min-width: 992px) {
    .best-for-section {
        padding: 100px 0;
    }
}

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

@media (min-width: 768px) {
    .best-for-title {
        font-size: 40px;
    }
}

.best-for-item {
    text-align: center;
    padding: 32px 24px;
    height: 100%;
    background-color: #FFF;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.best-for-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) {
    .best-for-item {
        padding: 40px 32px;
    }
}

.best-for-icon {
    width: 80px;
    height: 80px;
    background-color: #038DB5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #FFF;
    font-size: 36px;
}

.best-for-title-text {
    color: #25374B;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

@media (min-width: 768px) {
    .best-for-title-text {
        font-size: 20px;
    }
}

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

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

.bootcamp-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) {
    .bootcamp-faqs-title {
        font-size: 40px;
        margin-bottom: 48px;
    }
}

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

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

.bootcamp-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;
}

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

.bootcamp-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);
}

.bootcamp-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);
}

.bootcamp-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 */
.bootcamp-testimonials-section {
    padding: 60px 0;
    background-color: #FFF;
}

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

.bootcamp-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) {
    .bootcamp-testimonials-title {
        font-size: 40px;
        margin-bottom: 60px;
    }
}

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

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

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

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

.bootcamp-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;
}

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

.bootcamp-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;
}

.bootcamp-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;
}

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

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

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

.bootcamp-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;
}

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

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

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

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

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

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

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

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

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

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

.bootcamp-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) {
    .bootcamp-bottom-cta-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

.bootcamp-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) {
    .bootcamp-bottom-cta-subtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.bootcamp-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;
}

.bootcamp-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;
}

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

.bootcamp-bottom-cta-btn i {
    font-size: 16px;
}
