/* fontawasome-link */
@import url('https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css');

/* fontawasome-link */

/* playfair-font-link */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* playfair-font-link */


:root {
    --primary-color: #162556;
    --accent-green: #248a60;
    --accent-orange: #ff9d00;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --transition-speed: 0.3s;
    --secondry-color: #152a38;
    --color-black: #1a1414;
    --color-white: #fff;
    --text-white: #ffffff;
    --text-blue: #1C398E;
    --sec-bg: #f5f1ee;
    --theme-color: #f5f1ee;
    --footer-color: #071739;
    --dark-bg: #0a0a0a;
    --light-black: #666;
    --text-gold: #c49b66;
    --light-white: #F7F7F7;
    --primary-font: "Poppins", sans-serif;
    --secondry-font: "Playfair", serif;
    --other-font: "DM Sans", sans-serif;
}

html {
    font-size: 62.5%;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

/* h1,
h2,
h3,
h4 {
    font-family: var(--secondry-font);
} */

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

.ptb {
    padding: 7rem 0;
}

.sec-pt {
    padding-top: 7rem;
}

.sec-pb {
    padding-bottom: 7rem;
}

h2.sec-title,
.abt-fea-lt h2 {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 4.1rem;
    margin-bottom: .8rem;
}


p {
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.03rem;
}

.btn-appointment,
.bnr-btn a {
    color: var(--btn-4);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-appointment::before,
.bnr-btn a::before {
    content: "";
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
    transition: all 0.5s ease;
}

.btn-appointment:hover,
.bnr-btn a:hover {
    color: var(--color-white);
}

.btn-appointment:hover::before,
.bnr-btn a:hover::before {
    width: 150%;
}


/* header-start */

header.main-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: var(--color-white) !important;
    /* padding: 1.5rem 0; */
    backdrop-filter: blur(60px) !important;
}


i.top-hdr-time-icn {
    color: var(--primary-color) !important;
}

.hdr-logo img {
    height: 65px;
}

.top-nav-container {
    background-color: var(--deep-black);
    font-size: 13px;
    overflow: hidden;
}

.top-left-info {
    font-weight: 500;
}

.top-right-section {
    height: 100%;
}

.links-wrapper {
    background: linear-gradient(to right, #0073a2, #070707 100%);
    height: 100%;
    padding: 1.3rem 3rem;
    position: relative;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3% 50%);
}

.for-sm-hdr-social {
    display: none;
}

.top-link {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    white-space: nowrap;
    transition: opacity 0.3s;
}

.top-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.fixed-hdr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 1rem;
}

li.nav-item .nav-link:hover {
    color: var(--text-gold) !important;
}

.btn-appointment:active {
    color: var(--color-white) !important;
}

.social-wrapper {
    height: 100%;
}

.social-wrapper a {
    color: var(--color-white);
    margin-left: 15px;
    font-size: 14px;
    transition: color 0.3s;
}

.social-wrapper a:hover {
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--dark-bg);
    color: var(--color-white);
    font-size: 14px;
    padding: 8px 0;
}

.top-links a {
    color: var(--color-white);
    text-decoration: none;
    margin-left: 20px;
    transition: 0.3s;
}

.top-links a:hover {
    color: var(--primary-color);
}



.main-header .nav-link {
    color: var(--primary-color) !important;
    padding: 0 1.5rem !important;
}


.btn-appointment {
    background-color: var(--accent-orange);
    color: var(--color-white);
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 30px;
    border: none;
    margin-left: 20px;
    transition: transform 0.2s, background-color 0.2s;
    font-size: 1.5rem;
}


.btn-appointment:hover {
    background-color: #e68d00;
    transform: scale(1.05);
}


.call-text small {
    color: var(--primary-color);
}

.call-text strong {
    color: var(--primary-color);
}

.contact-box {
    border: none !important;
}

.icon-call i {
    --bs-text-opacity: 1;
    color: var(--primary-color) !important;
}

.btn-appointment:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background-color: var(--primary-color);
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:not(.collapsed) .top-bar-line {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler:not(.collapsed) .middle-bar-line {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar-line {
    transform: translateY(-8px) rotate(-45deg);
}

li.nav-item .nav-link {
    font-size: 1.5rem;
    letter-spacing: 0.01rem;
    text-transform: capitalize;
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu {
    min-width: 18rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
}

.hdr-dropdown .dropdown-menu li a {
    font-size: 1.5rem;
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    font-weight: 500;
}

.hdr-dropdown .dropdown-menu li a.active,
.hdr-dropdown .dropdown-menu li .dropdown-item:active {
    background: var(--primary-color);
}


.ser-btn button i {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}


.call-text small {
    font-size: 1.5rem;
    font-weight: 600;
}

.call-text {
    width: 100%;
    height: 100%;
}

.call-text strong {
    font-size: 1.6rem;
}

.hdr-cl-icon i {
    font-size: 2.5rem;
    margin-right: 1rem;
}

.ser-btn .search-btn {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.ser-btn .search-btn:hover i {
    color: var(--primary-color);
    transition: 0.8s;
}


.main-hdr-area {
    align-items: center;
}


.hdr-rt {
    gap: 1.5rem;
}


.heder_social_icon ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

.heder_social_icon ul li {
    list-style: none;
}


.heder_social_icon ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--primary-color);
    font-size: 1.4rem;
    transition: all 0.3s ease;
    position: relative;
}


.heder_social_icon ul li a:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}


.heder_social_icon ul li a .phone_txt {
    margin-left: 8px;
    font-size: 1.7rem;
    font-weight: 500;
}

.heder_social_icon ul li:last-child a {
    width: auto;
    padding: 0 12px;
    border-radius: 30px;
}

.heder_social_icon ul li a i {
    font-size: 1.9rem;
}

.hdr-rt-btn {
    margin-left: 0.5rem;
}


@media(max-width: 1199px) {

    .heder_social_icon ul {
        flex-wrap: wrap;
    }

    .heder_social_icon ul li:last-child a {
        width: 100%;
        justify-content: center;
    }

    .heder_social_icon {
        display: none;
    }

    li.nav-item .nav-link {
        font-size: 1.6rem;
        padding: 0 .8rem;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 255px;
        height: 100vh;
        background: var(--color-white);
        padding: 30px 20px 20px;
        transition: left 0.35s ease-in-out;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        z-index: 1050;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        border-bottom: 1px dotted #666666b3;
        padding: 3rem 0 1rem !important;
    }

    .ser-btn {
        margin-top: 2rem;
        align-items: start !important;
    }

    .contact-box {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .links-wrapper {
        display: none !important;
    }

    .ser-btn {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hdr-logo img {
        height: 40px;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 1rem;
    }

    .for-sm-hdr-social {
        display: flex;
        gap: 3rem;
        margin: 1rem 0;
    }

    .for-sm-hdr-social a i {
        font-size: 18px;
        color: var(--primary-color);
        outline: 1px solid var(--primary-color);
        outline-offset: 7px;
        border-radius: 50%;
    }
}

/* header-end */


/* banner-start */

.hero-section {
    height: 82vh;
    background: url(../images/bnr-bg-img.png);
    display: flex;
    align-items: center;
    color: var(--text-white);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 6.2rem;
    overflow: clip;
    margin-top: 30px;
}


.badge-top {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--glass-border);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.badge-top p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
}

.badge-top i {
    color: var(--accent-orange);
    margin-right: 10px;
    font-size: 1.5rem;
}


.hero-title {
    font-size: 56px;
    font-weight: bold;
    line-height: 73px;
    margin-bottom: 25px;
    font-family: var(--primary-font);
}

.btn-custom {
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
}

.btn-get-support {
    background-color: var(--accent-orange);
    color: #000;
    border: none;
    margin-right: 20px;
}

.hero-btns a:hover {
    background: var(--accent-orange) !important;
    color: var(--color-white) !important;
    transition: 0.4s linear;
    border-color: var(--accent-orange) !important;
}

.btn-get-support:hover {
    background-color: #e68d00;
    transform: translateY(-2px);
}

.hero-btns a:hover i {
    transform: translateX(5px);
    transition: 0.4s ease-in;
}

.btn-volunteer {
    background: transparent;
    color: var(--color-white);
    border: 1px solid rgb(255 255 255 / 51%);
}

.btn-volunteer:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-white);
    color: var(--color-white);
}


.glass-card-outer {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.glass-card-inner {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(220, 255, 240, 0.9) 100%);
    padding: 40px;
    border-radius: 20px;
    color: #102147;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.glass-card-inner .card-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 34px;
    letter-spacing: 0.02rem;
    color: #1c2856;
    font-family: var(--primary-font);
    text-transform: capitalize;
}



/* banner-end */

/* cta-fea-sec-start */

.cta-fea-card {
    padding: 3rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.cta-fea-card .cta-fea-number {
    font-size: 38px;
    font-weight: 700;
    color: var(--text-blue);
}

p.cta-fea-txt {
    font-weight: 500;
    color: var(--light-black);
    letter-spacing: 0;
    text-transform: capitalize;
}

.cta-fea-card {
    padding: 3rem 0;
    box-shadow: 0 10px 30px rgb(0 0 0 / 19%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 26px;
    cursor: pointer;
}

.cta-fea-card:hover {
    transform: translateY(-4px);
    transition: 0.4s linear;
}

/* cta-fea-sec-end */

/* about-start */

.sub-heading {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-green);
    display: inline-block;
    margin-bottom: 5px;
    font-family: var(--primary-font);
}

.sec-tle {
    font-size: 39px;
    line-height: 52px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
    font-family: var(--primary-font);
    letter-spacing: 0.01rem;
}


.abt-rt {
    padding-left: 25px;
}

.abt-rt p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 0;
    font-family: var(--other-font);
}

.abt-rt-list {
    margin-top: 40px;
    padding-left: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 70px;
}

.abt-rt-list li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.abt-rt-list li i {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-green);
    font-size: 20px;
    background: transparent;
}

.abt-rt-list li p {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-blue);
    margin: 0;
    font-family: var(--primary-font);
}


/* about-end */

/* program-start */

section.progrm-sec {
    background: #f8fafc;
}

.service-card {
    background: #f7f7f7;
    border-radius: 26px;
    padding: 28px;
    height: 100%;
    border: 1px solid #e6e6e6;
    transition: var(--transition-speed);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: #e9edf5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.service-icon i {
    font-size: 24px;
    color: var(--text-blue);
}

.service-card h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 18px;
    font-family: var(--primary-font);
}

.service-card p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--secondry-color);
    margin-bottom: 0;
    font-family: var(--other-font);
}



/* program-end */

/* cta-sec-start */

.cta-hlp-wrp {
    background-color: var(--primary-color);
    padding: 50px;
    border-radius: 40px;
}

.cta-hlp-lt {
    padding-right: 20px;
}

.sub-heading-2 {
    color: #FFD766;
}

.cta-hlp-lt h3 {
    color: var(--text-white);
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 35px;
    line-height: 1.4;
}

.cta-hlp-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cta-hlp-list li {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    transition: var(--transition-speed);
    cursor: pointer;
}

.cta-hlp-list li:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}


.cta-hlp-list li i {
    color: #FFD766;
    font-size: 18px;
    margin-right: 15px;
}

.cta-hlp-list li p {
    color: var(--text-white);
    font-family: var(--other-font);
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}



/* cta-sec-end */

/*  volunter-sec-start */

.volu-lt-con {
    padding: 10px;
    background: linear-gradient(135deg, #d4f7e9 0%, #e8f1ff 100%);
    /* Soft gradient border effect */
    border-radius: 45px;
}

.volu-box {
    background-color: var(--color-white);
    padding: 60px 50px;
    border-radius: 40px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.05);
}

.volu-box i.fa-gift {
    color: var(--accent-green);
    font-size: 40px;
    margin-bottom: 29px;
    display: block;
}

.volu-box h3 {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: 800;
    font-size: 32px;
    line-height: 1.29;
    margin-bottom: 24px;
}



.apply-btn {
    display: inline-block;
    background-color: #1c398e;
    color: var(--text-white);
    font-family: var(--primary-font);
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition-speed);
    font-size: 15px;
}



.apply-btn:hover {
    background-color: var(--accent-orange);
    color: var(--text-white);
    transform: translateY(-3px);
}


.volu-rt-lst {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.volu-rt-lst li {
    background-color: var(--color-white);
    border: 1px solid #eeeeee;
    padding: 20px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 12%);
    transition: var(--transition-speed);
    cursor: pointer;
}

.volu-rt-lst li:hover {
    border-color: var(--accent-orange);
}


.volu-rt-lst li i {
    background-color: #fff4e1;
    color: var(--accent-orange);
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 18px;
}

.volu-rt-lst li p {
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: 700;
    margin: 0;
    font-size: 16px;
}


/*  volunter-sec-end */

/*  carrer-sec-start */

section.carrer-sec {
    background: #f8fafc;
}



.carrer-lt p {
    color: var(--light-black);
    line-height: 1.7;
}

.carr-lt-pra-box {
    margin-top: 35px;
    padding: 28px;
    border: 1px solid #c3cfe1;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 19%);
}

.carr-lt-pra-box p {
    font-size: 14px;
    color: #555555;
    line-height: 23px;
}


.carrer-rt {
    background-color: var(--primary-color);
    padding: 50px;
    border-radius: 40px;
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

.carrer-rt i.fa-briefcase {
    color: #FFD766;
    font-size: 37px;
    margin-bottom: 24px;
    display: block;
}

.carrer-rt h3 {
    color: var(--text-white);
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 25px;
}


.carrer-lst {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.carrer-lst li {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    transition: var(--transition-speed);
    cursor: pointer;
}


.carrer-lst li:hover {
    background: rgba(255, 255, 255, 0.15);
}

.carrer-lst li i {
    color: #4ade80;
    margin-right: 15px;
    font-size: 16px;
}

.carrer-lst li p {
    color: var(--text-white);
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}


.submit-btn a,
.submit-btn-2 {
    display: block;
    text-align: center;
    background-color: var(--accent-orange);
    color: var(--primary-color);
    padding: 15px;
    border-radius: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition-speed);
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 2rem;
}

.submit-btn-2 {
    width: 100%;
    text-align: center;
    border: none;
    box-shadow: none;
    background: #1c398e;
    color: var(--color-white);
    font-weight: 600;
}

.submit-btn a:hover,
.submit-btn-2:hover {
    background-color: #ffb433;
    transform: translateY(-2px);
}


/*  carrer-sec-end */

/*  cta-sec-2-start */

.cta-2-main {
    padding: 5rem 4rem;
    background: linear-gradient(90deg, #ffc107a6 0%, #ffe082 100%);
    border-radius: 1.8rem;
}


.cta-2-lt h3 {
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 17px;
}

.cta-2-btn-grid {
    display: flex;
    justify-content: end;
}


/*  cta-sec-2-end */

/*  contact-start */

.contact-section {
    background: #f8fafc;
}



.contact-info-item {
    display: flex;
    margin-bottom: 25px;
    color: var(--primary-color);
    font-weight: 500;
}

.contact-info-item .fa-phone-alt {
    transform: scaleX(-1);
}

.contact-info-item i {
    color: var(--text-blue);
    font-size: 17px;
    margin-right: 15px;
    width: 25px;
    text-align: center;
}

.contact-info-item span {
    font-size: 15px;
    text-transform: capitalize;
}

.contact-form-card {
    background: var(--color-white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    font-family: var(--other-font);
    font-size: 1.6rem;
}

.form-control:focus {
    box-shadow: none !important;
    border: 1px solid var(--primary-color);
}

.btn-send {
    background-color: var(--text-blue);
    color: var(--color-white);
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    font-weight: 700;
    border: none;
}

.contact-info-item span {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

/*  contact-end */

/*  footer-start */
.footer-sec {
    background-color: var(--footer-color);
    padding: 70px 0 30px 0;
    color: rgba(255, 255, 255, 0.75);
}


.footer-widget-title {
    color: var(--text-white);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 24px;
}

.footer-widget p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 1.5rem;
}

.ftr-logo img {
    max-height: 72px;
    object-fit: contain;
}


.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    font-size: 14px;
    transition: color var(--transition-speed) ease;
}

.footer-links li a:hover {
    color: var(--accent-green);
}


.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    font-size: 14px;
}

.contact-info-list li i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    margin-top: 3px;
    width: 16px;
    text-align: center;
}

.contact-info-list li a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color var(--transition-speed) ease;
}

.contact-info-list li a:hover {
    color: var(--accent-green);
}


.social-icons {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    gap: 10px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    transition: all var(--transition-speed) ease;
}

.social-icons li a:hover {
    background-color: var(--accent-green);
    border-color: var(--accent-green);
    transform: translateY(-3px);
}


.canadian-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.small-badge-txt {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.6) !important;
    white-space: nowrap;
}


.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-txt,
.charity-number {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}


.contact-info-list .fa-phone-alt {
    transform: scaleX(-1);
}


/*  footer-end */

/* abt-pg-start */

.abt-sec-2 {
    position: relative;
    overflow: clip;
    background: #eaf3fa;
    height: 76vh;
    margin-bottom: 6rem;
    clip-path: shape(from 0 0, vline to calc(100% - 25px), curve to 21.43% calc(100% - 28.5px) with 14.29% calc(100% - 31px), curve to 35.71% calc(100% - 18px) with 28.57% calc(100% - 26px), curve to 50% calc(100% - 8px) with 42.86% calc(100% - 10px), curve to 64.29% calc(100% - 25px) with 57.14% calc(100% - 6px), curve to 78.57% calc(100% - 27px) with 71.43% calc(100% - 44px), curve to 100% calc(100% - 25px) with 85.71% calc(100% - 10px), vline to 0, hline to 0);
}

.abt-2-rt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, #eaf3fa 10%, rgb(216 232 250 / 0%) 100%);
    z-index: 1;
}

.abt-2-rt,
.innr-bnr-rt {
    position: relative;
    isolation: isolate;
    z-index: 9;

}

.abt-2-rt img {
    height: 630px;
    object-position: 80% 0;
    width: 100%;
}

.abt-lt-2 {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: relative;
    isolation: isolate;
}

.cont-bnr-lt,
.abt-lt-2 {
    padding-left: 64px;
}

/* msn-sec */


.abt-msn-lt {
    position: relative;
    width: 100%;
}

.abt-msn-lt img {
    width: 100%;
    border-radius: 24px;
    display: block;
}


.abt-msn-rt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.abt-msn-rt ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    padding-bottom: 30px;
}


.abt-msn-rt ul li:not(:last-child) {
    border-bottom: 1px solid #b69797a3;
}


.abt-msn-rt ul li i {
    width: 64px;
    height: 64px;
    background-color: #f0f8f4;
    color: var(--accent-green);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}


.msn-rt-txt {
    flex-grow: 1;
}

.msn-rt-txt h3 {
    color: var(--accent-green);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
}


/* msn-sec */

/* value-sec */

.value-card {
    background: #ebf3fbd4;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    height: 100%;
    transition: var(--transition-speed);
    border: 1px solid transparent;
    cursor: pointer;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: var(--color-white);
    border-color: #eee;
}

.value-icon {
    font-size: 40px;
    color: var(--accent-green);
    margin-bottom: 25px;
    display: inline-block;
}

.value-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
}

.value-text {
    color: var(--light-black);
    font-size: 1.4rem;
    line-height: 21px;
    margin-bottom: 0;
}

/* value-sec */

/* story-2-sec */

.story-2-lt p {
    color: #555555;
    /* font-size: 15px; */
    line-height: 1.65;
    margin: 0;
}

.story-2-rt {
    position: relative;
    display: inline-block;
    width: 100%;
}

.story-2-rt .stry-img {
    width: 100%;
    overflow: hidden;
}

.story-2-rt .stry-img img {
    width: 100%;
    height: auto;
    border-radius: 32px;
    display: block;
}


.story-2-rt .stry-img-ovrlay {
    position: absolute;
    bottom: 0;
    left: -25px;
    background-color: var(--primary-color);
    padding: 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 56%;
    max-width: 420px;
    box-shadow: 0 15px 30px rgba(22, 37, 86, 0.15);
    z-index: 2;
}


.story-2-rt .stry-img-ovrlay i {
    color: var(--color-white);
    font-size: 26px;
    flex-shrink: 0;
}


.story-2-rt .img-ovrlay-txt h4 {
    color: var(--text-white);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.story-2-rt .img-ovrlay-txt p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13.5px;
    line-height: 1.4;
    margin: 0;
}



/* story-2-sec */

/* impact-sec */

.stat-card {
    background-color: var(--color-white);
    border: 1px solid #e0e5eb;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
    height: 100%;
    cursor: pointer;
}


.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(22, 37, 86, 0.05);
}


.stat-icon {
    font-size: 30px;
    color: var(--accent-green);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.stat-number {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}


.stat-text {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}



/* impact-sec */

/* cta-3-sec */

.cta-banner {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 40px 60px;
    color: var(--text-white);
    font-family: var(--primary-font);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cta-title-3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
}

.cta-description-3 {
    margin-bottom: 0;
    opacity: 0.9;
}

.cta-btn {
    background-color: var(--accent-orange);
    color: var(--color-black);
    font-family: var(--other-font);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all var(--transition-speed) ease;
    white-space: nowrap;
    border: none;
}

.cta-btn:hover {
    background-color: #e68a00;
    color: var(--color-black);
    transform: translateY(-2px);
}

.cta-btn i {
    font-size: 0.9rem;
}


/* cta-3-sec */



/* abt-pg-end */

/* cont-pg-start */

section.innr-bnr {
    margin-bottom: 6rem;
    background: #f4f7fc;
    position: relative;
    overflow: clip;
}

.cont-bnr-pra p {
    color: #555555;
    margin-bottom: 0;
}

.innr-bnr-rt img {
    padding-top: 80px;
}

.innr-bnr-list {
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    padding-top: 2rem !important;
}


.innr-bnr-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}


.innr-bnr-list li+li::before {
    content: "";
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #a59999;
}


.innr-bnr-list li>i {
    width: 55px;
    height: 55px;
    background-color: #ebf5f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-green);
    font-size: 20px;
    flex-shrink: 0;
}


.bnr-con-txt span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondry-color);
    margin-bottom: 8px;
    letter-spacing: 0.02rem;
}

.bnr-con-txt h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
}

.bnr-con-txt h4 a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--transition-speed) ease;
}

.bnr-con-txt h4 a:hover {
    color: var(--accent-green);
}

.cont-bnr-pra {
    padding: 13px 0;
}


.contact-card {
    background: var(--color-white);
    border-radius: 15px;
    padding: 40px;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.con-sec-tle-2 {
    font-weight: 800;
    color: var(--primary-color);
    font-size: 23px;
    margin-bottom: 28px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.info-icon-box {
    width: 45px;
    height: 45px;
    background-color: #f0f7f4;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}


.info-icon-box .fa-phone-alt {
    transform: scaleX(-1);
}

.info-icon-box i {
    color: var(--accent-green);
    font-size: 20px;
}

.info-content h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 6px;
    text-transform: capitalize;
}

.info-content p {
    font-family: var(--other-font);
    font-size: 14px;
    color: var(--light-black);
    margin-bottom: 0;
    line-height: 21px;
}

.canada-badge {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
}

.canada-flag {
    width: 32px;
    margin-right: 18px;
}

.canada-text h5 {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.canada-text p {
    font-size: 14px;
    color: var(--light-black);
    margin-bottom: 0;
    font-weight: 500;
}


.form-row {
    margin-bottom: 20px;
}

.contact-card form .form-control,
.contact-card form .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    font-family: var(--other-font);
    color: var(--light-black);
    margin-bottom: 0;
}

.contact-card form .form-control:focus,
.contact-card form .form-select:focus {
    border: 1px solid var(--primary-color);
    box-shadow: none;

}

.contact-card form .form-check-input[type=checkbox] {
    border-radius: .25em;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 0;
    border: 1px solid #07173957;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
}

.contact-card form .form-check-label {
    font-size: 14px;
    color: var(--light-black);
    font-family: var(--other-font);
}

.contact-card form .btn-send {
    background-color: var(--primary-color);
    color: var(--color-white);
    border: none;
    border-radius: 30px;
    padding: 12px 35px;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    margin-top: 20px;
    letter-spacing: 0.02rem;
    max-width: 225px;
}

.contact-card form .btn-send:hover {
    background-color: var(--text-blue);
    transform: translateY(-2px);
    color: var(--color-white);
}

.contact-card form .btn-send i {
    margin-left: 10px;
    font-size: 14px;
}


.cont-map-wrpr {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}


.cont-map-sec {
    padding: 5rem 0;
}

.con-map-lt {
    background-color: #f6fbf9;
    padding: 20px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}


.con-map-lt-tle {
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
    margin-bottom: 10px;
    align-items: center;
}

.con-map-lt-tle i {
    font-size: 24px;
    color: var(--accent-green);
    background-color: #eaf6f0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-map-lt-tle h4 {
    font-size: 21px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.con-map-lt p {
    font-size: 15px;
    color: #4a5568;
}

.con-map-lt .btn-custom:hover {
    background-color: var(--accent-green);
    color: var(--color-white) !important;
}

.cont-rt-main-map {
    width: 100%;
    height: 100%;
    min-height: 380px;
}

.cont-rt-main-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-3-lt-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.cta-3-lt-txt {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}


.innr-bnr-rt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right, #f4f7fc 10%, rgb(216 232 250 / 0%) 100%);
    z-index: 1;
}


/* contact-pg-end */

/* program-sec */

.serv-crd {
    background: var(--color-white);
    border: 1px solid #736f6f47;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgb(0 0 0 / 12%);
    transition: var(--transition-speed, 0.3s) ease, var(--transition-speed, 0.3s) ease;
    cursor: pointer;
}

.serv-crd:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(22, 37, 86, 0.06);
}

.card-img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.serv-crd .card-content-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.serv-crd .card-content-box .card-title-area {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.card-title-area h4 {
    font-family: var(--primary-font), sans-serif;
    color: var(--primary-color, #162556);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.serv-crd .card-content-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #556080;
    margin: 0;
}


.serv-crd .card-content-box .card-title-area .icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.serv-crd .card-content-box .card-title-area .icon-wrap i {
    font-size: 20px;
}

.serv-sec-2>.container-fluid {
    padding: 0 6.8rem;
}

.icon-green {
    background-color: #edf7f4;
    color: var(--accent-green, #248a60);
}

.icon-blue {
    background-color: #eef2fa;
    color: var(--text-blue, #1C398E);
}

.icon-orange {
    background-color: #fff6e6;
    color: var(--accent-orange, #ff9d00);
}

.icon-purple {
    background-color: #f6f0fa;
    color: #8a46c2;
}

.icon-teal {
    background-color: #e6f6f2;
    color: #1aa182;
}

.icon-pink {
    background-color: #fff0f2;
    color: #e04866;
}

.icon-dark-teal {
    background-color: #ebf7f6;
    color: #1a8a84;
}

.icon-light-orange {
    background-color: #fff4ec;
    color: #df6d21;
}



.impact-cta-wrp {
    border: 1px solid #59545426;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: #f6fbf9d4;
}


.impct-cta-lt h3 {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 25px;
    line-height: 34px;
    margin: 0;
    padding-top: 1rem;
}


.impct-list-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.impct-list-2 li {
    text-align: center;
    flex: 1;
    padding: 0 15px;
    position: relative;
}


.impct-list-2 li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 110px;
    width: 1px;
    background-color: #d5d5d5;
}

.impct-list-2 i {
    width: 55px;
    height: 55px;
    background-color: #f0f7f4;
    color: var(--accent-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 21px;
}


.impct-nmbr {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 8px;
}

.impct-txt-cont p {
    color: var(--light-black);
    font-size: 13px;
    line-height: 22px;
}

.impact-cta {
    position: relative;
    margin-bottom: 51px;
}


/* program-sec */



/* responsive */

@media(max-width:1450px) {

    /* home-pg */
    .hero-title {
        font-size: 47px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    /* home-pg */

    /* abt-pg */

    .abt-lt-2 {
        padding-bottom: 5rem;
        padding-top: 5rem;
    }

    .abt-lt-2 h1,
    .cont-bnr-lt h1 {
        font-size: 35px;
        line-height: 42px;
    }

    .cont-bnr-lt {
        padding-top: 4rem;
    }

    .msn-rt-txt h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .msn-rt-txt p {
        font-size: 1.5rem;
        line-height: 23px;
    }

    .sec-tle {
        font-size: 34px;
        line-height: 45px;
    }

    .abt-sec-2 div>.row {
        align-items: start !important;
    }

    /* abt-pg */

    /* innr-bnr */
    .abt-2-rt img {
        object-position: 90% 0;
        object-fit: cover;
    }

    /* innr-bnr */
}

@media (max-width: 1399px) {

    .service-card {
        padding: 25px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .service-card p {
        font-size: 16px;
    }

    .hero-title {
        font-size: 45px;
        line-height: 60px;
    }

    .sec-tle {
        font-size: 28px;
        line-height: 39px;
    }

    /* innr-bnr */

    .abt-lt-2 {
        padding-top: 4rem;
    }

    .cont-bnr-lt {
        padding-top: 8rem;
    }

    .abt-lt-2 p {
        font-size: 14px;
        padding-bottom: 0 !important;
    }

    .abt-lt-2 {
        padding-bottom: 7rem;
    }

    .abt-lt-2 h1,
    .cont-bnr-lt h1 {
        font-size: 30px;
        line-height: 41px;
    }

    .abt-sec-2 {
        margin-bottom: 3rem;

    }

    section.innr-bnr {
        margin-bottom: 4rem;
    }

    .cont-bnr-pra p {
        padding-bottom: 0;
        padding-top: 0;
    }

    /* innr-bnr */

    /* abt-pg */

    .story-2-rt .stry-img-ovrlay {
        left: -20px;
        padding: 20px;
        width: 58%;
    }

    .story-2-rt .stry-img-ovrlay i {
        font-size: 21px;
    }

    .story-2-rt .img-ovrlay-txt h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .cta-title-3 {
        font-size: 21px;
        line-height: 30px;
    }

    .cta-description-3 {
        font-size: 14px;
    }

    .cta-3-btn {
        font-size: 1.3rem;
        text-align: center;
        padding: 1.2rem 2.6rem;
        margin-right: 0;
    }

    .cta-3-btn i {
        margin-top: .5rem;
    }

    /* abt-pg */

    /* conta-pg */
    .cont-bnr-pra {
        padding: 10px 0;
    }

    /* conta-pg */

}

@media (max-width:1199px) {

    .hero-title {
        font-size: 38px;
        line-height: 52px;
    }

    p {
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 0.018rem;
    }

    .btn-custom {
        padding: 12px 30px;
        font-size: 14px;
    }

    .glass-card-outer {
        padding: 10px;
        border-radius: 20px;
    }

    .glass-card-inner .card-title {
        font-weight: 600;
        font-size: 25px;
        margin-bottom: 13px;
        line-height: 34px;
    }

    .hero-section {
        height: 75vh;
        margin-bottom: 5rem;
    }

    .cta-fea-card .cta-fea-number {
        font-size: 35px;
    }

    .sec-tle {
        font-size: 26px;
        line-height: 36px;
    }

    .abt-rt p {
        font-size: 17px;
        line-height: 1.6;
    }

    .abt-rt-list li p {
        font-size: 15px;
        line-height: 20px;
    }


    .service-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .service-card p {
        font-size: 15px;
        line-height: 24px;
    }

    .cta-hlp-lt h3 {
        font-weight: 700;
        font-size: 31px;
        line-height: 1.4;
    }

    .ptb {
        padding: 5rem 0;
    }


    .cta-2-lt h3 {
        text-transform: capitalize;
        font-size: 30px;
        padding-bottom: 14px;
        line-height: 40px;
    }

    .abt-rt-list li i,
    .cta-hlp-list li i,
    .volu-rt-lst li i,
    .carrer-lst li i,
    .abt-rt-list li p,
    .cta-hlp-list li p,
    .volu-rt-lst li p,
    .carrer-lst li p {
        font-size: 1.5rem;
    }

    .abt-rt-list {
        margin-top: 30px;
        gap: 15px 50px;
    }


    .volu-box h3 {
        font-size: 28px;
    }

    .volu-box h3 {
        margin-bottom: 10px;
    }

    /* stry-pg */
    .story-2-rt .stry-img-ovrlay {
        left: 0;
        width: 90%;
    }

    /* stry-pg */

    /* inner-bnr */

    .abt-2-btn {
        display: flex;
    }

    .abt-2-btn a,
    .progr-bnr-btn a {
        font-size: 13px;
        padding: 1.2rem 2.6rem;
    }

    .abt-2-rt img {
        /* height: 470px; */
        object-fit: cover;
        width: 100%;
    }


    .abt-lt-2 {
        padding-bottom: 3rem;
        padding-top: 7rem;
    }

    .abt-lt-2 h1,
    .cont-bnr-lt h1 {
        font-size: 25px;
        line-height: 36px;
    }

    /* inner-bnr */

    /* abt-pg */

    .msn-rt-txt h3 {
        font-size: 19px;
        margin-bottom: 6px;
    }

    .msn-rt-txt p {
        font-size: 1.34rem;
        line-height: 22px;
    }

    .cta-title-3 {
        font-size: 18px;
        line-height: 30px;
    }

    .cta-description-3 {
        font-size: 13px;
    }

    /* abt-pg */

    /* progrm-pg */

    .cta-3-lt-icon {
        width: 60px;
        height: 60px;
    }

    /* progrm-pg */

    /* cont-pg */

    .innr-bnr-list li>i {
        width: 44px;
        height: 44px;
        font-size: 16px;
        flex-shrink: 0;
    }

    .bnr-con-txt span {
        font-size: 13px;
        letter-spacing: 0;
    }

    .bnr-con-txt h4 {
        margin: 0;
        font-size: 16px;
    }

    .cont-bnr-pra {
        padding-bottom: 0;
    }

    /* cont-pg */


}

@media (max-width: 991px) {
    .hero-section {
        padding: 0;
        text-align: center;
        height: 90vh;
        margin-bottom: 4rem;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 11px !important;
    }

    .glass-card-outer {
        margin-top: 32px;
        max-width: 80%;
    }

    .btn-custom {
        margin: 10px;
    }

    .glass-card-outer {
        margin-top: 34px;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .badge-top {
        margin-bottom: 16px;
    }

    .abt-rt-list {
        gap: 10px 47px;
    }



    .cta-fea-card {
        padding: 2rem;
        border-radius: 23px;
    }

    .cta-fea-card .cta-fea-number {
        font-size: 26px;
    }

    .sub-heading {
        font-size: 13px;
        letter-spacing: 0;
    }


    .sec-tle {
        font-size: 24px;
        line-height: 36px;
    }

    .abt-rt {
        padding-left: 0;
    }

    .carrer-lt {
        margin-bottom: 25px;
    }

    .carrer-rt {
        padding: 30px;
    }


    .apply-btn,
    .btn-custom {
        font-size: 15px;
    }

    .volu-box {
        padding: 40px 30px;
        text-align: center;
    }

    .volu-rt {
        margin-top: 18px;
    }



    .cta-hlp-list {
        grid-template-columns: 1fr;
    }

    .cta-hlp-lt {
        margin-bottom: 30px;
        text-align: center;
    }



    .service-card {
        border-radius: 22px;
    }

    .service-card h3 {
        font-size: 19px;
    }

    .service-card p {
        font-size: 15px;
        line-height: 1.8;
    }

    .service-icon {
        width: 52px;
        height: 52px;
    }


    .cta-2-btn-grid {
        display: flex;
        justify-content: start;
    }


    .submit-btn a,
    .submit-btn-2 {
        padding: 13px;
    }

    .ptb {
        padding: 4rem 0;
    }

    .volu-sec {
        padding-top: 0 !important;
    }

    .cta-hlp-lt h3 {
        font-size: 26px;
    }


    .stat-item::after {
        display: none;
    }

    .bottom-links {
        justify-content: center;
        margin-top: 15px;
    }

    .text-md-end {
        text-align: center !important;
    }

    /* ftr-sec */
    .canadian-badge {
        align-items: flex-start;
        text-align: left;
        margin-top: 10px;
    }

    .canadian-badge img {
        width: 147px;
    }

    .footer-widget p {
        text-wrap-style: balance;
        max-width: 80%;
        line-height: 24px;
    }

    .ftr-logo img {
        width: 247px;
        padding-bottom: .6rem;
    }

    .footer-bottom {
        margin-top: 35px;
        text-align: center;
    }

    .footer-bottom .row div {
        margin-bottom: 8px;
    }

    .ps-lg-4 {
        padding-left: 0 !important;
    }

    /* ftr-sec */

    /* value-pg */
    .abt-mison-sec {
        padding: 40px 0;
    }

    .abt-msn-rt ul li {
        /* flex-direction: column; */
        gap: 15px;
    }

    /* value-pg */

    /* cta-3-sec */
    .cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 30px;
        gap: 30px;
    }

    .cta-title,
    .cta-description {
        max-width: 100%;
    }

    /* cta-3-sec */

    /* program-pg */
    .impct-list-2 {
        flex-wrap: wrap;
    }

    .impct-list-2 li {
        flex: 0 0 30%;
        margin-bottom: 35px;
    }

    /* program-pg */

    /* innr-bnr-pg */

    .abt-2-rt,
    .innr-bnr-rt {
        display: none;
    }

    .abt-sec-2 {
        height: auto;
        margin-bottom: 0rem;
    }

    .abt-lt-2 {
        padding-bottom: 0;
        padding-top: 65px;
    }

    .cont-bnr-lt,
    .abt-lt-2 {
        padding-left: 35px;
    }

    .innr-bnr {
        margin-bottom: 3rem;
        padding-top: 35px;
        height: auto;
        padding-bottom: 20px;
    }

    .cont-bnr-pra p {
        padding-bottom: 10px !important;
        text-wrap: balance;
    }

    /* innr-bnr-pg */

    /* abt-pg */

    .abt-msn-rt ul li:not(:last-child) {
        border-bottom: none;
    }

    .abt-msn-rt ul li {
        padding-bottom: 0;
    }

    .abt-mison-sec div>.row {
        flex-direction: column-reverse;
    }

    .values-section {
        padding-top: 2rem;
    }

    .values-section div>.text-center,
    .stats-sec div>.text-center {
        margin-bottom: 1.8rem !important;
    }

    .story-2-rt .stry-img-ovrlay {
        /* width: 50%; */
        display: none;
    }

    .stat-number {
        font-size: 21px;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .cta-title-3 {
        font-size: 20px;
        line-height: 29px;
    }

    /* abt-pg */

    /* program-pg */

    .serv-sec-2 div .row div>.text-center>p {
        padding: 0 !important;
    }

    .serv-sec-2>.container-fluid {
        padding: 0 6rem;
    }

    .serv-sec-2>.container-fluid:last-child .row {
        margin-top: 0 !important;
    }

    .impct-list-2 li:after {
        display: none;
    }

    .cta-3-lt-txt {
        flex-direction: column;
    }

    /* program-pg */
}

@media(max-width:575px) {

    .service-card {
        padding: 22px;
    }

    .service-card h3 br {
        display: none;
    }

    .hero-title {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 10px;
    }

    .apply-btn,
    .btn-custom {
        font-size: 14px;
    }

    .glass-card-outer {
        margin-top: 18px;
        max-width: 98%;
    }

    .hero-section {
        padding: 4rem 1rem;
        text-align: center;
        height: auto;
        margin-bottom: 40px;
        margin-top: 5rem;
    }

    .badge-top {
        padding: 10px;
        border-radius: 50px;
        margin-bottom: 20px;
    }

    .badge-top p {
        font-size: 1.3rem;
    }

    .sec-tle {
        font-size: 21px;
        line-height: 29px;
    }

    .hero-description {
        font-size: 1.3rem;
        padding: 1rem;
    }

    .badge-top {
        display: none;
    }

    .glass-card-inner .card-title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 32px;
    }

    .glass-card-inner {
        padding: 30px;
    }

    .cta-fea-card {
        padding: 1rem;
        border-radius: 20px;
    }

    .cta-fea-card .cta-fea-number {
        font-size: 22px;
    }


    section.help-cta {
        padding-top: 0;
    }

    .cta-hlp-lt h3 {
        font-size: 21px;
        line-height: 32px;
        font-weight: 600;
    }

    .cta-hlp-wrp {
        padding: 37px;
    }

    .volu-box h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .about-sec,
    .contact-section,
    .carrer-sec {
        padding-left: 1rem;
    }

    .carrer-rt h3 {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .cta-2-lt h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .cta-2-btn-grid {
        flex-direction: column;
    }

    section.cta-sec-2 {
        padding: 2rem 0;
    }

    .abt-rt p {
        font-size: 14px;
    }

    .footer-logo img {
        width: 135px;
    }

    .stat-number {
        font-size: 20px;
    }

    .stat-label {
        font-size: 13px;
        letter-spacing: 0;
    }


    .ftr-rt-btm-tle {
        font-size: 16px;
        padding-bottom: 5px;
        line-height: 29px;
    }

    .footer-widget {
        padding-left: 1rem;
    }

    .ftr-cpyrt-ara {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }

    /* stry-pg */

    .story-2-rt .stry-img-ovrlay {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin-top: -30px;
    }

    /* stry-pg */

    /* progrm-pg */
    .impct-list-2 li {
        flex: 0 0 100%;
    }

    /* progrm-pg */

    /* innr-bnr-pg */

    .cont-bnr-lt,
    .abt-lt-2 {
        padding-left: 24px;
    }

    .abt-lt-2 h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .abt-lt-2 p {
        font-size: 13px;
        padding-bottom: 0 !important;
        line-height: 22px;
    }

    .abt-2-btn {
        flex-direction: column;
    }

    .abt-lt-2 {
        padding-top: 50px;
    }

    .progr-bnr-btn {
        display: flex;
        flex-direction: column;
    }

    /* innr-bnr-pg */

    /* abt-pg */

    .abt-msn-rt ul li i {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .values-section {
        padding-top: 0;
    }

    .value-card {
        padding: 24px 15px;
    }

    .cta-title-3 {
        font-size: 17px;
        line-height: 24px;
    }

    .ftr-rt {
        padding-left: 1.8rem;
    }

    .footer-sec {
        padding: 40px 0 30px 0;
    }

    .ftr-rt .footer-widget {
        padding-left: 0;
    }

    .story-2-lt {
        padding-left: 1rem;
    }

    /* abt-pg */

    /* program-pg */

    .cont-bnr-lt {
        padding-top: 6rem;
    }

    .serv-sec-2>.container-fluid {
        padding: 0 2rem;
    }

    .serv-sec-2 div .row div>.text-center>p {
        padding-top: .5rem !important;
    }

    .card-content-box .card-title-area h4 {
        font-size: 17px;
    }

    .impct-cta-lt>div {
        text-align: center;
    }

    .impct-cta-lt h3 {
        font-size: 21px;
        line-height: 29px;
        margin: 0;
        padding-top: 0;
        padding-bottom: 1rem;
    }

    .impct-list-2 li {
        margin-bottom: 20px;
    }

    /* program-pg */

    /* cont-pg */

    .con-sec-tle-2 {
        font-size: 21px;
        margin-bottom: 24px;
    }


    .cont-map-sec {
        padding-bottom: 23px;
    }

    /* cont-pg */

}


/* responsive */