* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
}

.clr {
    clear: both;
}

label {
    margin: 0px;
}

input,
textarea,
select {
    border: 0px none;
    background: none;
    outline: none;
    font-size: 14px;
    color: #171a1fe6;
    font-family: "Inter", sans-serif;
}

img {
    outline: none;
    max-width: 100%;
    height: auto;
    border: 0px none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

input[type="submit"] {
    border-radius: 0px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    border-radius: 0px;
    border: 0px none;
    outline: none;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
button:focus {
    border: 0px none;
    outline: none;
}

textarea {
    resize: none;
    overflow: auto;
    font-family: "Inter", sans-serif;
}

:focus {
    outline: none;
    border: 0px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

em {
    font-style: normal;
}

body {
    background: #ffffff;
    color: #171a1fe6;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.3 !important;
}

/* btn full  */
.btn-full {
    border-radius: 16px;
    padding: 10px 25px;
    text-align: center;
    background: #38523dff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin: auto;
    cursor: pointer;
    min-width: 140px;
    border: 1px solid #38523dff;
}

.btn-full:hover {
    background: #27392bff;
    color: #fff !important;
}

/* btn bordered  */
.btn-full-borderd {
    border-radius: 16px;
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #38523dff;
    color: #38523dff;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin: auto;
    cursor: pointer;
    min-width: 140px;
    background-color: transparent;
}

.btn-full-borderd:hover {
    background: #38523dff;
    border-color: #38523dff;
    color: #fff !important;
}

/* btn gradient  */
.btn-gradient {
    border-radius: 16px;
    padding: 10px 25px;
    text-align: center;
    background: linear-gradient(
        90deg,
        #2e5246ff 0%,
        #f5f9f8ff 50%,
        #847a62ff 100%
    );
    color: #fff;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    margin: auto;
    cursor: pointer;
    min-width: 140px;
}

.btn-gradient:hover {
    min-width: 145px;
    color: #fff !important;
}

.hidden {
    overflow: hidden;
}

.auto-container {
    position: relative;
    margin: auto;
    max-width: 1440px;
    padding: 0 20px;
    width: 90%;
}

.wrapper {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
    color: #41645dff;
    font-weight: 700;
    padding-bottom: 20px;
}
h2 {
    font-size: 30px;
    color: #41645dff;
    font-weight: 700;
    padding-bottom: 20px;
}
h3 {
    font-size: 26px;
    color: #41645dff;
    font-weight: 700;
    padding-bottom: 20px;
}
h4 {
    font-size: 24px;
    color: #41645dff;
    font-weight: 700;
    padding-bottom: 20px;
}
h5 {
    font-size: 20px;
    color: #41645dff;
    font-weight: 700;
    padding-bottom: 20px;
}
h6 {
    font-size: 18px;
    color: #41645dff;
    font-weight: 700;
    padding-bottom: 20px;
}

p {
    color: #171a1fe6;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.3;
}

.bg_white {
    background-color: #fff;
}
.bg_light-green {
    background: #f5f9f8ff !important;
}
.bg_light-grey {
    background: #fafafbff !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bdbdbd;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #bdbdbd;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #bdbdbd;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #bdbdbd;
}

.header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 30px;
    z-index: 10;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.header-detail {
    box-shadow: 0px 0px 10px rgba(50, 82, 66, 0.216);
    border-radius: 40px;
    background: #fff;
    width: 100%;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.main-logo {
    width: auto;
}

.main-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-logo a img {
    max-width: 50px;
    display: block;
}
.main-logo a span {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #41645de6;
    display: block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.header-fr {
    width: auto;
}

.main-nav {
    width: auto;
    padding-right: 0px;
}

.main-nav ul {
    display: flex;
    align-items: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;

    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.main-nav ul a {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #41645de6;
    display: block;
    padding: 8px 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.main-nav ul a:hover {
    background: #38523dff;
    color: #fff !important;
}

/* fixed nav  */
.fixed_header .header {
    padding-top: 0px;
}

.fixed_header .header-detail {
    border-radius: 0px;
    padding: 12px 12px;
}

.fixed_header .main-logo a span {
    opacity: 0;
}

.fixed_header .main-nav ul {
    gap: 6px;
}

.fixed_header .main-nav {
    padding-right: 0px;
}

.main-container {
    width: 100%;
    position: relative;
}

.main-banner {
    width: 100%;
    position: relative;
}

.banner-img {
    width: 100%;
    display: block;
}
.banner-img img {
    width: 100%;
    display: block;
}

.main-banner-info {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    display: flex;
    align-items: center;
    height: 100%;
}

.p-color {
    color: #41645de6 !important;
}
.title-color {
    color: #171a1fff !important;
}

.banner-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.banner-info h1 {
    font-size: 60px;
    color: #fff;
}
.banner-info h2 {
    font-size: 60px;
    color: #fff;
}
.banner-info p {
    font-weight: 700;
    line-height: 1.4 !important;
    color: #fff !important;
}

.main-banner-section .slick-arrow {
    display: none;
}
.banner-slider-section {
    margin: 0px !important;
}

.banner-slider-section .slick-dots {
    z-index: 5 !important;
    bottom: 50px !important;
}

.banner-slider-section .slick-dots li button {
    width: 18px !important;
    height: 18px !important;
    background-color: #fff !important;
    padding: 0px !important;
    border-radius: 50%;
}
.banner-slider-section .slick-dots li.slick-active button {
    background-color: #38523dff !important;
}

.birth-process-section {
    width: 100%;
    position: relative;
}

.birth-process-section-detail {
    width: 100%;
    padding: 70px 0px;
}

.font-monstrate {
    font-family: "Montserrat", sans-serif !important;
}

.birth-process-avatar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.birth-process-avatar span {
    display: block;
    max-width: 520px;
    width: 100%;
}
.birth-process-avatar span img {
    display: block;
    width: 100%;
}

.tool-spaces-section {
    width: 100%;
    position: relative;
}

.tool-spaces-section-detail {
    width: 100%;
    padding: 70px 0px;
}

.tool-spaces-col {
    width: 100%;
    position: relative;
    background: #ffffffff; /* white */
    padding: 25px;
    gap: 20px;
    border-radius: 24px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f;
    display: flex;
    flex-direction: column;
}

.tool-spaces-col strong {
    font-size: 20px;
}
.tool-spaces-col p {
    color: #565d6dff;
    font-weight: 300;
    line-height: 1.5;
}

.tool-avatar {
    width: 100%;
    display: block;
}
.tool-avatar img {
    width: 100%;
    display: block;
}

.tool-spaces-col:hover {
    background: #f5faf5ff;
    box-shadow: 0px 0px 10px #cccccc30;
}

.mission-section {
    width: 100%;
    position: relative;
}

.mission-section-detail {
    width: 100%;
    padding: 70px 0px;
}

.mission-avatar {
    width: 100%;
}

.mission-avatar span {
    display: block;
    width: 100%;
}
.mission-avatar span img {
    display: block;
    width: 100%;
    border-radius: 40px;
}

.mission-about-info {
    width: 100%;
    padding-left: 30px;
}

.mission-about-info p {
    font-weight: 300;
    line-height: 1.5;
}

.team-section {
    position: relative;
    width: 100%;
}

.team-section-detail {
    width: 100%;
    padding: 70px 0px;
    max-width: 1100px;
    margin: auto;
}

.team-col {
    width: 100%;
    position: relative;
}

.team-col a {
    background: #ffffffff; /* white */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f; /* shadow-xs */
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.team-col a span {
    display: block;
    margin-bottom: 10px;
}
.team-col a span img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.team-col a strong {
    color: #171a1fff;
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}
.team-col a p {
    padding: 0px;
    font-weight: 300;
    font-size: 14px;
}

.team-col a:hover {
    background: #41645dff;
    background: linear-gradient(
        90deg,
        rgba(65, 100, 93, 1) 0%,
        rgba(118, 184, 164, 1) 100%
    );
}
.team-col a:hover strong {
    color: #fff;
}
.team-col a:hover p {
    color: #ccc;
}

.comunity-section {
    position: relative;
    width: 100%;
}

.comunity-section-detail {
    width: 100%;
    padding: 70px 0px;
}

.comunity-section-detail .section-title {
    max-width: 600px;
    margin: auto;
    padding-bottom: 20px;
}

.comunity-col {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    padding: 25px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f; /* shadow-xs */
}

.comunity-col span {
    display: block;
    margin-bottom: 12px;
}
.comunity-col span img {
    display: block;
    max-width: 35px;
    width: 100%;
}

.comunity-col strong {
    padding-bottom: 6px;
    color: #171a1fff;
    display: block;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}

.comunity-col p {
    padding: 0px;
    font-weight: 300;
    color: #565d6dff;
    line-height: 1.5;
}

.bg-col-1 {
    background: #f5faf5ff !important;
}
.bg-col-2 {
    background: #f9f8f6ff !important;
}

.join-section {
    position: relative;
    width: 100%;
}

.join-section-detail {
    width: 100%;
    padding: 70px 0px;
}

.testimonial-section {
    position: relative;
    width: 100%;
}

.testimonial-section-detail {
    width: 100%;
    padding: 70px 0px;
}

.testimonial-slide {
    width: 100%;
    position: relative;
    padding: 0px 15px;
}

/* Card */
.t-card {
    background: #fafafbff; /* neutral-100 */
    height: 100%;
    border-radius: 32px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 25px;
}
.t-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}
.t-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 64px;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-footer .testimonial-footer-text {
    width: calc(100% - 64px);
}

/* Quote */
.t-quote {
    font-style: italic;
    font-weight: 400;
    color: #171a1fe6;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}

/* Footer (name + role) */
.t-name {
    color: #38523dff;
    font-weight: 600;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    font-size: 14px;
}
.t-role {
    color: #565d6db3;
    font-weight: 300;
    padding: 0px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

/* Slick dots & arrows */
.testimonial-section-detail .slick-dots {
    display: none !important;
}
.testimonial-section-detail .slick-arrow {
    display: none !important;
}

.get-touch-section {
    position: relative;
    width: 100%;
    background: url(../images/get-in-touch-bg.png) no-repeat;
    background-size: cover;
}

.get-touch-detail {
    width: 100%;
    padding: 80px 0px 60px;
}

.get-touch-info {
    width: 100%;
    background: #9a8a6cb3;
}

.text-deep {
    color: #0e141b;
} /* near black */
.text-soft {
    color: #e9ede9;
}
.text-muted2 {
    color: #e9ecef;
}
.accent {
    color: #2f605a;
} /* deep teal */
.btn-teal {
    background: #2f605a;
    color: #fff;
}
.btn-teal:hover {
    background: #274f4a;
    color: #fff;
}

/* ===== Left column ===== */
.hero-heading {
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.2px;
    font-size: clamp(28px, 4.2vw, 40px);
    padding-top: 25px;
    color: #ffffff;
}
.hero-subcopy {
    color: #f0f3f1;
    max-width: 470px;font-size: 18px;
}
.pill-kicker {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}
.info-label {
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}
.phone-number {
    font-weight: 700;
    font-size: clamp(20px, 3vw, 20px);
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
}
.phone-number  a {color: #ffffff;}
.social-list .s-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #2f605a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.social-list .s-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Background panel for left side (for the “overlay” look without image) */
.left-pane {
    height: 100%;
}

/* ===== Right column (form) ===== */
.form-pane {
    height: 100%;
}
.form-kicker {
    color: #41645dff;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}
.form-title {
    font-weight: 700;
    font-size: clamp(22px, 3vw, 34px);
    margin-bottom: 6px;
    color: #fff;
}

/* Input with leading icon */
.icon-input {
    position: relative;
}
.icon-input .fa {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #2f605a;
}
.icon-input .form-control,
.icon-input .form-select {
    padding-left: 40px;
    height: 44px;
    border-radius: 5px;
    border: 1px solid #e0e4e8;
    font-size: 14px;
}
.icon-input textarea.form-control {
    min-height: 120px;
    height: auto;
    padding-top: 12px;
}
.form-check-label {
    color: #fff;
    font-size: 14px;
}
.form-check-label a {
    color: #25481eff;
    text-decoration: underline !important;
}
.secure-note {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

/* spacing tweaks */
.row-gap-24 > [class*="col"] {
    margin-bottom: 15px;
}

.get-appoint-btn {
    min-width: 100%;
    border-radius: 0px !important;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: 700;
}

/* On very small screens, give columns vertical spacing */
@media (max-width: 991.98px) {
    .left-pane {
        margin-bottom: 18px;
    }
}

/* Section wrapper */
.stats-wrap-section {
    position: relative;
    width: 100%;
}
.stats-wrap-section-detail {
    width: 100%;
    padding: 70px 0px;
}
/* Card box */
.stat-card {
    background: #fff;
    border: 3px solid #41645dff; /* teal-grey border like reference */
    border-radius: 0px;
    padding: 34px 15px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}
.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(16, 24, 40, 0.08);
}

/* Icon style (teal) */
.stat-icon {
    display: block; /* deep teal */
    margin-bottom: 10px;
}
.stat-icon img {
    display: block;
    max-width: 40px;
    margin: auto;
}

/* Number + label */
.stat-number {
    font-weight: 800;
    font-size: 18px;
    color: #0e141b; /* near-black */
    margin: 4px 0 6px;
}
.stat-label {
    margin: 0;
    color: #0e141b;
    font-weight: 700;
    font-size: 16px;
    padding: 0px;
}

/* Spacing between grid items */
.stats-grid > [class*="col"] {
    padding: 15px;
}

/* ===== Footer Styles (match screenshot) ===== */
.site-footer {
    background: #325242ff; /* deep green */
    color: #e6efe9; /* soft white */
}

.site-footer-top {
    padding: 70px 0 60px;
}

.site-footer h5 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
}
.footer-brand {
    width: 100%;
}
.footer-brand a {
    display: block;
    margin-bottom: 15px;
}
.footer-brand a img {
    display: block;
    max-width: 50px;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #e6efe9;
    font-family: "Lato", sans-serif;
    padding-right: 40px;
}
/* Links */
.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-list li {
    margin: 10px 0;
}
.footer-list a {
    color: #fff;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-size: 15px;
}
.footer-list a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Contact rows */
.contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 10px 0px;
    font-size: 15px;
    font-family: "Lato", sans-serif;
}
.contact-item i {
    color: #fff;
    font-size: 18px;
    margin-top: 3px;
    width: 18px;
    text-align: center;
}

.contact-item a {
    color: #e6efe9;
}
.contact-item a:hover {
    text-decoration: underline !important;
}

/* Social icons */
.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e6efe9;
    margin-right: 10px;
    transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.footer-social a:hover {
    background: #e6efe9;
    color: #2f5b4d;
    transform: translateY(-2px);
}

/* Small screens */
@media (max-width: 575.98px) {
    .site-footer {
        padding-bottom: 64px;
    }
    .footer-desc {
        font-size: 1rem;
    }
}

.copy-right {
    width: 100%;
    padding: 25px 0px;
    border-top: 1px solid #ffffff33;
}
.copy-right p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0px;
}
.copy-right p a {
    color: #fff;
}
.copy-right p a:hover {
    text-decoration: underline !important;
}

.menuIcon,
.closeNav {
    display: none;
}

.main-crumbs {
    width: 100%;
}

.main-crumbs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.main-crumbs ul li {
    font-weight: 700;
    color: #41645de6 !important;
    font-size: 20px;
}
.main-crumbs ul li a {
    font-weight: 700;
    color: #41645de6 !important;
    font-size: 20px;
}
.main-crumbs ul li span {
    font-weight: 400;
    color: #41645de6 !important;
    font-size: 20px;
}

.partner-about .birth-process-info strong {
    font-size: 12px;
    font-weight: 800;
}
.partner-about .birth-process-info h2 {
    font-size: 36px;
}
.partner-about .birth-process-info h2 img {
    display: block;
    max-width: 180px;
}

.partner-about .process-points ul li p img {
    max-width: 22px;
    margin-right: 5px;
}

.partner-about .birth-process-avatar span img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.team-about-page .team-section-detail {
    max-width: 1000px;
}

.team-about-page .team-col a:hover {
    background: #f6f4fbff !important;
}

.team-about-page .team-col a:hover strong {
    color: #41645dff;
}

.team-about-page .team-col a strong {
    font-weight: 700;
    font-size: 20px;
}

.team-about-page .team-col a small {
    font-weight: 400;
    color: #171a1fff;
    display: block;
    padding-bottom: 8px;
    font-size: 16px;
    text-align: center;
}

.team-about-page .team-col a p {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    color: #171a1fff;
    line-height: 1.8;
}

.team-about-page .team-col {
    height: 100%;
}
.team-about-page .team-col a {
    padding: 40px 30px;
    height: 100%;
    justify-content: flex-start;
}

.about-ceo-section {
    max-width: 1050px;
    margin: auto;
    background: #ffffffff; /* white */
    border-radius: 16px;
    padding: 50px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f; /* shadow-xs */
}
.about-ceo-section .mission-about-info {
    padding-left: 15px;
}

.core-section .comunity-section-detail {
    max-width: 950px;
    margin: auto;
}
.core-section .comunity-col strong {
    padding: 5px 0px 10px;
    font-weight: 700;
}

.empowering-section {
    width: 100%;
    position: relative;
}
.empowering-section-detail {
    width: 100%;
    padding: 70px 0px;
    max-width: 1000px;
    margin: auto;
}

.emp-title h2 {
    max-width: 680px;
    margin: auto;
}
.emp-title p {
    max-width: 600px;
    margin: auto;
}

.empowering-points {
    width: 100%;
    position: relative;
}

.empowering-points-col {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.emp-icon {
    width: 65px;
    height: 50px;
    background: #ffffff7a; /* white */
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 17px 35px #171a1f11, 0px 0px 2px #171a1f11; /* shadow-xl */
}

.emp-icon img {
    max-width: 24px;
    display: block;
    object-fit: contain;
}

.empowering-points-text {
    width: calc(100% - 65px);
}

.empowering-points-text strong {
    display: block;
    padding-bottom: 10px;
}

.empowering-points-text p {
    font-weight: 300;
}

.member-plan-section .empowering-section-detail {
    max-width: 100%;
}

.member-plan-section .emp-title h2 {
    max-width: 500px;
    margin: auto;
}

.member-plan-section .emp-title p {
    max-width: 520px;
    margin: auto;
}

.member-plan-section .emp-title {
    padding-bottom: 20px;
}

/* hard-coded styles (no :root) */
.member-plan-col {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    background: #fff;
    padding: 30px;
    height: 100%;
}
.member-plan-col .title {
    color: #171a1fff;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
    padding-bottom: 12px;
}
.member-plan-col .price {
    color: #400c11ff; /* deep burgundy */
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    font-family: "Montserrat", sans-serif !important;
}
.member-plan-col .features-title {
    color: #171a1fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}
.feature-item {
    color: #171a1fff;
    font-family: "Open Sans", sans-serif;
    margin-left: 15px;
}
.feature-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.btn-brand {
    background: #400c11ff;
    color: #fff;
    border-radius: 14px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.btn-brand:hover {
    background: #911d28ff;
    color: #fff;
}

.medical-plan-section {
    max-width: 768px;
    padding: 30px;
    margin: auto;
    background: #41645d59;
    border-radius: 16px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f; /* shadow-xs */
}

.medical-plan-section .title-section {
    max-width: 500px;
    margin: auto;
    font-family: "Montserrat", sans-serif !important;
}

.medical-plan-section .title {
    font-size: 18px;
}
.medical-plan-section .price {
    font-size: 1.8rem;
}

.medical-plan-section .feature-item img {
    width: 20px;
    height: 20px;
}

.medical-plan-section .feature-item span {
    font-size: 14px;
}

.medical-plan-section .member-plan-col ul {
    min-height: 92px;
}

.member-plan-section .empowering-section-detail {
    z-index: 2;
    position: relative;
}

.member-plan-section {
    position: relative;
}
.member-plan-section::after {
    content: "";
    width: 100%;
    background-color: #fff;
    z-index: 0;
    height: 250px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.inquery-form-container {
    width: 100%;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 16px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f; /* shadow-xs */
}

.form-row {
    width: 100%;
    position: relative;
}
.form-row strong {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-bottom: 12px;
}

.form-filed {
    width: 100%;
    position: relative;
}

.form-filed input {
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    line-height: 22px;
    font-weight: 400;
    background: #ffffffff; /* white */
    border-radius: 6px;
    border-width: 1px;
    border-color: #dee1e6ff; /* neutral-300 */
    border-style: solid;
}

.form-filed textarea {
    padding: 8px 15px;
    font-size: 14px;
    width: 100%;
    line-height: 22px;
    font-weight: 400;
    background: #ffffffff; /* white */
    border-radius: 6px;
    border-width: 1px;
    border-color: #dee1e6ff; /* neutral-300 */
    border-style: solid;
    min-height: 80px;
}

.form-filed-select {
    width: 100%;
    position: relative;
}

.form-filed-select select {
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    line-height: 22px;
    font-weight: 400;
    background: #ffffffff; /* white */
    border-radius: 6px;
    border-width: 1px;
    background-size: 12px !important;
    background: url(../images/chewron-down-icon.png) 96% center no-repeat; /* neutral-300 */
    border-style: solid;
    border-color: #dee1e6ff;
}

.form-filed-checklist {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.form-filed-checklist label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-right: 25px;
}
.form-filed-checklist label input {
    display: inline-block;
    margin-right: 5px;
}

.form-btns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.form-btns .btn-full,
.form-btns .btn-full-borderd {
    margin: 0px;
    min-width: 100px;
    border-radius: 10px;
}

.how-work-section {
    width: 100%;
    position: relative;
}
.how-work-section-detail {
    width: 100%;
    padding: 70px 0px;
    max-width: 1050px;
    margin: auto;
}

.hiw-card {
    position: relative;
    background: #f3f4f6ff; /* light grey-green fill */
    border: 1px solid rgba(0, 0, 0, 0.08); /* soft border */
    border-radius: 18px;
    padding: 28px 22px 40px;
    overflow: hidden; /* clip decorative curves */
}

/* Decorative dashed curves (top-right & bottom-left) */
.hiw-card::before,
.hiw-card::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-size: contain;
}
/* bottom-left curve */
/* bottom-left curve */
/* bottom-left curve */
.hiw-card::before {
    left: -80px;
    bottom: -50px;
    width: 420px;
    height: 320px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 320'><path d='M5,315 C60,230 90,150 130,140 C200,120 220,260 300,250' fill='none' stroke='%2391A6A0' stroke-width='5' stroke-dasharray='10 12' stroke-linecap='round'/></svg>");
}
/* top-right curve */
.hiw-card::after {
    right: -80px;
    top: -60px;
    width: 420px;
    height: 320px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 320'><path d='M415,5 C330,40 300,110 280,160 C250,240 210,280 140,300' fill='none' stroke='%2391A6A0' stroke-width='5' stroke-dasharray='10 12' stroke-linecap='round'/></svg>");
}

.hiw-title {
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.3px;
    font-size: clamp(26px, 3.5vw, 44px);
    padding-bottom: 50px;
    color: #3e615c; /* deep green */
}

.hiw-timeline {
    position: absolute;
    left: 50%;
    top: 130px;
    bottom: 28px;
    transform: translateX(-50%);
    border-left: 1px dashed #9bb0aa;
}
.hiw-node {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 28%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #41645d33;
    border: 8px solid #41645d5e;
}
.hiw-node::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #6e8680;
    margin: auto;
}
/* approximate vertical positions of the three nodes */
.hiw-node.n1 {
    top: 22%;
}
.hiw-node.n2 {
    top: 50%;
}
.hiw-node.n3 {
    top: 80%;
}

.hiw-items {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 150px 100px; /* row/column gaps */
    padding: 0 10px;
    max-width: 800px;
    margin: auto;
}
.hiw-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    max-width: 440px;
}
.hiw-item.right {
    justify-self: end;
    transform: translateY(170px);
} /* right column align edge */
.hiw-item.left {
    justify-self: start;
}

.hiw-icon {
    flex: 0 0 auto;
    width: 32px;
    height: auto;
    border-radius: 8px;
    display: grid;
    place-items: center;
}
.hiw-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.hiw-content h3 {
    margin: 0 0 0px;
    font-size: 18px;
    color: #294041;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}
.hiw-content p {
    margin: 0;
    color: #2b2b2b;
    opacity: 0.9;
    line-height: 1.55;
    font-size: 16px;
}

@media (max-width: 900px) {
    .hiw-items {
        gap: 28px 40px;
    }
}
@media (max-width: 768px) {
    .hiw-card {
        padding: 30px 20px 15px;
    }
    .hiw-items {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0px;
    }
    .hiw-item.right,
    .hiw-item.left {
        justify-self: start;
    }
    /* move timeline to the left for mobile */
    .hiw-timeline {
        left: 32px;
        transform: none;
        top: 120px;
        bottom: 24px;
    }
    .hiw-node {
        left: 32px;
        transform: translate(-50%, -50%);
        display: none;
    }
    .hiw-content h3 {
        font-size: 17px;
    }
    .hiw-content p {
        font-size: 15px;
    }
    .hiw-icon {
        width: 30px;
        height: 30px;
    }
    .hiw-icon img {
        width: 20px;
        height: 20px;
    }

    .hiw-timeline {
        display: none;
    }

    .hiw-card::before {
        display: none;
    }
    .hiw-card::after {
        display: none;
    }

    .hiw-item.right {
        transform: translate(0px) !important;
    }
    .hiw-item {
        gap: 10px;
    }
}

.join-imges .team-col a span img {
    width: 65px;
    height: 65px;
    border-radius: 0;
    object-fit: contain;
}
.join-imges .team-col a strong {
    font-weight: 600;
    font-size: 20px;
}

.comunity-section {
    width: 100%;
    position: relative;
}
.comunity-section-detail {
    width: 100%;
    padding: 70px 0px;
    max-width: 1000px;
    margin: auto;
}

.comunity-gallry {
    width: 100%;
    position: relative;
}

/* card-like image tiles */
.gallery-tile {
    border-radius: 18px;
    overflow: hidden; /* keeps image corners rounded */
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.gallery-tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* make images cover the tile area */
.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* Lightbox modal styles */
.lightbox-modal .modal-content {
    background: #fff;
    border: none;
    border-radius: 20px;
}
.lightbox-modal .modal-body {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}
.lightbox-img {
    max-width: 100%;
    max-height: 90vh;
}
.lightbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 31px;
    background: rgba(0, 0, 0, 0.15);
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    font-size: 26px;
    backdrop-filter: blur(2px);
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    transition: background 0.15s ease;
}
.lightbox-btn:hover {
    background: rgba(0, 0, 0, 0.25);
}
.lightbox-prev {
    left: 12px;
}
.lightbox-next {
    right: 12px;
}

/* close button bigger & white */
.lightbox-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
    filter: invert(1) grayscale(1) brightness(2);
}

@media (max-width: 575.98px) {
    .lightbox-btn {
        width: 42px;
        height: 42px;
        font-size: 24px;
    }
}

.modal-backdrop.show {
    opacity: 1 !important;
    backdrop-filter: blur(3px);
    background-color: #00000026 !important;
}

.contact-section {
    width: 100%;
    position: relative;
}

.contact-section-detail {
    width: 100%;
    padding: 70px 0px;
}

.contact-main {
    padding: 50px;
    background: #41645d29;
    width: 100%;
    border-radius: 4px;
}

.contact-main .hero-heading {
    color: #171a1fff;
}
.contact-main .hero-subcopy {
    color: #171a1fff;
}
.contact-main .info-label {
    color: #171a1fff;
}
.contact-main .phone-number {
    color: #171a1fff;
}
.contact-main .phone-number  a{
  color: #171a1fff;
}
.contact-main .form-title {
    color: #171a1fff;
}
.contact-main .form-check-label {
    color: #171a1fff;
}
.contact-main .secure-note {
    color: #171a1fff;
}

.location-section {
    width: 100%;
    padding: 0px 0px 70px;
}

.location-map {
    width: 100%;
    padding-bottom: 25px;
}
.location-map iframe {
    width: 100% !important;
    max-width: 1050px;
    margin: auto;
    border-radius: 16px;
    display: block;
}

/* --- Stepper (all classes prefixed .d-) --- */
.d-stepper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
    padding-bottom: 40px;
    gap: 15px;
}
.d-step {
    text-align: center;
    min-width: 170px;
}
.d-step .d-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    margin: auto;
    background: #f2f4f7;
    color: #495057; /* inactive */
    margin-bottom: 15px;
}
.d-step.d-active .d-circle {
    background: #75ae81ff;
    color: #fff; /* active */
}
.d-step .d-label {
    margin-top: 16px;
    color: #565d6dff;
    font-weight: 600;
    font-size: 18px;
    max-width: 170px;
    margin: auto;
}
.d-step.d-inactive .d-label {
    color: #171a1fff;
}

/* connectors */
.d-connector {
    flex: 1 1 auto;
    height: 4px;
    border-radius: 999px;
}
.d-connector.d-green {
    background: #cfe3d6;
}
.d-connector.d-gray {
    background: #edf0f4;
}

.member-form-div {
    width: 100%;
    position: relative;
    display: none;
}

.readness {
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    align-items: flex-start;
}

.ambasador-avatar {
    justify-content: flex-start !important;
}

.ambasador-col-row {
    padding-top: 60px;
}

.requirement-section {
    width: 100%;
    position: relative;
}

.requirement-section-detail {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    max-width: 1150px;
    margin: auto;
}

.requirement-col-row .comunity-col {
    background: #fafafbff;
}

.benefit-bg1 {
    background: #fff6f0ff !important;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f;
}
.benefit-bg2 {
    background: #e4e5f7ff !important;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f;
}

.member-ambasador-col {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f; /* shadow-xs */
    padding: 40px 60px;
}

.member-ambasador-col h4 {
    text-align: center;
    color: #171a1fff;
}

.member-ambasador-col ul {
    margin-bottom: 40px; min-height: 240px;
}
.member-ambasador-col ul li {
    padding: 6px 0px;
}
.member-ambasador-col ul li p {
    padding: 0px;
}
.member-ambasador-col ul li p  i { margin-right: 5px; color: #400C11FF;}

.member-ambasador-col a {
    min-width: 100%;
}

.member-ambasador-bg {
    background: #fff6f0ff;
}

/* Layout */
.upload-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Hide native file input but keep it accessible */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Button-look label */
.btn-upload {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border: 1px solid #0f74c7ff; /* blue outline */
    color: #0f74c7ff;
    background: #fff;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    font-size: 14px;
    user-select: none;
}
.btn-upload:hover,
.btn-upload:focus {
    background: rgba(25, 118, 210, 0.08);
}

/* Cloud upload icon (inline SVG) */
.btn-upload svg {
    width: 22px;
    height: 22px;
    stroke: #1976d2;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Filename */
.file-name {
    color: #565d6dff;
    font-weight: 500;
    max-width: 70vw; /* prevent overflow on small screens */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Small-screen tweaks */
@media (max-width: 480px) {
    .upload-wrap {
        gap: 12px;
    }
    .file-name {
        max-width: 55vw;
    }
}

.icon-float {
    position: absolute;
    left: 16px;
    top: 14px;
}
.form-filed-select .icon-float {
    top: 14px;
}

.donation-steper .d-step {
    min-width: auto;
}

.alert-setting {
    font-size: 14px !important;
}

.alert-setting .btn-close {
    right: 15px !important;
    padding: 0 !important;
    height: 100% !important;
}

.amount-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.amount-btn {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #171a1fff; /* neutral-900 */
    background: #ffffffff; /* white */
    font-family: "Open Sans", sans-serif;
    border-radius: 6px;
    border-width: 1px;
    border-color: #dee1e6ff; /* neutral-300 */
    border-style: solid;
    display: block;
    padding: 12px 10px;
    min-width: 120px;
}

.amount-btn:hover,
.amount-btn:active,
.amount-btn:focus {
    color: #008573ff !important;
    background: #e6fffbff !important;
    border: 1px solid #008573ff !important;
}

.thankyou-page {
    width: 100%;
    position: relative;
}
.thankyou-page-detail {
    width: 100%;
    position: relative;
    padding: 200px 0px 80px;
}
.thankyou-container {
    background: #e6fffbff;
    border-radius: 10px;
    box-shadow: 0px 0px 1px #171a1f12, 0px 0px 2px #171a1f1f;
    padding: 40px 40px;
    text-align: center;
}

.thankyou-icon {
    color: #23443c;
    font-size: 80px;
}

.thankyou-title {
    font-size: 2rem;
    font-weight: 700;
    color: #23443c;
    margin-bottom: 12px;
}

.thankyou-message {
    color: #23443c;
    font-size: 1.1rem;
    margin-bottom: 32px;
}

.donation-info-row {
    width: 100%;
}

.donation-info-row ul li {
    padding: 2px 0px;
}

.donation-info-row strong {
    display: block;
    text-align: left;
}
.donation-info-row span {
    display: block;
    text-align: right;
}

.thankyou-bttns {
    padding-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.thankyou-bttns button,
.thankyou-bttns a {
    border-radius: 10px;
    display: block;
    margin: 0px;
}




/* terms css  */

.inner-page-banner .banner-info h1 { color: #41645dff !important;}

.terms-pages { width: 100%; position: relative;}

.terms-pages-detail { padding: 70px 0px;}

.terms-info { width: 100%; max-width: 1000px; margin: auto;}

.terms-info p { line-height: 1.4;}

.terms-info h2, .terms-info h3, .terms-info h4, .terms-info h5, .terms-info h6 { padding: 10px 0px 10px;}
.terms-info p strong { color: #41645dff}

.tag-bg { background-color: #41645dff; color: #fff !important; border-radius: 50px; padding: 2px 5px; font-weight: 400;}

.terms-info p  a {color: #171a1fe6;}
.terms-info p  a:hover { text-decoration: underline !important;}


div, section {scroll-margin-top: 100px;}


.inner-page-banner .banner-info  { gap: 0px;}
.inner-page-banner .banner-info p {color: #41645dff !important; font-size: 18px;}


.process-points { width: 100%;}
.process-points ul { margin-bottom: 15px; margin-left: 15px;}
.process-points ul li { list-style: disc !important; width: 100%; padding: 5px 0px;}
.process-points ul li p { padding: 0px 0px;}

.process-points h6 { padding-bottom: 10px;}



.requirement-section  .comunity-col span img { max-width: 26px;}

.ambasador-avatar span { max-width: 450px; margin: auto;}



















