/* About Us Hero Section */
.about-hero-section {
    background-color: #061033;
    background-image: url('../assets/images/aboutusbg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Very dark navy blue */
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 16, 51, 0.75);
    /* Dark navy overlay */
    z-index: 1;
}

.about-hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Simulate faint curved lines */
    background:
        repeating-radial-gradient(circle at 120% 120%, transparent, transparent 15px, rgba(255, 255, 255, 0.03) 16px, transparent 17px),
        repeating-radial-gradient(circle at 100% 150%, transparent, transparent 25px, rgba(255, 255, 255, 0.02) 26px, transparent 27px);
    z-index: -1;
}

.about-hero-dots {
    position: absolute;
    top: 40px;
    right: 60px;
    width: 150px;
    height: 100px;
    background-image: radial-gradient(#eebb29 1.5px, transparent 1.5px);
    background-size: 20px 20px;
    z-index: -1;
    opacity: 0.8;
}

/* Content styling */
.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-breadcrumb {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-breadcrumb .highlight {
    color: #eebb29;
    /* Gold */
}

.about-hero-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    background: linear-gradient(to right, #ffffff, #eebb29);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.about-hero-subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
    color: lightgrey;
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 60px 0 80px;
    }

    .about-hero-title {
        font-size: 2.5rem;
    }

    .about-hero-dots {
        display: none;
    }
}

/* SVG Wave Divider */
.about-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 10;
}

.about-hero-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.about-hero-wave .shape-fill {
    fill: #ffffff;
}

/* Founder Section */
.founder-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.founder-eyebrow {
    color: #eebb29;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.founder-eyebrow::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #eebb29;
}

.founder-title {
    font-family: 'Inter', sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: #0d163d;
    line-height: 1.2;
    margin-bottom: 30px;
}

.founder-quote {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 600;
    color: #1a237e;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
}

.founder-quote::before {
    content: '"';
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
    color: #eebb29;
    position: absolute;
    left: 0;
    top: -10px;
    line-height: 1;
}

.founder-quote::after {
    content: '"';
    font-family: 'Inter', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    font-style: italic;
    color: #eebb29;
    display: inline-block;
    position: relative;
    top: 25px;
    margin-left: 10px;
    line-height: 0;
}

.founder-text {
    font-size: 15px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 400;
}

.founder-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}

.founder-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: #f5f6fa;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a237e;
}

.founder-tag i {
    color: #1a237e;
}

/* Founder Card */
.founder-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    border-bottom: 8px solid #0d163d;
}

.founder-image-wrapper {
    background-color: #f0f0f0;
    width: 100%;
    height: 350px;
    position: relative;
}

.founder-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.founder-card-content {
    padding: 30px;
}

.founder-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0d163d;
    margin-bottom: 5px;
}

.founder-role {
    font-size: 1rem;
    font-weight: 600;
    color: #eebb29;
    margin-bottom: 20px;
}

.founder-card-divider {
    width: 40px;
    height: 3px;
    background-color: #eebb29;
}

/* ══════════════ OUR FOCUS SECTION ══════════════ */
.our-focus-section {
    padding: 40px 0;
    /* background-color: #f8f9fc; */
}

.our-focus-header {
    text-align: center;
    margin-bottom: 40px;
}

.our-focus-eyebrow {
    color: #eebb29;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.our-focus-eyebrow::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #eebb29;
}

.our-focus-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0d163d;
}

.our-focus-item {
    padding: 20px 30px;
    border-right: 1px solid #e0e6ed;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.our-focus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .our-focus-item {
        border-right: none;
        border-bottom: 1px solid #e0e6ed;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .our-focus-item.border-0-md {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.our-focus-item.border-0 {
    border-right: none;
}

.our-focus-icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-focus-icon {
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(13, 22, 61, 0.08);
    position: relative;
    z-index: 2;
}

.our-focus-icon::after {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 1px solid rgba(13, 22, 61, 0.05);
}

.our-focus-icon i {
    font-size: 20px;
    color: #0d163d;
}

.our-focus-dot {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background-color: #d19a16;
    border-radius: 50%;
}

.our-focus-item-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0d163d;
    margin-bottom: 15px;
}

.our-focus-item-text {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
}

/* Our Philosophy Section Redesign */
.philosophy-section {
    padding: 60px 0;
    background-color: #061033;
    /* Dark navy */
}

.philosophy-card {
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.philosophy-left {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
}

@media (max-width: 991px) {
    .philosophy-left {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .philosophy-card {
        padding: 40px 20px;
    }
}

.philosophy-eyebrow {
    color: #eebb29;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.philosophy-eyebrow::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #eebb29;
}

.philosophy-title {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
}

.philosophy-item {
    padding: 0 20px;
    transition: transform 0.3s ease;
}

.philosophy-item:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .philosophy-item {
        margin-bottom: 30px;
    }

    .philosophy-item:last-child {
        margin-bottom: 0;
    }
}



.philosophy-icon-wrap {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
}

.philosophy-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.philosophy-icon-circle i {
    font-size: 24px;
    color: #ffffff;
}

/* The yellow curved line */
.philosophy-icon-wrap::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border-top: 2px solid #eebb29;
    border-left: 2px solid #eebb29;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(15deg);
    z-index: 1;
}

/* The tiny number */
.philosophy-number {
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 0.7rem;
    font-weight: 700;
    color: #eebb29;
    background-color: #061033;
    /* match background to cover line cleanly */
    padding: 2px 4px;
    border-radius: 4px;
    z-index: 3;
    line-height: 1;
}

.philosophy-item-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.philosophy-item-text {
    font-size: 0.9rem;
    color: #a0aabf;
    line-height: 1.7;
}


/* ══════════════ VALUES SECTION (3-COLUMN) ══════════════ */
.values-section {
    padding: 60px 0;
    background-color: #f8f9fc;
}

.value-card {
    border-radius: 16px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.value-icon-wrapper {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.value-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
}

.value-text {
    font-size: 0.95rem;
    color: #a0aabf;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Colors */
.value-purple {
    background-color: rgba(98, 54, 204, 0.05);
    border-color: rgba(98, 54, 204, 0.4);
    box-shadow: 0 0 25px rgba(98, 54, 204, 0.15), inset 0 0 20px rgba(98, 54, 204, 0.05);
}

.value-purple .value-title,
.value-purple .value-icon-wrapper {
    color: #b794f4;
}

.value-purple .value-icon-wrapper {
    background-color: rgba(183, 148, 244, 0.1);
}

.value-blue {
    background-color: rgba(49, 130, 206, 0.05);
    border-color: rgba(49, 130, 206, 0.4);
    box-shadow: 0 0 25px rgba(49, 130, 206, 0.15), inset 0 0 20px rgba(49, 130, 206, 0.05);
}

.value-blue .value-title,
.value-blue .value-icon-wrapper {
    color: #63b3ed;
}

.value-blue .value-icon-wrapper {
    background-color: rgba(99, 179, 237, 0.1);
}

.value-green {
    background-color: rgba(56, 161, 105, 0.05);
    border-color: rgba(56, 161, 105, 0.4);
    box-shadow: 0 0 25px rgba(56, 161, 105, 0.15), inset 0 0 20px rgba(56, 161, 105, 0.05);
}

.value-green .value-title,
.value-green .value-icon-wrapper {
    color: #68d391;
}

.value-green .value-icon-wrapper {
    background-color: rgba(104, 211, 145, 0.1);
}

@media (max-width: 991px) {
    .value-card {
        padding: 25px;
    }
}

/* ══════════════ OUR VALUES SECTION ══════════════ */
.our-values-section {
    padding: 40px 0 60px;
    background-color: #ffffff;
}

.our-values-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.our-values-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0d163d;
    margin: 0 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.our-values-item {
    padding: 40px 30px;
    border-right: 1px solid #e0e6ed;
    border-bottom: 1px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    border-radius: 12px;
}

.our-values-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .our-values-item {
        border-right: none;
        border-bottom: 1px solid #e0e6ed;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .our-values-item.border-0-md {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.our-values-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-values-icon {
    width: 60px;
    height: 60px;
    background-color: #0d163d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.our-values-icon i {
    font-size: 24px;
    color: #ffffff;
}

.arc-grey {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border-left: 2px solid #e0e6ed;
    border-bottom: 2px solid #e0e6ed;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    transform: rotate(15deg);
}

.arc-orange {
    position: absolute;
    top: 0px;
    right: 2px;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border-top: 2px solid #f9c015;
    border-right: 2px solid #f9c015;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transform: rotate(25deg);
}

.arc-orange-dot {
    position: absolute;
    top: 36px;
    right: -2px;
    width: 6px;
    height: 6px;
    background-color: #f9c015;
    border-radius: 50%;
    z-index: 3;
}

.our-values-item-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0d163d;
    margin-bottom: 15px;
}

.our-values-underline {
    width: 35px;
    height: 2px;
    background-color: #ffbf0a;
    margin: 0 auto 20px;
}

.our-values-item-text {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
}

/* ══════════════ HOW WE WORK SECTION ══════════════ */
.how-we-work-section {
    padding: 0 0 60px;
    background-color: #ffffff;
}

.how-we-work-card {
    background-color: #ffffff;
    border: 1px solid #e0e6ed;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.how-we-work-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}

.work-step {
    flex: 1;
    position: relative;
}

.work-icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.work-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e0e6ed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.work-icon::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 1px solid #f7931e;
    opacity: 0.4;
}

.work-icon i {
    font-size: 28px;
    color: #0d163d;
}

.work-number {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 30px;
    height: 30px;
    background-color: #f9bf16;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 800;
    z-index: 3;
}

.step-connector {
    position: absolute;
    top: 30px;
    left: 85px;
    width: calc(100% - 50px);
    height: 30px;
    z-index: 1;
}

.work-step-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0d163d;
    margin-bottom: 12px;
}

.work-step-text {
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.6;
    padding-right: 15px;
}

.work-illustration-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .how-we-work-steps {
        flex-direction: column;
        gap: 0;
    }

    .work-icon-wrap {
        margin: 0 auto 25px;
    }

    .work-step {
        text-align: center;
        margin-bottom: 40px;
    }

    .work-step-text {
        padding-right: 0;
    }

    .how-we-work-card {
        padding: 40px 20px 20px;
    }
}

/* ══════════════ TEAM SECTION ══════════════ */
.team-section {
    /* padding: 80px 0; */
    background-color: #ffffff;
    overflow: hidden;
}

.team-header-content {
    max-width: 400px;
}

.team-carousel-controls .btn {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e6ed;
    color: #0d163d;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.team-carousel-controls .btn:hover {
    background-color: #6236cc;
    border-color: #6236cc;
    color: #ffffff;
}

.team-swiper .swiper-slide {
    height: auto;
    /* Allow slide to stretch to wrapper height */
    display: flex;
}

.team-card {
    background: #e8eaf6;
    /* Light lavender/purple tint */
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.team-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-name {
    font-family: 'Inter', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #3b2b80;
    /* Strong purple/blue */
    margin-bottom: 2px;
    letter-spacing: -0.2px;
}

.team-role {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 0.95rem;
    color: #5e4b9c;
    /* Lighter purple */
    font-weight: 500;
    line-height: 1.4;
}

/* -------------------------------------
   12. CTA SECTION
------------------------------------- */
.about-cta-section {
    padding: 40px 0;
}

.about-cta-banner {
    /* background-color: #fce8c4; */
    background-image: url('../assets/images/aboutctabg.webp');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
}

.about-cta-content {
    position: relative;
    z-index: 3;
}

.about-cta-title {
    font-size: 40px;
    font-weight: 800;
    color: #2e3192;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.about-cta-subtitle {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 0;
}

.cta-icon-wrapper {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.cta-icon-wrapper i.fa-book-open {
    font-size: 3rem;
    color: #2e3192;
}

.cta-icon-rays {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.btn-cta-solid {
    background-color: #2e3192;
    color: #ffffff;
    border: 2px solid #2e3192;
    padding: 10px 28px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-solid:hover {
    background-color: transparent;
    color: #2e3192;
}

.btn-cta-outline {
    background-color: transparent;
    color: #2e3192;
    border: 1px solid #2e3192;
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-cta-outline:hover {
    background-color: #2e3192;
    color: #ffffff;
}

/* Background decorations with Animation */
@keyframes ctaFloat1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, 15px);
    }
}

@keyframes ctaFloat2 {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(15px, -20px) scale(1.05);
    }
}

.cta-bg-circle {
    position: absolute;
    border-radius: 50%;
    background-color: #fdf3df;
    z-index: 1;
    opacity: 0.8;
}

.cta-bg-circle.circle-1 {
    width: 350px;
    height: 350px;
    right: -100px;
    top: -150px;
    animation: ctaFloat1 7s ease-in-out infinite;
}

.cta-bg-circle.circle-2 {
    width: 180px;
    height: 180px;
    left: 10%;
    bottom: -60px;
    background-color: #f9e2b8;
    animation: ctaFloat2 8s ease-in-out infinite alternate;
}

.cta-bg-circle.circle-3 {
    width: 80px;
    height: 80px;
    right: 35%;
    top: 15%;
    background-color: #fce8c4;
    border: 2px solid #f9e2b8;
    animation: ctaFloat1 5s ease-in-out infinite reverse;
}

.cta-bg-circle.circle-4 {
    width: 40px;
    height: 40px;
    left: 45%;
    bottom: 25%;
    background-color: #f9e2b8;
    animation: ctaFloat2 6s ease-in-out infinite;
}

@media (max-width: 991px) {
    .about-cta-banner {
        padding: 40px;
        text-align: center;
    }

    .about-cta-content {
        padding-bottom: 20px;
    }

    .about-cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .about-cta-banner {
        padding: 30px 20px;
    }

    .about-cta-title {
        font-size: 28px;
    }

    .about-cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-cta-solid,
    .btn-cta-outline {
        width: 100%;
        text-align: center;
    }
}

body,
html {
    overflow-x: hidden;
}