body {
    background: #D8E0EB;
    /* soft light blue background */
}

* {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #495057;
}

.section-main {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    height: min-content;
    padding: 24px 32px 0;
    display: flex;
    position: relative;
    overflow: hidden;
}

.frame {
    background: linear-gradient(180deg, #E9EEF4 0%, #D8E0EB 100%);
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
    flex-flow: column;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 72px;
    width: 100%;
    height: min-content;
    padding: 160px 32px 60px;
    display: flex;
    position: relative;
    overflow: visible;
}

.frame-nav {
    z-index: 5;
    flex: none;
    height: auto;
    position: absolute;
    top: 16px;
    left: 32px;
    right: 32px;
}

.navbar {
    background: transparent;
}

.navbar .container-fluid {
    padding: 5px 35px;
}

.navbar .nav-link {
    color: #495057 !important;
    font-weight: 300;
    font-size: 15px;
}

.navbar .navbar-brand img {
    height: 45px;
    width: auto !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: invert(30%);
}


.frame-row {
    flex-flow: row;
    flex: none;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    height: min-content;
    padding: 0 0 0 32px;
    display: flex;
    position: relative;
    overflow: visible;
}

.frame-row .frame-col {
    flex-flow: column;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 48px;
    width: 1px;
    max-width: 600px;
    height: min-content;
    padding: 0 0 64px;
    display: flex;
    position: relative;
    overflow: visible;
}

.frame-row .frame-col:nth-child(2) {
    flex-flow: row;
    flex: 1 0 0;
    place-content: center;
    align-items: center;
    gap: 48px;
    width: 1px;
    max-width: 450px;
    height: min-content;
    padding: 0 0 0 10px;
    display: flex;
    position: relative;
    overflow: visible;
}

.frame-half-circle-outer {
    aspect-ratio: .633333;
    height: 92%;
    z-index: 0;
    border-radius: 400px 400px 8px 8px;
    flex-flow: row;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    padding: 12px;
    display: flex;
    position: absolute;
    bottom: 48px;
    left: 50%;
    overflow: visible;
    transform: translate(-50%);
}

.frame-half-circle-outer .frame-half-circle {
    background: linear-gradient(180deg, #77778c 0%, #151521 65.8256%);
    border-radius: 400px 400px 8px 8px;
    flex: 1 0 0;
    gap: 0;
    width: 1px;
    height: 100%;
    position: relative;
    overflow: visible;
}

.frame-half-circle-outer .frame-half-circle[data-border=true]:after,
.frame-half-circle-outer .frame-half-circle [data-border=true]:after {
    content: "";
    border-width: 1px;
    border-color: #044F82;
    border-style: solid;
    box-sizing: border-box;
    border-radius: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.frame-half-circle-outer[data-border=true]:after,
.frame-half-circle-outer [data-border=true]:after {
    content: "";
    border-width: 2px;
    border-color: #044F82;
    border-style: solid;
    box-sizing: border-box;
    border-radius: inherit;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.frame-image {
    aspect-ratio: 0.791228;
    /* valid decimal */
    height: auto;
    /* let aspect-ratio control height */
    max-height: 556px;
    /* optional cap if needed */
    will-change: filter;
    /* valid will-change value */
    z-index: 1;
    flex: 1 0 0;
    width: 1px;
    /* common flex trick */
    position: relative;
    overflow: hidden;
}

.frame-image-cutout {
    position: absolute;
    inset: 0;
    /* shorthand for top/right/bottom/left: 0 */
    border-radius: inherit;
}

.frame-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.frame-shadow {
    filter: blur(15px);
    aspect-ratio: 4.61111;
    /* height: var(--framer-aspect-ratio-supported, 92px); */
    /* will-change: var(--framer-will-change-override, transform); */
    z-index: 0;
    background-color: #4b525d;
    ;
    border-radius: 50%;
    flex: none;
    width: 94%;
    position: absolute;
    bottom: -5px;
    left: 52%;
    overflow: hidden;
    transform: translate(-50%);
}


.frame-content {
    flex-flow: column;
    flex: none;
    place-content: center flex-start;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}

.frame-content h1,
.frame-content h1 span {
    font-family: "Lora", serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 1.2em;
    letter-spacing: -.03em;
    color: #0C2654;
    margin: 0;
}

.head-badge {
    font-family: "Poppins", sans-serif;
    opacity: 1;
    border-radius: 20px;
    border-width: 1px;
    border: 1px solid #CAD1D5;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.32px;
    vertical-align: middle;
    padding: 4px 15px;
}

.section-frame {
    padding: 32px 32px 60px;
}

.inner-padding {
    padding: 0 32px;
}

.single-content {
    flex-flow: column;
    place-content: center flex-start;
    text-align: center;
    align-items: center;
    gap: 32px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
}

.image-ico {
    width: 75px;
    height: 75px;
    background: #edf8ff;
    border-radius: 50px;
}

.image-ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-content h4 {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.32px;
    color: #0C2654;
    margin: 0;
    padding-bottom: 15px;
}

.about-section {
    padding: 150px 0 50px 0;
}

.about-card-outer {
    flex-flow: column;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 48px;
    width: 100%;
    max-width: 1280px;
    height: min-content;
    padding: 0;
    display: flex;
    position: relative;
    overflow: visible;
}

.about-card {
    background-color: #151521;
    border-radius: 24px;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 80px;
    width: 100%;
    height: min-content;
    padding: 48px;
    display: flex;
    position: relative;
    overflow: visible;
}

.about-card .about-card-image {
    flex: none;
    width: 390px;
    height: 322px;
    position: relative;
    overflow: visible;
}

.about-card .about-card-image .about-card-image-container {
    z-index: 1;
    flex: none;
    position: absolute;
    inset: -142px -16px;
}

.about-card .about-card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: 50% 0%;
    object-fit: cover;
}


.about-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.about-card-content h3,
.about-card-content h3 span {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #FFFFFF;
    margin: 0;
}

.about-card-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #E9EEF4;
    margin: 0;
}

.about-card .about-frame {
    border: 2px solid #002741;
    border-left-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    border-top-width: 2px;
    height: 100%;
    width: 100%;
    border-radius: 400px 400px 8px 8px;
    opacity: 1;
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    padding: 12px;
    display: flex;
    position: relative;
    overflow: visible;
}

.about-card .about-frame .about-frame-circle {
    border-bottom-width: 1px;
    border-color: #002741;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    border-radius: 400px 400px 8px 8px;
    box-shadow: rgb(104 119 130 / 29%) 0px 0.421531px 0.295072px -0.5px, rgb(104 112 130 / 28%) 0px 1.60197px 1.12138px -1px, rgb(104 118 130 / 35%) 0px 7px 4.9px -1.5px;
    opacity: 1;
    flex: 1 0 0;
    width: 1px;
    height: 100%;
    position: relative;
}

/* .about-card .about-frame .about-frame-circle {} */

/* ============================= */
/* Mission & Vision – Native Style */
/* ============================= */

.mission-vision-section {
    padding: 120px 0 80px;
}

.mv-row {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

/* Columns */
.mv-col {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

/* Headings */
.mv-col h3,
.mv-col h3 span {
    font-family: "Lora", serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #0C2654;
    margin: 0;
}

/* Text */
.mv-col p {
    max-width: 460px;
    font-size: 18px;
    line-height: 27px;
    color: #495057;
    margin: 0;
}

/* Divider */
.mv-divider {
    width: 1px;
    background: linear-gradient(180deg,
            transparent,
            #CAD1D5,
            transparent);
    align-self: stretch;
}

/* ============================= */
/* Responsive */
/* ============================= */


.section-services .frame {
    padding: 80px 32px 60px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
    width: 100%;
    max-width: 1280px;
}

.service-card {
    text-align: center;
    cursor: pointer;
}

.image-container {
    position: relative;
    margin-bottom: 32px;
    padding: 12px;
}

.arch-frame {
    border: 2px solid #002741;
    border-left-width: 2px;
    border-right-width: 2px;
    border-style: solid;
    border-top-width: 2px;
    height: 100%;
    width: 100%;
    border-radius: 400px 400px 8px 8px;
    opacity: 1;
    flex-flow: row;
    place-content: center flex-start;
    align-items: center;
    gap: 10px;
    padding: 12px;
    display: flex;
    position: relative;
    overflow: visible;
}

.arch-frame .arch-image-frame {
    border-bottom-width: 1px;
    border-color: #002741;
    border-left-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    border-radius: 400px 400px 22px 22px;
    box-shadow: rgb(104 119 130 / 29%) 0px 0.421531px 0.295072px -0.5px, rgb(104 112 130 / 28%) 0px 1.60197px 1.12138px -1px, rgb(104 118 130 / 35%) 0px 7px 4.9px -1.5px;
    opacity: 1;
    flex: 1 0 0;
    width: 1px;
    height: 100%;
    position: relative;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content {
    padding: 0 20px;
}

.service-title,
.service-title span {
    font-size: 24px;
    font-weight: 500;
    color: #002741;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-family: "Lora", serif;
}

.service-description {
    color: #666;
    line-height: 1.6;
}

.section-blockquote blockquote {
    width: 100%;
    margin: auto;
    max-width: 1000px;
    font-family: "Lora", "Lora Placeholder", serif;
    font-size: 48px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    color: #0C2654;
}

.frame-inverse {
    background: linear-gradient(0deg, #E9EEF4 0%, #D8E0EB 100%);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    flex-flow: column;
    flex: none;
    place-content: center flex-start;
    align-items: center;
    gap: 72px;
    width: 100%;
    height: min-content;
    padding: 75px 32px 60px;
    display: flex;
    position: relative;
    overflow: visible;
}

.how-it-works-steps {
    width: 100%;
    margin: auto;
    max-width: 1280px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    position: relative;
}

.step {
    text-align: center;
    position: relative;
}

.step-number {
    font-size: 72px;
    color: #0C2654;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1;
    font-family: "Lora", serif;
}

.step-title {
    font-size: 24px;
    color: #0C2654;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: "Lora", serif;
}

.step-description {
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
}

/* 
.members-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 80px auto;
    width: 100%;
    max-width: 1200px;
}

.member-card {
    text-align: center;
}

.member-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.member-icon img {
    width: 100%;
}

.member-name {
    font-size: 24px;
    color: #0C2654;
    font-family: "Lora", serif;
    margin-bottom: 8px;
    font-weight: 400;
} */



.carousel-container {
    max-width: 1200px;
    margin: 80px auto;
    position: relative;
}

.member-card {
    text-align: center;
    padding: 0 15px;
}

.member-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    border-radius: 50%;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

.member-icon img {
    width: 100%;
}

.member-name {
    font-size: 24px;
    color: #0C2654;
    font-family: "Lora", serif;
    margin-bottom: 8px;
    font-weight: 400;
}

.member-role {
    font-size: 16px;
    color: #666;
}

/* Custom Owl Carousel Navigation */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #0C2654 !important;
    background: #ffffff00 !important;
    color: #0C2654 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 24px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #0C2654 !important;
    color: white !important;
    transform: translateY(-50%) scale(1.1);
}

.owl-carousel .owl-nav button span {
    font-size: 30px;
    line-height: 1;
    color: inherit;
}

@media (max-width: 1200px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 10px;
    }
}

@media (max-width: 768px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 20px;
    }
    .member-name {
        font-size: 20px;
    }

    .member-role {
        font-size: 14px;
    }
}

.faq-container {
    width: 100%;
    max-width: 700px;
    /* max-width: 900px; */
    margin: 0 auto;
}

.faq-item {
    border-bottom-width: 1px;
    border-color: #d4d4d4;
    border-left-width: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 0px;
    filter: brightness(1);
    width: 100%;
    height: min-content;
    padding: 24px;
    border-radius: 0px;
    will-change: transform;
    transform: none;
    transform-origin: 50% 50% 0px;
    opacity: 1;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 20px;
}

.faq-question h3 {
    font-size: 20px;
    font-family: "Lora", serif;
    color: #06193a;
    flex: 1;
}

.faq-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-icon svg {
    width: 28px;
    height: 28px;
    stroke: #0C2654;
    stroke-width: 2;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-content {
    padding-top: 20px;
    padding-right: 50px;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-item.active .plus-icon {
    display: none;
}

.faq-item.active .close-icon {
    display: block;
}

.close-icon {
    display: none;
}

.section-disclaimer .frame-inverse {
    padding-top: 0;
}

.section-disclaimer .about-card {
    padding: 96px 120px;
}

/* ============================= */
/* Contact Section */
/* ============================= */

.section-contact {
    padding-top: 0;
}

.contact-row {
    max-width: 1100px;
    margin: 80px auto 0;
    display: flex;
    gap: 72px;
    align-items: flex-start;
}

/* Left Info */
.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info h3 {
    font-family: "Lora", serif;
    font-size: 32px;
    color: #0C2654;
    margin: 0;
}

.contact-info p {
    max-width: 420px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-item strong {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #044F82;
}

.contact-item span {
    font-size: 16px;
}

/* Divider */
.contact-divider {
    width: 1px;
    background: linear-gradient(180deg,
            transparent,
            #CAD1D5,
            transparent);
}

/* Form */
.contact-form {
    flex: 1;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0C2654;
    text-align: justify;
}

.form-group input,
.form-group textarea {
    border: 1px solid #CAD1D5;
    border-radius: 16px;
    padding: 12px 16px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background: #FFFFFF;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #044F82;
}

/* ============================= */
/* Responsive */
/* ============================= */


.cog-btn {
    border: none;
    border-radius: 26px;
    padding: 0.55rem 1.35rem;

    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;

    color: #ffffff;
    background: linear-gradient(180deg,
            #0C2654 0%,
            #044F82 100%);

    outline: 1px solid #0074AA;
    outline-offset: 3px;

    transition:
        transform 0.15s ease,
        background 0.2s ease;
}

/* Hover – very subtle */
.cog-btn:hover {
    background: linear-gradient(180deg,
            #12336B 0%,
            #0467A3 100%);
}

/* Active */
.cog-btn:active {
    transform: scale(0.98);
}

/* Focus (keyboard only) */
.cog-btn:focus-visible {
    outline: 2px solid #0C2654;
    outline-offset: 4px;
}

@media screen and (max-width: 1200.5px) {
    .single-content h4 {
        font-size: 20px;
    }

    .about-section {
        padding: 10px 0 50px 0;
    }


    .about-card {
        gap: 40px;
    }

    .about-card-content h3 {
        font-size: 32px;
        line-height: 30px;
    }

    .about-card-content p {
        font-size: 17px;
        line-height: 24px;
    }

    .section-services {
        padding: 15px 32px;
    }

    .section-blockquote blockquote {
        font-size: 40px;
    }

    .members-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
    .frame-content h1 {
        font-size: 51px;
    }

    .about-card .about-card-image {
        flex-flow: row;
        flex: 1 0 0;
        place-content: center;
        align-items: center;
        gap: 48px;
        width: 1px;
        height: min-content;
        padding: 0;
        display: flex;
    }

    .about-card .about-card-image .about-card-image-container {
        aspect-ratio: .648045;
        bottom: unset;
        height: auto;
        left: unset;
        right: unset;
        top: unset;
        flex: 1 0 0;
        width: 1px;
        position: relative;
    }

    .about-card .about-card-image img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        object-position: 50% 0%;
        object-fit: cover;
    }

    .about-card-content {
        flex: 1.3 0 0;
    }
}


@media (max-width: 1024px) {
    .steps {
        grid-template-columns: 1fr;
        gap: 80px;
    }
}

@media screen and (max-width: 991.5px) {
    .navbar {
        background-color: #E9EEF4;
        width: 100%;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        transform: none;
        transform-origin: 50% 50% 0px;
        will-change: auto;
    }
}

@media screen and (max-width: 876.5px) {
    .about-card {
        flex-direction: column;
        gap: 30px;
        max-width: 400px;
        padding: 24px 24px 50px;
    }

    .about-card .about-card-image {
        flex-flow: row;
        place-content: center;
        align-items: center;
        gap: 48px;
        width: 100%;
        padding: 0;
        display: flex;
    }

    .about-card .about-card-image img {
        width: 100%;
        height: auto;
    }

    .single-content h4 {
        font-size: 18px;
    }

    .about-card-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-card-content {
        flex: 1.3 0 0;
        align-items: center;
        text-align: center;
    }

    .about-card .about-card-image {
        flex-flow: row;
        place-content: center;
        align-items: center;
        gap: 48px;
        width: 100%;
        height: min-content;
        padding: 0;
        display: flex;
    }

    .about-card .about-card-image .about-card-image-container {
        aspect-ratio: .647638;
        bottom: unset;
        height: auto;
        left: unset;
        right: unset;
        top: unset;
        flex: 1 0 0;
        width: 1px;
        position: relative;
    }

    .about-card .about-frame {
        margin: auto;
    }

    p {
        font-size: 16px;
    }

    .mv-col p {
        font-size: 16px
    }

    ;

    .services-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .service-card {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .section-services .frame {
        gap: 0;
    }

    .section-blockquote blockquote {
        font-size: 30px;
    }

    .section-disclaimer .about-card {
        padding: 65px 45px;
        max-width: 100%;
    }
}

@media screen and (max-width: 825.5px) {
    * {
        font-size: 16px;
    }

    .navbar .container-fluid {
        padding: 0;
    }

    .navbar-collapse {
        padding: 0 12px;
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .frame {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        padding: 130px 16px 32px;
    }

    .frame-row {
        flex-direction: column;
        justify-content: center;
        gap: 24px;
        padding: 0;
    }

    .frame-row .frame-col {
        flex: none;
        gap: 24px;
        width: 100%;
        padding: 0 0 64px;
    }

    .frame-row .frame-col:nth-child(2) {
        flex: none;
        width: 100%;
        max-width: 400px;
        padding: 0;
    }

    .frame-content h1 {
        font-size: 41px;
        font-weight: 400;
    }

    .frame-content {
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .head-badge {
        font-size: 14px !important;
    }

    .about-card .about-frame {
        height: 99%;
    }

    .mission-vision-section {
        padding: 80px 0 60px;
    }

    .mv-row {
        flex-direction: column;
        gap: 48px;
    }

    .mv-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg,
                transparent,
                #CAD1D5,
                transparent);
    }

    .mv-col {
        align-items: center;
        text-align: center;
    }

    .mv-col p {
        max-width: 100%;
    }

    .mv-col h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .section-disclaimer .about-card {
        padding: 65px 45px;
        max-width: 100%;
    }

    .contact-row {
        flex-direction: column;
        gap: 48px;
        text-align: center;
        width: 100%;
    }

    .contact-info,
    .contact-form {
        align-items: center;
        width: 80%;
        margin: auto;
    }

    .contact-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg,
                transparent,
                #CAD1D5,
                transparent);
    }

    .contact-info p {
        max-width: 100%;
    }

    .contact-form form {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 36px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .section-header {
        margin-bottom: 50px;
    }

    .step-number {
        font-size: 80px;
    }

    .members-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .section-title {
        font-size: 36px;
    }

    .member-icon {
        width: 125px;
        height: 125px;
    }

    .faq-question h3 {
        font-size: 20px;
        font-weight: 500;
    }

    .faq-answer-content {
        padding-right: 0;
        font-size: 16px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
    }

    .faq-icon svg {
        width: 24px;
        height: 24px;
    }

    .frame-content h1,
    .frame-content h1 span {
        font-size: 48px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 625.5px) {

    .frame-nav {
        left: 25px;
        right: 25px;
    }

    .frame-content h1 {
        font-size: 32px;
        font-weight: 400;
    }

    .section-frame {
        padding: 32px 0px 24px;
    }

    .inner-padding {
        padding: 0 16px;
    }

    .about-card {
        gap: 24px;
    }

    .about-card .about-frame {
        height: 99%;
    }

    .mv-col p,
    p,
    .about-card-content p {
        font-size: 14px
    }

    .contact-info,
    .contact-form {
        width: 100%;
    }

    .frame-inverse {
        gap: 0;
    }

    .how-it-works-steps {
        padding-top: 25px;
    }

    .section-faq .frame {
        padding: 65px 16px 0px;
        gap: 24px;
    }

    .step-number {
        font-size: 48px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .faq-item {
        padding: 12px;
    }

    .faq-icon svg {
        width: 20px;
        height: 20px;
    }

    .faq-question h3 {
        font-size: 16px;
    }

    .section-contact {
        padding-top: 0;
    }
}

@media screen and (max-width: 525.5px) {
    .section-blockquote {
        padding: 0px 0px 0px;
    }
}

@media (max-width: 485px) {
    body {
        padding: 35px 16px;
    }

    .section-main {
        padding: 0;
    }

    .section-title {
        font-size: 32px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-description {
        font-size: 15px;
    }
}


/* Badge Animation */
.head-badge {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

.head-badge.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Word Animation - Only for animated headings */
.animated-heading {
    overflow: visible;
}

.animated-heading .word {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
}

.animated-heading .word.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Paragraph Animation */
.animate-text {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

.animate-text.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

/* Service Description Animation */
.service-description {
    opacity: 1;
    transform: none;
}

.service-description.animate-text {
    opacity: 0 !important;
    transform: translateY(20px) !important;
}

.service-description.animate-text.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

/* Blockquote Animation */
blockquote.animate-quote {
    opacity: 0 !important;
    transform: translateY(30px) !important;
}

blockquote.animate-quote.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 1s ease, transform 1s ease;
}


/* contact form message shwoing */
#simpleFormMessage {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    /* right: 15px; */
    transform: translateX(-50%);
    min-width: 300px;
    max-width: 500px;
    padding: 15px 45px 15px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    align-items: center;
    justify-content: space-between;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateX(-50%) translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

#simpleFormMessage.success-message {
    background-color: #0C2654;
    color: #fff;
    border: 1px solid #0C2654;
}

#simpleFormMessage.error-message {
    background-color: #0C2654;
    color: #fff;
    border: 1px solid #0C2654;
}

.toast-message {
    flex: 1;
    color: inherit;
}

.toast-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: inherit;
    opacity: 0.7;
    line-height: 1;
    padding: 0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    transition: opacity 0.2s;
}

.toast-close:hover {
    opacity: 1;
}

/* review */
.review-section {
    width: 80%;
    margin: 0 auto;
}

.review-section .owl-stage {
    display: flex;
}

.review-section .owl-item {
    display: flex;
}

.review-card {
    height: 100%;
    background-color: white;
    padding: 25px;
    border-radius: 4%;
    text-align: left;
}

.review-name p{
    font-weight: 500;
    color: #0C2654;
}

.review-card .star{
    margin-bottom: 20px;
}

.review-card .star i {
    color: #0C2654;
}

/* Navigation buttons */
.review-section .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
}

.review-section .owl-nav button {
    pointer-events: all;
    background-color: #0C2654 !important;
    color: white !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
}

.review-section .owl-nav button:hover {
    background-color: #1a3a6b !important;
    transform: scale(1.1);
}

.review-section .owl-nav .owl-prev {
    margin-left: -60px;
}

.review-section .owl-nav .owl-next {
    margin-right: -60px;
}

/* Hide dots */
.review-section .owl-dots {
    display: none;
}

/* Add position relative to parent */
.review-section {
    width: 80%;
    margin: 0 auto;
    position: relative;
}