.gr--perl {
    background-image: url("img/SL-072622-51930-20 1.png");
    background-size: cover;
    /* Make the image cover the whole element */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Prevent repeating */
    background-color: #f3957f;
    /* Fallback color (optional) */


    /* Responsive behavior */
    background-attachment: scroll;
    /* Ensures proper mobile rendering */
}


.senior-title {
    font-size: 3rem;
    font-weight: 700;
    color: #003e4f;
}

.senior-subtitle {
    font-size: 1.2rem;
    color: #154c5e;
}

.senior-select {
    border-radius: 50px;
    padding: 10px 20px;
    background: #fff;
    border: none;
    min-width: 160px;
}

.senior-find-btn {
    background: #083c4d;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    height: 48px;
}

.senior-avatars .senior-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid white;
    margin-left: -10px;
}

.senior-hired-text {
    color: white;
    font-size: 17px;
    font-weight: 600;
}



.senior-image-wrapper {
    border-radius: 25px;
    overflow: hidden;
}

.senior-main-img {
    border-radius: 25px;
    width: 100%;
}

.senior-mini-card {
    width: 220px;
    background: white;
    border-radius: 20px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.senior-mini-arrow {
    font-size: 1.2rem;
    color: #e05d48;
    text-decoration: none;
}

/* Outer rounded container */
.senior-filter-bar {
    background: #003B49;
    padding: 10px 18px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
    height: 70px;
    /* FIXED HEIGHT TO MATCH YOUR DESIGN */
}

.senior-select {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 6px 13px;
    font-size: 15px;
    color: #003B49;
    width: 164px;
    height: 43px;
    display: flex;
    align-items: center;
    appearance: none;

    background-repeat: no-repeat;
    background-position: right 15px center;
}

/* Button */
.senior-btn {
    background: transparent;
    border: 2px solid #ffffff;
    color: white;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 14px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.5s ease;

}

/* Arrow */
.senior-btn-arrow {
    font-size: 18px;
}

.dsdt {
    font-size: 29px !important;
    color: white;
    font-weight: 600;
}


.section-wrapper {
    background: #B5E3CC;
    font-family: "Inter", sans-serif;
    padding: 60px 0;
    text-align: center;
}

.tag-pill {
    background: transparent;
    border: 1px solid #F28C74;
    border-radius: 40px;
    padding: 6px 0px 6px 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #0b3b3c;
    margin-bottom: 25px;
    position: relative;
    width: 208px;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-title {
    font-size: 40px;
    font-weight: 700;
    color: #0b3b3c;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 18px;
    color: #5f6f6a;
    margin-bottom: 50px;
}

.card-custom {
    border-radius: 30px 20px;
    overflow: hidden;
    background: #ffffff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px;
    transition: 0.3s ease;
}

.card-custom img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px;
}

.card-body-custom {
    padding: 28px;
    text-align: left;
}

.card-title-custom {
    font-size: 22px;
    font-weight: 700;
    color: #0b3b3c;
    margin-bottom: 10px;
}

.card-text-custom {
    font-size: 15px;
    color: #6c7a76;
    line-height: 1.5;
    margin-bottom: 25px;
}

.btn-custom {
    border-radius: 40px;
    padding: 10px 25px;
    border: 2px solid #0b3b3c;
    font-weight: 600;
    font-size: 15px;
    color: #F28C74;
    background: transparent;
    transition: 0.2s;
}

.btn-custom:hover {
    background: #ff7f73;
    border-color: #ff7f73;
    color: white;
}


.employer-wrapper {
    background: #e7e0ef;
    font-family: "Inter", sans-serif;
    padding: 60px 0;
    text-align: center;
}

.tag-pill-employer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #ffb39c;
    border-radius: 40px;
    padding: 6px 28px 6px 20px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    gap: 12px;
    color: #0b3b3c;
    margin-bottom: 25px;
}

.employer-title {
    font-size: 40px;
    font-weight: 700;
    color: #0b3b3c;
}

.employer-subtitle {
    font-size: 17px;
    color: #6f6a7a;
    margin-bottom: 50px;
}

.emp-img-box img {
    width: 100%;
    border-radius: 20px;
    height: 420px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 24px;
}

.emp-text-wrapper {
    padding-left: 40px;
    padding-top: 20px;
}

.emp-item {
    border-bottom: 1px solid #ddd0e8;
    padding: 35px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 40px;
}

@media (min-width: 992px) {
    .emp-item {
        justify-content: space-between;
        gap: 0;
    }
}

.emp-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0b3b3c;
    margin-bottom: 8px;
}

.emp-item p {
    font-size: 15px;
    color: #736f7c;
    margin: 0;
    max-width: 420px;
}

.btn-outline-custom {
    border-radius: 40px;
    padding: 10px 28px;
    border: 2px solid #0b3b3c;
    font-weight: 600;
    font-size: 15px;
    color: #0b3b3c;
    background: transparent;
    transition: 0.2s;
}

.btn-outline-custom:hover {
    background: #ff7f73;
    border-color: #ff7f73;
    color: white;
}

/* SECTION */
.testimonial-sec {
    background: #fef9c3 !important;
    padding: 60px 0 !important;
    margin: auto !important;
}

/* ARROWS */
.nav-arrows {
    text-align: right !important;
    max-width: 1280px !important;
    margin: 0 auto 25px !important;
}

.nav-arrows button {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border: 2px solid #0b3b3c !important;
    background: transparent !important;
    font-size: 22px !important;
    margin: 0 7px !important;
    cursor: pointer !important;
}


/* CARD */
.testi-card {
    width: 100% !important;
    height: 400px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    position: relative !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.20) !important;
}

.testi-card img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* AGE BADGE */
.age-badge {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    background: #ff8e80 !important;
    padding: 6px 16px !important;
    color: #fff !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    z-index: 20 !important;
}

/* OVERLAY */
.overlay-big {
    border-radius: 30px;
    left: 27px;
    position: absolute !important;
    bottom: 12px !important;
    width: 100% !important;
    padding: 16px 28px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgb(0 0 0 / 50%)) !important;
    color: #fff !important;
    max-height: 97px !important;
    overflow: hidden !important;
    transition: 0.4s ease !important;
}



/* SMALL OVERLAY */
.overlay-small {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: #fff;
}


.trusted-wrapper {
    background: #d7e7f3;
    font-family: "Inter", sans-serif;
    padding: 60px 0;
    text-align: center;
}

.trusted-title {
    font-size: 42px;
    font-weight: 800;
    color: #0b3b3c;
    margin-bottom: 10px;
}

.trusted-subtext {
    font-size: 17px;
    color: #5f6a70;
    max-width: 760px;
    margin: 0 auto 60px;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 40px;
    justify-items: center;
    padding: 40px 0;
    position: relative;
}

/* Grid lines */
.logo-grid::before,
.logo-grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
}

.logo-grid .vline {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(0, 0, 0, 0.1);
}

.v1 {
    left: 25%;
}

.v2 {
    left: 50%;
}

.v3 {
    left: 75%;
}

.logo-box img {
    max-width: 160px;
    opacity: 0.9;
}


.cta-section {
    background: #ffffff;

    padding: 60px 0;
}

/* LEFT CARD */
.cta-card-left {
    height: auto;
    background: #f3e9da;
    border-radius: 22px;
    padding: 26px;
}

.cta-card-left img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 25px;
}

.cta-left-title {
    color: #083b3b;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.cta-left-sub {
    color: #6d6d6d;
    font-size: 16px;
    max-width: 550px;
    margin-bottom: 18px;
}

.cta-left-note {
    color: #e9877b;
    font-size: 11px;
    margin-bottom: 15px;
}

.cta-input-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.cta-input {
    background: white;
    flex: 1;
    padding: 8px 18px;
    border-radius: 40px;
    border: none;
    font-size: 15px;
}

.cta-btn-subscribe {
    background: #003f3f;
    color: #f88e75;
    font-weight: 400;
    padding: 6px 28px;
    border-radius: 40px;
    border: none;
    font-size: 15px;
}

.cta-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-size: 13px;
}
.cta-checkbox a{
    color: rgb(0 63 63);
}
/* RIGHT CARD */
.cta-card-right {
    height: 662px;
    background: #e7e0ef;
    border-radius: 22px;
    padding: 26px;
}

.cta-card-right img {
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 25px;
}

.cta-right-title {
    font-size: 28px;
    font-weight: 800;
    color: #083b3b;
    margin-bottom: 15px;
    ;
}

.cta-right-sub {
    color: #636363;
    font-size: 16px;
    margin-bottom: 30px;
}

.cta-btn-join {
    background: #003f3f;
    color: #f88e75;
    padding: 9px 28px;
    border-radius: 40px;
    border: none;
    font-weight: 400;
    font-size: 15px;
}

.sf-footer {
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* Logo box */
.sf-logo {
    width: 60px;
    height: 60px;
    background: #e6eef0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf-logo span {
    font-size: 22px;
    font-weight: 700;
    color: #123c46;
}

/* Title */
.sf-title {
    font-size: 42px;
    font-weight: 800;
    color: #103642;
}

/* Description */
.sf-desc {
   margin-top: 15px;
    font-size: 15px;
    color: #3a3a3a;
    line-height: 1.6;
}

/* Contact */
.sf-contact-label {
    text-align: left;
    font-weight: 400;
    color: #103642;
    font-size: 15px;
}

.sf-input {
    max-width: 360px;
    height: 54px;
    border: none;
    border-radius: 40px;
    background: #f1f3f5;
    padding-left: 20px;
    margin-right: 10px;
}

.sf-btn {
    background: #003b46;
    color: #fff;
    padding: 12px 35px;
    border-radius: 40px;
    border: none;
    font-weight: 600;
}

.sf-link {
    font-size: 16px;
    font-weight: 600;
    color: #103642;
    padding-bottom: 12px;
    border-bottom: 2px solid #9db6bb;
    margin: 0 0px;
    display: block;
}

.sf-link span {
    margin-left: 4px;
}

/* Bottom row */
.sf-bottom {
    background: #faf3eb;
}

.sf-small-links {
    color: #0e414c;
    font-size: 15px;
}

.sf-copy {
    color: #0e414c;
    font-size: 15px;
}

.sf-social i {
    font-size: 20px;
    margin-left: 20px;
    color: #073742;
    cursor: pointer;
}

.foot_logo {
    width: 340px;
}


/* SECTION */
.pf-section {
    width: 100%;
    background-color: #b7d8c8;
    padding-top: 60px;
    padding-bottom: 80px;
}

/* CONTAINER */
.pf-container {
    max-width: 1320px;
    text-align: center;
}

/* TITLE */
.pf-title {
    font-size: 40px;
    font-weight: 700;
    color: #003953;
    margin-bottom: 10px;
}

/* SUBTITLE */
.pf-subtitle {
    font-size: 18px;
    line-height: 26px;
    color: #003953;
    margin-bottom: 50px;
}

/* ROW */
.pf-row {
    display: flex;
    justify-content: space-between;
}

/* CARD COLUMN */
.pf-card-col {
    display: flex;
    justify-content: center;
}

/* CARD */
.pf-card {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

/* IMAGE */
.pf-card-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

/* ICON WRAPPER (WHITE CIRCLE) */
.pf-icon-wrap {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;

    /* position */
    position: absolute;
    left: 50%;
    top: 246px;
    /* sits between image & card */
    transform: translateX(-50%);
    z-index: 10;
}

/* ICON */
.pf-icon {
    width: 32px;
    /* perfect icon size */
    height: 32px;
    object-fit: contain;
}

/* CARD BODY */
.pf-card-body {
    padding: 74px 25px 25px 25px;
    /* extra top padding because icon sits above */
    text-align: center;
}

/* TITLE INSIDE CARD */
.pf-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #003953;
    margin-bottom: 12px;
}

/* TEXT INSIDE CARD */
.pf-card-text {
    font-size: 16px;
    color: #003953;
    line-height: 24px;
}

.pf-card-col {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}


/* SECTION */
.wc-section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

/* CONTAINER */
.wc-container {
    max-width: 1320px;
    text-align: center;
}

/* TITLE */
.wc-title {
    font-size: 44px;
    font-weight: 700;
    color: #003953;
    margin-bottom: 15px;
}

/* SUB TEXT */
.wc-subtitle {
    font-size: 18px;
    color: #6d6d6d;
    line-height: 26px;
    max-width: 900px;
    margin: 0 auto 60px auto;
}

/* BOX WRAPPER */
.wc-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

/* CIRCLE SIZE */
.wc-circle {
    position: relative;
    width: 100%;
    max-width: 330px;
}

/* CIRCLE IMAGE */
.wc-circle-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* LEFT NUMBER — centered vertically */
.wc-number {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
}

/* NUMBER COLORS */
.wc-num-blue {
    color: #003953;
}

.wc-num-orange {
    color: #e98a6f;
}

.wc-num-green {
    color: #00833d;
}

/* CONTENT — perfectly centered inside the circle */
.wc-content {
   position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    width: 63%;
    text-align: center;
}

/* HEADING */
.wc-heading {
    font-size: 19px;
    font-weight: 700;
    color: #003953;
    line-height: 25px;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.wc-text {
    font-size: 13px;
    line-height: 20px;
    color: #003953;
}



/* BACKGROUND */
.sf-about-section {
    width: 100% !important;
    background-color: #f2eefb !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

/* CONTAINER */
.sf-about-container {
    max-width: 1320px !important;
}

/* ROW */
.sf-about-row {
    align-items: flex-start !important;
    position: relative !important;
}

/* ---------------- LEFT BLOCK ---------------- */
.sf-left-block {
    position: relative !important;
    padding-left: 40px !important;
}

/* MAIN IMAGE EXACT SIZE */
.sf-main-img-box {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.sf-main-img {
    width: 100% !important;
    height: 100% !important;
}

/* SMALL IMAGE EXACT POSITION */
.sf-small-img-box {
    position: absolute !important;
    top: 434px !important;
    left: 0px !important;
    width: 281px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

.sf-small-img {
    width: 100% !important;
    height: 100% !important;
}

/* AGE BOX EXACT POSITION & SIZE */
.sf-age-box {
    position: absolute !important;
    top: 478px !important;
    left: 300px !important;
    width: 260px !important;
    height: 155px !important;
    background-color: #f27c6a !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.sf-age-text {
    font-size: 36px !important;
    font-weight: 700px !important;
    line-height: 46px !important;
    text-align: center !important;
    color: #ffffff !important;
}

/* ---------------- RIGHT CONTENT ---------------- */
.sf-right-block {
    padding-left: 80px !important;
}

/* TITLE */
.sf-about-title {
    font-size: 44px !important;
    font-weight: 700 !important;
    color: #003953 !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

/* DESCRIPTION */
.sf-about-desc {
    font-size: 18px !important;
    line-height: 30px !important;
    color: #003953 !important;
    max-width: 520px !important;
    margin-bottom: 40px !important;
}

/* ICON + TEXT BLOCK */
.sf-item-block {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 35px !important;
}


.jii {
    background: #f27c6a !important;
}
/* SUB TITLES */
.sf-item-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
}

/* SUB TEXT */
.sf-item-desc {
    font-size: 17px !important;
    line-height: 28px !important;
    color: #003953 !important;
    max-width: 500px !important;
}

/* SECTION WRAPPER */
.sf-section {
    width: 100% !important;
    padding-top: 140px ;
    padding-bottom: 80px !important;
    background-color: #dbe9f3 !important;
}

/* CONTAINER */
.sf-container {
    max-width: 1320px !important;
}

/* ROW */
.sf-row {
    align-items: center !important;
}

/* LEFT TEXT AREA */
.sf-left {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.sf-title {
    font-size: 60px ;
    font-weight: 700 ;
    line-height: 72px ;
    color: #003953 ;
}

/* RIGHT IMAGE */
.sf-right {
    display: flex !important;
    justify-content: flex-end !important;
}

.sf-main-image {
    width: 100% !important;
    max-width: 541px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
}



@media (max-width: 600px) {
    .sf-title {
        font-size: 38px;
        font-weight: 700;

        color: #003953;
        margin-bottom: 12px;
    }
}




    /* SECTION BACKGROUND */
.sf-join-section {
    background: #fff6bd; /* light cream background from reference */
    padding: 90px 0;
    text-align: center;
}

/* TITLE */
.sf-join-title {
    font-size: 36px;
    font-weight: 700;
    color: #053b55;
    margin-bottom: 15px;
}

/* SUBTITLE */
.sf-join-subtitle {
    font-size: 14px;
    color: #053b55;
    max-width: 650px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

/* BUTTON */
.sf-join-btn {
    display: inline-block;
    background: #003746;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 45px;
    border-radius: 50px; /* pill shape */
    text-decoration: none;
    transition: 0.3s ease;
}

/* HOVER EFFECT (Optional but clean) */
.sf-join-btn:hover {
    background: #022a36;
    color: #fff!important;
}


.sf-success-section {
    background: #e98c74;   /* same coral color as reference */
    padding: 60px 0 100px;
    text-align: center;
}

/* TITLE */
.sf-success-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

/* SUBTITLE */
.sf-success-subtitle {
    font-size: 14px;
    color: #f5f5f5;
    margin-bottom: 40px;
}

/* MAIN WRAPPER */
.sf-success-card-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* WHITE CARD */
.sf-success-card {
    background: #ffffff;
    width: 80%;
    max-width: 1100px;
    border-radius: 12px;
    padding: 50px 60px;
    position: relative;
    z-index: 5;
}

/* QUOTE TEXT */
.sf-quote-text {
    font-size: 18px;
    color: #053b55;
    font-weight: 500;
    line-height: 1.6;
}

/* LEFT QUOTE SVG STYLE */
.sf-quote-left {
font-size: 120px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    left: 3%;
    top: 14%;
    transform: translateY(-50%);
    z-index: 1;
}

/* RIGHT QUOTE SVG STYLE */
.sf-quote-right {
font-size: 135px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    right: 2%;
    top: 105%;
    transform: translateY(-50%);
    z-index: 1;
}


.sf-section {
    background: #dbe9f3;
    padding: 80px 0 120px;
    text-align: center;
}

.sf-title {
    font-size: 36px;
    font-weight: 700;
    color: #033B55;
}

.sf-subtitle {
    font-size: 14px;
    margin-bottom: 60px;
    color: #4b5a63;
}

/* FLEX WRAPPER */
.sf-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 35px;
}

/* CARD BASE */
.sf-card {
    width: 100%;
    height: auto;
    border-radius: 12px;
    position: relative;
    padding-bottom: 20px;
    padding-top: 70px;
}

/* SEMICIRCLE TOP SHAPE — CORRECT ORIENTATION */
.sf-cutout {
    width: 98px;
    height: 95px;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 51px;
}

/* ICON CIRCLE — PROPORTIONALLY CORRECT */
.sf-icon {
   width: 50px;
    height: 50px;
    background: #ffffff00;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

/* CARD TEXT */
.sf-card-title {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: #043a55;
}

/* CARD COLORS */
.sf-orange { background: #e98c74; }
.sf-blue   { background: #003746; }
.sf-green  { background: #cae6c9; }
.sf-yellow { background: #ffe89d; }

/* CUTOUT COLORS MATCH CARD BG */
.sf-orange .sf-cutout { background: #dbe9f3; }
.sf-blue   .sf-cutout { background: #dbe9f3; }
.sf-green  .sf-cutout { background: #dbe9f3; }
.sf-yellow .sf-cutout { background: #dbe9f3; }

/* TEXT COLOR FIX FOR DARK CARD */
.sf-blue .sf-card-title { color: #fff; }



/* ============================= */
/*         RESPONSIVE FIXES      */
/* ============================= */

/* ===== TABLET (≤ 1024px) ===== */
@media (max-width: 1024px) {
    .sf-section {
        padding: 70px 0 100px;
    }

    .sf-card-wrapper {
        gap: 25px;
    }

    .sf-card {
        width: 260px;
        height: 200px;
    }

    .sf-title {
        font-size: 32px;
    }
}



/* ===== TABLET / LARGE MOBILE (≤ 768px) ===== */
@media (max-width: 768px) {
    .sf-card-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 45px;
    }

    .sf-card {
        width: 100%;
        max-width: 350px;
        height: auto;
        padding: 90px 0 40px;
    }

    .sf-title {
        font-size: 28px;
    }

    .sf-subtitle {
        max-width: 550px;
        margin: 0 auto 50px;
        font-size: 14px;
    }
}



/* ===== SMALL MOBILE (≤ 480px) ===== */
@media (max-width: 480px) {
    .sf-section {
        padding: 40px 0 40px;
        padding-bottom: 40px !important;
    }

    .sf-title {
        font-size: 24px;
        line-height: 32px;
    }

    .sf-subtitle {
        font-size: 13px;
        line-height: 22px;
        max-width: 90%;
        margin-bottom: 40px;
    }

    .sf-card {
        max-width: 100%;
        padding: 40px 0 20px;
    }

    .sf-card-title {
        font-size: 15px;
    }

    .sf-icon {
        width: 42px;
        height: 42px;
    }

    .sf-cutout {
        width: 85px;
        height: 82px;
        top: -38px;
    }
}



    .howitworks-section{
        padding:60px 0px;
    }
.howitworks-icon {
    width: 50px;
    height: auto;
    margin: 10px 86px;
}

/* TITLE */
.howitworks-title {
    color: #0C3441;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* SUBTITLE */
.howitworks-subtitle {
    color: #0C3441;
    font-size: 15px;
    max-width: 700px;
    margin: 0 auto 60px auto;
    line-height: 24px;
}

/* BOX WRAPPER */
.howitworks-row {
    margin-top: 20px;
}

/* EACH CIRCLE BOX */
.howitworks-box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    text-align: center;
}

/* INDIVIDUAL STYLES */
.howitworks-box-1 {
    border: 6px solid #003E49;
}
.howitworks-box-2 {
    border: 6px solid #E88468;
}
.howitworks-box-3 {
    border: 6px solid #A6D9C8;
}

/* NUMBER TAG */
.howitworks-number {
    position: absolute;
    top: 120px;
    left: -20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howitworks-number-1 {
    background-color: #003E49;
}
.howitworks-number-2 {
    background-color: #E88468;
}
.howitworks-number-3 {
    background-color: #A6D9C8;
    color: #013e50;
}

/* ICON INSIDE CIRCLE */
.howitworks-icon {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
}

/* TITLE INSIDE CIRCLE */
.howitworks-heading {
    font-size: 18px;
    font-weight: 700;
    color: #0C3441;
    margin-bottom: 10px;
}

/* TEXT INSIDE CIRCLE */
.howitworks-text {
    font-size: 14px;
    line-height: 22px;
    color: #0C3441;
}


/* MAIN SECTION */
.talent-section {
    width: 100%;
    background-color: #E8E4F0; /* soft lavender background */
    padding: 90px 0 120px 0;
}

/* CENTER CONTAINER */
.talent-container {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.talent-title {
    font-size: 34px;
    font-weight: 700;
    color: #0C3441;
    margin-bottom: 18px;
}

.talent-subtitle {
    font-size: 15px;
    color: #0C3441;
    line-height: 26px;
    max-width: 900px;
    margin: 0 auto 70px auto;
}

/* ROW */
.talent-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* BOX */
.talent-box {
    width: 300px;
    text-align: center;
}

/* ICONS – small + perfectly centered */
.talent-icon {
    width: 50px;
    margin: 0 auto 22px auto;
    display: block;
}

/* DIVIDER */
.talent-divider {
    width: 2px;
    height: 110px;
    background-color: rgba(12, 52, 65, 0.25); /* soft dark teal */
    margin-top: 20px;
}

/* HEADINGS */
.talent-heading {
    font-size: 17px;
    font-weight: 700;
    color: #0C3441;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.talent-text {
    color: #0C3441;
    font-size: 14px;
    line-height: 22px;
    max-width: 240px;
    margin: auto;
}

/* BUTTON */
.talent-btn-wrapper {
    margin-top: 70px;
}

.talent-btn {
    display: inline-block;
    padding: 18px 65px;
    background: #ffffff;
    color: #003953;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.talent-btn:hover {
    background-color: #f1f1f1;
}


/* ============================= */
/*         RESPONSIVE FIXES      */
/* ============================= */

/* ===== TABLET (≤ 1024px) ===== */
@media (max-width: 1024px) {
    .talent-container {
        width: 90%;
    }

    .talent-box {
        width: 260px;
    }

    .talent-divider {
        height: 90px;
    }
}



/* ===== TABLET / LARGE MOBILE (≤ 768px) ===== */
@media (max-width: 768px) {
    .talent-row {
        flex-direction: column;
        align-items: center;
    }

    .talent-divider {
        display: none; /* hide divider on mobile */
    }

    .talent-box {
        width: 100%;
        max-width: 380px;
        margin-bottom: 40px;
    }

    .talent-title {
        font-size: 30px;
    }

    .talent-subtitle {
        font-size: 14px;
        max-width: 600px;
        margin-bottom: 50px;
    }
}



/* ===== SMALL MOBILE (≤ 480px) ===== */
@media (max-width: 480px) {
    .talent-section {
        padding: 70px 0 90px;
    }

    .talent-title {
        font-size: 26px;
        line-height: 34px;
    }

    .talent-subtitle {
        font-size: 14px;
        line-height: 22px;
        max-width: 95%;
    }

    .talent-box {
        max-width: 330px;
    }

    .talent-heading {
        font-size: 16px;
    }

    .talent-text {
        font-size: 13px;
        line-height: 20px;
    }

    .talent-btn {
        width: 100%;
        max-width: 320px;
        padding: 15px 0;
        font-size: 16px;
    }
}



/* MAIN SECTION */
.comm-section {
    width: 100%;
    background-color: #E59480; /* exact peach color */
    padding: 90px 0 120px 0;
}

/* CENTER CONTAINER */
.comm-container {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.comm-title {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.comm-subtitle {
    font-size: 15px;
    color: #ffffff;
    line-height: 26px;
    max-width: 880px;
    margin: 0 auto 70px auto;
}

/* ROW */
.comm-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* BOX */
.comm-box {
    width: 300px;
    text-align: center;
}

/* ICONS (small + centered) */
.comm-icon {
    width: 50px;
    margin: 0 auto 22px auto;
    display: block;
}

/* DIVIDER */
.comm-divider {
    width: 2px;
    height: 110px;
    background-color: rgba(255,255,255,0.40);
    margin-top: 20px;
}

/* HEADINGS */
.comm-heading {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.comm-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    max-width: 240px;
    margin: auto;
}

/* BUTTON */
.comm-btn-wrapper {
    margin-top: 70px;
}

.comm-btn {
    display: inline-block;
    padding: 18px 65px;
    background: #ffffff;
    color: #003953;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.comm-btn:hover {
    background-color: #f1f1f1;
}

/* ============================= */
/*         RESPONSIVE FIXES      */
/* ============================= */

/* ===== TABLET (≤ 1024px) ===== */
@media (max-width: 1024px) {
    .comm-container {
        width: 90%;
    }

    .comm-box {
        width: 260px;
    }

    .comm-divider {
        height: 90px;
    }
}



/* ===== TABLET / LARGE MOBILE (≤ 768px) ===== */
@media (max-width: 768px) {
    .comm-row {
        flex-direction: column;
        align-items: center;
    }

    .comm-divider {
        display: none; /* hide divider on mobile */
    }

    .comm-box {
        width: 100%;
        max-width: 380px;
        margin-bottom: 40px;
    }

    .comm-title {
        font-size: 30px;
    }

    .comm-subtitle {
        font-size: 14px;
        max-width: 600px;
        margin-bottom: 50px;
    }
}



/* ===== SMALL MOBILE (≤ 480px) ===== */
@media (max-width: 480px) {
    .comm-section {
        padding: 70px 0 90px;
    }

    .comm-title {
        font-size: 26px;
        line-height: 34px;
    }

    .comm-subtitle {
        font-size: 14px;
        line-height: 22px;
        max-width: 95%;
    }

    .comm-box {
        max-width: 330px;
    }

    .comm-heading {
        font-size: 16px;
    }

    .comm-text {
        font-size: 13px;
        line-height: 20px;
    }

    .comm-btn {
        width: 100%;
        max-width: 320px;
        padding: 15px 0;
        font-size: 16px;
    }
}


.fp-section {
    width: 100%;
    background-color: #033A46;
    padding: 90px 0 120px 0;
}

.fp-container {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.fp-title {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}

.fp-subtitle {
    font-size: 15px;
    line-height: 24px;
    color: #D4E6E8;
    max-width: 820px;
    margin: 0 auto 60px auto;
}

/* FIXED ROW */
.fp-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

/* FIXED BOX SIZE (this was the problem!) */
.fp-box {
    width: 300px;
    text-align: center;
}

/* ICONS – smaller + perfectly centered */
.fp-icon {
    width: 50px;
    /* smaller like reference */
    height: auto;
    margin: 0 auto 18px auto;
    /* ensures perfect centering */
    display: block;
    /* fixes horizontal alignment */
}


/* FIXED DIVIDER */
.fp-divider {
    width: 2px;
    height: 110px;
    background-color: rgba(255, 255, 255, 0.35);
    margin-top: 25px;
    /* aligns with icons */
}

/* HEADINGS */
.fp-heading {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.fp-text {
    font-size: 14px;
    line-height: 22px;
    color: #D4E6E8;
    max-width: 240px;
    margin: auto;
}

/* BUTTON */
.fp-btn-wrapper {
    margin-top: 70px;
}

.fp-btn {
    display: inline-block;
    padding: 18px 60px;
    background: #ffffff;
    color: #003953;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.3s;
}

.fp-btn:hover {
    background-color: #eaeaea;
}


/* ===================================== */
/*             RESPONSIVENESS            */
/* ===================================== */

/* ===== TABLET (≤ 1024px) ===== */
@media (max-width: 1024px) {
    .fp-container {
        width: 90%;
    }

    .fp-row {
        gap: 30px;
    }

    .fp-box {
        width: 260px;
    }

    .fp-divider {
        height: 90px;
    }
}



/* ===== TABLET / LARGE MOBILE (≤ 768px) ===== */
@media (max-width: 768px) {
    .fp-row {
        flex-direction: column;
        align-items: center;
    }

    .fp-divider {
        display: none; /* remove vertical lines for mobile */
    }

    .fp-box {
        width: 100%;
        max-width: 380px;
        margin-bottom: 40px;
    }

    .fp-title {
        font-size: 30px;
    }

    .fp-subtitle {
        font-size: 14px;
        max-width: 600px;
    }
}



/* ===== SMALL MOBILE (≤ 480px) ===== */
@media (max-width: 480px) {
    .fp-section {
        padding: 70px 0 90px;
    }

    .fp-title {
        font-size: 26px;
        line-height: 34px;
    }

    .fp-subtitle {
        font-size: 14px;
        line-height: 22px;
        max-width: 95%;
        margin-bottom: 40px;
    }

    .fp-box {
        max-width: 330px;
    }

    .fp-heading {
        font-size: 16px;
    }

    .fp-text {
        font-size: 13px;
        line-height: 20px;
    }

    .fp-btn {
        width: 100%;
        max-width: 320px;
        padding: 15px 0;
        font-size: 16px;
    }
}



/* SECTION BACKGROUND */
.kf-section {
    width: 100%;
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
}

/* CONTAINER WIDTH */
.kf-container {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

/* TITLE */
.kf-title {
    font-size: 40px;
    font-weight: 700;
    color: #003953;
}

/* SUBTITLE */
.kf-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #5e5e5e;
    max-width: 900px;
    margin: 0 auto;
}


/* ===================================== */
/*             RESPONSIVENESS            */
/* ===================================== */

/* --- TABLET (≤ 1024px) --- */
@media (max-width: 1024px) {
    .kf-title {
        font-size: 38px;
    }

    .kf-subtitle {
        font-size: 17px;
        line-height: 26px;
        max-width: 750px;
    }

    .kf-section {
        padding-top: 50px;
        padding-bottom: 35px;
    }
}

/* --- LARGE MOBILE (≤ 768px) --- */
@media (max-width: 768px) {
    .kf-title {
        font-size: 32px;
    }

    .kf-subtitle {
        font-size: 16px;
        max-width: 600px;
    }

    .kf-section {
        padding-top: 45px;
        padding-bottom: 30px;
    }
}

/* --- SMALL MOBILE (≤ 480px) --- */
@media (max-width: 480px) {
    .kf-title {
        font-size: 26px;
        line-height: 36px;
    }

    .kf-subtitle {
        font-size: 15px;
        line-height: 24px;
        max-width: 95%;
    }

    .kf-section {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}



/* SECTION BG */
.fj-section {
    width: 100%;
    background-color: #f5eeb8;
    padding-top: 132px;
    padding-bottom: 30px;
}

/* CONTAINER */
.fj-container {
    max-width: 1600px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
}

/* ROW */
.fj-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT CONTENT */
.fj-left {
    padding-right: 40px;
}

.fj-title {
    font-size: 55px;
    line-height: 67px;
    color: #003953;
    font-weight: 700;
    margin-bottom: 30px;
}

.fj-subtext {
    font-size: 20px;
    line-height: 30px;
    color: #003953;
}

/* RIGHT IMAGES */
.fj-right {
    position: relative;
    height: 550px;
}

.fj-img-box {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
}

.fj-img-top {
    width: 403px;
    top: 0px;
    right: 80px;
}

.fj-img-bottom {

    width: 262px;
    top: 204px;
    right: -55px;
}

.fj-img {
    width: 100%;
    height: 100%;
}



/* ============================= */
/*        RESPONSIVENESS         */
/* ============================= */

/* ----- TABLETS (1024px) ----- */
@media (max-width: 1024px) {
    .fj-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .fj-title {
        font-size: 46px;
        line-height: 56px;
    }

    .fj-subtext {
        font-size: 18px;
    }

    .fj-right {
        height: 450px;
    }

    .fj-img-top {
        width: 330px;
        right: 20px;
    }

    .fj-img-bottom {
        width: 260px;
        right: -40px;
    }
}

/* ----- MOBILE LANDSCAPE / LARGE PHONE (768px) ----- */
@media (max-width: 768px) {
    .fj-row {
        flex-direction: column;
        text-align: center;
    }

    .fj-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .fj-right {
        height: auto;
        position: relative;
    }

    .fj-img-top,
    .fj-img-bottom {
        position: relative;
        top: unset;
        right: unset;
        margin: 0 auto 20px auto;
        display: block;
    }

    .fj-img-top {
        width: 70%;
    }

    .fj-img-bottom {
        width: 60%;
    }
}

/* ----- SMALL MOBILE (480px and below) ----- */
@media (max-width: 480px) {
    .fj-title {
        font-size: 25px;
        line-height: 44px;
    }

    .fj-subtext {
        font-size: 16px;
        line-height: 26px;
    }

    .fj-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fj-img-top,
    .fj-img-bottom {
        width: 100%;
    }
}


/* Custom CSS */
.about-container {
     background-color: #f2edf9;
    padding: 60px 0;
    padding-bottom: 100px !important;
}
.about-wrapper {
  max-width: 1200px;
  margin: auto;
}
.about-images {
  position: relative;
  padding-left: 40px;
}
.about-main-img {
    width: 89%;
    /* height: 421px; */
    border-radius: 20px;
    /* object-fit: cover; */

}
.about-small-img {
    width: 249px;
    border-radius: 20px;
    position: absolute;
    left: -17px;
    bottom: -20%;
    object-fit: cover;
    z-index: 2;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.about-age-box {
    width: 300px;
    background-color: #f28c75;
    color: white;
    font-weight: 700;
    font-size: 39px;
    border-radius: 20px;
    padding: 12px 0;
    text-align: center;
    position: absolute;
    bottom: -20%;
    left: 252px;
    z-index: 3;
}
.about-title {
  font-size: 40px;
  font-weight: 800;
  color: #003E4F;
}
.about-text {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  max-width: 500px;
}
.about-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
}
.icon-vision {
  background-color: #003E4F;
  color: white;
}
.icon-mission {
  background-color: #f78f7a;
  color: white;
}
.about-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #003E4F;
}
.about-subtext {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  max-width: 500px;
}
img.dsds {
    width: 21px;
}



/* ===============================
   MAIN SECTION
================================*/
.rt-section {
    background: #f3f1fb;
    padding: 50px 0 50px;
    text-align: center;
}

/* ===============================
   HEADING & TEXT
================================*/
.rt-title {
    font-size: 40px;
    font-weight: 700;
    color: #003746;
    margin-bottom: 12px;
}

.rt-subtext {
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 1.6;
    color: #003746;
}
.rt-subtext span{display: block;}

/* ===============================
   CARDS WRAPPER
================================*/
.rt-card-box {
    padding: 45px 25px;
    border-radius: 12px;
    min-height: 200px;
}

/* LEFT CARD */
.rt-card-left {
    background: #003746;
    color: #fff;
}

/* CENTER CARD */
.rt-card-center {
    background: #fff7b8;
    color: #003746;
}

/* RIGHT CARD */
.rt-card-right {
    background: #ef8b6f;
    color: #fff;
}

/* CARD HEADING */
.rt-card-title {

    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* CARD TEXT */
.rt-card-text {
    font-size: 15px;
    line-height: 1.6;
}

/* ===============================
   BUTTON
================================*/
.rt-join-btn {
    background: #003746;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s ease;
}

.rt-join-btn:hover {
    background: #022d36;
}




/* Wrapper */
.sf-wrapper-main {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #ffffff;
  font-family: "Inter", sans-serif;
}

.sf-flex-box {
  display: flex;
}

/* Left + Right Sections */
.sf-left-block {
  background: #0c4a5b;
  color: #ffffff;
  padding: 70px 60px;
}

.sf-right-block {
  background: #f29d8d;
  color: #ffffff;
  padding: 70px 60px;
}

/* Titles */
.sf-heading-large {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sf-para-text {
  max-width: 600px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #e7e7e7;
}

/* =============================
   TWO-COLUMN GRID CARD LAYOUT
   ============================= */
.sf-box-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
}

/* Centered bottom card */
.sf-info-card.full-width {
    grid-column: span 2;
    justify-self: center;
    width: 49%;
}

/* Cards */
.sf-info-card {
  border-radius: 15px;
  padding: 25px 25px;
  text-align: left;
}

/* White Light Card */
.sf-card-light {
  background: #ffffff;
  color: #000000;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.12);
}

/* Orange Card */
.sf-card-orange {
  background: #f39273;
  color: #ffffff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.18);
}

/* Dark Card */
.sf-card-dark {
  background: #0d3d4a;
  color: #ffffff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
}

/* Card Titles */
.sf-info-card h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 20px;
}

/* Card Text */
.sf-info-card p {
    text-align: center;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* Button */
.sf-main-btn {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 15px 35px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}

.sf-main-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 6px 14px rgba(0,0,0,0.22);
}

/* Responsive */
@media (max-width: 991px) {
  .sf-left-block,
  .sf-right-block {
    padding: 50px 30px;
  }
}

@media(max-width: 768px){
  .sf-box-group {
    grid-template-columns: 1fr;
  }
  .sf-info-card.full-width {
    grid-column: span 1;
    width: 100%;
  }
}



/* ===============================
   FAQ MAIN WRAPPER
================================*/
.faq-main-wrapper {
    padding: 70px 0;
    font-family: "Inter", sans-serif;
}

/* LEFT CONTENT */
.faq-heading {
    font-size: 36px;
    font-weight: 800;
    color: #003746;
}

.faq-subtext {
    font-size: 16px;
    line-height: 1.6;
    color: #335;
    max-width: 480px;
}

/* IMAGE */
.faq-image-box img {
    width: 100%;
    border-radius: 14px;
}

/* ===============================
   CUSTOM ACCORDION
================================*/
.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    border-radius: 14px;
    overflow: hidden;
}

/* BUTTON RESET */
.faq-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
    padding: 22px 26px;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* REMOVE DEFAULT ICON */
.faq-accordion .accordion-button::after {
    display: none !important;
}

.faq-arrow {
    font-size: 20px;
    font-weight: bold;
    transition: 0.3s ease;
}

/* ROTATE WHEN OPEN */
.accordion-button:not(.collapsed) .faq-arrow {
    transform: rotate(180deg);
}

/* ===============================
   BACKGROUND COLORS (MATCH EXACT)
================================*/

.faq-item-1 { background: #ef8b6f !important; }
.faq-item-2 { background: #e6e4f6 !important; }
.faq-item-3 { background: #f7f4a4 !important; }
.faq-item-4 { background: #003746 !important; }
.faq-item-5 { background: #d4e6f2 !important; }

.faq-item-1 .accordion-button,
.faq-item-1 .accordion-body { color: #fff !important; }

.faq-item-4 .accordion-button,
.faq-item-4 .accordion-body,
.faq-item-4 .faq-arrow { color: #fff !important; }

/* ===============================
   FIX: MAKE INNER TEXT ALWAYS VISIBLE
================================*/
.accordion-collapse {
    background: transparent !important;
}

.accordion-body {
    padding: 20px 26px;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure body inherits exact BG */
.faq-item-1 .accordion-body { background: #ef8b6f !important; }
.faq-item-2 .accordion-body { background: #e6e4f6 !important; }
.faq-item-3 .accordion-body { background: #f7f4a4 !important; }
.faq-item-4 .accordion-body { background: #003746 !important; }
.faq-item-5 .accordion-body { background: #d4e6f2 !important; }


.faqs-section {
    background: #bde8d5;
    padding: 102px 0;
    text-align: center;
    font-family: "Inter", sans-serif;
}

.faqs-title {
    font-size: 55px;
    font-weight: 800;
    color: #003746;
    letter-spacing: 1px;
    margin: 0;
}

    /* Background */
.leadership-section-fixed {
  background: #003b49;
  color: #ffffff;
}

/* Title */
.leadership-title-fixed {
  font-size: 28px;
  font-weight: 700;
}

/* Sub Title */
.leadership-subtitle-fixed {
  max-width: 900px;
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}

/* Make sure all 3 always stay in one row */
.leadership-row-fixed > div {
  min-height: 220px;
}

/* Center Icons perfectly */
.leadership-icon-holder-fixed {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.leadership-icon-fixed {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

/* Item Title */
.leadership-item-title-fixed {
  font-size: 18px;
  font-weight: 600;
}

/* Item Text */
.leadership-item-text-fixed {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.5;
  max-width: 260px;
  margin: auto;
}

/* Dividers */
.vertical-divider-fixed {
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.4);
}

/* Button */
.join-senior-btn-fixed {
  background: white !important;
  color: #003b49 !important;
  border-radius: 40px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border: none;
  transition: 0.3s ease-in-out;
}

.join-senior-btn-fixed:hover {
  background: #e5e5e5 !important;
  color: #000 !important;
}



   /* Background */
.mentorship-section-custom {
  background: #e98c73; /* exact peach color */
  color: #ffffff;
  padding-bottom: 80px !important;
}

/* Title */
.mentorship-title-custom {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

/* Subtitle */
.mentorship-subtitle-custom {
  max-width: 950px;
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.95;
}

/* Row spacing / always stay in one row */
.mentorship-row-custom > div {
  min-height: 220px;
}

/* Center icons */
.mentorship-icon-holder-custom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mentorship-icon-custom {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

/* Item titles */
.mentorship-item-title-custom {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

/* Item text */
.mentorship-item-text-custom {
  font-size: 14px;
  line-height: 1.55;
  max-width: 260px;
  margin: auto;
  opacity: 0.9;
}

/* Dividers */
.mentorship-divider-custom {
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
}

/* Button */
.mentorship-btn-custom {
  background: #ffffff !important;
  color: #000!important;
  border-radius: 40px!important;
  font-size: 17px!important;
  font-weight: 600!important;
  border: none;
  transition: 0.3s;
}

.mentorship-btn-custom:hover {
  background: #f1f1f1!important;
  color: #000!important;
}




 /* Background */
.stable-section-custom {
  background: #e9e6ef; /* light grayish lavender tone */
  color: #0d2b33;
  padding-bottom: 80px !important;
}

/* Title */
.stable-title-custom {
  font-size: 28px;
  font-weight: 700;
  color: #0d2b33;
}

/* Subtitle */
.stable-subtitle-custom {
  max-width: 950px;
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
  color: #0d2b33;
}

/* Row Height Styling */
.stable-row-custom > div {
  min-height: 220px;
}

/* Icon Centering */
.stable-icon-holder-custom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stable-icon-custom {
  width: 60px;
  height: 60px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(13%) sepia(16%) saturate(1000%) hue-rotate(160deg);
  /* matches dark teal icon color */
}

/* Item Titles */
.stable-item-title-custom {
  font-size: 18px;
  font-weight: 600;
  color: #0d2b33;
}

/* Item Description */
.stable-item-text-custom {
  font-size: 14px;
  line-height: 1.55;
  max-width: 260px;
  margin: auto;
  opacity: 0.85;
  color: #0d2b33;
}

/* Vertical Divider */
.stable-divider-custom {
  width: 1px;
  height: 120px;
  background: rgba(13, 43, 51, 0.35); /* dark teal, 35% opacity */
}

/* Button */
.stable-btn-custom {
  background: #003841 !important;
  color: #ffffff!important;
  border-radius: 40px!important;
  font-size: 17px!important;
  font-weight: 600!important;
  border: none;
  transition: 0.3s ease-in-out;
}

.stable-btn-custom:hover {
  background: #002a31!important;
  color: white!important;
}


/* Section */
.hiw-fixed-section {
    background: #ffffff;
}

/* Title */
.hiw-fixed-title {
    font-size: 34px;
    font-weight: 700;
    color: #08343c;
}

/* Subtitle */
.hiw-fixed-subtitle {
    max-width: 900px;
    margin: auto;
    opacity: 0.85;
}

/* Step Circle */
.hiw-fixed-step {
    width: 71px;
    height: 71px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.hiw-fixed-step-blue { background: #003d4c; }
.hiw-fixed-step-orange { background: #ea7b65; }
.hiw-fixed-step-green { background: #7dd0a3; }

/* OUTER HEXAGON (border wrapper) */
.hiw-fixed-hex-border {
    width: 340px;
    height: 260px; /* ← INCREASED HEIGHT FOR PERFECT PROPORTION */
    margin: 70px auto 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 12px;
}

/* Border colors */
.hiw-border-blue { background: #003d4c; }
.hiw-border-orange { background: #ea7b65; }
.hiw-border-green { background: #7dd0a3; }

/* Inner Hex */
.hiw-fixed-hex-inner {
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* ← CENTER EVERYTHING VERTICALLY */
    align-items: center;       /* ← CENTER EVERYTHING HORIZONTALLY */
    text-align: center;
    padding: 20px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Icon */
.hiw-fixed-icon {
    width: 37px;
    margin-bottom: 12px;
}

/* Text */
.hiw-fixed-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #08343c;
}

.hiw-fixed-text {
    font-size: 11px;
    color: #08343c;
    /* opacity: 0.9; */
}

/* Connector line */
.hiw-fixed-line {
      width: 115px;
    height: 8px;
    background: #08343c;
    border-radius: 4px;
    position: absolute;
    top: 59%;
    right: -57px;
}

.hiw-fixed-card:last-child .hiw-fixed-line {
    display: none;
}



.login-page-sec-custom {
    padding: 73px 0px;
    background: #003447;
    width: 100%;
}

/* Login Card */
.login-box-wrapper-custom {
    width: 630px;
    background: #eef3f2;
    padding: 60px 70px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Title */
.login-title-custom {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.login-subtitle-custom {
    font-size: 18px;
    color: #222;
    text-align: center;
    margin-bottom: 8px;
    opacity: 0.7;
}

/* Labels */
.login-label-custom {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1d1d1d !important;
}

/* Inputs */
.login-input-custom {
    height: 48px !important;
    border-radius: 30px !important;
    border: 1.5px solid #0a3d44 !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
    margin-top: 5px !important;
    outline: none !important;
}

.login-input-custom:focus {
    border-color: #003447 !important;
    box-shadow: none !important;
}

/* Forgot Password */
.forgot-pass-custom {
    font-size: 13px !important;
    color: #003447 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

/* Login Button */
.login-btn-custom {
    background: #003447 !important;
    color: #fff !important;
    height: 50px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
}

.login-btn-custom:hover {
    background: #022c35 !important;
}

/* Signup Text */
.signup-text-custom {
    text-align: center !important;
    margin-top: 30px !important;
    font-size: 15px !important;
    color: #000 !important;
}

.signup-link-custom {
    color: #003447 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

/* OR Divider */
.or-divider-custom {
    width: 100% !important;
    text-align: center !important;
    border-bottom: 1px solid #ccc !important;
    line-height: 0.1em !important;
    margin: 30px 0 20px !important;
}

.or-divider-custom span {
    background: #eef3f2 !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    color: #003447 !important;
    font-weight: 600 !important;
}

/* Social Icons Wrapper */
.social-icons-custom {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-top: 25px !important;
}

/* Premium Round Social Buttons */
.social-icon-custom {
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: 0.2s ease;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 7px;
    object-fit: cover;
}

.social-icon-custom:hover {
    transform: translateY(-3px) scale(1.06) !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15) !important;
}


.custom-banner-section {
    background: linear-gradient(135deg, #eae6f5, #d9d2ee);
    padding: 54px 0;
    width: 100%;
}


.ewe{
        font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    color: #003953;
    margin-bottom: 30px;
}

.sf-footer .sf-links-row .sf-link a {
    color: #003e4f;
    text-decoration: none;
}
.tag-pill span{
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    display: block;
    border: 1px solid #f39d89;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    border-radius: 50px;
    border-right: hidden;
    position: absolute;
    right: -1px;
    top: 0;
}
.hoem_header_banner_form_btn .senior-btn:hover{
    background: #ff7f73;
    border-color: #ff7f73;
    color: white;
}
.hoem_header_banner_form_btn .btn_find:hover span{
    color: #ff7f73;
}
.testimonial-sec .employer-subtitle{
    color: #343434;
}


.cta-input-wrap .form-control{
    border-radius: 30px;
    font-size: 15px;
    color: #003f3f;
    padding: 8px 15px;
    height: 45px;
}
.cta-checkbox [type="checkbox"]{
    width: 19px;
    height: 19px;
    accent-color: #003f3f;
}
.footer_contact_form .form-control{
    background-color: #f2f5f6;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 19px;
}
.footer_contact_form .sf-btn{
    color: #f88e75;
    font-size: 15px;
    font-weight: 400;
    padding: 7px 39px;
}
.footer_menu_links .sf-link span{
    float: right;
}
.footer_menu_links .sf-link a{
    padding-left: 0px;
    font-weight: 300;
    font-size: 15px;
}
.footer_menu_links{
    margin-bottom: 30px;
}
.footer_social_links a i{
    background-color: #003e4f;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
}
.about_us_right_content {
    padding-left: 50px;
}

.about_us_why_choose .wc-number{
    position: absolute;
    left: -21px;
}
.about_us_why_choose .wc-number.wc-num-orange{
    width: 87px;
}
.about_us_why_choose .wc-number.wc-num-green{
    width: 87px;
}
.about_us_why_choose .wc-number.wc-num-blue{
    width: 50px;
}
.Platform_Features_sec .pf-card-text{
    font-size: 15px;
    color: #505050;
    line-height: 24px;
    margin-bottom: 0px;
}
.Platform_Features_sec .pf-subtitle{
    color: #1a1a1a;
}
.Platform_Features_sec{
    padding-bottom: 30px;
}


.navigation_user_p .navbar_user_Dropdown{
display: flex !important;
align-items: center;
}
.navigation_user_p .navbar_user_Dropdown .avatar_img{
width: 40px;
height: 40px;
border-radius: 50px;
-o-object-fit: cover;
object-fit: cover;
}
.navigation_user_p .navbar_user_Dropdown .text-nowrap{
font-size: 16px;
margin-left: 10px;
margin-bottom: 0px;
color: #003e4f;
text-transform: capitalize;
display: flex;
align-items: center;
}
.navigation_user_p .user_drop_items{
background-color: #ffffff;
box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1) !important;
border-radius: 5px;
text-align: left;
}
.navigation_user_p .user_drop_items li{
border-bottom: 1px solid #ff8e8045;
}
.navigation_user_p .user_drop_items li:last-child{
border: none;
}
.navigation_user_p .user_drop_items li a{
color: #2a2a2a;
text-decoration: none;
font-size: 14px;
padding: 9px 14px;
display: block;
transition: all 0.5s ease;
}
.navigation_user_p .user_drop_items li a:first-child{
border-radius: 5px;
}
.navigation_user_p .user_drop_items li a:hover{
background-color: #ff8e8047;
}
.user_drop_items {
display: none;
opacity: 0;
transform: translateY(10px);
transition: opacity 0.3s ease, transform 0.3s ease;
position: absolute;
top: 45px;
width: 200px;
}

.user_drop_items.show {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}

.jobs_vacancy_list_box_item{
    position: relative;
}
.save_jobs_btn{
    position: absolute;
    top: 6px;
    right: 13px;
}
.save_jobs_btn i{color: #f72b50;}
.searchAlert{
    width: fit-content;
    font-size: 14px!important;
    background: none!important;
    color: #fff!important;
}
.hover--theme:hover, .white-scroll .scroll .hover--theme:hover{
    background: #ff7f73!important;
    border-color: #ff7f73!important;
}
.job_details_head_hh{
    border-bottom: 1px solid #a5a5a57d;
    padding: 20px 0;
    margin-bottom: 30px;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job_details_head_hh .apply_job_btn{
    margin-left: auto;
}
.job_details_head_hh .backToJobLink{
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 15px;
   border: 1px solid #6c757d;
    padding: 9px 16px;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.job_details_head_hh .backToJobLink:hover{
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff!important;
}

.job_details_head_hh .job-badge{
    background: #003b46;
    border-color: #003b46;
    padding: 11px 28px;
    color: #fff;
    line-height: 22px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.5s ease;
}
.job_details_head_hh .job-badge:hover{
    background: #035666;
    border-color: #035666;
}

/* Coaching Module CSS START */

.Coaching_and_Reskilling_left h5{
    border: 1px solid #1d222f;
    width: fit-content;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 19px;
    margin-bottom: 12px;
}
.Coaching_and_Reskilling_left h1{
    font-size: 40px;
    font-weight: 700;
    color: #0b3b3c;
}
.Coaching_and_Reskilling_left .btn_default_bg{
 color: #ffffff;
    background-color: #0b3b3c;
    padding: 10px 24px;
    text-decoration: none;
    display: block;
    width: 69%;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.5s ease;
    text-align: center;
}
.Coaching_and_Reskilling_btn {
   margin-top: 40px;
    margin-bottom: 32px;
}
.Coaching_and_Reskilling_btn_2 a{
    border: 1px solid #e8570a;
    color: #e8570a;
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 33px;
    margin-right: 11px;
    font-size: 15px;
    transition: all 0.5s ease;
}
.Coaching_and_Reskilling_btn_2 a:hover{
    background-color: #FF4438;
    color: #fff !important;
}
.Coaching_and_Reskilling_banner .row{
    align-items: center;
}
.kickstart_your_journey_sec {
  text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.main_heading{
    font-size: 40px;
    font-weight: 700;
    color: #0b3b3c;
    margin-bottom: 40px;
}
.kickstart_your_journey_item h3{
    background-color: #fedca5;
    color: #422f22;
    font-size: 27px;
    padding: 8px 10px;
}
.kickstart_your_journey_item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fff;
}
.kickstart_your_journey_item_text h4{
    font-size: 19px;
    padding: 16px;
}
.kickstart_your_journey_item_btn {
   display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 30px;
   padding-top: 17px;
    padding-top: 37px;
}
.kickstart_your_journey_item_btn a{
    background-color: #e8570a;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s ease;
    font-size: 16px;
}
.kickstart_your_journey_item_btn a:last-child{
    background: none;
    color: #0b3b3c;
    border: 1px solid #0b3b3c;
}
.kickstart_your_journey_item_btn a:hover:last-child{
    color: #fff!important;
    background-color: #0b3b3c;
}
.what_we_offer_item_box_Text h3{
    font-size: 21px;
    font-weight: 700;
    color: #0b3b3c;
    text-align: center;
}
.what_we_offer_item_box_Text {
    padding: 15px 15px;
    text-align: center;
}
.what_we_offer_item_box_Text a{
   color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s ease;
    background: #003b46c7;
    width: fit-content;
    font-size: 15px;
}
.what_we_offer_item_box_Text a:hover{
    color: #fff!important;
}

.what_we_offer_item_box_Text .text {
    min-height: 102px;
}
.what_we_offer_item_box {
    margin-bottom: 30px;
}
.what_we_offer_sec .col-xl-4:nth-child(2) a{
    background-color: #0b3b3c;
}
.what_we_offer_sec .col-xl-4:nth-child(4) a{
    background-color: #0b3b3c;
}

.events-meta ul li a {
    color: #666666;
    font-weight: 500;
}
.events-meta ul li i {
    color: #e8570a;
}
.recommended_for_you_text .list-unstyled li{
    margin-right: 10px;
}
.recommended_for_you_text .list-unstyled li a{
    text-decoration: none;
}
.recommended_for_you_text h3{
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
    color: #0b3b3c;
}
.recommended_for_you_list .row{
    align-items: center;
}
.recommended_for_you_text .btn_btn{
    background-color: #e8570a;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    transition: all 0.5s ease;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.recommended_for_you_sec {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.recommended_for_you_box {
   box-shadow: 0 .5rem 0.5rem rgb(0 0 0 / 2%);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 25px;
}
.recommended_for_you_box h3{
  background-color: #ffffff08;
    margin-bottom: 0px;
    padding: 8px 16px;
    font-size: 20px;
    color: #03394d;
    border-radius: 0;
    text-align: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid #03394d;
}
.recommended_for_you_1_icon img{
        width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.recommended_for_you_1_text h5{
  font-size: 25px;
    color: #03394d;
    font-weight: 500;
}
.recommended_for_you_1_text h5 span{
    display: block;
}
.recommended_for_you_box .row{
  align-items: center;
}

.recommended_for_you_disc img{
   width: 28px;
    height: 26px;
    object-fit: cover;
}
.recommended_for_you_disc p{
    margin-bottom: 0px;
    font-size: 20px;
    color: #000;
    line-height: 23px;
}
.recommended_for_you_time p{
    text-align: left;
    margin-bottom: 0px;
    font-size: 18px;
}
.recommended_for_you_time {
    border-bottom: 1px solid #0b415a59;
    border-top: 1px solid #0b415a59;
    padding-bottom: 10px;
    padding-top: 10px;
}
.recommended_for_you_btn {
    padding: 10px;
}
.recommended_for_you_btn .btn_btn{
    background-color: #e8570a;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    transition: all 0.5s ease;
    width: 70%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}
.recommended_for_you_btn .btn_btn:hover{
    color: #fff!important;
    opacity: 0.9;
}
.coaching_landing_sec2 .btn-outline-custom{
    width: 22%;
    padding: 10px 15px;
    text-align: center;
}
.recommended_for_you_1_text ul li{
    background-color: #d5e6f4;
    color: #03394d;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 14px;
    width: fit-content;
    border-radius: 20px;
    margin-bottom: 13px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.recommended_for_you_sec .col-xl-4:nth-child(2) .btn_btn{
    background-color: #0b3b3c;
}
.laerning_path_img img{
    width: 180px;
}
.laerning_path_img {

}
.recommended_for_you_sec .col-xl-4:nth-child(3) .btn_btn {
    background-color: #6c8149;
}
/* Coaching Module CSS END */

.coaching_landing_sec1 .discover_how_it_work_item_text{
   width: 81%;
    padding-top: 40px;
}
.kickstart_your_journey_item_btn a:hover{
    color: #fff!important;
}
.coaching_landing_sec2 .col-xl-4{
    width: 20%;
}
.coaching_landing_sec2 .what_we_offer_item_box_Text {
    padding: 15px 15px;
    text-align: center;
    border: 11px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.what_we_offer_item_box_Text h3 span{
    display: block;
}
.btn-outline-custom{
    text-decoration: none;
}
.coaching_landing_sec2 .emp-img-box img{
    height: 100%;
}
.recommended_for_you_1_text {
    margin-top: 20px;
}
.recommended_session_box .recommended_for_you_1_text h5{
    text-align: center;
}
.recommended_for_you_disc {
    margin-bottom: 20px;
}
.learning_path_course_path_lis {
    border-bottom: 1px solid #0b415a59;
    border-top: 1px solid #0b415a59;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.upcoming_session_item .recommended_for_you_time{
    margin-top: 30px;
    margin-bottom: 30px;
}
.upcoming_session_item .recommended_for_you_disc{
    margin-bottom: 95px;
}
.coaching_landing_sec1 .discover_how_it_work_item a{
    text-decoration: none;
}

.recommended_for_you_he_space {
    margin-top: 38px;
    min-height: 280px;
}